diff --git a/.coveragerc b/.coveragerc index 65e13c2234b..409fde55643 100644 --- a/.coveragerc +++ b/.coveragerc @@ -9,6 +9,7 @@ omit = ${INITIAL_PWD-.}/.github/* ${INITIAL_PWD-.}/bin.*/* ${INITIAL_PWD-.}/dist.*/* + **/gui/wxpython/*/** **/OBJ.*/* source = . diff --git a/.flake8 b/.flake8 index 18cea9165ce..6bfcc1e5527 100644 --- a/.flake8 +++ b/.flake8 @@ -20,61 +20,10 @@ per-file-ignores = # F841 local variable assigned to but never used # E741 ambiguous variable name 'l' __init__.py: F401, F403 - lib/init/grass.py: E722, F821, F841 - utils/gitlog2changelog.py: E722, E712 - man/build_check_rest.py: F403, F405 - man/build_full_index_rest.py: F403, F405 - man/parser_standard_options.py: F403, F405 - man/build_class.py: F403, F405 - man/build_class_rest.py: F403, F405 - man/build_check.py: F403, F405 - man/build_full_index.py: F403, F405 - man/build_index.py: F403, F405 - man/build_index_rest.py: F403, F405 - man/build_keywords.py: F403, F405, E722 - man/build_topics.py: F403, F405, E722 man/build_html.py: E501 - imagery/i.atcorr/create_iwave.py: F632, F821, W293 - doc/python/raster_example_ctypes.py: F403, F405 - 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 + doc/python/m.distance.py: E501 gui/scripts/d.wms.py: E501 - gui/wxpython/core/gcmd.py: E402 - gui/wxpython/core/gthread.py: F841 - gui/wxpython/core/gconsole.py: E722 - gui/wxpython/core/toolboxes.py: E722 - gui/wxpython/core/utils.py: E722, F841 - gui/wxpython/core/workspace.py: E722 - gui/wxpython/core/render.py: E722, F841 - gui/wxpython/core/ws.py: F841 - gui/wxpython/core/settings.py: E722 - gui/wxpython/core/watchdog.py: E402 - gui/wxpython/datacatalog/tree.py: E731, E402 - gui/wxpython/dbmgr/base.py: E722 - gui/wxpython/dbmgr/dialogs.py: E722 - gui/wxpython/dbmgr/sqlbuilder.py: E722 - gui/wxpython/dbmgr/manager.py: E722 - gui/wxpython/docs/wxgui_sphinx/conf.py: E402, W291 - gui/wxpython/gcp/g.gui.gcp.py: F841 - gui/wxpython/gcp/manager.py: F841, E722 - gui/wxpython/gcp/mapdisplay.py: F841 - gui/wxpython/gui_core/*: F841, E266, E722 - gui/wxpython/gui_core/dialogs.py: E722, F841 - gui/wxpython/gui_core/forms.py: E722, F841 - gui/wxpython/gui_core/ghelp.py: E722 - gui/wxpython/gui_core/gselect.py: F841, E266, E722 - gui/wxpython/gui_core/preferences.py: E266, F841 - gui/wxpython/gui_core/treeview.py: F841 - gui/wxpython/gui_core/widgets.py: F841, E722, E266 - gui/wxpython/image2target/*: F841, E722, E265 - gui/wxpython/image2target/g.gui.image2target.py: E501, E265, F841 - gui/wxpython/iscatt/*: F841, E722, F405, F403 - gui/wxpython/lmgr/frame.py: F841, E722 - # layertree still includes some formatting issues (it is ignored by Black) - gui/wxpython/lmgr/layertree.py: E722, E266, W504, E225 - gui/wxpython/lmgr/workspace.py: F841 + gui/wxpython/image2target/g.gui.image2target.py: E501 gui/wxpython/modules/*: F841, E722 gui/wxpython/nviz/*: F841, E266, E722, F403, F405 gui/wxpython/photo2image/*: F841, E722, E265 @@ -84,8 +33,6 @@ per-file-ignores = gui/wxpython/vnet/*: F841 gui/wxpython/wxgui.py: F841 gui/wxpython/animation/g.gui.animation.py: E501 - gui/wxpython/animation/mapwindow.py: F841 - gui/wxpython/animation/provider.py: F841 gui/wxpython/tplot/frame.py: F841, E722 gui/wxpython/tplot/g.gui.tplot.py: E501 gui/wxpython/rdigit/g.gui.rdigit.py: F841 @@ -153,33 +100,28 @@ per-file-ignores = python/grass/*/*/__init__.py: F401, F403 python/grass/*/*/*/__init__.py: F401, F403 # 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 + scripts/r.in.wms/wms_gdal_drv.py: E722 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 - scripts/v.report/v.report.py: F841, E721 + scripts/r.semantic.label/r.semantic.label.py: E501 + scripts/v.report/v.report.py: E721 scripts/db.out.ogr/db.out.ogr.py: F841 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/v.unpack/v.unpack.py: E722, E501 + scripts/v.import/v.import.py: E722, E501 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 scripts/r.fillnulls/r.fillnulls.py: E722 scripts/d.rast.edit/d.rast.edit.py: E722 - scripts/v.what.strds/v.what.strds.py: E722, E501 + scripts/v.what.strds/v.what.strds.py: E501 # Line too long (esp. module interface definitions) scripts/*/*.py: E501 - # local variable 'column' is assigned to but never used temporal/t.rast.to.vect/t.rast.to.vect.py: E501 - # local variable 'stdstype' is assigned to but never used - temporal/t.vect.algebra/t.vect.algebra.py: F841, E501 + temporal/t.vect.algebra/t.vect.algebra.py: E501 # ## used (##% key: r etc) - # local variable 'map_list' is assigned to but never used - temporal/t.rast.what/t.rast.what.py: E265, E266, F841, E501 + temporal/t.rast.what/t.rast.what.py: E265, E266, E501 # Line too long (esp. module interface definitions) temporal/*/*.py: E501 diff --git a/.github/actions/create-upload-suggestions/action.yml b/.github/actions/create-upload-suggestions/action.yml index 2493fba2573..b80c08c1b46 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 id: upload-changes if: >- ${{ always() && diff --git a/.github/labeler.yml b/.github/labeler.yml index d6caa447e2e..464ccdce2b8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -123,9 +123,7 @@ docs: - '**/*.png' - '**.cff' - CITING - - CHANGES - AUTHORS - - NEWS - TODO - all-globs-to-all-files: - '!doc/development/rfc/**' diff --git a/.github/workflows/additional_checks.yml b/.github/workflows/additional_checks.yml index d25cbb49194..a91d221f1e4 100644 --- a/.github/workflows/additional_checks.yml +++ b/.github/workflows/additional_checks.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository contents - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 31 diff --git a/.github/workflows/apt.txt b/.github/workflows/apt.txt index a5a221c939c..4c14cb7b067 100644 --- a/.github/workflows/apt.txt +++ b/.github/workflows/apt.txt @@ -7,8 +7,8 @@ libfftw3-dev libgdal-dev libgl1-mesa-dev libglu1-mesa-dev +liblapacke-dev libnetcdf-dev -libopenblas-dev libpdal-dev libpng-dev libproj-dev diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 12b0b070ec9..13ba5bb3cd9 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -16,7 +16,7 @@ jobs: name: Formatting Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: persist-credentials: false - uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31 # v0.18.2 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 05d4581b689..6672287794c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: @@ -52,11 +52,11 @@ 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@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 + - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e # v1 if: ${{ matrix.language == 'c-cpp' }} - name: Initialize CodeQL - uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 + uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -81,6 +81,6 @@ jobs: run: .github/workflows/build_ubuntu-22.04.sh "${HOME}/install" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 + uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 9f1fc5d843c..22a6b7a42a8 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 if: github.repository == 'OSGeo/grass' steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Get dependencies run: | diff --git a/.github/workflows/create_release_draft.yml b/.github/workflows/create_release_draft.yml index 09da8ad1317..3112fb8b33f 100644 --- a/.github/workflows/create_release_draft.yml +++ b/.github/workflows/create_release_draft.yml @@ -30,7 +30,7 @@ jobs: contents: write steps: - name: Checks-out repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.ref }} fetch-depth: 0 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 80fec9a2a8d..4e5026ce0b9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 - name: Docker meta @@ -73,11 +73,15 @@ jobs: ======= uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - name: Set up Docker Buildx +<<<<<<< HEAD <<<<<<< HEAD uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 >>>>>>> main ======= uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 +>>>>>>> osgeo-main +======= + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 >>>>>>> osgeo-main - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 @@ -88,6 +92,7 @@ jobs: id: docker_build <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 ======= @@ -98,6 +103,9 @@ jobs: >>>>>>> osgeo-main ======= uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 +>>>>>>> osgeo-main +======= + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 >>>>>>> osgeo-main with: push: true diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index e3e23f43c04..651cb272fba 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Get dependencies run: | sudo apt-get update -y diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eb99b6ff7a7..41ac51df8ff 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -44,13 +44,20 @@ jobs: -mindepth 1 -maxdepth 1 -type f -print -delete # Rehash to forget about the deleted files hash -r - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - name: Get current date cache key segment + id: date + # Year and week of year so cache key changes weekly + run: echo "date=$(date +%Y-%U)" >> "${GITHUB_OUTPUT}" - name: Setup Mamba - uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1.9.0 + uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0 with: init-shell: bash environment-file: .github/workflows/macos_dependencies.txt environment-name: grass-env + # Persist on the same period (date). + cache-environment-key: environment-${{ steps.date.outputs.date }} + - name: Environment info shell: bash -el {0} run: | @@ -59,17 +66,17 @@ jobs: - name: Create installation directory run: mkdir $HOME/install - name: Build and install - shell: bash -l {0} + shell: micromamba-shell {0} run: source ./.github/workflows/macos_install.sh $HOME/install - name: Add the bin directory to PATH run: echo "$HOME/install/bin" >> $GITHUB_PATH - name: Check installed version if: ${{ !cancelled() }} - shell: bash -l {0} + shell: micromamba-shell {0} run: source ./.github/workflows/print_versions.sh - name: Run pytest with multiple workers in parallel - shell: bash -el {0} + shell: micromamba-shell {0} run: | export PYTHONPATH=$(grass --config python_path):$PYTHONPATH export LD_LIBRARY_PATH=$(grass --config path)/lib:$LD_LIBRARY_PATH @@ -78,7 +85,7 @@ jobs: -ra . \ -m 'not needs_solo_run' - name: Run pytest with a single worker (for tests marked with needs_solo_run) - shell: bash -el {0} + shell: micromamba-shell {0} run: | export PYTHONPATH=$(grass --config python_path):$PYTHONPATH export LD_LIBRARY_PATH=$(grass --config path)/lib:$LD_LIBRARY_PATH @@ -87,7 +94,7 @@ jobs: -m 'needs_solo_run' - name: Run gunittest tests - shell: bash -el {0} + shell: micromamba-shell {0} run: | grass --tmp-project XY --exec \ g.download.project url=${{ env.SampleData }} path=$HOME @@ -100,7 +107,7 @@ jobs: nc_spm_full_v2alpha2.tar.gz" - name: Make HTML test report available if: ${{ !cancelled() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: testreport-macOS path: testreport diff --git a/.github/workflows/macos_dependencies.txt b/.github/workflows/macos_dependencies.txt index bc60609f7b5..8ef1d3460f6 100644 --- a/.github/workflows/macos_dependencies.txt +++ b/.github/workflows/macos_dependencies.txt @@ -1,4 +1,3 @@ -blas cairo clangxx_osx-arm64 clang_osx-arm64 @@ -13,7 +12,6 @@ giflib git ipython krb5 -lapack lastools libgdal-arrow-parquet libgdal-core @@ -32,6 +30,7 @@ libtiff llvm-openmp matplotlib numpy<2 +openblas pandoc pdal pillow diff --git a/.github/workflows/macos_gunittest.cfg b/.github/workflows/macos_gunittest.cfg index b6806ff5823..923ae2cbe5d 100644 --- a/.github/workflows/macos_gunittest.cfg +++ b/.github/workflows/macos_gunittest.cfg @@ -6,25 +6,18 @@ exclude = gui/wxpython/core/testsuite/test_gcmd.py gui/wxpython/core/testsuite/toolboxes.sh - lib/init/testsuite/test_grass_tmp_mapset.py - python/grass/gunittest/testsuite/test_assertions_rast3d.py python/grass/gunittest/testsuite/test_assertions_vect.py - python/grass/gunittest/testsuite/test_gmodules.py - python/grass/gunittest/testsuite/test_gunitest_doctests.py python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py - python/grass/script/testsuite/test_script_doctests.py python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py raster/r.in.lidar/testsuite/test_base_resolution.sh raster/r.in.pdal/testsuite/test_r_in_pdal_binning.py raster/r.in.pdal/testsuite/test_r_in_pdal_selection.py - raster/r.terraflow/testsuite/test_r_terraflow.py raster/r.sun/testsuite/test_rsun.py raster3d/r3.flow/testsuite/r3flow_test.py - scripts/g.search.modules/testsuite/test_g_search_modules.py - temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py temporal/t.connect/testsuite/test_distr_tgis_db_raster.py + temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py temporal/t.connect/testsuite/test_distr_tgis_db_vector.py temporal/t.info/testsuite/test.t.info.sh temporal/t.rast.aggregate/testsuite/test_aggregation_relative.py diff --git a/.github/workflows/macos_install.sh b/.github/workflows/macos_install.sh index 79446f51867..8a94bc15c6a 100755 --- a/.github/workflows/macos_install.sh +++ b/.github/workflows/macos_install.sh @@ -47,12 +47,8 @@ CONFIGURE_FLAGS="\ --with-bzlib-libs=${CONDA_PREFIX}/lib \ --with-bzlib-includes=${CONDA_PREFIX}/include \ --with-netcdf=${CONDA_PREFIX}/bin/nc-config \ - --with-blas \ - --with-blas-libs=${CONDA_PREFIX}/lib \ - --with-blas-includes=${CONDA_PREFIX}/include \ - --with-lapack - --with-lapack-includes=${CONDA_PREFIX}/include \ - --with-lapack-libs=${CONDA_PREFIX}/lib \ + --with-blas=openblas \ + --with-lapack=openblas \ --with-netcdf=${CONDA_PREFIX}/bin/nc-config \ --with-nls \ --with-libs=${CONDA_PREFIX}/lib \ diff --git a/.github/workflows/milestones.yml b/.github/workflows/milestones.yml new file mode 100644 index 00000000000..e2ade4eb091 --- /dev/null +++ b/.github/workflows/milestones.yml @@ -0,0 +1,70 @@ +--- +name: Assign Milestone + +on: + pull_request_target: + types: [closed] + +jobs: + assign-milestone: + runs-on: ubuntu-latest + if: github.event.pull_request.merged + steps: + # Retreiving the current milestoone from API instead of github context, + # so up-to-date information is used when running after being queued or for reruns + # Otherwise, the information should be available using + # ${{ github.event.pull_request.milestone.title }} + - name: Get current milestone title + id: current-milestone + run: | + echo "milestone<> "${GITHUB_OUTPUT}" + gh pr view ${{ github.event.pull_request.html_url }} --json milestone \ + --jq .milestone.title >> "${GITHUB_OUTPUT}" + echo 'EOF' >> "${GITHUB_OUTPUT}" + env: + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} + - name: PR already has a milestone + run: echo "PR already has a milestone" + if: ${{ steps.current-milestone.outputs.milestone }} + - name: PR does not have a milestone + run: echo "PR does not have a milestone" + if: ${{ !steps.current-milestone.outputs.milestone }} + - name: Get VERSION file + if: ${{ !steps.current-milestone.outputs.milestone }} + id: version-file + run: | + echo "version<> "${GITHUB_OUTPUT}" + gh api \ + -H "Accept: application/vnd.github.raw" \ + -H "X-GitHub-Api-Version: 2022-11-28" \ + "/repos/{owner}/{repo}/contents/include/VERSION?ref=${{ github.sha }}" >> "${GITHUB_OUTPUT}" + echo "EOF" >> "${GITHUB_OUTPUT}" + env: + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} + - name: Show version file + if: ${{ !steps.current-milestone.outputs.milestone }} + run: echo "${VERSIONFILE}" + env: + VERSIONFILE: ${{ steps.version-file.outputs.version }} + - name: Get milestone title from VERSION file + if: ${{ !steps.current-milestone.outputs.milestone }} + id: milestone + run: | + version=$(echo "$VERSIONFILE" | head -n 3 | xargs | sed 's/ /./g; s/\(RC[0-9]*\|dev\)//g') + echo "title=$version" >> "${GITHUB_OUTPUT}" + env: + VERSIONFILE: ${{ steps.version-file.outputs.version }} + - name: Show milestone title + if: ${{ !steps.current-milestone.outputs.milestone }} + run: echo "${MILESTONE}" + env: + MILESTONE: ${{ steps.milestone.outputs.title }} + - name: Set PR milestone + if: ${{ !steps.current-milestone.outputs.milestone }} + run: gh pr edit ${{ github.event.pull_request.html_url }} --milestone "${MILESTONE}" + env: + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} + MILESTONE: ${{ steps.milestone.outputs.title }} diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 2f17427b05d..a7694fa9b30 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -31,7 +31,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2.24.1 with: path-type: inherit @@ -39,25 +39,44 @@ jobs: update: true msystem: MINGW64 install: tar libintl make bison flex diffutils git dos2unix zip mingw-w64-x86_64-toolchain - mingw-w64-x86_64-fftw mingw-w64-x86_64-lapack mingw-w64-x86_64-pkgconf + mingw-w64-x86_64-fftw mingw-w64-x86_64-openblas mingw-w64-x86_64-pkgconf mingw-w64-x86_64-gcc mingw-w64-x86_64-ccache mingw-w64-x86_64-zlib mingw-w64-x86_64-libiconv mingw-w64-x86_64-bzip2 mingw-w64-x86_64-gettext mingw-w64-x86_64-libsystre mingw-w64-x86_64-libtre-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-libpng mingw-w64-x86_64-pcre - - name: Install OSGeo4W - run: | - $exe = 'osgeo4w-setup.exe' - $url = 'http://download.osgeo.org/osgeo4w/v2/' + $exe - (New-Object System.Net.WebClient).DownloadFile($url, $exe) - Start-Process ('.\'+$exe) -ArgumentList '-A -g -k -q \ - -s http://download.osgeo.org/osgeo4w/v2/ -P ${{ env.Deps }}' -Wait - env: - Deps: "proj-devel,gdal-devel,geos-devel,libtiff-devel,libpng-devel,\ - pdal-devel,netcdf-devel,cairo-devel,fftw,freetype-devel,gdal-ecw,\ - gdal-mrsid,liblas-devel,libxdr,libpq-devel,pdcurses,\ - python3-matplotlib,python3-numpy,python3-ply,python3-pywin32,\ - python3-wxpython,regex-devel,zstd-devel" + - name: Setup OSGeo4W environment + uses: echoix/setup-OSGeo4W@17deecd39e077a80bf1081443998ea8edd6f15bf # v0.1.0 + with: + package-dir: "D:/OSGeo4W_pkg" + packages: | + cairo-devel + fftw + freetype-devel + gdal-devel + gdal-ecw + gdal-mrsid + geos-devel + liblas-devel + libpng-devel + libpq-devel + libtiff-devel + libxdr + netcdf-devel + pdal-devel + pdcurses + proj-devel + python3-core + python3-jupyter + python3-matplotlib + python3-numpy + python3-pip + python3-ply + python3-pytest + python3-pywin32 + python3-wxpython + regex-devel + zstd-devel - name: Set number of cores for compilation run: | @@ -66,7 +85,10 @@ jobs: - name: Compile GRASS GIS shell: msys2 {0} - run: .github/workflows/build_osgeo4w.sh + run: | + export CFLAGS="${CFLAGS} -pipe" + export CXXFLAGS="${CXXFLAGS} -pipe" + .github/workflows/build_osgeo4w.sh - name: Print installed versions if: always() @@ -80,12 +102,25 @@ jobs: shell: msys2 {0} run: .github/workflows/test_simple.sh + - name: Install pytest plugins + run: python -m pip install pytest-timeout + shell: cmd /D /E:ON /V:OFF /S /C "CALL C:/OSGeo4W/OSGeo4W.bat "{0}"" + - name: Run pytest with a single worker + run: | + call %OSGEO4W_ROOT%\opt\grass\etc\env.bat + set PYTHONPATH=%GISBASE%\etc\python;%PYTHONPATH% + path %GISBASE%\lib;%GISBASE%\bin;%PATH% + pytest --verbose --color=yes ^ + --durations=0 --durations-min=0.5 ^ + -ra . + shell: cmd /D /E:ON /V:OFF /S /C "CALL C:/OSGeo4W/OSGeo4W.bat "{0}"" + - name: Run tests run: .github/workflows/test_thorough.bat 'C:\OSGeo4W\opt\grass\grass85.bat' 'C:\OSGeo4W\bin\python3' - name: Make HTML test report available if: ${{ always() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: testreport-${{ matrix.os }} path: testreport diff --git a/.github/workflows/osgeo4w_gunittest.cfg b/.github/workflows/osgeo4w_gunittest.cfg new file mode 100644 index 00000000000..b9252cf49ef --- /dev/null +++ b/.github/workflows/osgeo4w_gunittest.cfg @@ -0,0 +1,32 @@ +[gunittest] + +# Files (or wildcard patterns) to exclude from testing separated by newline or +# space. This would be ideally empty or it would include just special cases, +# but it includes mainly tests which can (and should) be fixed. +exclude = + gui/wxpython/core/testsuite/toolboxes.sh + lib/init/testsuite/test_grass_tmp_mapset.py + python/grass/gunittest/testsuite/test_gunitest_doctests.py + python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py + python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py + python/grass/script/testsuite/test_script_doctests.py + python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py + temporal/t.info/testsuite/test.t.info.sh + temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh + temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh + temporal/t.rast.aggregate/testsuite/test_aggregation_relative.py + vector/v.edit/testsuite/select_all_flag.sh + vector/v.in.lidar/testsuite/decimation_test.py + vector/v.in.lidar/testsuite/mask_test.py + vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py + vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py + vector/v.what.rast3/testsuite/test.v.what.rast3.sh + vector/v.what/testsuite/test_vwhat_layers.py + vector/v.what/testsuite/test_vwhat_ncspm.py + +# Maximum time for execution of one test file (not a test function) +# after which test is terminated (which may not terminate child processes +# from that test). +# Using 5 minutes as maximum (average test time should be much shorter, +# couple seconds per file, median should be around one second). +timeout = 300 diff --git a/.github/workflows/periodic_update.yml b/.github/workflows/periodic_update.yml index 346fd12e2d2..17855d6149e 100644 --- a/.github/workflows/periodic_update.yml +++ b/.github/workflows/periodic_update.yml @@ -21,7 +21,7 @@ jobs: - name: Create URL to the run output id: vars run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: "Check that autoconf scripts are up-to-date:" run: | rm -f config.guess config.sub @@ -33,7 +33,7 @@ jobs: run: git status --ignored - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: commit-message: "config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/" branch: periodic/update-configure diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8e3b2286b1c..e1b3b84b54e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -32,7 +32,7 @@ jobs: PYTHONWARNINGS: always steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 @@ -48,7 +48,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@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 + - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e # v1 - name: Install Python dependencies run: | @@ -83,8 +83,13 @@ jobs: run: | export PYTHONPATH=`grass --config python_path`:$PYTHONPATH export LD_LIBRARY_PATH=$(grass --config path)/lib:$LD_LIBRARY_PATH + export INITIAL_GISBASE="$(grass --config path)" + export INITIAL_PWD="${PWD}" pytest --verbose --color=yes --durations=0 --durations-min=0.5 \ - --numprocesses auto -ra . \ + --numprocesses auto \ + --cov \ + --cov-context=test \ + -ra . \ -m 'not needs_solo_run' - name: Run pytest with a single worker (for tests marked with needs_solo_run) @@ -92,9 +97,11 @@ jobs: export PYTHONPATH=`grass --config python_path`:$PYTHONPATH export LD_LIBRARY_PATH=$(grass --config path)/lib:$LD_LIBRARY_PATH export INITIAL_GISBASE="$(grass --config path)" - INITIAL_PWD="${PWD}" pytest --verbose --color=yes --durations=0 --durations-min=0.5 \ + export INITIAL_PWD="${PWD}" + pytest --verbose --color=yes --durations=0 --durations-min=0.5 \ --cov \ --cov-context=test \ + --cov-append \ -ra . \ -m 'needs_solo_run' - name: Fix non-standard installed script paths in coverage data @@ -108,7 +115,7 @@ jobs: coverage html - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: verbose: true flags: pytest-python-${{ matrix.python-version }} @@ -116,7 +123,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Make python-only code coverage test report available if: ${{ !cancelled() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: python-codecoverage-report-${{ matrix.os }}-${{ matrix.python-version }} path: coverage_html_report diff --git a/.github/workflows/python-code-quality.yml b/.github/workflows/python-code-quality.yml index d24fe7089ab..0a5f2f50ebf 100644 --- a/.github/workflows/python-code-quality.yml +++ b/.github/workflows/python-code-quality.yml @@ -28,18 +28,19 @@ jobs: PYTHON_VERSION: "3.10" MIN_PYTHON_VERSION: "3.8" # renovate: datasource=pypi depName=black - BLACK_VERSION: "24.8.0" + BLACK_VERSION: "24.10.0" # renovate: datasource=pypi depName=flake8 FLAKE8_VERSION: "7.1.1" # renovate: datasource=pypi depName=pylint PYLINT_VERSION: "2.12.2" # renovate: datasource=pypi depName=bandit - BANDIT_VERSION: "1.7.9" + BANDIT_VERSION: "1.7.10" # renovate: datasource=pypi depName=ruff <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD RUFF_VERSION: "0.5.1" ======= @@ -57,6 +58,9 @@ jobs: ======= RUFF_VERSION: "0.6.3" >>>>>>> osgeo-main +======= + RUFF_VERSION: "0.6.9" +>>>>>>> osgeo-main runs-on: ${{ matrix.os }} permissions: @@ -74,7 +78,7 @@ jobs: echo Bandit: ${{ env.BANDIT_VERSION }} echo Ruff: ${{ env.RUFF_VERSION }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 @@ -149,13 +153,13 @@ jobs: bandit -c pyproject.toml -iii -r . -f sarif -o bandit.sarif --exit-zero - name: Upload Bandit Scan Results - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: bandit.sarif path: bandit.sarif - name: Upload SARIF File into Security Tab - uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 + uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: sarif_file: bandit.sarif @@ -167,7 +171,7 @@ jobs: run: | echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV - - uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 + - uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e # v1 - name: Build run: .github/workflows/build_${{ matrix.os }}.sh $HOME/install @@ -221,7 +225,7 @@ jobs: cp -rp dist.$ARCH/docs/html/libpython sphinx-grass - name: Make Sphinx documentation available - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: sphinx-grass path: sphinx-grass diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 44da8d9acb7..62328723f77 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -25,7 +25,7 @@ jobs: statuses: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # super-linter needs the full git history to get the # list of files that changed across commits diff --git a/.github/workflows/test-nix.yml b/.github/workflows/test-nix.yml index 87290bef88e..882a42d6659 100644 --- a/.github/workflows/test-nix.yml +++ b/.github/workflows/test-nix.yml @@ -28,16 +28,20 @@ jobs: contents: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install nix <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD uses: DeterminateSystems/nix-installer-action@7993355175c2765e5733dae74f3e0786fe0e5c4f # v12 ======= uses: DeterminateSystems/nix-installer-action@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd # v13 >>>>>>> main +======= + uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 +>>>>>>> osgeo-main - name: Setup cachix uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15 diff --git a/.github/workflows/test_thorough.bat b/.github/workflows/test_thorough.bat index 963f24b9b43..843adb4c4f0 100644 --- a/.github/workflows/test_thorough.bat +++ b/.github/workflows/test_thorough.bat @@ -2,4 +2,4 @@ set grass=%1 set python=%2 call %grass% --tmp-project XY --exec g.download.project url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=%USERPROFILE% -call %grass% --tmp-project XY --exec %python% -m grass.gunittest.main --grassdata %USERPROFILE% --location nc_spm_full_v2alpha2 --location-type nc --min-success 80 +call %grass% --tmp-project XY --exec %python% -m grass.gunittest.main --grassdata %USERPROFILE% --location nc_spm_full_v2alpha2 --location-type nc --min-success 96 --config .github\workflows\osgeo4w_gunittest.cfg diff --git a/.github/workflows/titles.yml b/.github/workflows/titles.yml index b8e33c2fb37..f202fdafe02 100644 --- a/.github/workflows/titles.yml +++ b/.github/workflows/titles.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout base repository (doesn't include the PR changes) - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Call PR title validation function run: python utils/generate_release_notes.py check "${PR_TITLE}" "" "" env: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 57b0821eec4..966dbfe21ab 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -59,7 +59,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Invert inclusion list to an exclusion list id: get-exclude @@ -149,7 +149,7 @@ jobs: - name: Make HTML test report available if: ${{ always() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: testreport-${{ matrix.os }}-${{ matrix.config }}-${{ matrix.extra-include }} path: testreport diff --git a/.gunittest.cfg b/.gunittest.cfg index 01b06c78913..2117fde9d7a 100644 --- a/.gunittest.cfg +++ b/.gunittest.cfg @@ -4,21 +4,14 @@ # space. This would be ideally empty or it would include just special cases, # but it includes mainly tests which can (and should) be fixed. exclude = - gui/wxpython/core/testsuite/test_gcmd.py gui/wxpython/core/testsuite/toolboxes.sh - lib/init/testsuite/test_grass_tmp_mapset.py - python/grass/gunittest/testsuite/test_assertions_rast3d.py python/grass/gunittest/testsuite/test_assertions_vect.py - python/grass/gunittest/testsuite/test_gmodules.py python/grass/gunittest/testsuite/test_gunitest_doctests.py python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py - python/grass/script/testsuite/test_script_doctests.py python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py raster/r.in.lidar/testsuite/test_base_resolution.sh - raster/r.in.lidar/testsuite/test_base_resolution.sh - scripts/g.search.modules/testsuite/test_g_search_modules.py temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py temporal/t.connect/testsuite/test_distr_tgis_db_raster.py temporal/t.connect/testsuite/test_distr_tgis_db_vector.py diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1e10e92899..f244bb12caa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: skip: [flake8] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: | @@ -41,6 +41,7 @@ repos: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rev: v0.5.1 ======= @@ -57,18 +58,21 @@ repos: >>>>>>> osgeo-main ======= rev: v0.6.3 +>>>>>>> osgeo-main +======= + rev: v0.6.9 >>>>>>> osgeo-main hooks: # Run the linter. - id: ruff args: [--fix, --preview] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint-fix # Using this mirror lets us use mypyc-compiled black, which is about 2x faster - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black-jupyter exclude: | diff --git a/CHANGES b/CHANGES index f516d517864..fec6e5b80f9 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -56,6 +57,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CHANGES in GRASS GIS 8.x ======= CHANGES in GRASS GIS 8.x compared to GRASS GIS 7.x @@ -95,6 +98,7 @@ List of releases: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -306,6 +310,8 @@ List of releases: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CHANGES in GRASS GIS 8.x https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 @@ -317,6 +323,7 @@ List of releases: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -340,6 +347,9 @@ List of releases: >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 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 @@ -352,6 +362,7 @@ List of releases: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -366,6 +377,8 @@ List of releases: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 06572101261..ab42c029d55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -136,6 +136,7 @@ You can use your favorite tools to change source code or other files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -173,6 +174,8 @@ You can use your favorite tools to change source code or other files >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main in the local copy of the code. When making changes, please follow the [Programming Style Guide](./doc/development/style_guide.md). @@ -206,6 +209,7 @@ to your code. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -246,6 +250,10 @@ to your code. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main in the local copy of the code. When making changes, please follow Submitting Guidelines at . @@ -301,6 +309,7 @@ to your code. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -445,6 +454,8 @@ to your code. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### Committing diff --git a/Dockerfile b/Dockerfile index 14e5669fbef..3453b4aea28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -47,6 +48,13 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5 +======= +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main # syntax=docker/dockerfile:1.9@sha256:fe40cf4e92cd0c467be2cfc30657a680ae2398318afd50b0c80585784c604f28 ======= ======= @@ -56,6 +64,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main >>>>>>> main ======= @@ -66,6 +75,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # syntax=docker/dockerfile:1.8@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd ======= ======= @@ -76,6 +87,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 <<<<<<< HEAD <<<<<<< HEAD @@ -133,6 +145,9 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 >>>>>>> osgeo-main ======= +# syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144,6 +159,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -179,13 +195,18 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> bc7152a288 (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. ARG GUI=without -FROM ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 as common_start +FROM ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe as common_start LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Stefan Blumentrath" ======= @@ -205,6 +226,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -230,6 +252,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -246,6 +270,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -284,6 +309,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" ENV DEBIAN_FRONTEND noninteractive @@ -303,6 +330,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 @@ -346,6 +374,8 @@ ARG LAZ_PERF_VERSION=3.2.0 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] WORKDIR /tmp @@ -353,9 +383,35 @@ WORKDIR /tmp ARG GUI # Todo: re-consider required dev packages for addons (~400MB in dev packages) -ARG GRASS_RUN_PACKAGES="build-essential \ +ARG GRASS_RUN_PACKAGES="\ + bison \ + build-essential \ + bzip2 \ +======= +# define versions to be used +# https://github.com/PDAL/PDAL/releases +ARG PDAL_VERSION=2.4.3 +# https://github.com/hobuinc/laz-perf/releases +ARG LAZ_PERF_VERSION=3.2.0 + +======= +# define versions to be used +# https://github.com/PDAL/PDAL/releases +ARG PDAL_VERSION=2.4.3 +# https://github.com/hobuinc/laz-perf/releases +ARG LAZ_PERF_VERSION=3.2.0 + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +SHELL ["/bin/bash", "-c"] + +WORKDIR /tmp + +RUN apt-get update && apt-get upgrade -y && \ + apt-get install -y --no-install-recommends --no-install-suggests \ + build-essential \ bison \ bzip2 \ +<<<<<<< HEAD ======= # define versions to be used # https://github.com/PDAL/PDAL/releases @@ -562,6 +618,13 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + cmake \ +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main curl \ flex \ @@ -583,6 +646,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -619,10 +683,10 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main geos-bin \ - proj-bin \ - netcdf-bin \ git \ language-pack-en-base \ libcairo2 \ @@ -631,28 +695,29 @@ RUN apt-get update && apt-get upgrade -y && \ libfftw3-dev \ libfreetype6 \ libgdal-dev \ + libgeos-dev \ + libgsl-dev \ libgsl27 \ libjpeg-turbo8 \ libjsoncpp-dev \ - libmagic1 \ + liblapacke-dev \ libmagic-mgc \ + libmagic1 \ libncurses5 \ - libopenblas-dev \ + libomp-dev \ + libomp5 \ libopenblas-base \ + libopenblas-dev \ libopenjp2-7 \ - libomp5 \ - libomp-dev \ - libgeos-dev \ - libpdal-dev \ - libproj-dev \ - libpq-dev \ - libgsl-dev \ libpdal-base13 \ + libpdal-dev \ libpdal-plugin-hdf \ libpdal-plugins \ libpdal-util13 \ libpnglite0 \ + libpq-dev \ libpq5 \ + libproj-dev \ libpython3-all-dev \ libreadline8 \ libsqlite3-0 \ @@ -663,7 +728,9 @@ RUN apt-get update && apt-get upgrade -y && \ mesa-utils \ moreutils \ ncurses-bin \ + netcdf-bin \ pdal \ + proj-bin \ proj-data \ python-is-python3 \ python3 \ @@ -683,6 +750,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -743,6 +811,10 @@ RUN apt-get update && apt-get upgrade -y && \ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main git \ language-pack-en-base \ @@ -807,6 +879,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -887,6 +960,11 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 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 unzip \ vim \ @@ -907,6 +985,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -943,62 +1022,66 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main zlib1g \ " ENV GRASS_RUN_PACKAGES=${GRASS_RUN_PACKAGES} # Define build packages -ARG GRASS_BUILD_PACKAGES="cmake \ +ARG GRASS_BUILD_PACKAGES="\ + cmake \ libbz2-dev \ libcairo2-dev \ libfreetype6-dev \ - zlib1g-dev \ + libjpeg-dev \ + libncurses5-dev \ libnetcdf-dev \ libopenjp2-7-dev \ - libreadline-dev \ - libjpeg-dev \ libpnglite-dev \ + libreadline-dev \ libsqlite3-dev \ libtiff-dev \ libzstd-dev \ - libncurses5-dev \ mesa-common-dev \ zlib1g-dev \ " ENV GRASS_BUILD_PACKAGES=${GRASS_BUILD_PACKAGES} -ARG GRASS_CONFIG="--with-cxx \ +ARG GRASS_CONFIG="\ --enable-largefile \ - --with-proj-share=/usr/share/proj \ - --with-gdal=/usr/bin/gdal-config \ - --with-geos \ - --with-sqlite \ + --with-blas \ + --with-bzlib \ --with-cairo --with-cairo-ldflags=-lfontconfig \ - --with-freetype --with-freetype-includes=/usr/include/freetype2/ \ + --with-cxx \ --with-fftw \ - --with-postgres --with-postgres-includes=/usr/include/postgresql \ - --with-netcdf \ - --with-zstd \ - --with-bzlib \ - --with-pdal \ - --without-mysql \ - --with-blas \ + --with-freetype --with-freetype-includes=/usr/include/freetype2/ \ + --with-gdal=/usr/bin/gdal-config \ + --with-geos \ --with-lapack \ - --with-readline \ + --with-netcdf \ --with-odbc \ --with-openmp \ + --with-pdal \ + --with-postgres --with-postgres-includes=/usr/include/postgresql \ + --with-proj-share=/usr/share/proj \ + --with-readline \ + --with-sqlite \ + --with-zstd \ + --without-mysql \ " -ARG GRASS_PYTHON_PACKAGES="pip \ - setuptools \ - python-dateutil \ - python-magic \ - numpy \ +ARG GRASS_PYTHON_PACKAGES="\ Pillow \ - ply \ matplotlib \ + numpy \ + pip \ + ply \ psycopg2 \ + python-dateutil \ + python-magic \ + setuptools \ " ENV GRASS_PYTHON_PACKAGES=${GRASS_PYTHON_PACKAGES} @@ -1010,31 +1093,33 @@ ENV GRASS_CONFIG=${GRASS_CONFIG} FROM common_start as grass_with_gui -ARG GRASS_RUN_PACKAGES="${GRASS_RUN_PACKAGES} adwaita-icon-theme-full \ - libglu1-mesa \ - libgtk-3-0 \ - libnotify4 \ - libsdl2-2.0-0 \ - libxtst6 \ - librsvg2-common \ - gettext \ +ARG GRASS_RUN_PACKAGES="${GRASS_RUN_PACKAGES} \ + adwaita-icon-theme-full \ freeglut3 \ + gettext \ + libglu1-mesa \ libgstreamer-plugins-base1.0 \ + libgtk-3-0 \ libjpeg8 \ + libnotify4 \ libpng16-16 \ + librsvg2-common \ + libsdl2-2.0-0 \ libsm6 \ libtiff5 \ libwebkit2gtk-4.0 \ + libxtst6 \ " # librsvg2-common \ # (fix error (wxgui.py:7782): Gtk-WARNING **: 19:53:09.774: # Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. # This may indicate that pixbuf loaders or the mime database could not be found.) -ARG GRASS_BUILD_PACKAGES="${GRASS_BUILD_PACKAGES} adwaita-icon-theme-full \ +ARG GRASS_BUILD_PACKAGES="${GRASS_BUILD_PACKAGES} \ + adwaita-icon-theme-full \ + freeglut3-dev \ libgl1-mesa-dev \ libglu1-mesa-dev \ - freeglut3-dev \ libgstreamer-plugins-base1.0-dev \ libgtk-3-dev \ libjpeg-dev \ @@ -1047,10 +1132,11 @@ ARG GRASS_BUILD_PACKAGES="${GRASS_BUILD_PACKAGES} adwaita-icon-theme-full \ libxtst-dev \ " -ARG GRASS_CONFIG="${GRASS_CONFIG} --with-opengl \ - --with-x \ +ARG GRASS_CONFIG="${GRASS_CONFIG} \ --with-nls \ + --with-opengl \ --with-readline \ + --with-x \ " ARG GRASS_PYTHON_PACKAGES="${GRASS_PYTHON_PACKAGES} wxPython" # If you do not use any Gnome Accessibility features, to suppress warning @@ -1139,6 +1225,7 @@ WORKDIR /src/grass_build <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1199,6 +1286,10 @@ WORKDIR /src/grass_build ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main zlib1g-dev @@ -1288,6 +1379,7 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1369,6 +1461,11 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* ======= >>>>>>> 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 # 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" @@ -1397,6 +1494,7 @@ RUN make distclean || echo "nothing to clean" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD RUN /src/grass_build/configure \ --with-cxx \ --enable-largefile \ @@ -1456,6 +1554,8 @@ RUN /src/grass_build/configure \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN ./configure $GRASS_CONFIG \ && make -j $NUMTHREADS \ && make install && ldconfig \ @@ -1494,6 +1594,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)) @@ -1562,6 +1663,11 @@ RUN if [ ! -e /usr/local/bin/grass ] ; then ln -s /usr/local/bin/grass* /usr/loc ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1624,6 +1730,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1823,6 +1930,10 @@ CMD ["$GRASSBIN", "--version"] CMD ["$GRASSBIN", "--version"] ======= >>>>>>> osgeo-main +======= +CMD ["$GRASSBIN", "--version"] +======= +>>>>>>> osgeo-main CMD ["bash", "-c", "$GRASSBIN", "--version"] ======= RUN /src/grass_build/configure \ @@ -1878,6 +1989,9 @@ RUN /src/grass_build/configure \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1960,6 +2074,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1979,6 +2094,8 @@ VOLUME /grassdb ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) @@ -1990,6 +2107,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -2037,3 +2155,5 @@ VOLUME /grassdb >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/INSTALL b/INSTALL index d09ae0b9174..eeacc8cf152 100644 --- a/INSTALL +++ b/INSTALL @@ -80,6 +80,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)) ======= @@ -104,6 +105,8 @@ explains the options used to disable the compilation of non-mandatory >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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: @@ -118,6 +121,7 @@ https://grasswiki.osgeo.org/wiki/Compile_and_Install <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154,6 +158,8 @@ GRASS modules. See REQUIREMENTS.html for details. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main First step of the compilation (-g for debugging, or -O2 for optimization): @@ -193,6 +199,7 @@ Next step is the compilation itself: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD make ======= @@ -247,6 +254,9 @@ https://grasswiki.osgeo.org/wiki/Compile_and_Install ======= make >>>>>>> osgeo-main +======= + make +>>>>>>> osgeo-main Note for Solaris users (see also Wiki page above): diff --git a/INSTALL.md b/INSTALL.md index acb2b153403..18cc96eba0a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,6 +30,7 @@ Please read _all_ text below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67,6 +68,8 @@ Please read _all_ text below. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - (K) SUPPORT - (L) GRASS GIS PROGRAMMER'S MANUAL - (M) CONTRIBUTING CODE AND PATCHES @@ -83,6 +86,7 @@ Please read _all_ text below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144,6 +148,10 @@ Please read _all_ text below. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main - (K) LARGE FILE SUPPORT (for raster maps) - (L) SUPPORT - (M) GRASS GIS PROGRAMMER'S MANUAL @@ -164,6 +172,7 @@ Please read _all_ text below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -245,6 +254,11 @@ Please read _all_ text below. ======= >>>>>>> 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 ## PREREQUISITES @@ -272,6 +286,7 @@ which have to be installed before installing/compiling GRASS: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -351,6 +366,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)) @@ -374,6 +394,7 @@ directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -399,6 +420,8 @@ directory. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= For links to the software, see ./REQUIREMENTS.html in this directory: ======= @@ -418,6 +441,7 @@ directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -505,12 +529,14 @@ directory: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Installation order: 1. PROJ -2. GDAL-OGR (compiled without GRASS support) -3. optionally: databases such as PostgreSQL, MySQL, sqlite +2. GDAL/OGR (compiled without GRASS support) +3. optionally: databases such as PostgreSQL, MySQL, SQLite 4. GRASS GIS 5. optionally: GDAL-OGR-GRASS plugin @@ -521,7 +547,7 @@ GRASS source code is currently distributed in 2 forms: ### Officially released source code The full source code version contains all the GRASS source code -required for compilation. It is distributed as one file (*.tar.gz +required for compilation. It is distributed as one file (`*.tar.gz` package) and the version is composed of 3 numbers, e.g. 3.7.0, 3.7.1 etc. See . @@ -532,7 +558,7 @@ This version of the source code can be acquired either from the GitHub repository () or as a auto-generated snapshot (`*.tar.gz` package) of the GitHub repository. The snapshot name contains the date when the snapshot was created (checked out from -the GitHub repository), e.g. grass-3.7.git_src_snapshot_2022_04_27.tar.gz +the GitHub repository), e.g. `grass-3.7.git_src_snapshot_2022_04_27.tar.gz` from <<<<<<< HEAD <<<<<<< HEAD @@ -549,6 +575,7 @@ from <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Further instructions at ======= <<<<<<< HEAD @@ -582,6 +609,8 @@ Further instructions at ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= Further instructions at >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -599,6 +628,7 @@ Further instructions at <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -646,6 +676,8 @@ Further instructions at >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## (B) COMPILATION @@ -681,6 +713,7 @@ explains the options used to disable the compilation of non-mandatory <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -748,6 +781,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)) ======= @@ -768,6 +805,7 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -793,6 +831,8 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS modules. See REQUIREMENTS.html for details on dependencies. ======= GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies. @@ -810,6 +850,7 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -890,11 +931,13 @@ GRASS modules. See REQUIREMENTS.html for details on dependencies. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Detailed Wiki notes for various operating systems (MS-Windows, GNU/Linux distributions, FreeBSD, AIX, etc) are available at: -First step of the compilation (-g for debugging, or -O2 for optimization): +First step of the compilation (`-g` for debugging, or `-O2` for optimization): ```bash CFLAGS="-g -Wall" ./configure @@ -930,7 +973,7 @@ make Note for Solaris users (see also Wiki page above): To configure GRASS correctly on a system which doesn't have a suitable -install program (AC_PROG_INSTALL ignores versions which are known to +install program (`AC_PROG_INSTALL` ignores versions which are known to have problems), you need to ensure that $srcdir is an absolute path, by using e.g.: @@ -958,7 +1001,7 @@ CC=cc CPP=cpp ./configure ... ## (C) COMPILATION NOTES for 64bit platforms To successfully compile GRASS on 64bit platforms, the required -FFTW2 library has to be compiled with -fPIC flag: +FFTW library has to be compiled with `-fPIC` flag: ```bash #this applies to FFTW3, not to GRASS GIS: @@ -982,6 +1025,7 @@ make install <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1064,6 +1108,11 @@ make install ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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: @@ -1091,6 +1140,7 @@ See also CODE OPTIMIZATION below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1172,18 +1222,23 @@ See also CODE OPTIMIZATION below. ======= >>>>>>> 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 ## (D) INSTALLATION (first time) After compilation, the resulting code is stored in the directory ```bash -./dist.$ARCH +./dist.$ARCH/ ``` -and the scripts (grass, ...) in +and the script (`grass`) in ```bash -./bin.$ARCH +./bin.$ARCH/ ``` To run GRASS, simply start @@ -1201,7 +1256,7 @@ grass ## (E) INSTALLATION ON MACOSX -See the ReadMe.rtf in the ./macosx/ folder and the Wiki page above. +See the `ReadMe.rtf` in the `./macosx/` folder and the Wiki page above. ## (F) RUNNING GRASS GIS @@ -1232,7 +1287,7 @@ make make install ``` -For details, see +For details, see [Guide to contributing on GitHub](./doc/development/github_guide.md). ## (H) COMPILING INDIVIDUAL MODULES - OWN MODULES @@ -1266,7 +1321,7 @@ gmake Note: If you keep your module source code outside the standard GRASS source code directory structure, you will have to change the relative -path(s) in the Makefile to absolute path(s). +path(s) in the `Makefile` to absolute path(s). ## (I) CODE OPTIMIZATION @@ -1284,8 +1339,8 @@ setenv CFLAGS -O ./configure ``` -whichever works on your shell. Use -O2 instead of -O if your compiler -supports this (note: O is the letter, not zero). Using the "gcc" compiler, +whichever works on your shell. Use `-O2` instead of `-O` if your compiler +supports this (note: `O` is the letter, not zero). Using the "gcc" compiler, you can also specify processor specific flags (examples, please suggest better settings to us): @@ -1315,6 +1370,7 @@ CFLAGS="-mcpu=pentium4" # Intel Pentium4 processor <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1394,6 +1450,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)) ======= @@ -1415,6 +1476,7 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1440,6 +1502,8 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit processor ======= CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ @@ -1458,6 +1522,7 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1541,14 +1606,16 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CFLAGS="-mtune=nocona -m64 -minline-all-stringops" # Intel Pentium 64bit processor ``` -Note: As of version 4.3.0, GCC offers the -march=native switch that +Note: As of version 4.3.0, GCC offers the `-march=native` switch that enables CPU auto-detection and automatically selects optimizations supported -by the local machine at GCC runtime including -mtune. +by the local machine at GCC runtime including `-mtune`. -To find out optional CFLAGS for your platform, enter: +To find out optional `CFLAGS` for your platform, enter: ```bash gcc -dumpspecs @@ -1557,7 +1624,7 @@ gcc -dumpspecs See also: A real fast GRASS version (and small binaries) will be created with -LDFLAGS set to "stripping" (but this disables debugging): +`LDFLAGS` set to "stripping" (but this disables debugging): ```bash CFLAGS="-O2 -mcpu= -Wall" LDFLAGS="-s" ./configure @@ -1568,7 +1635,7 @@ CFLAGS="-O2 -mcpu= -Wall" LDFLAGS="-s" ./configure The `LDFLAGS=""` part must be undefined as `-s` will strip the debugging information. -Don't use `-O` for CFLAGS if you want to be able to step through function +Don't use `-O` for `CFLAGS` if you want to be able to step through function bodies. When optimisation is enabled, the compiler will re-order statements and re-arrange expressions, resulting in object code which barely resembles the source code. @@ -1579,7 +1646,7 @@ The `-g` and `-Wall` compiler flags are often useful for assisting debugging: CFLAGS="-g -Wall" ./configure ``` -See also the file ./doc/debugging.txt and the Wiki page +See also the file `./doc/debugging.txt` and the Wiki page <<<<<<< HEAD @@ -1597,6 +1664,7 @@ See also the file ./doc/debugging.txt and the Wiki page <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1628,6 +1696,8 @@ See also the file ./doc/debugging.txt and the Wiki page >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## (K) SUPPORT ======= ======= @@ -1644,6 +1714,7 @@ See also the file ./doc/debugging.txt and the Wiki page <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1688,6 +1759,8 @@ See also the file ./doc/debugging.txt and the Wiki page >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## (K) LARGE FILE SUPPORT (for raster maps) GRASS GIS includes improved support for reading and writing large files @@ -1722,6 +1795,7 @@ See also <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1803,6 +1877,11 @@ See also ======= >>>>>>> 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 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 @@ -1826,6 +1905,7 @@ developers mailing list. See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## (M) GRASS PROGRAMMER'S MANUAL ======= <<<<<<< HEAD @@ -1864,6 +1944,8 @@ developers mailing list. See >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## (L) GRASS PROGRAMMER'S MANUAL ======= ## (M) GRASS PROGRAMMER'S MANUAL @@ -1880,6 +1962,7 @@ developers mailing list. See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ## (M) GRASS PROGRAMMER'S MANUAL >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1953,10 +2036,16 @@ developers mailing list. See ## (M) GRASS PROGRAMMER'S MANUAL >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +## (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: - +The Programmer's manual is +generated from the source code. This requires the installation of +`doxygen` () and optionally Graphviz `dot` +(). <<<<<<< HEAD <<<<<<< HEAD @@ -1973,6 +2062,7 @@ Please see the README file and the files at: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## (N) CONTRIBUTING CODE AND PATCHES ======= <<<<<<< HEAD @@ -2011,6 +2101,35 @@ Please see the README file and the files at: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +The main file is: `./grasslib.dox` where all sub-documents have +to be linked to. + +To locally generate the 'Programmer's Manual', run + +```sh +make htmldocs +``` + +To generate documentation as a single html file +(recommended for simple reading) + +```sh +make htmldocs-single +``` + +This process takes some time. The result will be found in +the file `lib/html/index.html`. + +To generate the 'Programmer's Manual' in PDF format, run + +```sh +make pdfdocs +``` + +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main ## (M) CONTRIBUTING CODE AND PATCHES ======= ## (N) CONTRIBUTING CODE AND PATCHES @@ -2027,6 +2146,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)) @@ -2100,9 +2220,13 @@ Please see the README file and the files at: ## (N) CONTRIBUTING CODE AND PATCHES >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +## (N) CONTRIBUTING CODE AND PATCHES +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -Please see ./SUBMITTING in this directory, or better, - +Please see <<<<<<< HEAD <<<<<<< HEAD @@ -2118,6 +2242,7 @@ Please see ./SUBMITTING in this directory, or better, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2200,6 +2325,16 @@ Please see ./SUBMITTING in this directory, or better, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +- [GRASS Programming Style Guide](./doc/development/style_guide.md) +- [Guide to contributing on GitHub](./doc/development/github_guide.md) + +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## (O) TUTORIALS @@ -2219,6 +2354,7 @@ Please see ./SUBMITTING in this directory, or better, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2300,6 +2436,11 @@ Please see ./SUBMITTING in this directory, or better, ======= >>>>>>> 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 ## Authors Markus Neteler and the GRASS Development Team diff --git a/Makefile b/Makefile index 56a4c25a634..b9d15db5363 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team @@ -86,6 +87,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2002-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2002-2022 by the GRASS Development Team @@ -103,6 +106,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -122,6 +126,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # COPYRIGHT: (C) 2002-2022 by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139,6 +145,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)) @@ -233,6 +240,11 @@ # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +# 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 @@ -296,6 +308,7 @@ SUBDIRS = $(DIRS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -369,6 +382,30 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html cont FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html contributors.csv contributors_extra.csv translators.csv >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= +FILES = AUTHORS CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv +======= +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 10cb905c76 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> bb9e769d49 (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD +FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv +======= +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)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html contributors.csv contributors_extra.csv translators.csv +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -383,6 +420,7 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -408,6 +446,10 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri ======= >>>>>>> osgeo-main ======= +>>>>>>> 10cb905c76 (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 @@ -425,6 +467,7 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -505,6 +548,9 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html cont >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bb9e769d49 (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main FILES_DST = $(patsubst %,$(ARCH_DISTDIR)/%,$(FILES)) default: diff --git a/NEWS b/NEWS index 086569b3989..d621556074d 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ GRASS GIS 8 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -85,6 +86,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)) @@ -106,6 +111,7 @@ GRASS GIS 8 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -198,6 +204,8 @@ GRASS GIS 8 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GRASS GIS 7 o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 diff --git a/README.md b/README.md index 60279f6c4c9..cbc051074c9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,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) @@ -61,6 +62,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -85,6 +88,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # GRASS GIS Repository >>>>>>> 0b33f0923a (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) @@ -147,6 +151,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # GRASS GIS Repository >>>>>>> 0b33f0923a (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) @@ -161,6 +167,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> bbd009e3f8 (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) ======= ======= @@ -180,6 +187,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) @@ -195,6 +204,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -214,6 +224,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) @@ -228,6 +240,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -305,6 +318,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## Description @@ -335,6 +350,7 @@ visualization. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -465,6 +481,13 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyter Notebooks by clicking the button below: ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -483,6 +506,7 @@ Jupyter Notebooks by clicking the button below: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -514,6 +538,8 @@ Jupyter Notebooks by clicking the button below: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OSGeo/grass/main?labpath=doc%2Fnotebooks%2Fjupyter_example.ipynb) @@ -531,6 +557,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: @@ -576,6 +603,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) @@ -596,6 +628,7 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -634,6 +667,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 @@ -648,6 +683,7 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -752,16 +788,13 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 GRASS GIS. See [CONTRIBUTING file](CONTRIBUTING.md) for more details. -How to get write access here - -Want to become a core developer? See -[Procedure for gaining Git write access](https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASScorerepository) - ## How to compile GRASS > See the INSTALL.md file. @@ -788,6 +821,7 @@ Want to become a core developer? See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -841,6 +875,8 @@ Want to become a core developer? See >>>>>>> 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. @@ -861,6 +897,7 @@ in the Wiki. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -888,6 +925,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)) ======= @@ -905,6 +944,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)) @@ -937,6 +977,8 @@ Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are det ======= >>>>>>> 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. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= @@ -956,6 +998,7 @@ in the Wiki. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -980,6 +1023,8 @@ in the Wiki. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -996,6 +1041,7 @@ in the Wiki. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1055,6 +1101,8 @@ Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are det >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## Docker @@ -1086,6 +1134,7 @@ containing the source code): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1165,6 +1214,10 @@ containing the source code): ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main A. Docker image **without graphical user interface - wxGUI**. ======= @@ -1193,6 +1246,7 @@ docker build -t grassgis . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1235,6 +1289,8 @@ docker build -t grassgis . >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ``` docker build -t grassgis80 . <<<<<<< HEAD @@ -1257,6 +1313,7 @@ docker build -t grassgis . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1282,6 +1339,8 @@ docker build -t grassgis . ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ```bash docker build -t grassgis . >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1297,6 +1356,7 @@ docker build -t grassgis . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1368,6 +1428,8 @@ docker build -t grassgis80 . >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ``` A test run (assuming you have the existing GRASS GIS test location; it can be @@ -1399,6 +1461,7 @@ docker run -it --rm --user=$(id -u):$(id -g) --volume $(pwd):/data \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1465,6 +1528,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)) @@ -1486,6 +1553,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)) @@ -1600,6 +1668,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)) +>>>>>>> osgeo-main +======= +======= + --env HOME=/data/ grassgis grass --text nc_basic_spm_grass7/user1 \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main --exec g.region -p @@ -1627,6 +1700,7 @@ docker run -it --rm --user=$(id -u):$(id -g) \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1685,6 +1759,8 @@ docker run -it --rm --user=$(id -u):$(id -g) \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1704,6 +1780,7 @@ Note that the first `grassgis` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1736,6 +1813,8 @@ Note that the first `grassgis` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis80 \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1755,6 +1834,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)) ======= @@ -1779,6 +1859,8 @@ Note that the first `grassgis80` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis80 \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1798,6 +1880,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)) ======= @@ -1822,6 +1905,8 @@ Note that the first `grassgis80` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1841,6 +1926,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)) ======= @@ -1865,6 +1951,8 @@ Note that the first `grassgis` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1884,6 +1972,7 @@ Note that the first `grassgis` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1934,6 +2023,8 @@ Note that the first `grassgis` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main `grass` is the name of the executable. To run the tests (again assuming local location): @@ -1963,6 +2054,7 @@ docker run -it --rm --user=$(id -u):$(id -g) \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2029,6 +2121,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)) @@ -2050,6 +2146,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)) @@ -2164,6 +2261,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)) +>>>>>>> osgeo-main +======= +======= + 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 @@ -2210,6 +2312,7 @@ make distclean <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2247,6 +2350,13 @@ make distclean >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + +## Further documents + +- [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md) +- [Roadmap](https://grass.osgeo.org/about/roadmap/) +>>>>>>> osgeo-main ## Thanks to all contributors ⤠@@ -2264,6 +2374,7 @@ make distclean <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -2288,6 +2399,8 @@ make distclean >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main [![GRASS contributors](https://contrib.rocks/image?repo=OSGeo/grass "GRASS contributors")](https://github.com/OSGeo/grass/graphs/contributors) ======= ======= @@ -2302,6 +2415,7 @@ make distclean <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2341,6 +2455,8 @@ make distclean >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main You can generate locally the [GRASS GIS Programmer's Manual](https://grass.osgeo.org/programming8/). This needs doxygen () and optionally @@ -2390,6 +2506,7 @@ make pdfdocs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2409,6 +2526,8 @@ make pdfdocs ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2424,6 +2543,7 @@ make pdfdocs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2474,3 +2594,5 @@ make pdfdocs >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/REQUIREMENTS.html b/REQUIREMENTS.html index db86a45ef10..73a5c88a25c 100644 --- a/REQUIREMENTS.html +++ b/REQUIREMENTS.html @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -32,6 +33,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main REQUIREMENTS to compile GRASS GIS 8 @@ -49,6 +52,7 @@

REQUIREMENTS to compile GRASS GIS 8

<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= REQUIREMENTS to compile GRASS GIS 7 ======= @@ -118,6 +122,8 @@

REQUIREMENTS to compile GRASS GIS 8

>>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -138,6 +144,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. @@ -183,6 +190,9 @@

REQUIREMENTS to compile GRASS GIS 8

======= To enable and disable features please read the INSTALL.md file. >>>>>>> osgeo-main +======= +To enable and disable features please read the INSTALL.md file. +>>>>>>> osgeo-main

General requirements:

@@ -233,6 +243,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)
    @@ -278,6 +289,9 @@

    General requirements:

    =======
  • Python >= 3.7 (for temporal framework, scripts, wxGUI, and ctypes interface)
    >>>>>>> osgeo-main +======= +
  • Python >= 3.7 (for temporal framework, scripts, wxGUI, and ctypes interface)
    +>>>>>>> osgeo-main https://www.python.org
  • @@ -448,6 +462,7 @@

    Optional packages:

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

    Optional packages:

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

    Note:

    @@ -515,6 +532,7 @@

    Note:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -533,6 +551,8 @@

    Note:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main © GRASS Development Team 1997-2023

    Please report bugs here: @@ -545,6 +565,7 @@

    Note:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -610,5 +631,7 @@

    Note:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md index 2f82f297d1e..75c4929ccc4 100644 --- a/REQUIREMENTS.md +++ b/REQUIREMENTS.md @@ -80,6 +80,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -117,6 +118,8 @@ Note: also the respective development packages (commonly named `xxx-dev` or >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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/) ======= @@ -133,6 +136,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -194,6 +198,10 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -214,6 +222,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -251,6 +260,8 @@ Note: also the respective development packages (commonly named `xxx-dev` or >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - **PDAL** ( for LAS import modules `r.in.pdal` and `v.in.pdal`) [https://pdal.io](https://pdal.io) ======= @@ -267,6 +278,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -328,6 +340,10 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -354,6 +370,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -436,6 +453,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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/) @@ -455,6 +477,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -536,6 +559,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -571,6 +599,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -653,6 +682,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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) @@ -672,6 +706,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -753,6 +788,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -796,6 +836,7 @@ MacOSX users may go here to download precompiled libraries etc.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD © _GRASS Development Team 1997-2023_ ======= <<<<<<< HEAD @@ -834,6 +875,8 @@ MacOSX users may go here to download precompiled libraries etc.: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main © _GRASS Development Team 1997-2024_ ======= © _GRASS Development Team 1997-2023_ @@ -850,6 +893,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)) @@ -923,6 +967,11 @@ MacOSX users may go here to download precompiled libraries etc.: © _GRASS Development Team 1997-2023_ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +© _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/SECURITY.md b/SECURITY.md index feef9649806..0b566dc899d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -25,7 +25,7 @@ vulnerability, please follow these steps: ## Supported Versions -Please refer to our [Release Schedule](https://trac.osgeo.org/grass/wiki/Release/Schedule) +Please refer to our [download section](https://grass.osgeo.org/download/) for details on which versions are currently supported. ## Security Measures diff --git a/aclocal.m4 b/aclocal.m4 index 0e34e7bde75..f559d521b25 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -237,6 +237,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -299,6 +300,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)) @@ -323,6 +328,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -409,6 +415,8 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include <$1> int main(void) { FILE *fp = fopen("conftestdata","w"); @@ -617,6 +625,7 @@ AC_DEFUN([SC_ENABLE_SHARED], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) ======= @@ -655,6 +664,8 @@ AC_DEFUN([SC_ENABLE_SHARED], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(STATIC_BUILD, 1, [Define to 1 for Windows static build.]) ======= @@ -672,6 +683,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)) @@ -744,6 +756,11 @@ AC_DEFUN([SC_ENABLE_SHARED], [ ======= AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main GRASS_LIBRARY_TYPE='stlib' fi @@ -868,6 +885,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]) @@ -907,6 +925,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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.]) @@ -926,6 +946,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -950,6 +971,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -966,6 +989,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1003,6 +1027,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Note: need the LIBS below, otherwise Tk won't find Tcl's # symbols when dynamically loaded into tclsh. @@ -1039,6 +1065,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]) @@ -1078,6 +1105,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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.]) @@ -1097,6 +1126,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1121,6 +1151,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -1137,6 +1169,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1174,6 +1207,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Note: need the LIBS below, otherwise Tk won't find Tcl's # symbols when dynamically loaded into tclsh. @@ -1223,6 +1258,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # TODO: add optional pthread support with any combination of: @@ -1281,6 +1317,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # TODO: add optional pthread support with any combination of: # CFLAGS="$CFLAGS -pthread" @@ -1300,6 +1338,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1325,6 +1364,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) # TODO: add optional pthread support with any combination of: ======= @@ -1342,6 +1383,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1366,6 +1408,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # TODO: add optional pthread support with any combination of: ======= @@ -1382,6 +1426,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1423,6 +1468,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # CFLAGS="$CFLAGS -pthread" # LDFLAGS="$LDFLAGS -lpthread" @@ -1441,6 +1488,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1515,6 +1563,11 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 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 ;; *-netbsd*) @@ -1550,6 +1603,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]) @@ -1589,6 +1643,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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.]) @@ -1608,6 +1664,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1632,6 +1689,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -1648,6 +1707,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1685,6 +1745,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ;; *aix*) @@ -1739,6 +1801,7 @@ dnl to enable Clang detection <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1758,6 +1821,8 @@ dnl to enable Clang detection >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # _LOC_LANG_OPENMP # --------------- @@ -1862,6 +1927,7 @@ dnl -------------------- / OpenMP --------------------------------------------- <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727)) ======= >>>>>>> osgeo-main @@ -2242,6 +2308,11 @@ dnl -------------------- / OpenMP --------------------------------------------- >>>>>>> osgeo-main ======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + <<<<<<< HEAD <<<<<<< HEAD >>>>>>> osgeo-main @@ -2397,6 +2468,7 @@ dnl -------------------- / OpenMP --------------------------------------------- <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -2458,6 +2530,10 @@ dnl -------------------- / OpenMP --------------------------------------------- ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 63f11a5ae05..5f705613454 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -22,6 +22,7 @@ ply <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -80,6 +81,10 @@ PyVirtualDisplay PyVirtualDisplay ======= >>>>>>> osgeo-main +======= +PyVirtualDisplay +======= +>>>>>>> osgeo-main folium >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= @@ -100,6 +105,7 @@ PyVirtualDisplay <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -174,3 +180,5 @@ PyVirtualDisplay >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/config.guess b/config.guess index 48a684601bd..2f3b20dbfe2 100755 --- a/config.guess +++ b/config.guess @@ -1,10 +1,222 @@ #! /bin/sh # Attempt to guess a canonical system name. +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-09' +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main # Copyright 1992-2024 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale timestamp='2024-07-27' +<<<<<<< HEAD +======= +======= +timestamp='2024-01-01' +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-09' +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< 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)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-09' +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> 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 @@ -61,6 +273,134 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2024 Free Software Foundation, Inc. +<<<<<<< HEAD +======= +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +Copyright 1992-2022 Free Software Foundation, Inc. +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +Copyright 1992-2024 Free Software Foundation, Inc. +======= +>>>>>>> main +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)) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main +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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +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 +>>>>>>> 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." @@ -466,6 +806,134 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in ;; esac # Japanese Language versions have a version number like '4.1.3-JL'. +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= + # Japanese Language versions have a version number like `4.1.3-JL'. +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-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 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +<<<<<<< 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 +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` GUESS=sparc-sun-sunos$SUN_REL ;; @@ -913,6 +1381,134 @@ EOF ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`uname -p` +<<<<<<< HEAD +======= +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + UNAME_PROCESSOR=`/usr/bin/uname -p` +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + UNAME_PROCESSOR=`uname -p` +======= +>>>>>>> main + 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)) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main + 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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> osgeo-main + 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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main + 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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + 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 +>>>>>>> main case $UNAME_PROCESSOR in amd64) UNAME_PROCESSOR=x86_64 ;; @@ -974,16 +1570,231 @@ EOF GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC ;; +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*) GUESS="$UNAME_MACHINE-pc-managarm-mlibc" ;; *:[Mm]anagarm:*:*) GUESS="$UNAME_MACHINE-unknown-managarm-mlibc" ;; +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main *:Minix:*:*) GUESS=$UNAME_MACHINE-unknown-minix ;; aarch64:Linux:*:*) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main set_cc_for_build CPU=$UNAME_MACHINE LIBCABI=$LIBC @@ -1005,6 +1816,107 @@ EOF esac fi GUESS=$CPU-unknown-linux-$LIBCABI +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + 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)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +======= + 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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be @@ -1070,6 +1982,68 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main kvx:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; @@ -1080,6 +2054,107 @@ EOF GUESS=$UNAME_MACHINE-unknown-mbr ;; loongarch32:Linux:*:* | loongarch64:Linux:*:*) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + 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)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +======= + 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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) @@ -1215,6 +2290,150 @@ EOF esac fi GUESS=$CPU-pc-linux-$LIBCABI +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_X32 >/dev/null + then + LIBCABI=${LIBC}x32 + fi + fi + GUESS=$UNAME_MACHINE-pc-linux-$LIBCABI +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> 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 +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> 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)) +======= +>>>>>>> 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 +>>>>>>> main ;; xtensa*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC @@ -1376,6 +2595,92 @@ EOF fi ;; PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort +<<<<<<< HEAD +======= +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 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)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> main +======= + 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)) +======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> 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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main # says GUESS=i586-unisys-sysv4 ;; @@ -1421,11 +2726,203 @@ EOF BePC:Haiku:*:*) # Haiku running on Intel PC compatible. GUESS=i586-pc-haiku ;; +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + x86_64:Haiku:*:*) + GUESS=x86_64-unknown-haiku +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main ppc:Haiku:*:*) # Haiku running on Apple PowerPC GUESS=powerpc-apple-haiku ;; *:Haiku:*:*) # Haiku modern gcc (not bound by BeOS compat) GUESS=$UNAME_MACHINE-unknown-haiku +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + x86_64:Haiku:*:*) + GUESS=x86_64-unknown-haiku +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< 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)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + x86_64:Haiku:*:*) + GUESS=x86_64-unknown-haiku +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main ;; SX-4:SUPER-UX:*:*) GUESS=sx4-nec-superux$UNAME_RELEASE @@ -1600,6 +3097,120 @@ EOF *:Ironclad:*:*) GUESS=$UNAME_MACHINE-unknown-ironclad ;; +<<<<<<< HEAD +======= +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< 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 + *:Ironclad:*:*) + GUESS=$UNAME_MACHINE-unknown-ironclad + ;; +======= +>>>>>>> main +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +======= +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (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 +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> 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)) +======= +>>>>>>> 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 +>>>>>>> main esac # Do we have a guess based on uname results? diff --git a/config.sub b/config.sub index 4aaae46f6f7..a9c3797b8fa 100755 --- a/config.sub +++ b/config.sub @@ -1,10 +1,224 @@ #! /bin/sh # Configuration validation subroutine script. +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-03' +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main # Copyright 1992-2024 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268,SC2162 # see below for rationale timestamp='2024-05-27' +<<<<<<< HEAD +======= +======= +timestamp='2024-01-01' +======= +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +timestamp='2024-01-01' +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-03' +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< 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)) +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +timestamp='2022-01-03' +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-03' +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> 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 @@ -77,6 +291,134 @@ version="\ GNU config.sub ($timestamp) Copyright 1992-2024 Free Software Foundation, Inc. +<<<<<<< HEAD +======= +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +Copyright 1992-2022 Free Software Foundation, Inc. +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +Copyright 1992-2024 Free Software Foundation, Inc. +======= +>>>>>>> main +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)) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main +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)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +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 +>>>>>>> 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." @@ -1525,10 +1867,163 @@ EOF linux*) kernel=linux os=`echo "$basic_os" | sed -e 's|linux|gnu|'` +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main ;; managarm*) kernel=managarm os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'` +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< 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 +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main ;; *) kernel= @@ -1952,6 +2447,134 @@ fi case $os in # Sometimes we do "kernel-libc", so those need to count as OSes. llvm* | musl* | newlib* | relibc* | uclibc*) +<<<<<<< HEAD +======= +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + musl* | newlib* | relibc* | uclibc*) +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + llvm* | musl* | newlib* | relibc* | uclibc*) +======= +>>>>>>> main + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> osgeo-main + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main ;; # Likewise for "kernel-abi" eabi* | gnueabi*) @@ -2150,6 +2773,171 @@ case $os in | xray* \ | zephyr* \ | zvmoe* ) +<<<<<<< HEAD +======= +======= + gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \ + | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \ + | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \ + | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \ + | hiux* | abug | nacl* | netware* | windows* \ + | os9* | macos* | osx* | ios* | tvos* | watchos* \ + | mpw* | magic* | mmixware* | mon960* | lnews* \ + | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \ + | aos* | aros* | cloudabi* | sortix* | twizzler* \ + | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ + | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ + | mirbsd* | netbsd* | dicos* | openedition* | ose* \ + | bitrig* | openbsd* | secbsd* | solidbsd* | libertybsd* | os108* \ + | ekkobsd* | freebsd* | riscix* | lynxos* | os400* \ + | bosx* | nextstep* | cxux* | oabi* \ + | ptx* | ecoff* | winnt* | domain* | vsta* \ + | udi* | lites* | ieee* | go32* | aux* | hcos* \ + | chorusrdb* | cegcc* | glidix* | serenity* \ + | cygwin* | msys* | moss* | proelf* | rtems* \ + | midipix* | mingw32* | mingw64* | mint* \ + | uxpv* | beos* | mpeix* | udk* | moxiebox* \ + | interix* | uwin* | mks* | rhapsody* | darwin* \ + | openstep* | oskit* | conix* | pw32* | nonstopux* \ + | storm-chaos* | tops10* | tenex* | tops20* | its* \ + | os2* | vos* | palmos* | uclinux* | nucleus* | morphos* \ + | scout* | superux* | sysv* | rtmk* | tpf* | windiss* \ + | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ + | skyos* | haiku* | rdos* | toppers* | drops* | es* \ + | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ + | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ + | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ +<<<<<<< HEAD +<<<<<<< HEAD + | fiwix* | mlibc* | cos* | mbr* | ironclad* ) +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + | fiwix* ) +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + | fiwix* | mlibc* | cos* | mbr* | ironclad* ) +======= +>>>>>>> main + | fiwix* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= + | fiwix* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main + | fiwix* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +>>>>>>> osgeo-main + | fiwix* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + | fiwix* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main ;; # This one is extra strict with allowed versions sco3.2v2 | sco3.2v[4-9]* | sco5v6*) @@ -2211,15 +2999,329 @@ case $kernel-$os-$obj in linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \ | linux-mlibc*- | linux-musl*- | linux-newlib*- \ | linux-relibc*- | linux-uclibc*- | linux-ohos*- ) +<<<<<<< HEAD + ;; + uclinux-uclibc*- | uclinux-gnu*- ) + ;; +======= +======= + | linux-relibc*- | linux-uclibc*- ) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +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)) +<<<<<<< HEAD +>>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ;; uclinux-uclibc*- | uclinux-gnu*- ) ;; +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +case $kernel-$os in + linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ + | linux-musl* | linux-relibc* | linux-uclibc* ) +<<<<<<< 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 + ;; + uclinux-uclibc*- ) + ;; +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> main +======= +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 +<<<<<<< HEAD +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< 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 +======= +======= +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 +>>>>>>> main +======= +======= +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 +======= +======= +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 +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main managarm-mlibc*- | managarm-kernel*- ) ;; windows*-msvc*-) ;; -dietlibc*- | -llvm*- | -mlibc*- | -musl*- | -newlib*- | -relibc*- \ | -uclibc*- ) +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> 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 17f13805463..b20b4f9c041 100755 --- a/configure +++ b/configure @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52,6 +53,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Generated by GNU Autoconf 2.71. # # @@ -70,6 +73,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -131,6 +135,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Generated by GNU Autoconf 2.69. # # @@ -150,6 +158,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -231,6 +240,11 @@ ======= >>>>>>> 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 # # # This configure script is free software; the Free Software Foundation @@ -256,6 +270,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 @@ -294,6 +309,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : @@ -312,6 +329,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)) @@ -384,6 +402,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)) +>>>>>>> osgeo-main +======= +======= +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=: @@ -406,6 +429,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -444,6 +468,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -460,6 +486,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -532,6 +559,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main case `(set -o) 2>/dev/null` in #( *posix*) : @@ -557,6 +589,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -594,6 +627,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Reset variables that may have inherited troublesome values from # the environment. @@ -647,6 +682,7 @@ if ${PATH_SEPARATOR+false} :; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -708,6 +744,10 @@ if ${PATH_SEPARATOR+false} :; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_nl=' ' export as_nl @@ -763,6 +803,7 @@ if test "${PATH_SEPARATOR+set}" != set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -843,6 +884,11 @@ if test "${PATH_SEPARATOR+set}" != set; then >>>>>>> 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 PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { @@ -866,6 +912,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -948,6 +995,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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. @@ -970,6 +1022,7 @@ IFS=" "" $as_nl" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1051,6 +1104,11 @@ IFS=" "" $as_nl" ======= >>>>>>> 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 # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -1073,6 +1131,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -1112,6 +1171,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -1135,6 +1196,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1159,6 +1221,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -1175,6 +1239,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1212,6 +1277,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main done IFS=$as_save_IFS @@ -1239,6 +1306,7 @@ if test ! -f "$as_myself"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1275,6 +1343,8 @@ if test ! -f "$as_myself"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 @@ -1293,6 +1363,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1353,6 +1424,10 @@ fi ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -1393,6 +1468,7 @@ export LANGUAGE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1474,6 +1550,11 @@ export LANGUAGE ======= >>>>>>> 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 # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. @@ -1510,6 +1591,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 ======= @@ -1549,6 +1631,8 @@ as_fn_exit 255 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 ======= @@ -1567,6 +1651,7 @@ as_fn_exit 255 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1592,6 +1677,8 @@ as_fn_exit 255 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1607,6 +1694,7 @@ as_fn_exit 255 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1644,6 +1732,8 @@ as_fn_exit 255 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fi # We don't want this to propagate to other subprocesses. @@ -1663,6 +1753,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 : ======= @@ -1701,6 +1792,8 @@ if test "x$CONFIG_SHELL" = x; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_bourne_compatible="as_nop=: if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 @@ -1720,6 +1813,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)) @@ -1792,6 +1886,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)) +>>>>>>> osgeo-main +======= +======= + 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=: @@ -1814,6 +1913,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -1852,6 +1952,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else \$as_nop ======= else @@ -1868,6 +1970,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1940,6 +2043,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main case \`(set -o) 2>/dev/null\` in #( *posix*) : @@ -1975,6 +2083,7 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2012,6 +2121,8 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ( set x; as_fn_ret_success y && test x = \"\$1\" ) then : @@ -2034,6 +2145,7 @@ test x\"\$blah\" = xblah || exit 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2095,6 +2207,10 @@ test x\"\$blah\" = xblah || exit 1 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else @@ -2116,6 +2232,7 @@ test x\$exitcode = x0 || exit 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2197,6 +2314,11 @@ test x\$exitcode = x0 || exit 1 ======= >>>>>>> 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 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 @@ -2218,6 +2340,7 @@ test \$(( 1 + 1 )) = 2 || exit 1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2254,6 +2377,8 @@ test \$(( 1 + 1 )) = 2 || exit 1" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (eval "$as_required") 2>/dev/null then : @@ -2278,6 +2403,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2338,6 +2464,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (eval "$as_required") 2>/dev/null; then : as_have_required=yes @@ -2362,6 +2492,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2442,6 +2573,11 @@ else >>>>>>> 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 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false @@ -2462,6 +2598,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. ======= @@ -2500,6 +2637,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -2521,6 +2660,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= test -z "$as_dir" && as_dir=. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2593,6 +2733,11 @@ do ======= test -z "$as_dir" && as_dir=. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + test -z "$as_dir" && as_dir=. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main as_found=: case $as_dir in #( @@ -2614,6 +2759,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2650,6 +2796,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_shell=$as_dir$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && @@ -2671,6 +2819,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2731,6 +2880,10 @@ then : ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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"; } && @@ -2752,6 +2905,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2832,6 +2986,11 @@ then : >>>>>>> 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 break 2 fi @@ -2855,6 +3014,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2892,6 +3052,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main IFS=$as_save_IFS if $as_found then : @@ -2920,6 +3082,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2981,6 +3144,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -3004,6 +3171,7 @@ IFS=$as_save_IFS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3084,6 +3252,11 @@ IFS=$as_save_IFS >>>>>>> 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 export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a @@ -3117,6 +3290,7 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3154,6 +3328,8 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi @@ -3180,6 +3356,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3241,6 +3418,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi @@ -3268,6 +3449,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3349,6 +3531,11 @@ fi ======= >>>>>>> 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 $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." @@ -3390,6 +3577,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3421,6 +3609,8 @@ as_unset=as_fn_unset >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3438,6 +3628,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3485,6 +3676,8 @@ as_unset=as_fn_unset >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -3517,6 +3710,7 @@ as_fn_exit () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3554,6 +3748,8 @@ as_fn_exit () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. @@ -3576,6 +3772,7 @@ as_nop=as_fn_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3637,6 +3834,10 @@ as_nop=as_fn_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # as_fn_mkdir_p # ------------- @@ -3665,6 +3866,7 @@ as_fn_mkdir_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= @@ -3703,6 +3905,8 @@ as_fn_mkdir_p () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= @@ -3720,6 +3924,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)) @@ -3792,6 +3997,11 @@ as_fn_mkdir_p () ======= *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main *) as_qdir=$as_dir;; esac @@ -3816,6 +4026,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$as_dir" | ======= <<<<<<< HEAD @@ -3854,6 +4065,8 @@ $as_echo X"$as_dir" | >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" X"$as_dir" | ======= $as_echo X"$as_dir" | @@ -3870,6 +4083,7 @@ $as_echo X"$as_dir" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3942,6 +4156,11 @@ $as_echo X"$as_dir" | ======= $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo X"$as_dir" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ @@ -3996,6 +4215,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 @@ -4034,6 +4254,8 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : ======= @@ -4051,6 +4273,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)) @@ -4123,6 +4346,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)) +>>>>>>> osgeo-main +======= +======= +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 () { @@ -4143,6 +4371,7 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -4181,6 +4410,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -4197,6 +4428,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4269,6 +4501,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main as_fn_append () { @@ -4296,6 +4533,7 @@ fi # as_fn_append <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : ======= <<<<<<< HEAD @@ -4334,6 +4572,8 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : ======= @@ -4351,6 +4591,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)) @@ -4423,6 +4664,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)) +>>>>>>> osgeo-main +======= +======= +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main eval 'as_fn_arith () { @@ -4443,6 +4689,7 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -4481,6 +4728,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -4497,6 +4746,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4569,6 +4819,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main as_fn_arith () { @@ -4591,6 +4846,7 @@ fi # as_fn_arith <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4628,6 +4884,8 @@ fi # as_fn_arith >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. @@ -4650,6 +4908,7 @@ as_nop=as_fn_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4711,6 +4970,10 @@ as_nop=as_fn_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- @@ -4736,6 +4999,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -4776,6 +5040,8 @@ as_fn_error () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -4797,6 +5063,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4821,6 +5088,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -4838,6 +5107,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4875,6 +5145,8 @@ as_fn_error () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_exit $as_status } # as_fn_error @@ -4917,6 +5189,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X/"$0" | ======= <<<<<<< HEAD @@ -4955,6 +5228,8 @@ $as_echo X/"$0" | >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" X/"$0" | ======= $as_echo X/"$0" | @@ -4971,6 +5246,7 @@ $as_echo X/"$0" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5043,6 +5319,11 @@ $as_echo X/"$0" | ======= $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo X/"$0" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ @@ -5101,6 +5382,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; } ======= @@ -5139,6 +5421,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } ======= @@ -5156,6 +5440,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)) @@ -5228,6 +5513,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)) +>>>>>>> osgeo-main +======= +======= + { $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 @@ -5257,6 +5547,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5294,6 +5585,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -5312,6 +5605,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5373,6 +5667,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) @@ -5401,6 +5699,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5438,6 +5737,8 @@ esac >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -5459,6 +5760,7 @@ as_echo_n='printf %s' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5520,6 +5822,10 @@ as_echo_n='printf %s' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -5600,6 +5906,7 @@ MAKEFLAGS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5637,6 +5944,8 @@ MAKEFLAGS= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main PACKAGE_NAME='' PACKAGE_TARNAME='' PACKAGE_VERSION='' @@ -5656,6 +5965,7 @@ PACKAGE_URL='' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5717,6 +6027,10 @@ PACKAGE_URL='' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= @@ -5738,6 +6052,7 @@ PACKAGE_URL= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5819,6 +6134,11 @@ PACKAGE_URL= ======= >>>>>>> 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 ac_unique_file="configure.ac" # Factoring default headers for most tests. @@ -5838,6 +6158,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5875,6 +6196,8 @@ ac_includes_default="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #ifdef HAVE_STDIO_H # include @@ -5898,6 +6221,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5959,6 +6283,10 @@ ac_includes_default="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #ifdef HAVE_SYS_TYPES_H # include @@ -5998,6 +6326,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6079,6 +6408,11 @@ ac_includes_default="\ ======= >>>>>>> 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 #ifdef HAVE_INTTYPES_H # include #endif @@ -6100,6 +6434,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6137,6 +6472,8 @@ ac_includes_default="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #ifdef HAVE_STRINGS_H # include #endif @@ -6160,6 +6497,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6221,6 +6559,10 @@ ac_includes_default="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef HAVE_UNISTD_H # include #endif" @@ -6240,6 +6582,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6271,6 +6614,8 @@ ac_includes_default="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_header_c_list= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6288,6 +6633,7 @@ ac_header_c_list= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6335,6 +6681,8 @@ ac_header_c_list= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_subst_vars='LTLIBOBJS LIBOBJS GRASS_HOME @@ -6369,6 +6717,7 @@ USE_OPENMP <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6453,6 +6802,10 @@ USE_OPENMP ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main OPENMP_LIB OPENMP_LIBPATH OPENMP_INCPATH @@ -6470,6 +6823,7 @@ OPENMP_CFLAGS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -6507,6 +6861,9 @@ OPENMP_CFLAGS ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -6518,6 +6875,7 @@ OPENMP_CFLAGS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -6578,6 +6936,8 @@ OPENMP_CFLAGS >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main OMPCFLAGS OMPLIB OMPLIBPATH @@ -6600,6 +6960,7 @@ OMPINCPATH <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6626,6 +6987,8 @@ OMPINCPATH >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6643,6 +7006,7 @@ OMPINCPATH <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -6668,6 +7032,8 @@ OMPINCPATH ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= OPENMP_LIB OPENMP_LIBPATH @@ -6687,6 +7053,7 @@ OPENMP_CFLAGS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6749,14 +7116,12 @@ OPENMP_CFLAGS >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main USE_PTHREAD PTHREADLIB PTHREADLIBPATH PTHREADINCPATH -USE_OPENDWG -OPENDWGLIB -OPENDWGLIBPATH -OPENDWGINCPATH HAVE_NLS INTLLIB FTLIB @@ -6781,6 +7146,7 @@ CAIRO_HAS_XRENDER <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6818,6 +7184,8 @@ CAIRO_HAS_XRENDER >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main USE_LIBSVM LIBSVM_LIB LIBSVM_INC @@ -6835,6 +7203,7 @@ LIBSVM_INC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6896,6 +7265,10 @@ LIBSVM_INC ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LAPACKINC LAPACKLIB BLASINC @@ -6955,6 +7328,7 @@ PDAL_LIBS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD PDAL_CONFIG ======= <<<<<<< HEAD @@ -6988,6 +7362,8 @@ PDAL_CONFIG ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= PDAL_CONFIG >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7005,6 +7381,7 @@ PDAL_CONFIG <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7052,6 +7429,8 @@ PDAL_CONFIG >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main USE_LIBLAS LIBLAS_INC LIBLAS_CFLAGS @@ -7091,8 +7470,9 @@ SOCKLIB ICONVLIB DLLIB MATHLIB -HAVE_ASPRINTF HAVE_STRLCPY +HAVE_STRLCAT +HAVE_ASPRINTF DBMIEXTRALIB USE_X11 XTLIB @@ -7209,6 +7589,7 @@ includedir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7240,6 +7621,8 @@ includedir >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main runstatedir ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7257,6 +7640,7 @@ runstatedir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7304,6 +7688,8 @@ runstatedir >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main localstatedir sharedstatedir sysconfdir @@ -7339,6 +7725,8 @@ with_sqlite with_opengl with_odbc with_fftw +<<<<<<< HEAD +======= with_blas with_lapack <<<<<<< HEAD @@ -7356,6 +7744,7 @@ with_lapack <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7387,6 +7776,12 @@ with_lapack >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_libsvm ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7404,6 +7799,7 @@ with_libsvm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7451,11 +7847,12 @@ with_libsvm >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main with_cairo with_freetype with_nls with_readline -with_opendwg with_regex with_pthread with_openmp @@ -7477,6 +7874,7 @@ with_zstd <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7514,7 +7912,11 @@ with_zstd >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main with_pdal +with_blas +with_lapack with_libpng with_gdal with_liblas @@ -7531,6 +7933,7 @@ with_liblas <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7592,6 +7995,10 @@ with_liblas ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_libpng with_gdal with_liblas @@ -7611,6 +8018,7 @@ with_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7692,6 +8100,11 @@ with_pdal ======= >>>>>>> 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 with_netcdf with_geos with_includes @@ -7719,6 +8132,8 @@ with_odbc_includes with_odbc_libs with_fftw_includes with_fftw_libs +<<<<<<< HEAD +======= with_blas_includes with_blas_libs with_lapack_includes @@ -7738,6 +8153,7 @@ with_lapack_libs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7775,6 +8191,12 @@ with_lapack_libs >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_libsvm_includes with_libsvm_libs ======= @@ -7791,6 +8213,7 @@ with_libsvm_libs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7852,6 +8275,10 @@ with_libsvm_libs ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_cairo_includes with_cairo_libs with_cairo_ldflags @@ -7860,8 +8287,6 @@ with_freetype_libs with_proj_includes with_proj_libs with_proj_share -with_opendwg_includes -with_opendwg_libs with_regex_includes with_regex_libs with_pthread_includes @@ -7893,6 +8318,7 @@ with_x <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7954,6 +8380,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)) @@ -7977,6 +8407,7 @@ enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8069,6 +8500,8 @@ enable_openmp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main enable_largefile ' ac_precious_vars='build_alias @@ -8139,6 +8572,7 @@ localstatedir='${prefix}/var' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8170,6 +8604,8 @@ localstatedir='${prefix}/var' >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main runstatedir='${localstatedir}/run' ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8187,6 +8623,7 @@ runstatedir='${localstatedir}/run' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8234,6 +8671,8 @@ runstatedir='${localstatedir}/run' >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' @@ -8282,6 +8721,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8362,6 +8802,11 @@ do >>>>>>> 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 case $ac_dashdash$ac_option in --) @@ -8417,6 +8862,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -8457,6 +8903,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt @@ -8478,6 +8926,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8502,6 +8951,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -8519,6 +8970,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8556,6 +9008,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_user_opts in *" @@ -8594,6 +9048,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -8634,6 +9089,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt @@ -8655,6 +9112,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8679,6 +9137,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -8696,6 +9156,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8733,6 +9194,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_user_opts in *" @@ -8958,6 +9421,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -8998,6 +9462,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt @@ -9019,6 +9485,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9043,6 +9510,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -9060,6 +9529,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9097,6 +9567,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_user_opts in *" @@ -9125,6 +9597,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -9165,6 +9638,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt @@ -9186,6 +9661,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9210,6 +9686,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -9227,6 +9705,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9264,6 +9743,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_user_opts in *" @@ -9322,6 +9803,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 && @@ -9362,6 +9844,8 @@ Try \`$0 --help' for more information" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && @@ -9383,6 +9867,7 @@ Try \`$0 --help' for more information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9407,6 +9892,8 @@ Try \`$0 --help' for more information" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && @@ -9424,6 +9911,7 @@ Try \`$0 --help' for more information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9461,6 +9949,8 @@ Try \`$0 --help' for more information" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; @@ -9491,6 +9981,7 @@ if test -n "$ac_unrecognized_opts"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; ======= @@ -9529,6 +10020,8 @@ if test -n "$ac_unrecognized_opts"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; ======= @@ -9546,6 +10039,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)) @@ -9618,6 +10112,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)) +>>>>>>> osgeo-main +======= +======= + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main esac fi @@ -9640,6 +10139,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD libdir localedir mandir ======= @@ -9678,6 +10178,8 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main libdir localedir mandir runstatedir ======= @@ -9695,6 +10197,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)) @@ -9768,6 +10271,11 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ libdir localedir mandir >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + libdir localedir mandir +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -9838,6 +10346,7 @@ $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$as_myself" | ======= <<<<<<< HEAD @@ -9876,6 +10385,8 @@ $as_echo X"$as_myself" | >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" X"$as_myself" | ======= $as_echo X"$as_myself" | @@ -9892,6 +10403,7 @@ $as_echo X"$as_myself" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$as_myself" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9964,6 +10476,11 @@ $as_echo X"$as_myself" | ======= $as_echo X"$as_myself" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo X"$as_myself" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ @@ -10076,6 +10593,7 @@ Fine tuning of the installation directories: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10106,6 +10624,8 @@ Fine tuning of the installation directories: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] ======= @@ -10124,6 +10644,7 @@ Fine tuning of the installation directories: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10170,6 +10691,8 @@ Fine tuning of the installation directories: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] @@ -10231,6 +10754,7 @@ Optional Features: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -10292,6 +10816,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)) @@ -10315,6 +10843,7 @@ Optional Features: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10406,6 +10935,8 @@ Optional Features: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --disable-largefile omit support for large files (LFS) @@ -10426,6 +10957,8 @@ Optional Packages: --with-opengl support OpenGL functionality (default: yes) --with-odbc support ODBC functionality (default: no) --with-fftw support FFTW functionality (default: yes) +<<<<<<< HEAD +======= --with-blas support BLAS functionality (default: no) --with-lapack support LAPACK functionality (default: no) <<<<<<< HEAD @@ -10443,6 +10976,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10473,6 +11007,12 @@ Optional Packages: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main --with-libsvm support LIBSVM functionality (default: no) ======= @@ -10491,6 +11031,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10537,12 +11078,13 @@ Optional Packages: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --with-cairo support Cairo functionality (default: yes) --with-freetype support FreeType functionality (default: yes) --with-nls support NLS functionality (default: no) --with-readline support Readline functionality (default: no) - --with-opendwg support openDWG functionality (default: no) --with-regex support regex functionality (default: yes) --with-pthread support POSIX threads functionality (default: no) --with-openmp support OpenMP functionality (default: no) @@ -10564,6 +11106,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10658,6 +11201,27 @@ Optional Packages: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + --with-pdal support PDAL functionality (default: yes) +<<<<<<< HEAD + --with-blas=pkg-config-package + enable BLAS support with by adding name of + pkg-config package name for CBLAS library, e.g. + '--with-lapack-package=openblas', default: cblas + --with-lapack=pkg-config-package + enable LAPACK support with by adding name of + pkg-config package name for LAPACKE library, e.g. + '--with-lapack-package=openblas', default: lapacke +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main --with-libpng=path/libpng-config enable PNG support (libpng-config with path, @@ -10683,6 +11247,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -10764,6 +11329,11 @@ Optional Packages: ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main --with-pdal=path/pdal-config enable PDAL support (pdal-config with path, @@ -10784,6 +11354,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10864,6 +11435,11 @@ Optional Packages: >>>>>>> 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 --with-netcdf=path/nc-config enable NetCDF support (nc-config with path, @@ -10912,6 +11488,8 @@ Optional Packages: --with-fftw-includes=DIRS FFTW include files are in DIRS --with-fftw-libs=DIRS FFTW library files are in DIRS +<<<<<<< HEAD +======= --with-blas-includes=DIRS BLAS include files are in DIRS --with-blas-libs=DIRS BLAS library files are in DIRS @@ -10933,6 +11511,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10969,6 +11548,12 @@ Optional Packages: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main --with-libsvm-includes=DIRS LIBSVM include files are in DIRS @@ -10987,6 +11572,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11047,6 +11633,10 @@ Optional Packages: ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main --with-cairo-includes=DIRS cairo include files are in DIRS @@ -11061,10 +11651,6 @@ Optional Packages: External PROJ.4 include files are in DIRS --with-proj-libs=DIRS External PROJ.4 library files are in DIRS --with-proj-share=DIR External PROJ.4 data files are in DIR - --with-opendwg-includes=DIRS - openDWG include files are in DIRS - --with-opendwg-libs=DIRS - openDWG library files are in DIRS --with-regex-includes=DIRS regex include files are in DIRS --with-regex-libs=DIRS regex library files are in DIRS @@ -11132,6 +11718,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. @@ -11172,6 +11759,8 @@ case "$ac_dir" in ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -11193,6 +11782,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11217,6 +11807,8 @@ case "$ac_dir" in >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -11234,6 +11826,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11271,6 +11864,8 @@ case "$ac_dir" in ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; @@ -11313,6 +11908,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Check for guested configure. ======= @@ -11351,6 +11947,8 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Check for configure.gnu first; this name is used for a wrapper for # Metaconfig's "Configure" on case-insensitive file systems. @@ -11369,6 +11967,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)) @@ -11441,6 +12040,11 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix ======= # Check for guested configure. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + # Check for guested configure. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if test -f "$ac_srcdir/configure.gnu"; then echo && @@ -11463,6 +12067,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 ======= @@ -11501,6 +12106,8 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 ======= @@ -11518,6 +12125,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)) @@ -11590,6 +12198,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)) +>>>>>>> osgeo-main +======= +======= + $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; } @@ -11615,6 +12228,7 @@ configure <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -11655,6 +12269,8 @@ Copyright (C) 2012 Free Software Foundation, Inc. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -11675,6 +12291,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11700,6 +12317,8 @@ Copyright (C) 2012 Free Software Foundation, Inc. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -11716,6 +12335,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11754,6 +12374,8 @@ Copyright (C) 2012 Free Software Foundation, Inc. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -11784,6 +12406,7 @@ ac_fn_c_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext ======= @@ -11822,6 +12445,8 @@ ac_fn_c_try_compile () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam ======= @@ -11839,6 +12464,7 @@ ac_fn_c_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -11911,6 +12537,11 @@ ac_fn_c_try_compile () ======= rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if { { ac_try="$ac_compile" case "(($ac_try" in @@ -11933,155 +12564,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD -$as_echo "$ac_try_echo"; } >&5 -======= -<<<<<<< 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)) -======= -<<<<<<< HEAD ->>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main ->>>>>>> main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -printf "%s\n" "$ac_try_echo"; } >&5 -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -======= -<<<<<<< HEAD ->>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main ->>>>>>> main -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= -$as_echo "$ac_try_echo"; } >&5 ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= $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 - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12118,6 +12602,165 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +printf "%s\n" "$ac_try_echo"; } >&5 +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$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 + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< 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)) +======= +<<<<<<< HEAD +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { @@ -12141,6 +12784,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12201,6 +12845,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { @@ -12225,6 +12873,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12306,6 +12955,11 @@ else ======= >>>>>>> 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 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -12335,6 +12989,7 @@ ac_fn_cxx_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext ======= @@ -12373,6 +13028,8 @@ ac_fn_cxx_try_compile () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam ======= @@ -12390,6 +13047,7 @@ ac_fn_cxx_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12462,6 +13120,11 @@ ac_fn_cxx_try_compile () ======= rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if { { ac_try="$ac_compile" case "(($ac_try" in @@ -12484,6 +13147,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -12522,6 +13186,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -12538,6 +13204,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12610,6 +13277,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main (eval "$ac_compile") 2>conftest.err ac_status=$? @@ -12633,6 +13305,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12669,6 +13342,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { @@ -12692,6 +13367,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12752,6 +13428,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { @@ -12776,6 +13456,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12857,6 +13538,11 @@ else ======= >>>>>>> 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 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -12883,6 +13569,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ======= @@ -12922,6 +13609,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that # executables *can* be run. ======= @@ -12940,6 +13629,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12965,6 +13655,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -12980,6 +13672,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13018,6 +13711,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack @@ -13042,6 +13737,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13079,6 +13775,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -13096,6 +13794,7 @@ printf "%s\n" "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13157,6 +13856,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -13176,6 +13879,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13256,6 +13960,11 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 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 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in @@ -13278,6 +13987,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13315,6 +14025,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -13338,6 +14050,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13399,6 +14112,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -13423,6 +14140,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13504,6 +14222,11 @@ else ======= >>>>>>> 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 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status @@ -13534,6 +14257,7 @@ ac_fn_c_try_link () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext conftest$ac_exeext ======= @@ -13572,6 +14296,8 @@ ac_fn_c_try_link () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext ======= @@ -13589,6 +14315,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)) @@ -13661,6 +14388,11 @@ ac_fn_c_try_link () ======= rm -f conftest.$ac_objext conftest$ac_exeext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 @@ -13683,6 +14415,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -13721,6 +14454,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -13737,6 +14472,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13809,6 +14545,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main (eval "$ac_link") 2>conftest.err ac_status=$? @@ -13831,6 +14572,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= @@ -13869,6 +14611,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= @@ -13886,6 +14630,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)) @@ -13958,6 +14703,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + $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" || @@ -13980,6 +14730,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14016,6 +14767,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } then : @@ -14035,6 +14788,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14095,6 +14849,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main }; then : ac_retval=0 @@ -14115,6 +14873,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14196,6 +14955,11 @@ else ======= >>>>>>> 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 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -14225,6 +14989,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14262,6 +15027,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -14358,6 +15125,7 @@ printf "%s\n" "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14419,6 +15187,10 @@ printf "%s\n" "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -14446,6 +15218,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -14484,6 +15257,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -14500,6 +15275,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14572,6 +15348,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$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=$? @@ -14595,6 +15376,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14631,6 +15413,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { @@ -14654,6 +15438,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14714,6 +15499,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 && { @@ -14738,6 +15527,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14819,6 +15609,11 @@ else ======= >>>>>>> 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 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -14842,6 +15637,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -14924,6 +15720,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -15101,6 +15902,7 @@ $as_echo "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15182,6 +15984,11 @@ $as_echo "$ac_res" >&6; } ======= >>>>>>> 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 # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly @@ -15202,6 +16009,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; } @@ -15241,6 +16049,8 @@ $as_echo_n "checking for $2... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } @@ -15260,6 +16070,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15284,6 +16095,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } @@ -15300,6 +16113,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15338,6 +16152,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -15361,6 +16177,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15397,6 +16214,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main which can conflict with char $2 (); below. */ @@ -15414,6 +16233,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15474,6 +16294,10 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since @@ -15500,6 +16324,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15581,6 +16406,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 #undef $2 /* Override any GCC internal prototype to avoid an error. @@ -15613,6 +16443,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -15651,6 +16482,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -15667,6 +16500,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -15740,6 +16574,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return $2 (); ; @@ -15761,6 +16600,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15798,6 +16638,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : eval "$3=yes" @@ -15822,6 +16664,7 @@ printf "%s\n" "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15883,6 +16726,10 @@ printf "%s\n" "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else @@ -15908,6 +16755,7 @@ $as_echo "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15988,6 +16836,11 @@ $as_echo "$ac_res" >&6; } >>>>>>> 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 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno @@ -16014,155 +16867,8 @@ ac_fn_cxx_try_link () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD - rm -f conftest.$ac_objext conftest$ac_exeext -======= -<<<<<<< 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)) -======= -<<<<<<< HEAD ->>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main ->>>>>>> main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main - rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext -======= rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -======= -<<<<<<< HEAD ->>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main ->>>>>>> main -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= - rm -f conftest.$ac_objext conftest$ac_exeext ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= - 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;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -$as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD ======= @@ -16200,6 +16906,165 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +>>>>>>> main +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +$as_echo "$ac_try_echo"; } >&5 +======= +<<<<<<< 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)) +======= +<<<<<<< HEAD +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -16216,6 +17081,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -16288,6 +17154,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main (eval "$ac_link") 2>conftest.err ac_status=$? @@ -16310,6 +17181,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= @@ -16348,6 +17220,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= @@ -16365,6 +17239,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)) @@ -16437,6 +17312,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + $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" || @@ -16459,6 +17339,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16495,6 +17376,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } then : @@ -16514,6 +17397,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16574,6 +17458,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main }; then : ac_retval=0 @@ -16594,6 +17482,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16675,6 +17564,11 @@ else ======= >>>>>>> 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 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -16709,6 +17603,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; } @@ -16748,6 +17643,8 @@ $as_echo_n "checking for $2... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } @@ -16767,6 +17664,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16791,6 +17689,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } @@ -16807,6 +17707,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16845,6 +17746,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -16868,6 +17771,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16904,6 +17808,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main which can conflict with char $2 (); below. */ @@ -16921,6 +17827,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16981,6 +17888,10 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since @@ -17007,6 +17918,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17088,6 +18000,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 #undef $2 /* Override any GCC internal prototype to avoid an error. @@ -17120,6 +18037,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -17158,6 +18076,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -17174,6 +18094,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17247,6 +18168,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return $2 (); ; @@ -17268,6 +18194,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17305,6 +18232,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_link "$LINENO" then : eval "$3=yes" @@ -17352,6 +18281,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17413,6 +18343,10 @@ esac ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_cxx_try_link "$LINENO"; then : eval "$3=yes" else @@ -17441,6 +18375,7 @@ $as_echo "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17522,6 +18457,11 @@ $as_echo "$ac_res" >&6; } ======= >>>>>>> 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 cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. @@ -17542,6 +18482,7 @@ It was created by $as_me, which was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -17582,6 +18523,8 @@ generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -17602,6 +18545,7 @@ generated by GNU Autoconf 2.69. Invocation command line was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17627,6 +18571,8 @@ generated by GNU Autoconf 2.69. Invocation command line was ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -17643,6 +18589,7 @@ generated by GNU Autoconf 2.69. Invocation command line was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17681,6 +18628,8 @@ generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main _ACEOF exec 5>>config.log @@ -17727,6 +18676,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" @@ -17766,6 +18716,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -17789,6 +18741,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17813,6 +18766,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" @@ -17829,6 +18784,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17866,6 +18822,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main done IFS=$as_save_IFS @@ -17915,6 +18873,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -17953,6 +18912,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -17970,6 +18931,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18042,6 +19004,11 @@ do ======= ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main esac case $ac_pass in @@ -18092,6 +19059,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18128,6 +19096,8 @@ trap 'exit_status=$? ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Sanitize IFS. IFS=" "" $as_nl" @@ -18145,6 +19115,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18205,6 +19176,10 @@ trap 'exit_status=$? ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Save into config.log some information that might help in debugging. { @@ -18224,6 +19199,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ---------------- ## ======= @@ -18262,6 +19238,8 @@ trap 'exit_status=$? ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "## ---------------- ## ======= @@ -18279,6 +19257,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "## ---------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18352,6 +19331,11 @@ trap 'exit_status=$? $as_echo "## ---------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + $as_echo "## ---------------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Cache variables. ## ## ---------------- ##" echo @@ -18376,6 +19360,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;} ;; @@ -18415,6 +19400,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} ;; @@ -18434,6 +19421,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)) ======= @@ -18458,6 +19446,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} ;; @@ -18474,6 +19464,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18511,6 +19502,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main esac case $ac_var in #( @@ -18549,6 +19542,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ----------------- ## ======= @@ -18587,6 +19581,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "## ----------------- ## ======= @@ -18604,6 +19600,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)) @@ -18677,6 +19674,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; $as_echo "## ----------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + $as_echo "## ----------------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Output variables. ## ## ----------------- ##" echo @@ -18698,6 +19700,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 @@ -18738,6 +19741,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -18759,6 +19764,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)) ======= @@ -18783,6 +19789,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -18800,6 +19808,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18837,6 +19846,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main done | sort echo @@ -18856,6 +19867,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ------------------- ## ======= @@ -18894,6 +19906,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "## ------------------- ## ======= @@ -18911,6 +19925,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)) @@ -18984,6 +19999,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; $as_echo "## ------------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + $as_echo "## ------------------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## File substitutions. ## ## ------------------- ##" echo @@ -19005,6 +20025,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 @@ -19045,6 +20066,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -19066,6 +20089,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)) ======= @@ -19090,6 +20114,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -19107,6 +20133,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19144,6 +20171,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main done | sort echo @@ -19164,6 +20193,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ----------- ## ======= @@ -19202,6 +20232,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "## ----------- ## ======= @@ -19219,6 +20251,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)) @@ -19292,6 +20325,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; $as_echo "## ----------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + $as_echo "## ----------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## confdefs.h. ## ## ----------- ##" echo @@ -19313,6 +20351,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" @@ -19352,6 +20391,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me: caught signal $ac_signal" printf "%s\n" "$as_me: exit $exit_status" @@ -19371,6 +20412,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)) ======= @@ -19395,6 +20437,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" @@ -19411,6 +20455,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19448,6 +20493,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } >&5 rm -f core *.core core.conftest.* && @@ -19477,6 +20524,7 @@ rm -f -r conftest* confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19514,6 +20562,8 @@ rm -f -r conftest* confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. @@ -19542,6 +20592,7 @@ printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19603,6 +20654,10 @@ printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. @@ -19645,6 +20700,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19726,6 +20782,11 @@ _ACEOF ======= >>>>>>> 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 # Let the site file select an alternate cache file if it wants to. @@ -19745,6 +20806,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19782,6 +20844,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$CONFIG_SITE"; then ac_site_files="$CONFIG_SITE" elif test "x$prefix" != xNONE; then @@ -19818,6 +20882,7 @@ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19879,6 +20944,10 @@ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then @@ -19920,6 +20989,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20001,6 +21071,11 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 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 as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi @@ -20022,6 +21097,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false @@ -20108,6 +21184,8 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Test code for whether the C compiler supports C89 (global declarations) ac_c_conftest_c89_globals=' /* Does the compiler advertise C89 conformance? @@ -20784,6 +21862,7 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20816,6 +21895,8 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -20836,6 +21917,7 @@ $as_echo "$as_me: error: changes in the environment can compromise the build" >& <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20868,6 +21950,8 @@ $as_echo "$as_me: error: changes in the environment can compromise the build" >& >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) fi ## -------------------- ## @@ -20911,6 +21995,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20949,6 +22034,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) # Check that the precious variables saved in the cache have kept the same # value. @@ -21147,6 +22234,7 @@ $as_echo "$ac_cv_build" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21228,6 +22316,11 @@ $as_echo "$ac_cv_build" >&6; } ======= >>>>>>> 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 case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; @@ -21261,6 +22354,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; } ======= @@ -21300,6 +22394,8 @@ $as_echo_n "checking host system type... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 printf %s "checking host system type... " >&6; } ======= @@ -21318,6 +22414,7 @@ $as_echo_n "checking host system type... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21343,6 +22440,8 @@ $as_echo_n "checking host system type... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -21358,6 +22457,7 @@ $as_echo_n "checking host system type... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21396,6 +22496,8 @@ $as_echo_n "checking host system type... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build @@ -21414,6 +22516,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 @@ -21457,6 +22560,8 @@ $as_echo "$ac_cv_host" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 @@ -21484,6 +22589,7 @@ $as_echo "$ac_cv_host" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21508,6 +22614,8 @@ $as_echo "$ac_cv_host" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -21528,6 +22636,7 @@ $as_echo "$ac_cv_host" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21566,6 +22675,8 @@ $as_echo "$ac_cv_host" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; @@ -21599,6 +22710,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21636,6 +22748,8 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main @@ -21659,6 +22773,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 @@ -21720,6 +22835,10 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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' @@ -21743,6 +22862,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; } ======= @@ -21782,6 +22902,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -21800,6 +22922,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21825,6 +22948,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -21840,6 +22965,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21878,6 +23004,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -21901,6 +23029,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21937,6 +23066,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -21960,6 +23091,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22020,6 +23152,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -22041,6 +23177,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22121,6 +23258,11 @@ do >>>>>>> 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 break 2 fi @@ -22145,6 +23287,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; } @@ -22187,6 +23330,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } @@ -22212,6 +23357,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22236,6 +23382,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -22255,6 +23403,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22293,6 +23442,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -22316,6 +23467,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; } ======= @@ -22355,6 +23507,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -22373,6 +23527,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22398,6 +23553,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -22413,6 +23570,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22451,6 +23609,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -22474,6 +23634,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22510,6 +23671,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -22533,6 +23696,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22593,6 +23757,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -22614,6 +23782,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22694,6 +23863,11 @@ do >>>>>>> 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 break 2 fi @@ -22719,6 +23893,7 @@ if test -n "$ac_ct_CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22755,6 +23930,8 @@ if test -n "$ac_ct_CC"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } @@ -22774,6 +23951,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22834,6 +24012,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -22855,6 +24037,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22936,6 +24119,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi if test "x$ac_ct_CC" = x; then @@ -22958,6 +24146,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;} ======= @@ -22997,6 +24186,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} ======= @@ -23015,6 +24206,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)) ======= @@ -23040,6 +24232,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -23055,6 +24249,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23093,6 +24288,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -23120,6 +24317,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; } ======= @@ -23159,6 +24357,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -23177,6 +24377,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23202,6 +24403,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -23217,6 +24420,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23255,6 +24459,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -23278,6 +24484,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23314,6 +24521,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -23337,6 +24546,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23397,6 +24607,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -23418,6 +24632,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23498,6 +24713,11 @@ do >>>>>>> 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 break 2 fi @@ -23523,6 +24743,7 @@ if test -n "$CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23559,6 +24780,8 @@ if test -n "$CC"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } @@ -23578,6 +24801,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23638,6 +24862,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -23659,6 +24887,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23740,6 +24969,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi @@ -23763,6 +24997,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; } ======= @@ -23802,6 +25037,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -23820,6 +25057,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23845,6 +25083,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -23860,6 +25100,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23898,6 +25139,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -23922,6 +25165,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23958,6 +25202,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -23980,6 +25226,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24040,6 +25287,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -24060,6 +25311,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24140,6 +25392,11 @@ do >>>>>>> 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 ac_prog_rejected=yes continue @@ -24159,6 +25416,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ======= @@ -24197,6 +25455,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 ======= @@ -24214,6 +25474,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)) @@ -24286,6 +25547,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)) +>>>>>>> osgeo-main +======= +======= + $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 @@ -24316,6 +25582,7 @@ if test $ac_prog_rejected = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" ======= @@ -24354,6 +25621,8 @@ if test $ac_prog_rejected = yes; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" ======= @@ -24371,6 +25640,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)) @@ -24443,6 +25713,11 @@ if test $ac_prog_rejected = yes; then ======= ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fi fi @@ -24463,6 +25738,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; } @@ -24505,6 +25781,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } @@ -24530,6 +25808,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24554,6 +25833,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -24573,6 +25854,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24611,6 +25893,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -24636,6 +25920,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; } ======= @@ -24675,6 +25960,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -24693,6 +25980,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24718,6 +26006,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -24733,6 +26023,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24771,6 +26062,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -24794,6 +26087,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24830,6 +26124,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -24853,6 +26149,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24913,6 +26210,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -24934,6 +26235,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25014,6 +26316,11 @@ do >>>>>>> 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 break 2 fi @@ -25038,6 +26345,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; } @@ -25080,6 +26388,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } @@ -25105,6 +26415,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -25129,6 +26440,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -25148,6 +26461,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25186,6 +26500,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -25213,6 +26529,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; } ======= @@ -25252,6 +26569,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -25270,6 +26589,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -25295,6 +26615,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -25310,6 +26632,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25348,6 +26671,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -25371,6 +26696,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25407,6 +26733,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -25430,6 +26758,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25490,6 +26819,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -25511,6 +26844,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25591,6 +26925,11 @@ do >>>>>>> 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 break 2 fi @@ -25616,6 +26955,7 @@ if test -n "$ac_ct_CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25652,6 +26992,8 @@ if test -n "$ac_ct_CC"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } @@ -25671,6 +27013,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25731,6 +27074,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -25752,6 +27099,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25833,6 +27181,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi @@ -25859,6 +27212,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;} ======= @@ -25898,6 +27252,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} ======= @@ -25916,6 +27272,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25948,6 +27305,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -25968,6 +27327,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26170,6 +27530,8 @@ $as_echo "$ac_cv_exeext" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -26628,6 +27990,7 @@ $as_echo "$ac_cv_exeext" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26653,6 +28016,8 @@ $as_echo "$ac_cv_exeext" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -26835,6 +28200,7 @@ $as_echo "$ac_cv_exeext" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26873,6 +28239,8 @@ $as_echo "$ac_cv_exeext" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT @@ -26895,6 +28263,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -26933,6 +28302,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -26949,6 +28320,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27022,6 +28394,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; @@ -27048,6 +28425,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; } ======= @@ -27087,6 +28465,8 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -27105,6 +28485,7 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27130,6 +28511,8 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -27145,6 +28528,7 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27183,6 +28567,8 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in @@ -27205,6 +28591,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27242,6 +28629,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -27259,6 +28648,7 @@ printf "%s\n" "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27320,6 +28710,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -27339,6 +28733,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27419,6 +28814,11 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 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 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' @@ -27442,6 +28842,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27479,6 +28880,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -27496,6 +28899,7 @@ printf "%s\n" "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27557,6 +28961,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -27576,6 +28984,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27656,6 +29065,11 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 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 test $ac_status = 0; }; }; then cross_compiling=no @@ -27677,6 +29091,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;} @@ -27717,6 +29132,8 @@ as_fn_error $? "cannot run C compiled programs. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} @@ -27738,6 +29155,7 @@ as_fn_error $? "cannot run C compiled programs. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27762,6 +29180,8 @@ as_fn_error $? "cannot run C compiled programs. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -27779,6 +29199,7 @@ as_fn_error $? "cannot run C compiled programs. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27817,6 +29238,8 @@ as_fn_error $? "cannot run C compiled programs. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi @@ -27837,6 +29260,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27874,6 +29298,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 printf "%s\n" "$cross_compiling" >&6; } @@ -27894,6 +29320,7 @@ printf %s "checking for suffix of object files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27955,6 +29382,10 @@ printf %s "checking for suffix of object files... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -27977,6 +29408,7 @@ $as_echo_n "checking for suffix of object files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28058,6 +29490,11 @@ $as_echo_n "checking for suffix of object files... " >&6; } ======= >>>>>>> 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -28078,6 +29515,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -28116,6 +29554,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -28132,6 +29572,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28205,6 +29646,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -28233,6 +29679,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28270,6 +29717,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? @@ -28289,6 +29738,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28350,6 +29800,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? @@ -28370,6 +29824,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28450,6 +29905,11 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 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 for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; @@ -28474,6 +29934,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28511,6 +29972,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -28530,6 +29993,7 @@ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28591,6 +30055,10 @@ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -28612,6 +30080,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28693,6 +30162,11 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 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 as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi @@ -28712,6 +30186,7 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28749,6 +30224,8 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -28768,6 +30245,7 @@ printf %s "checking whether the compiler supports GNU C... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28829,6 +30307,10 @@ printf %s "checking whether the compiler supports GNU C... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -28850,6 +30332,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)) @@ -28931,6 +30414,11 @@ $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } ======= >>>>>>> 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -28951,6 +30439,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -28989,6 +30478,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -29005,6 +30496,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29078,6 +30570,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { #ifndef __GNUC__ choke me @@ -29102,6 +30599,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else @@ -29149,6 +30647,8 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_compiler_gnu=yes @@ -29186,6 +30686,7 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29211,6 +30712,8 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else @@ -29234,6 +30737,7 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29272,6 +30776,8 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test $ac_compiler_gnu = yes; then GCC=yes else @@ -29292,6 +30798,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29329,6 +30836,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -29346,6 +30855,7 @@ printf %s "checking whether $CC accepts -g... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29407,6 +30917,10 @@ printf %s "checking whether $CC accepts -g... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -29426,6 +30940,7 @@ $as_echo_n "checking whether $CC accepts -g... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29507,6 +31022,11 @@ $as_echo_n "checking whether $CC accepts -g... " >&6; } ======= >>>>>>> 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 ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -29531,6 +31051,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -29569,6 +31090,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -29585,6 +31108,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29658,6 +31182,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -29679,6 +31208,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29716,6 +31246,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes @@ -29775,6 +31307,7 @@ if test $ac_test_CFLAGS; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29836,6 +31369,10 @@ if test $ac_test_CFLAGS; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else @@ -29894,6 +31431,7 @@ if test "$ac_test_CFLAGS" = set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29974,6 +31512,11 @@ if test "$ac_test_CFLAGS" = set; then >>>>>>> 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 CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -30004,6 +31547,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; } @@ -30084,6 +31628,8 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_prog_cc_stdc=no if test x$ac_prog_cc_stdc = xno then : @@ -30244,6 +31790,7 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30269,6 +31816,8 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -30325,6 +31874,7 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30363,6 +31913,8 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; @@ -30400,6 +31952,7 @@ rm -f core conftest.err conftest.$ac_objext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30480,6 +32033,11 @@ rm -f core conftest.err conftest.$ac_objext >>>>>>> 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 test "x$ac_cv_prog_cc_c89" != "xno" && break done @@ -30501,6 +32059,7 @@ CC=$ac_save_CC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30538,6 +32097,8 @@ CC=$ac_save_CC >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_prog_cc_c89" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 @@ -30568,6 +32129,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30629,6 +32191,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) @@ -30659,6 +32225,7 @@ if test "x$ac_cv_prog_cc_c89" != xno; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30740,6 +32307,11 @@ if test "x$ac_cv_prog_cc_c89" != xno; then : ======= >>>>>>> 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 fi ac_ext=c @@ -30769,6 +32341,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_cxx+set}" = set; then : withval=$with_cxx; else @@ -30809,6 +32382,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_cxx+y} then : withval=$with_cxx; @@ -30830,6 +32405,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30855,6 +32431,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if test "${with_cxx+set}" = set; then : withval=$with_cxx; else @@ -30871,6 +32449,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30908,6 +32487,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main with_cxx=yes fi @@ -30930,6 +32511,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30967,6 +32549,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -30984,6 +32568,7 @@ printf "%s\n" "\"$with_cxx\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31045,6 +32630,10 @@ printf "%s\n" "\"$with_cxx\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -31064,6 +32653,7 @@ $as_echo "\"$with_cxx\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31145,6 +32735,11 @@ $as_echo "\"$with_cxx\"" >&6; } ======= >>>>>>> 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 case "$with_cxx" in "no") USE_CXX= ;; "yes") USE_CXX="1" ;; @@ -31168,6 +32763,7 @@ if test -n "$USE_CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_ext=cpp ======= @@ -31207,6 +32803,8 @@ if test -n "$USE_CXX"; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main @@ -31229,6 +32827,7 @@ ac_ext=cpp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_ext=cpp >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31302,6 +32901,11 @@ ac_ext=cpp ac_ext=cpp >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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' @@ -31326,6 +32930,7 @@ if test -z "$CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31362,6 +32967,8 @@ if test -z "$CXX"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ do @@ -31382,6 +32989,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31442,6 +33050,10 @@ printf %s "checking for $ac_word... " >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -31464,6 +33076,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31545,6 +33158,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 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 if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. @@ -31568,6 +33186,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31604,6 +33223,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -31627,6 +33248,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31687,6 +33309,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -31708,6 +33334,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31788,6 +33415,11 @@ do >>>>>>> 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 break 2 fi @@ -31813,6 +33445,7 @@ if test -n "$CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31849,6 +33482,8 @@ if test -n "$CXX"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 printf "%s\n" "$CXX" >&6; } @@ -31868,6 +33503,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31928,6 +33564,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } @@ -31949,6 +33589,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32030,6 +33671,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi @@ -32053,6 +33699,7 @@ if test -z "$CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32089,6 +33736,8 @@ if test -z "$CXX"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ do @@ -32109,6 +33758,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32169,6 +33819,10 @@ printf %s "checking for $ac_word... " >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -32191,6 +33845,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32272,6 +33927,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 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 if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. @@ -32295,6 +33955,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32331,6 +33992,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -32354,6 +34017,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32414,6 +34078,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -32435,6 +34103,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32515,6 +34184,11 @@ do >>>>>>> 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 break 2 fi @@ -32540,6 +34214,7 @@ if test -n "$ac_ct_CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32576,6 +34251,8 @@ if test -n "$ac_ct_CXX"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 printf "%s\n" "$ac_ct_CXX" >&6; } @@ -32595,6 +34272,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32655,6 +34333,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -32676,6 +34358,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32757,6 +34440,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi @@ -32783,6 +34471,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;} ======= @@ -32822,6 +34511,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} ======= @@ -32840,6 +34531,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)) ======= @@ -32865,6 +34557,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -32880,6 +34574,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32918,6 +34613,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX @@ -32942,6 +34639,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 ======= <<<<<<< HEAD @@ -32980,6 +34678,8 @@ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -32996,6 +34696,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)) @@ -33069,6 +34770,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)) >>>>>>> osgeo-main +======= +======= +$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 @@ -33093,6 +34799,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -33131,6 +34838,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -33147,6 +34856,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33219,6 +34929,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$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=$? @@ -33244,6 +34959,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33280,6 +34996,8 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } @@ -33300,6 +35018,7 @@ printf %s "checking whether the compiler supports GNU C++... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33360,6 +35079,10 @@ printf %s "checking whether the compiler supports GNU C++... " >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } @@ -33382,6 +35105,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)) @@ -33463,6 +35187,11 @@ $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } ======= >>>>>>> 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -33483,6 +35212,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -33521,6 +35251,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -33537,6 +35269,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33610,6 +35343,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { #ifndef __GNUC__ choke me @@ -33634,6 +35372,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else @@ -33691,6 +35430,8 @@ $as_echo_n "checking whether $CXX accepts -g... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : ac_compiler_gnu=yes @@ -33767,6 +35508,7 @@ $as_echo_n "checking whether $CXX accepts -g... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33799,6 +35541,8 @@ $as_echo_n "checking whether $CXX accepts -g... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no @@ -33822,6 +35566,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -33860,6 +35605,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -33876,6 +35623,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33949,6 +35697,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -33970,6 +35723,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else @@ -34010,6 +35764,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes @@ -34031,6 +35787,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34056,6 +35813,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else @@ -34072,6 +35831,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34109,6 +35869,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -34130,6 +35892,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -34168,6 +35931,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -34184,6 +35949,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -34257,6 +36023,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -34278,6 +36049,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_cxx_try_compile "$LINENO"; then : else @@ -34318,6 +36090,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : @@ -34339,6 +36113,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34364,6 +36139,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_cxx_try_compile "$LINENO"; then : else @@ -34380,6 +36157,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34417,6 +36195,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" @@ -34439,6 +36219,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -34477,6 +36258,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -34493,6 +36276,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -34566,6 +36350,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -34587,6 +36376,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34624,6 +36414,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes @@ -34650,6 +36442,7 @@ if test $ac_test_CXXFLAGS; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34711,6 +36504,10 @@ if test $ac_test_CXXFLAGS; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi @@ -34738,6 +36535,7 @@ if test "$ac_test_CXXFLAGS" = set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34818,6 +36616,11 @@ if test "$ac_test_CXXFLAGS" = set; then >>>>>>> 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 CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then @@ -34848,6 +36651,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34885,6 +36689,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_prog_cxx_stdcxx=no if test x$ac_prog_cxx_stdcxx = xno then : @@ -34985,6 +36791,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35046,6 +36853,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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' @@ -35086,6 +36897,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; } ======= @@ -35125,6 +36937,8 @@ $as_echo_n "checking for executable suffix... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for executable suffix" >&5 printf %s "checking for executable suffix... " >&6; } ======= @@ -35143,6 +36957,7 @@ $as_echo_n "checking for executable suffix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35168,6 +36983,8 @@ $as_echo_n "checking for executable suffix... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -35183,6 +37000,7 @@ $as_echo_n "checking for executable suffix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35221,6 +37039,8 @@ $as_echo_n "checking for executable suffix... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "$CYGWIN" = yes || test "$MINGW32" = yes; then ac_cv_exeext=.exe @@ -35245,6 +37065,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; } ======= @@ -35284,6 +37105,8 @@ $as_echo "${ac_cv_exeext}" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_exeext}" >&5 printf "%s\n" "${ac_cv_exeext}" >&6; } ======= @@ -35302,6 +37125,7 @@ $as_echo "${ac_cv_exeext}" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35327,6 +37151,8 @@ $as_echo "${ac_cv_exeext}" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -35342,6 +37168,7 @@ $as_echo "${ac_cv_exeext}" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35380,6 +37207,8 @@ $as_echo "${ac_cv_exeext}" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_exeext=$EXEEXT @@ -35416,6 +37245,7 @@ IEEEFLAG= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -35453,6 +37283,8 @@ IEEEFLAG= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -35475,6 +37307,7 @@ printf %s "checking whether \"cc -mieee\" works... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35536,6 +37369,10 @@ printf %s "checking whether \"cc -mieee\" works... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 : @@ -35559,6 +37396,7 @@ $as_echo_n "checking whether \"cc -mieee\" works... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35640,6 +37478,11 @@ $as_echo_n "checking whether \"cc -mieee\" works... " >&6; } ======= >>>>>>> 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 ac_save_cflags=${CFLAGS} CFLAGS="$CFLAGS -mieee" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -35661,6 +37504,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -35699,6 +37543,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -35715,6 +37561,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -35788,6 +37635,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -35809,6 +37661,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -35846,6 +37699,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -35873,6 +37728,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35934,6 +37790,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -35962,6 +37822,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36042,6 +37903,11 @@ else >>>>>>> 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -36072,6 +37938,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; } @@ -36127,6 +37994,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -36179,6 +38048,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36204,6 +38074,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -36235,6 +38107,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36272,6 +38145,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -36302,6 +38177,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -36339,6 +38215,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -36362,6 +38240,7 @@ printf "%s\n" "$as_me: WARNING: *** Incomplete floating-point support." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -36423,6 +38302,10 @@ printf "%s\n" "$as_me: WARNING: *** Incomplete floating-point support." >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -36447,6 +38330,7 @@ $as_echo "$as_me: WARNING: *** Incomplete floating-point support." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36528,6 +38412,11 @@ $as_echo "$as_me: WARNING: *** Incomplete floating-point support." >&2;} ======= >>>>>>> 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 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -36571,6 +38460,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; } ======= @@ -36610,6 +38500,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -36628,6 +38520,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36653,6 +38546,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -36668,6 +38563,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36706,6 +38602,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $pwd in [\\/]* | ?:[\\/]*) @@ -36731,6 +38629,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -36767,6 +38666,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -36790,6 +38691,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -36850,6 +38752,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -36871,6 +38777,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36951,6 +38858,11 @@ do >>>>>>> 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 break 2 fi @@ -36977,6 +38889,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; } @@ -37019,6 +38932,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $pwd" >&5 printf "%s\n" "$pwd" >&6; } @@ -37044,6 +38959,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37068,6 +38984,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pwd" >&5 $as_echo "$pwd" >&6; } @@ -37087,6 +39005,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37125,6 +39044,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -37150,6 +39071,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; } ======= @@ -37189,6 +39111,8 @@ $as_echo_n "checking for source directory... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for source directory" >&5 printf %s "checking for source directory... " >&6; } ======= @@ -37207,6 +39131,7 @@ $as_echo_n "checking for source directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37232,6 +39157,8 @@ $as_echo_n "checking for source directory... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -37247,6 +39174,7 @@ $as_echo_n "checking for source directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37285,6 +39213,8 @@ $as_echo_n "checking for source directory... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -z "$srcdir" ; then SRCDIR=`$pwd` @@ -37307,6 +39237,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$SRCDIR\"" >&5 $as_echo "\"$SRCDIR\"" >&6; } @@ -37349,6 +39280,8 @@ $as_echo_n "checking for build directory... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$SRCDIR\"" >&5 printf "%s\n" "\"$SRCDIR\"" >&6; } @@ -37373,6 +39306,7 @@ $as_echo_n "checking for build directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37398,6 +39332,8 @@ $as_echo_n "checking for build directory... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$SRCDIR\"" >&5 $as_echo "\"$SRCDIR\"" >&6; } @@ -37416,6 +39352,7 @@ $as_echo_n "checking for build directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37454,6 +39391,8 @@ $as_echo_n "checking for build directory... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main DSTDIR=`$pwd` WINDSTDIR=`$winpwd` @@ -37473,6 +39412,7 @@ WINDSTDIR=`$winpwd` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$DSTDIR\"" >&5 $as_echo "\"$DSTDIR\"" >&6; } ======= @@ -37512,6 +39452,8 @@ $as_echo "\"$DSTDIR\"" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$DSTDIR\"" >&5 printf "%s\n" "\"$DSTDIR\"" >&6; } ======= @@ -37530,6 +39472,7 @@ $as_echo "\"$DSTDIR\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37555,6 +39498,8 @@ $as_echo "\"$DSTDIR\"" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$DSTDIR\"" >&5 $as_echo "\"$DSTDIR\"" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -37570,6 +39515,7 @@ $as_echo "\"$DSTDIR\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37608,6 +39554,8 @@ $as_echo "\"$DSTDIR\"" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main @@ -37667,6 +39615,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; } ======= @@ -37706,6 +39655,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -37724,6 +39675,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37749,6 +39701,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -37764,6 +39718,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37802,6 +39757,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $GIT in [\\/]* | ?:[\\/]*) @@ -37827,6 +39784,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37863,6 +39821,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -37886,6 +39846,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -37946,6 +39907,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -37967,6 +39932,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38047,6 +40013,11 @@ do >>>>>>> 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 break 2 fi @@ -38073,6 +40044,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; } @@ -38118,6 +40090,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIT" >&5 printf "%s\n" "$GIT" >&6; } @@ -38170,6 +40144,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38194,6 +40169,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIT" >&5 $as_echo "$GIT" >&6; } @@ -38216,6 +40193,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38254,6 +40232,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -38308,6 +40288,7 @@ printf "%s\n" "$GRASS_HEADERS_GIT_DATE" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38345,6 +40326,8 @@ printf "%s\n" "$GRASS_HEADERS_GIT_DATE" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${enable_macosx_app+y} then : enableval=$enable_macosx_app; @@ -38362,6 +40345,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -38423,6 +40407,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${enable_macosx_app+set}" = set; then : enableval=$enable_macosx_app; else @@ -38446,6 +40434,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; } ======= @@ -38485,6 +40474,8 @@ $as_echo_n "checking for MacOSX App... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MacOSX App" >&5 printf %s "checking for MacOSX App... " >&6; } ======= @@ -38503,6 +40494,7 @@ $as_echo_n "checking for MacOSX App... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38528,6 +40520,8 @@ $as_echo_n "checking for MacOSX App... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -38543,6 +40537,7 @@ $as_echo_n "checking for MacOSX App... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38581,6 +40576,8 @@ $as_echo_n "checking for MacOSX App... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case "$enable_macosx_app" in yes) MACOSX_APP=1 ;; no) MACOSX_APP= ;; @@ -38601,6 +40598,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$enable_macosx_app\"" >&5 $as_echo "\"$enable_macosx_app\"" >&6; } ======= @@ -38640,6 +40638,8 @@ $as_echo "\"$enable_macosx_app\"" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$enable_macosx_app\"" >&5 printf "%s\n" "\"$enable_macosx_app\"" >&6; } ======= @@ -38658,6 +40658,7 @@ $as_echo "\"$enable_macosx_app\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38683,6 +40684,8 @@ $as_echo "\"$enable_macosx_app\"" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -38698,6 +40701,7 @@ $as_echo "\"$enable_macosx_app\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38736,6 +40740,8 @@ $as_echo "\"$enable_macosx_app\"" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Check for MacOSX archs @@ -38755,6 +40761,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; } ======= @@ -38794,6 +40801,8 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MacOSX architectures" >&5 printf %s "checking for MacOSX architectures... " >&6; } ======= @@ -38812,6 +40821,7 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38837,6 +40847,8 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -38852,6 +40864,7 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38890,6 +40903,8 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main MACOSX_ARCHS= @@ -38908,6 +40923,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; } @@ -38947,6 +40963,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -38966,6 +40984,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38990,6 +41009,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -39006,6 +41027,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39044,6 +41066,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else for a in $with_macosx_archs do @@ -39068,6 +41092,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACOSX_ARCHS" >&5 $as_echo "$MACOSX_ARCHS" >&6; } @@ -39107,6 +41132,8 @@ $as_echo "$MACOSX_ARCHS" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MACOSX_ARCHS" >&5 printf "%s\n" "$MACOSX_ARCHS" >&6; } @@ -39126,6 +41153,7 @@ $as_echo "$MACOSX_ARCHS" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39150,6 +41178,8 @@ $as_echo "$MACOSX_ARCHS" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACOSX_ARCHS" >&5 $as_echo "$MACOSX_ARCHS" >&6; } @@ -39166,6 +41196,7 @@ $as_echo "$MACOSX_ARCHS" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39203,6 +41234,8 @@ $as_echo "$MACOSX_ARCHS" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main LDFLAGS="$LDFLAGS $MACOSX_ARCHS" CFLAGS="$CFLAGS $MACOSX_ARCHS" @@ -39230,6 +41263,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; } ======= @@ -39269,6 +41303,8 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MacOSX SDK" >&5 printf %s "checking for MacOSX SDK... " >&6; } ======= @@ -39287,6 +41323,7 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39312,6 +41349,8 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -39327,6 +41366,7 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39365,6 +41405,8 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main MACOSX_SDK= @@ -39383,6 +41425,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; } @@ -39426,6 +41469,8 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -39453,6 +41498,7 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39477,6 +41523,8 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -39497,6 +41545,7 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39535,6 +41584,8 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main test "$cross_compiling" = yes && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 @@ -39559,6 +41610,7 @@ eval ac_res=\$$as_ac_File <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39595,6 +41647,8 @@ eval ac_res=\$$as_ac_File ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } @@ -39617,6 +41671,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -39677,6 +41732,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -39700,6 +41759,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39780,6 +41840,11 @@ else >>>>>>> 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 as_fn_error $? "*** specified SDK does not exist or is not a SDK" "$LINENO" 5 fi @@ -39821,6 +41886,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39857,6 +41923,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to build libraries" >&5 printf %s "checking how to build libraries... " >&6; } @@ -39878,6 +41946,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -39938,6 +42007,10 @@ else $as_nop ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -39972,6 +42045,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&5 $as_echo "shared" >&6; } @@ -40019,6 +42093,8 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: shared" >&5 printf "%s\n" "shared" >&6; } @@ -40054,6 +42130,7 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40078,6 +42155,8 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&5 $as_echo "shared" >&6; } @@ -40102,6 +42181,7 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40139,6 +42219,8 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main GRASS_LIBRARY_TYPE='stlib' @@ -40212,6 +42294,7 @@ ac_save_ldflags="$LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -40249,6 +42332,8 @@ ac_save_ldflags="$LDFLAGS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define _REENTRANT 1" >>confdefs.h @@ -40266,6 +42351,7 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -40327,6 +42413,10 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "#define _REENTRANT 1" >>confdefs.h @@ -40346,6 +42436,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40426,6 +42517,11 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 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 # Note: need the LIBS below, otherwise Tk won't find Tcl's @@ -40465,6 +42561,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -40502,6 +42599,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define _REENTRANT 1" >>confdefs.h @@ -40519,6 +42618,7 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -40580,6 +42680,10 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "#define _REENTRANT 1" >>confdefs.h @@ -40599,6 +42703,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40679,6 +42784,11 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 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 # Note: need the LIBS below, otherwise Tk won't find Tcl's @@ -40724,6 +42834,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]) @@ -40763,6 +42874,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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.]) @@ -40782,6 +42895,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40806,6 +42920,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -40822,6 +42938,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40859,6 +42976,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ;; *-netbsd*) @@ -40894,6 +43013,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]) @@ -40933,6 +43053,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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.]) @@ -40952,6 +43074,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40976,6 +43099,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -40992,6 +43117,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -41029,6 +43155,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ;; *aix*) @@ -41089,6 +43217,7 @@ LDFLAGS="${ac_save_ldflags} $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41126,6 +43255,8 @@ LDFLAGS="${ac_save_ldflags} $LDFLAGS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${enable_w11+y} then : enableval=$enable_w11; @@ -41143,6 +43274,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41204,6 +43336,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${enable_w11+set}" = set; then : enableval=$enable_w11; else @@ -41233,6 +43369,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41270,6 +43407,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_macosx_archs+y} then : withval=$with_macosx_archs; @@ -41287,6 +43426,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41348,6 +43488,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_macosx_archs+set}" = set; then : withval=$with_macosx_archs; else @@ -41372,6 +43516,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41409,6 +43554,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_macosx_sdk+y} then : withval=$with_macosx_sdk; @@ -41426,6 +43573,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41487,6 +43635,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_macosx_sdk+set}" = set; then : withval=$with_macosx_sdk; else @@ -41512,6 +43664,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41549,6 +43702,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_tiff+y} then : withval=$with_tiff; @@ -41566,6 +43721,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41627,6 +43783,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_tiff+set}" = set; then : withval=$with_tiff; else @@ -41653,6 +43813,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41690,6 +43851,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_postgres+y} then : withval=$with_postgres; @@ -41707,6 +43870,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41768,6 +43932,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_postgres+set}" = set; then : withval=$with_postgres; else @@ -41794,6 +43962,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41831,6 +44000,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_mysql+y} then : withval=$with_mysql; @@ -41848,6 +44019,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41909,6 +44081,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_mysql+set}" = set; then : withval=$with_mysql; else @@ -41935,6 +44111,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41972,6 +44149,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_sqlite+y} then : withval=$with_sqlite; @@ -41989,6 +44168,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42050,6 +44230,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_sqlite+set}" = set; then : withval=$with_sqlite; else @@ -42076,6 +44260,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42113,6 +44298,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opengl+y} then : withval=$with_opengl; @@ -42130,6 +44317,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42191,6 +44379,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_opengl+set}" = set; then : withval=$with_opengl; else @@ -42217,6 +44409,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42254,6 +44447,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_odbc+y} then : withval=$with_odbc; @@ -42271,6 +44466,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42332,6 +44528,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_odbc+set}" = set; then : withval=$with_odbc; else @@ -42358,6 +44558,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42395,6 +44596,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_fftw+y} then : withval=$with_fftw; @@ -42412,6 +44615,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42473,6 +44677,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_fftw+set}" = set; then : withval=$with_fftw; else @@ -42483,6 +44691,8 @@ fi +<<<<<<< HEAD +======= # Check whether --with-blas was given. <<<<<<< HEAD <<<<<<< HEAD @@ -42499,6 +44709,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42536,6 +44747,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_blas+y} then : withval=$with_blas; @@ -42553,6 +44766,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42614,6 +44828,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_blas+set}" = set; then : withval=$with_blas; else @@ -42640,6 +44858,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42677,6 +44896,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_lapack+y} then : withval=$with_lapack; @@ -42694,6 +44915,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42755,6 +44977,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_lapack+set}" = set; then : withval=$with_lapack; else @@ -42780,6 +45006,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42817,6 +45044,12 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Check whether --with-libsvm was given. if test ${with_libsvm+y} then : @@ -42846,6 +45079,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42907,6 +45141,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; @@ -42934,6 +45172,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42971,6 +45210,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_freetype+y} then : withval=$with_freetype; @@ -42988,6 +45229,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43049,6 +45291,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_freetype+set}" = set; then : withval=$with_freetype; else @@ -43075,6 +45321,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43112,6 +45359,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_nls+y} then : withval=$with_nls; @@ -43129,6 +45378,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43190,6 +45440,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_nls+set}" = set; then : withval=$with_nls; else @@ -43216,6 +45470,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43253,6 +45508,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_readline+y} then : withval=$with_readline; @@ -43270,6 +45527,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43331,6 +45589,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_readline+set}" = set; then : withval=$with_readline; else @@ -43341,6 +45603,8 @@ fi +<<<<<<< HEAD +======= # Check whether --with-opendwg was given. <<<<<<< HEAD <<<<<<< HEAD @@ -43357,6 +45621,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43394,6 +45659,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opendwg+y} then : withval=$with_opendwg; @@ -43411,6 +45678,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43472,6 +45740,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_opendwg+set}" = set; then : withval=$with_opendwg; else @@ -43482,6 +45754,7 @@ fi +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) # Check whether --with-regex was given. <<<<<<< HEAD <<<<<<< HEAD @@ -43498,6 +45771,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43535,6 +45809,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_regex+y} then : withval=$with_regex; @@ -43552,6 +45828,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43613,6 +45890,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_regex+set}" = set; then : withval=$with_regex; else @@ -43639,6 +45920,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43676,6 +45958,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_pthread+y} then : withval=$with_pthread; @@ -43693,6 +45977,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43754,6 +46039,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_pthread+set}" = set; then : withval=$with_pthread; else @@ -43780,6 +46069,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43817,6 +46107,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_openmp+y} then : withval=$with_openmp; @@ -43834,6 +46126,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43895,6 +46188,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_openmp+set}" = set; then : withval=$with_openmp; else @@ -43921,6 +46218,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43958,6 +46256,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opencl+y} then : withval=$with_opencl; @@ -43975,6 +46275,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44036,6 +46337,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_opencl+set}" = set; then : withval=$with_opencl; else @@ -44062,6 +46367,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44099,6 +46405,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_bzlib+y} then : withval=$with_bzlib; @@ -44116,6 +46424,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44177,6 +46486,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_bzlib+set}" = set; then : withval=$with_bzlib; else @@ -44203,6 +46516,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44240,6 +46554,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_zstd+y} then : withval=$with_zstd; @@ -44257,6 +46573,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44318,6 +46635,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_zstd+set}" = set; then : withval=$with_zstd; else @@ -44343,6 +46664,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check whether --with-libpng was given. if test "${with_libpng+set}" = set; then : withval=$with_libpng; @@ -44383,6 +46705,8 @@ if test "${with_libpng+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Check whether --with-pdal was given. if test ${with_pdal+y} then : @@ -44406,6 +46730,7 @@ if test "${with_libpng+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44431,6 +46756,8 @@ if test "${with_libpng+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Check whether --with-libpng was given. if test "${with_libpng+set}" = set; then : withval=$with_libpng; @@ -44447,6 +46774,7 @@ if test "${with_libpng+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -44485,6 +46813,8 @@ if test "${with_libpng+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -44504,6 +46834,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check whether --with-gdal was given. if test "${with_gdal+set}" = set; then : ======= @@ -44542,6 +46873,29 @@ if test "${with_gdal+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + + +# Check whether --with-blas was given. +if test ${with_blas+y} +then : + withval=$with_blas; +else $as_nop + with_blas=no +fi + + + +# Check whether --with-lapack was given. +if test ${with_lapack+y} +then : + withval=$with_lapack; +else $as_nop + with_lapack=no +fi + + >>>>>>> osgeo-main # Check whether --with-libpng was given. @@ -44571,6 +46925,7 @@ if test "${with_gdal+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44596,6 +46951,8 @@ if test "${with_gdal+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Check whether --with-gdal was given. if test "${with_gdal+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -44611,6 +46968,7 @@ if test "${with_gdal+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -44648,6 +47006,8 @@ if test "${with_gdal+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main withval=$with_gdal; fi @@ -44670,6 +47030,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44707,6 +47068,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_liblas+y} then : withval=$with_liblas; @@ -44724,6 +47087,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44785,6 +47149,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_liblas+set}" = set; then : withval=$with_liblas; else @@ -44808,6 +47176,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44845,6 +47214,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Check whether --with-netcdf was given. if test ${with_netcdf+y} @@ -44864,6 +47235,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44925,6 +47297,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Check whether --with-pdal was given. if test "${with_pdal+set}" = set; then : @@ -44963,6 +47339,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45000,6 +47377,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_geos+y} then : withval=$with_geos; @@ -45017,6 +47396,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -45078,6 +47458,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_geos+set}" = set; then : withval=$with_geos; else @@ -45103,6 +47487,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -45141,6 +47526,8 @@ if test "${with_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_includes+y} then : ======= @@ -45158,6 +47545,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)) @@ -45230,6 +47618,11 @@ if test "${with_includes+set}" = set; then : ======= if test "${with_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_includes; fi @@ -45252,6 +47645,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -45290,6 +47684,8 @@ if test "${with_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_libs+y} then : ======= @@ -45307,6 +47703,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)) @@ -45379,6 +47776,11 @@ if test "${with_libs+set}" = set; then : ======= if test "${with_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_libs; fi @@ -45402,6 +47804,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zlib_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -45440,6 +47843,8 @@ if test "${with_zlib_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_zlib_includes+y} then : ======= @@ -45457,6 +47862,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)) @@ -45529,6 +47935,11 @@ if test "${with_zlib_includes+set}" = set; then : ======= if test "${with_zlib_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_zlib_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_zlib_includes; fi @@ -45552,6 +47963,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zlib_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -45590,6 +48002,8 @@ if test "${with_zlib_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_zlib_libs+y} then : ======= @@ -45607,6 +48021,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)) @@ -45679,6 +48094,11 @@ if test "${with_zlib_libs+set}" = set; then : ======= if test "${with_zlib_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_zlib_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_zlib_libs; fi @@ -45703,6 +48123,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_bzlib_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -45741,6 +48162,8 @@ if test "${with_bzlib_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_bzlib_includes+y} then : ======= @@ -45758,6 +48181,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)) @@ -45830,6 +48254,11 @@ if test "${with_bzlib_includes+set}" = set; then : ======= if test "${with_bzlib_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_bzlib_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_bzlib_includes; fi @@ -45853,6 +48282,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_bzlib_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -45891,6 +48321,8 @@ if test "${with_bzlib_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_bzlib_libs+y} then : ======= @@ -45908,6 +48340,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)) @@ -45980,6 +48413,11 @@ if test "${with_bzlib_libs+set}" = set; then : ======= if test "${with_bzlib_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_bzlib_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_bzlib_libs; fi @@ -46004,6 +48442,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zstd_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -46042,6 +48481,8 @@ if test "${with_zstd_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_zstd_includes+y} then : ======= @@ -46059,6 +48500,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)) @@ -46131,6 +48573,11 @@ if test "${with_zstd_includes+set}" = set; then : ======= if test "${with_zstd_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_zstd_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_zstd_includes; fi @@ -46154,6 +48601,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zstd_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -46192,6 +48640,8 @@ if test "${with_zstd_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_zstd_libs+y} then : ======= @@ -46209,6 +48659,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)) @@ -46281,6 +48732,11 @@ if test "${with_zstd_libs+set}" = set; then : ======= if test "${with_zstd_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_zstd_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_zstd_libs; fi @@ -46305,6 +48761,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_readline_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -46343,6 +48800,8 @@ if test "${with_readline_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_readline_includes+y} then : ======= @@ -46360,6 +48819,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)) @@ -46432,6 +48892,11 @@ if test "${with_readline_includes+set}" = set; then : ======= if test "${with_readline_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_readline_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_readline_includes; fi @@ -46455,6 +48920,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_readline_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -46493,6 +48959,8 @@ if test "${with_readline_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_readline_libs+y} then : ======= @@ -46510,6 +48978,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)) @@ -46582,6 +49051,11 @@ if test "${with_readline_libs+set}" = set; then : ======= if test "${with_readline_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_readline_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_readline_libs; fi @@ -46606,6 +49080,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_tiff_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -46644,6 +49119,8 @@ if test "${with_tiff_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_tiff_includes+y} then : ======= @@ -46661,6 +49138,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)) @@ -46733,6 +49211,11 @@ if test "${with_tiff_includes+set}" = set; then : ======= if test "${with_tiff_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_tiff_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_tiff_includes; fi @@ -46756,6 +49239,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_tiff_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -46794,6 +49278,8 @@ if test "${with_tiff_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_tiff_libs+y} then : ======= @@ -46811,6 +49297,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)) @@ -46883,6 +49370,11 @@ if test "${with_tiff_libs+set}" = set; then : ======= if test "${with_tiff_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_tiff_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_tiff_libs; fi @@ -46907,6 +49399,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_postgres_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -46945,6 +49438,8 @@ if test "${with_postgres_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_postgres_includes+y} then : ======= @@ -46962,6 +49457,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)) @@ -47034,6 +49530,11 @@ if test "${with_postgres_includes+set}" = set; then : ======= if test "${with_postgres_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_postgres_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_postgres_includes; fi @@ -47057,6 +49558,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_postgres_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -47095,6 +49597,8 @@ if test "${with_postgres_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_postgres_libs+y} then : ======= @@ -47112,6 +49616,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)) @@ -47184,6 +49689,11 @@ if test "${with_postgres_libs+set}" = set; then : ======= if test "${with_postgres_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_postgres_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_postgres_libs; fi @@ -47208,6 +49718,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_mysql_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -47246,6 +49757,8 @@ if test "${with_mysql_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_mysql_includes+y} then : ======= @@ -47263,6 +49776,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)) @@ -47335,6 +49849,11 @@ if test "${with_mysql_includes+set}" = set; then : ======= if test "${with_mysql_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_mysql_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_mysql_includes; fi @@ -47358,6 +49877,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_mysql_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -47396,6 +49916,8 @@ if test "${with_mysql_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_mysql_libs+y} then : ======= @@ -47413,6 +49935,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)) @@ -47485,6 +50008,11 @@ if test "${with_mysql_libs+set}" = set; then : ======= if test "${with_mysql_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_mysql_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_mysql_libs; fi @@ -47509,6 +50037,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_sqlite_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -47547,6 +50076,8 @@ if test "${with_sqlite_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_sqlite_includes+y} then : ======= @@ -47564,6 +50095,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)) @@ -47636,6 +50168,11 @@ if test "${with_sqlite_includes+set}" = set; then : ======= if test "${with_sqlite_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_sqlite_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_sqlite_includes; fi @@ -47659,6 +50196,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_sqlite_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -47697,6 +50235,8 @@ if test "${with_sqlite_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_sqlite_libs+y} then : ======= @@ -47714,6 +50254,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)) @@ -47786,6 +50327,11 @@ if test "${with_sqlite_libs+set}" = set; then : ======= if test "${with_sqlite_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_sqlite_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_sqlite_libs; fi @@ -47810,6 +50356,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opengl_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -47848,6 +50395,8 @@ if test "${with_opengl_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opengl_includes+y} then : ======= @@ -47865,6 +50414,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)) @@ -47937,6 +50487,11 @@ if test "${with_opengl_includes+set}" = set; then : ======= if test "${with_opengl_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opengl_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opengl_includes; fi @@ -47960,6 +50515,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opengl_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -47998,6 +50554,8 @@ if test "${with_opengl_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opengl_libs+y} then : ======= @@ -48015,6 +50573,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)) @@ -48087,6 +50646,11 @@ if test "${with_opengl_libs+set}" = set; then : ======= if test "${with_opengl_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opengl_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opengl_libs; fi @@ -48110,6 +50674,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opengl_framework+set}" = set; then : ======= <<<<<<< HEAD @@ -48148,6 +50713,8 @@ if test "${with_opengl_framework+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opengl_framework+y} then : ======= @@ -48165,6 +50732,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)) @@ -48237,6 +50805,11 @@ if test "${with_opengl_framework+set}" = set; then : ======= if test "${with_opengl_framework+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opengl_framework+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opengl_framework; fi @@ -48261,6 +50834,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_odbc_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -48299,6 +50873,8 @@ if test "${with_odbc_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_odbc_includes+y} then : ======= @@ -48316,6 +50892,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)) @@ -48388,6 +50965,11 @@ if test "${with_odbc_includes+set}" = set; then : ======= if test "${with_odbc_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_odbc_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_odbc_includes; fi @@ -48411,6 +50993,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_odbc_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -48449,6 +51032,8 @@ if test "${with_odbc_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_odbc_libs+y} then : ======= @@ -48466,6 +51051,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)) @@ -48538,6 +51124,11 @@ if test "${with_odbc_libs+set}" = set; then : ======= if test "${with_odbc_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_odbc_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_odbc_libs; fi @@ -48562,6 +51153,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_fftw_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -48600,6 +51192,8 @@ if test "${with_fftw_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_fftw_includes+y} then : ======= @@ -48617,6 +51211,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)) @@ -48689,6 +51284,11 @@ if test "${with_fftw_includes+set}" = set; then : ======= if test "${with_fftw_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_fftw_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_fftw_includes; fi @@ -48712,6 +51312,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_fftw_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -48750,6 +51351,8 @@ if test "${with_fftw_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_fftw_libs+y} then : ======= @@ -48767,6 +51370,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)) @@ -48839,6 +51443,11 @@ if test "${with_fftw_libs+set}" = set; then : ======= if test "${with_fftw_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_fftw_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_fftw_libs; fi @@ -48847,6 +51456,8 @@ fi +<<<<<<< HEAD +======= # Check whether --with-blas-includes was given. <<<<<<< HEAD <<<<<<< HEAD @@ -48863,6 +51474,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_blas_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -48901,6 +51513,8 @@ if test "${with_blas_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_blas_includes+y} then : ======= @@ -48918,6 +51532,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)) @@ -48990,6 +51605,11 @@ if test "${with_blas_includes+set}" = set; then : ======= if test "${with_blas_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_blas_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_blas_includes; fi @@ -49013,6 +51633,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_blas_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -49051,6 +51672,8 @@ if test "${with_blas_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_blas_libs+y} then : ======= @@ -49068,6 +51691,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)) @@ -49140,6 +51764,11 @@ if test "${with_blas_libs+set}" = set; then : ======= if test "${with_blas_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_blas_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_blas_libs; fi @@ -49164,6 +51793,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_lapack_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -49202,6 +51832,8 @@ if test "${with_lapack_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_lapack_includes+y} then : ======= @@ -49219,6 +51851,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)) @@ -49291,6 +51924,11 @@ if test "${with_lapack_includes+set}" = set; then : ======= if test "${with_lapack_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_lapack_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_lapack_includes; fi @@ -49314,6 +51952,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_lapack_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -49352,6 +51991,8 @@ if test "${with_lapack_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_lapack_libs+y} then : ======= @@ -49369,6 +52010,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)) @@ -49441,6 +52083,11 @@ if test "${with_lapack_libs+set}" = set; then : ======= if test "${with_lapack_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_lapack_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_lapack_libs; fi @@ -49464,6 +52111,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check whether --with-cairo-includes was given. if test "${with_cairo_includes+set}" = set; then : ======= @@ -49503,6 +52151,12 @@ if test "${with_cairo_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Check whether --with-libsvm-includes was given. if test ${with_libsvm_includes+y} then : @@ -49541,6 +52195,7 @@ if test "${with_cairo_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49566,6 +52221,8 @@ if test "${with_cairo_includes+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Check whether --with-cairo-includes was given. if test "${with_cairo_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49581,6 +52238,7 @@ if test "${with_cairo_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -49618,6 +52276,8 @@ if test "${with_cairo_includes+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main withval=$with_cairo_includes; fi @@ -49641,6 +52301,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_cairo_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -49679,6 +52340,8 @@ if test "${with_cairo_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_cairo_libs+y} then : ======= @@ -49696,6 +52359,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)) @@ -49768,6 +52432,11 @@ if test "${with_cairo_libs+set}" = set; then : ======= if test "${with_cairo_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_cairo_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_cairo_libs; fi @@ -49791,6 +52460,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_cairo_ldflags+set}" = set; then : ======= <<<<<<< HEAD @@ -49829,6 +52499,8 @@ if test "${with_cairo_ldflags+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_cairo_ldflags+y} then : ======= @@ -49846,6 +52518,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)) @@ -49918,6 +52591,11 @@ if test "${with_cairo_ldflags+set}" = set; then : ======= if test "${with_cairo_ldflags+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_cairo_ldflags+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_cairo_ldflags; fi @@ -49942,6 +52620,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_freetype_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -49980,6 +52659,8 @@ if test "${with_freetype_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_freetype_includes+y} then : ======= @@ -49997,6 +52678,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)) @@ -50069,6 +52751,11 @@ if test "${with_freetype_includes+set}" = set; then : ======= if test "${with_freetype_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_freetype_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_freetype_includes; fi @@ -50092,6 +52779,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_freetype_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -50130,6 +52818,8 @@ if test "${with_freetype_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_freetype_libs+y} then : ======= @@ -50147,6 +52837,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)) @@ -50219,6 +52910,11 @@ if test "${with_freetype_libs+set}" = set; then : ======= if test "${with_freetype_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_freetype_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_freetype_libs; fi @@ -50243,6 +52939,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_proj_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -50281,6 +52978,8 @@ if test "${with_proj_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_proj_includes+y} then : ======= @@ -50298,6 +52997,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)) @@ -50370,6 +53070,11 @@ if test "${with_proj_includes+set}" = set; then : ======= if test "${with_proj_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_proj_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_proj_includes; fi @@ -50393,6 +53098,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_proj_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -50431,6 +53137,8 @@ if test "${with_proj_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_proj_libs+y} then : ======= @@ -50448,6 +53156,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)) @@ -50520,6 +53229,11 @@ if test "${with_proj_libs+set}" = set; then : ======= if test "${with_proj_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_proj_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_proj_libs; fi @@ -50543,6 +53257,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_proj_share+set}" = set; then : ======= <<<<<<< HEAD @@ -50581,6 +53296,8 @@ if test "${with_proj_share+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_proj_share+y} then : ======= @@ -50598,6 +53315,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)) @@ -50670,6 +53388,11 @@ if test "${with_proj_share+set}" = set; then : ======= if test "${with_proj_share+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_proj_share+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_proj_share; fi @@ -50678,6 +53401,8 @@ fi +<<<<<<< HEAD +======= # Check whether --with-opendwg-includes was given. <<<<<<< HEAD <<<<<<< HEAD @@ -50694,6 +53419,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opendwg_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -50732,6 +53458,8 @@ if test "${with_opendwg_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opendwg_includes+y} then : ======= @@ -50749,6 +53477,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)) @@ -50821,6 +53550,11 @@ if test "${with_opendwg_includes+set}" = set; then : ======= if test "${with_opendwg_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opendwg_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opendwg_includes; fi @@ -50844,6 +53578,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opendwg_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -50882,6 +53617,8 @@ if test "${with_opendwg_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opendwg_libs+y} then : ======= @@ -50899,6 +53636,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)) @@ -50971,6 +53709,11 @@ if test "${with_opendwg_libs+set}" = set; then : ======= if test "${with_opendwg_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opendwg_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opendwg_libs; fi @@ -50979,6 +53722,7 @@ fi +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) # Check whether --with-regex-includes was given. <<<<<<< HEAD <<<<<<< HEAD @@ -50995,6 +53739,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_regex_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -51033,6 +53778,8 @@ if test "${with_regex_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_regex_includes+y} then : ======= @@ -51050,6 +53797,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)) @@ -51122,6 +53870,11 @@ if test "${with_regex_includes+set}" = set; then : ======= if test "${with_regex_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_regex_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_regex_includes; fi @@ -51145,6 +53898,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_regex_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -51183,6 +53937,8 @@ if test "${with_regex_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_regex_libs+y} then : ======= @@ -51200,6 +53956,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)) @@ -51272,6 +54029,11 @@ if test "${with_regex_libs+set}" = set; then : ======= if test "${with_regex_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_regex_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_regex_libs; fi @@ -51296,6 +54058,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_pthread_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -51334,6 +54097,8 @@ if test "${with_pthread_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_pthread_includes+y} then : ======= @@ -51351,6 +54116,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)) @@ -51423,6 +54189,11 @@ if test "${with_pthread_includes+set}" = set; then : ======= if test "${with_pthread_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_pthread_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_pthread_includes; fi @@ -51446,6 +54217,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_pthread_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -51484,6 +54256,8 @@ if test "${with_pthread_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_pthread_libs+y} then : ======= @@ -51501,6 +54275,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)) @@ -51573,6 +54348,11 @@ if test "${with_pthread_libs+set}" = set; then : ======= if test "${with_pthread_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_pthread_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_pthread_libs; fi @@ -51597,6 +54377,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_openmp_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -51635,6 +54416,8 @@ if test "${with_openmp_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_openmp_includes+y} then : ======= @@ -51652,6 +54435,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)) @@ -51724,6 +54508,11 @@ if test "${with_openmp_includes+set}" = set; then : ======= if test "${with_openmp_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_openmp_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_openmp_includes; fi @@ -51747,6 +54536,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_openmp_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -51785,6 +54575,8 @@ if test "${with_openmp_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_openmp_libs+y} then : ======= @@ -51802,6 +54594,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)) @@ -51874,6 +54667,11 @@ if test "${with_openmp_libs+set}" = set; then : ======= if test "${with_openmp_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_openmp_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_openmp_libs; fi @@ -51898,6 +54696,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opencl_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -51936,6 +54735,8 @@ if test "${with_opencl_includes+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opencl_includes+y} then : ======= @@ -51953,6 +54754,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)) @@ -52025,6 +54827,11 @@ if test "${with_opencl_includes+set}" = set; then : ======= if test "${with_opencl_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opencl_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opencl_includes; fi @@ -52048,6 +54855,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opencl_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -52086,6 +54894,8 @@ if test "${with_opencl_libs+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${with_opencl_libs+y} then : ======= @@ -52103,6 +54913,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)) @@ -52175,6 +54986,11 @@ if test "${with_opencl_libs+set}" = set; then : ======= if test "${with_opencl_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${with_opencl_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main withval=$with_opencl_libs; fi @@ -52205,6 +55021,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; } ======= @@ -52244,6 +55061,8 @@ $as_echo_n "checking for additional include dirs... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for additional include dirs" >&5 printf %s "checking for additional include dirs... " >&6; } ======= @@ -52262,6 +55081,7 @@ $as_echo_n "checking for additional include dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52287,6 +55107,8 @@ $as_echo_n "checking for additional include dirs... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -52302,6 +55124,7 @@ $as_echo_n "checking for additional include dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52340,6 +55163,8 @@ $as_echo_n "checking for additional include dirs... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -52360,6 +55185,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_includes" >&5 $as_echo "$with_includes" >&6; } ======= @@ -52399,6 +55225,8 @@ $as_echo "$with_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_includes" >&5 printf "%s\n" "$with_includes" >&6; } ======= @@ -52417,6 +55245,7 @@ $as_echo "$with_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52442,6 +55271,8 @@ $as_echo "$with_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -52457,6 +55288,7 @@ $as_echo "$with_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52495,6 +55327,8 @@ $as_echo "$with_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_includes"; then for dir in $with_includes; do @@ -52525,6 +55359,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; } ======= @@ -52564,6 +55399,8 @@ $as_echo_n "checking for additional library dirs... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for additional library dirs" >&5 printf %s "checking for additional library dirs... " >&6; } ======= @@ -52582,6 +55419,7 @@ $as_echo_n "checking for additional library dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52607,6 +55445,8 @@ $as_echo_n "checking for additional library dirs... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -52622,6 +55462,7 @@ $as_echo_n "checking for additional library dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52660,6 +55501,8 @@ $as_echo_n "checking for additional library dirs... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -52680,6 +55523,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_libs" >&5 $as_echo "$with_libs" >&6; } ======= @@ -52719,6 +55563,8 @@ $as_echo "$with_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_libs" >&5 printf "%s\n" "$with_libs" >&6; } ======= @@ -52737,6 +55583,7 @@ $as_echo "$with_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52762,6 +55609,8 @@ $as_echo "$with_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -52777,6 +55626,7 @@ $as_echo "$with_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52815,6 +55665,8 @@ $as_echo "$with_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_libs"; then for dir in $with_libs; do @@ -52860,6 +55712,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; } ======= @@ -52899,6 +55752,8 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -52917,6 +55772,7 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52942,6 +55798,8 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -52957,6 +55815,7 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52995,6 +55854,8 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -z "$INSTALL"; then as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -53016,6 +55877,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53052,6 +55914,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -53074,6 +55938,7 @@ case $as_dir in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53134,6 +55999,10 @@ case $as_dir in #(( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -53154,6 +56023,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53234,6 +56104,11 @@ case $as_dir/ in #(( >>>>>>> 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 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ @@ -53258,6 +56133,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 && @@ -53302,6 +56178,8 @@ case $as_dir/ in #(( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then if test $ac_prog = install && @@ -53331,6 +56209,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53355,6 +56234,8 @@ case $as_dir/ in #(( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && @@ -53376,6 +56257,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53413,6 +56295,8 @@ case $as_dir/ in #(( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # program-specific install script used by HP pwplus--don't use. : @@ -53435,6 +56319,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" && ======= @@ -53473,6 +56358,8 @@ case $as_dir/ in #(( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && ======= @@ -53490,6 +56377,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)) @@ -53562,6 +56450,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)) +>>>>>>> osgeo-main +======= +======= + 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 && @@ -53581,6 +56474,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" ======= @@ -53619,6 +56513,8 @@ case $as_dir/ in #(( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" ======= @@ -53636,6 +56532,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)) @@ -53708,6 +56605,11 @@ case $as_dir/ in #(( ======= ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main break 3 fi @@ -53731,6 +56633,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -53777,6 +56680,10 @@ esac ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main done @@ -53794,6 +56701,7 @@ rm -rf conftest.one conftest.two conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if test "${ac_cv_path_install+set}" = set; then ======= @@ -53923,6 +56831,8 @@ rm -rf conftest.one conftest.two conftest.dir ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if test ${ac_cv_path_install+y}; then ======= @@ -53939,6 +56849,7 @@ rm -rf conftest.one conftest.two conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53949,6 +56860,8 @@ rm -rf conftest.one conftest.two conftest.dir >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if test "${ac_cv_path_install+set}" = set; then @@ -53957,6 +56870,7 @@ rm -rf conftest.one conftest.two conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -53970,6 +56884,8 @@ rm -rf conftest.one conftest.two conftest.dir ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main INSTALL=$ac_cv_path_install else @@ -53995,6 +56911,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } ======= @@ -54034,6 +56951,8 @@ $as_echo "$INSTALL" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 printf "%s\n" "$INSTALL" >&6; } ======= @@ -54052,6 +56971,7 @@ $as_echo "$INSTALL" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54077,6 +56997,8 @@ $as_echo "$INSTALL" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -54092,6 +57014,7 @@ $as_echo "$INSTALL" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -54130,6 +57053,8 @@ $as_echo "$INSTALL" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -54159,6 +57084,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; } ======= @@ -54198,6 +57124,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -54216,6 +57144,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54241,6 +57170,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -54256,6 +57187,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -54294,6 +57226,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$LEX"; then ac_cv_prog_LEX="$LEX" # Let the user override the test. @@ -54317,6 +57251,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54353,6 +57288,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -54376,6 +57313,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54436,6 +57374,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -54457,6 +57399,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54537,6 +57480,11 @@ do >>>>>>> 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 break 2 fi @@ -54558,6 +57506,7 @@ IFS=$as_save_IFS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD fi LEX=$ac_cv_prog_LEX @@ -54688,6 +57637,8 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi LEX=$ac_cv_prog_LEX @@ -54938,6 +57889,7 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54963,6 +57915,8 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= fi LEX=$ac_cv_prog_LEX @@ -55069,6 +58023,7 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -55107,6 +58062,8 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -55127,6 +58084,7 @@ ac_cv_prog_lex_yytext_pointer=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" ======= @@ -55167,6 +58125,8 @@ LIBS="$LEXLIB $ac_save_LIBS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55182,6 +58142,7 @@ LIBS="$LEXLIB $ac_save_LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55207,6 +58168,8 @@ LIBS="$LEXLIB $ac_save_LIBS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55222,6 +58185,7 @@ LIBS="$LEXLIB $ac_save_LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -55260,6 +58224,8 @@ LIBS="$LEXLIB $ac_save_LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -55281,6 +58247,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55318,6 +58285,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_lex_yytext_pointer=yes @@ -55344,6 +58313,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55405,6 +58375,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -55432,6 +58406,7 @@ $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55513,6 +58488,11 @@ $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h ======= >>>>>>> 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 fi rm -f conftest.l $LEX_OUTPUT_ROOT.c @@ -55533,6 +58513,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55570,6 +58551,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$LEX" = "x:"; then as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 elif test "$LEX" = "lex"; then @@ -55590,6 +58573,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55651,6 +58635,10 @@ printf %s "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -55671,6 +58659,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55752,6 +58741,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 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 case $LEXPATH in [\\/]* | ?:[\\/]*) @@ -55777,6 +58771,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55813,6 +58808,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -55836,6 +58833,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55896,6 +58894,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -55917,6 +58919,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55997,6 +59000,11 @@ do >>>>>>> 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 break 2 fi @@ -56023,6 +59031,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; } @@ -56065,6 +59074,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEXPATH" >&5 printf "%s\n" "$LEXPATH" >&6; } @@ -56090,6 +59101,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56114,6 +59126,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEXPATH" >&5 $as_echo "$LEXPATH" >&6; } @@ -56133,6 +59147,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56171,6 +59186,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -56189,6 +59206,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 ======= @@ -56227,6 +59245,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 ======= @@ -56244,6 +59264,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56316,6 +59337,11 @@ fi ======= as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fi fi @@ -56339,6 +59365,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; } ======= @@ -56378,6 +59405,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -56396,6 +59425,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56421,6 +59451,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -56436,6 +59468,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56474,6 +59507,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. @@ -56497,6 +59532,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56533,6 +59569,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -56556,6 +59594,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56616,6 +59655,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -56637,6 +59680,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56717,6 +59761,11 @@ do >>>>>>> 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 break 2 fi @@ -56741,6 +59790,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; } @@ -56783,6 +59833,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 printf "%s\n" "$YACC" >&6; } @@ -56808,6 +59860,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56832,6 +59885,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 $as_echo "$YACC" >&6; } @@ -56851,6 +59906,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56889,6 +59945,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -56914,6 +59972,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; } ======= @@ -56953,6 +60012,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -56971,6 +60032,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56996,6 +60058,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57011,6 +60075,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57049,6 +60114,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $YACCPATH in [\\/]* | ?:[\\/]*) @@ -57074,6 +60141,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57110,6 +60178,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -57133,6 +60203,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57193,6 +60264,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -57214,6 +60289,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57294,6 +60370,11 @@ do >>>>>>> 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 break 2 fi @@ -57320,6 +60401,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; } @@ -57362,6 +60444,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACCPATH" >&5 printf "%s\n" "$YACCPATH" >&6; } @@ -57387,6 +60471,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57411,6 +60496,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACCPATH" >&5 $as_echo "$YACCPATH" >&6; } @@ -57430,6 +60517,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57468,6 +60556,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -57494,6 +60584,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; } ======= @@ -57533,6 +60624,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -57551,6 +60644,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57576,6 +60670,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57591,6 +60687,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57629,6 +60726,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -57652,6 +60751,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57688,6 +60788,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -57711,6 +60813,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57771,6 +60874,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -57792,6 +60899,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57872,6 +60980,11 @@ do >>>>>>> 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 break 2 fi @@ -57896,6 +61009,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; } @@ -57938,6 +61052,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 printf "%s\n" "$RANLIB" >&6; } @@ -57963,6 +61079,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57987,6 +61104,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } @@ -58006,6 +61125,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58044,6 +61164,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -58067,6 +61189,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; } ======= @@ -58106,6 +61229,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -58124,6 +61249,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58149,6 +61275,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -58164,6 +61292,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58202,6 +61331,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -58225,6 +61356,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58261,6 +61393,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -58284,6 +61418,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58344,6 +61479,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -58365,6 +61504,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58445,6 +61585,11 @@ do >>>>>>> 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 break 2 fi @@ -58470,6 +61615,7 @@ if test -n "$ac_ct_RANLIB"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58506,6 +61652,8 @@ if test -n "$ac_ct_RANLIB"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 printf "%s\n" "$ac_ct_RANLIB" >&6; } @@ -58525,6 +61673,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58585,6 +61734,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -58606,6 +61759,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58687,6 +61841,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi if test "x$ac_ct_RANLIB" = x; then @@ -58709,6 +61868,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;} ======= @@ -58748,6 +61908,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} ======= @@ -58766,6 +61928,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)) ======= @@ -58791,6 +61954,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -58806,6 +61971,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58844,6 +62010,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB @@ -58871,6 +62039,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; } ======= @@ -58910,6 +62079,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -58928,6 +62099,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58953,6 +62125,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -58968,6 +62142,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59006,6 +62181,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -59029,6 +62206,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59065,6 +62243,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -59088,6 +62268,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -59148,6 +62329,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -59169,6 +62354,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59249,6 +62435,11 @@ do >>>>>>> 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 break 2 fi @@ -59273,6 +62464,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; } @@ -59315,6 +62507,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 printf "%s\n" "$AR" >&6; } @@ -59340,6 +62534,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59364,6 +62559,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } @@ -59383,6 +62580,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59421,6 +62619,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -59446,6 +62646,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; } ======= @@ -59485,6 +62686,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -59503,6 +62706,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59528,6 +62732,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -59543,6 +62749,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59581,6 +62788,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$ENV"; then ac_cv_prog_ENV="$ENV" # Let the user override the test. @@ -59604,6 +62813,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59640,6 +62850,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -59663,6 +62875,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -59723,6 +62936,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -59744,6 +62961,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59824,6 +63042,11 @@ do >>>>>>> 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 break 2 fi @@ -59848,6 +63071,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; } @@ -59890,6 +63114,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ENV" >&5 printf "%s\n" "$ENV" >&6; } @@ -59915,6 +63141,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59939,6 +63166,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENV" >&5 $as_echo "$ENV" >&6; } @@ -59958,6 +63187,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59996,6 +63226,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -60019,6 +63251,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; } ======= @@ -60058,6 +63291,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -60076,6 +63311,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60101,6 +63337,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -60116,6 +63354,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60154,6 +63393,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $PERL in [\\/]* | ?:[\\/]*) @@ -60179,6 +63420,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60215,6 +63457,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -60238,6 +63482,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60298,6 +63543,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -60319,6 +63568,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60399,6 +63649,11 @@ do >>>>>>> 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 break 2 fi @@ -60425,6 +63680,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; } @@ -60470,6 +63726,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 printf "%s\n" "$PERL" >&6; } @@ -60539,18 +63797,6 @@ if test "x$ac_cv_header_values_h" = xyes then : printf "%s\n" "#define HAVE_VALUES_H 1" >>confdefs.h -fi -ac_fn_c_check_header_compile "$LINENO" "f2c.h" "ac_cv_header_f2c_h" "$ac_includes_default" -if test "x$ac_cv_header_f2c_h" = xyes -then : - printf "%s\n" "#define HAVE_F2C_H 1" >>confdefs.h - -fi -ac_fn_c_check_header_compile "$LINENO" "g2c.h" "ac_cv_header_g2c_h" "$ac_includes_default" -if test "x$ac_cv_header_g2c_h" = xyes -then : - printf "%s\n" "#define HAVE_G2C_H 1" >>confdefs.h - fi ac_fn_c_check_header_compile "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default" @@ -60650,6 +63896,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60674,6 +63921,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 $as_echo "$PERL" >&6; } @@ -60696,6 +63945,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60734,6 +63984,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -60754,6 +64006,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; } ======= @@ -60793,6 +64046,8 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -60811,6 +64066,7 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60836,6 +64092,8 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -60851,6 +64109,7 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60889,6 +64148,8 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -60909,6 +64170,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" @@ -60948,6 +64210,8 @@ if test -z "$CPP"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Double quotes because $CC needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp @@ -60967,6 +64231,7 @@ if test -z "$CPP"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60991,6 +64256,8 @@ if test -z "$CPP"; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -61007,6 +64274,7 @@ if test -z "$CPP"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -61044,6 +64312,8 @@ if test -z "$CPP"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main do ac_preproc_ok=false @@ -61065,6 +64335,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. @@ -61105,6 +64376,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. @@ -61121,6 +64394,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -61145,6 +64419,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. @@ -61161,6 +64437,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -61198,6 +64475,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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. @@ -61218,6 +64497,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #ifdef __STDC__ # include #else @@ -61270,6 +64550,8 @@ rm -f conftest.err conftest.i conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include Syntax error _ACEOF @@ -61301,6 +64583,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -61365,6 +64648,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Broken: fails on valid input. continue @@ -61389,6 +64674,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -61424,6 +64710,8 @@ if ac_fn_c_try_cpp "$LINENO"; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_cpp "$LINENO" then : >>>>>>> osgeo-main @@ -61805,6 +65093,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 @@ -62178,6 +65497,7 @@ rm -f conftest.i conftest.err conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if $ac_preproc_ok; then : break fi @@ -63255,6 +66575,8 @@ rm -f conftest.i conftest.err conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if $ac_preproc_ok then : break @@ -63524,6 +66846,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -63573,6 +66896,9 @@ _ACEOF ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main fi done @@ -63592,6 +66918,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` @@ -63630,6 +66957,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main for ac_header in limits.h termio.h termios.h unistd.h values.h f2c.h g2c.h do : @@ -63653,6 +66982,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63685,6 +67015,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi done @@ -63702,6 +67034,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63736,6 +67069,8 @@ for ac_header in sys/timeb.h sys/types.h sys/utsname.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -63752,6 +67087,7 @@ for ac_header in sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63784,6 +67120,8 @@ for ac_header in sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -63809,6 +67147,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63843,6 +67182,8 @@ for ac_header in libintl.h iconv.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -63863,6 +67204,7 @@ for ac_header in sys/timeb.h sys/types.h sys/utsname.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63895,6 +67237,8 @@ for ac_header in sys/timeb.h sys/types.h sys/utsname.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -63914,6 +67258,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63960,6 +67305,9 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _ACEOF fi @@ -63979,6 +67327,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64020,6 +67369,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -64034,6 +67385,7 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64067,6 +67419,8 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main for ac_header in libintl.h iconv.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -64100,6 +67454,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64132,6 +67487,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi done @@ -64154,6 +67511,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 @@ -64204,6 +67562,9 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include @@ -64271,6 +67632,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64351,6 +67713,11 @@ else >>>>>>> 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 ac_cv_type_uid_t=no fi @@ -64371,6 +67738,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 @@ -64412,6 +67780,8 @@ if test $ac_cv_type_uid_t = no; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -64437,6 +67807,7 @@ if test $ac_cv_type_uid_t = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64462,6 +67833,8 @@ if test $ac_cv_type_uid_t = no; then ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -64479,6 +67852,7 @@ if test $ac_cv_type_uid_t = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64517,6 +67891,8 @@ if test $ac_cv_type_uid_t = no; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main $as_echo "#define uid_t int" >>confdefs.h @@ -64536,6 +67912,7 @@ $as_echo "#define gid_t int" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64617,6 +67994,11 @@ $as_echo "#define gid_t int" >>confdefs.h ======= >>>>>>> 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 fi @@ -64642,6 +68024,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64679,6 +68062,8 @@ esac >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "ftime" "ac_cv_func_ftime" if test "x$ac_cv_func_ftime" = xyes then : @@ -64714,6 +68099,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -64775,6 +68161,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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` @@ -64798,6 +68188,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -64835,6 +68226,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -64856,6 +68249,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64927,6 +68321,11 @@ then : ======= ======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fi @@ -64958,6 +68357,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -64995,6 +68395,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -65016,6 +68418,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -65087,6 +68490,11 @@ then : ======= ======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fi @@ -65118,6 +68526,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -65155,6 +68564,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -65176,6 +68587,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -65247,6 +68659,11 @@ then : ======= ======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fi @@ -65278,6 +68695,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -65315,6 +68733,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -65336,6 +68756,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -65407,6 +68828,11 @@ then : ======= ======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fi @@ -65458,6 +68884,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -65495,6 +68922,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -65566,6 +68995,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -65618,6 +69048,10 @@ fi ======= ======= +>>>>>>> osgeo-main +======= +======= + >>>>>>> osgeo-main fi done @@ -65661,6 +69095,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -65714,6 +69149,9 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -65738,6 +69176,7 @@ $as_echo "#define SETPGRP_VOID 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65819,6 +69258,11 @@ $as_echo "#define SETPGRP_VOID 1" >>confdefs.h ======= >>>>>>> 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 fi @@ -65842,6 +69286,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; } ======= @@ -65881,6 +69326,8 @@ $as_echo_n "checking for long long int... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 printf %s "checking for long long int... " >&6; } ======= @@ -65899,6 +69346,7 @@ $as_echo_n "checking for long long int... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -65924,6 +69372,8 @@ $as_echo_n "checking for long long int... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -65939,6 +69389,7 @@ $as_echo_n "checking for long long int... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -65977,6 +69428,8 @@ $as_echo_n "checking for long long int... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -65996,6 +69449,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -66034,6 +69488,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -66050,6 +69506,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -66123,6 +69580,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { long long int x; ; @@ -66144,6 +69606,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66181,6 +69644,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -66213,6 +69678,7 @@ printf %s "checking for int64_t... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -66274,6 +69740,10 @@ printf %s "checking for int64_t... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -66307,6 +69777,7 @@ $as_echo_n "checking for int64_t... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66388,6 +69859,11 @@ $as_echo_n "checking for int64_t... " >&6; } ======= >>>>>>> 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include @@ -66407,6 +69883,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -66445,6 +69922,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -66461,6 +69940,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -66534,6 +70014,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int64_t x; ; @@ -66555,6 +70040,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66592,6 +70078,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -66627,6 +70115,7 @@ printf "%s\n" "\"$enable_w11\"" >&6; } ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -66688,6 +70177,10 @@ printf "%s\n" "\"$enable_w11\"" >&6; } ;; ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -66724,6 +70217,7 @@ $as_echo "\"$enable_w11\"" >&6; } ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66804,6 +70298,11 @@ $as_echo "\"$enable_w11\"" >&6; } ;; >>>>>>> 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 *) as_fn_error $? "*** You must answer yes or no." "$LINENO" 5 ;; esac @@ -66839,6 +70338,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; } @@ -66882,6 +70382,8 @@ if test "${with_x+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5 printf %s "checking for X... " >&6; } @@ -66910,6 +70412,7 @@ if test "${with_x+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -66934,6 +70437,8 @@ if test "${with_x+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 $as_echo_n "checking for X... " >&6; } @@ -66954,6 +70459,7 @@ if test "${with_x+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -66991,6 +70497,8 @@ if test "${with_x+set}" = set; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main withval=$with_x; fi @@ -67019,6 +70527,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_x_includes=no ac_x_libraries=no rm -f -r conftest.dir ======= @@ -67058,6 +70567,8 @@ rm -f -r conftest.dir >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_x_includes=no ac_x_libraries=no # Do we need to do anything special at all? @@ -67104,6 +70615,7 @@ rm -f -r conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67129,6 +70641,8 @@ rm -f -r conftest.dir ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_x_includes=no ac_x_libraries=no rm -f -r conftest.dir >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67144,6 +70658,7 @@ rm -f -r conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -67182,6 +70697,8 @@ rm -f -r conftest.dir >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if mkdir conftest.dir; then cd conftest.dir cat >Imakefile <<'_ACEOF' @@ -67235,6 +70752,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Standard set of common directories for X headers. ======= <<<<<<< HEAD @@ -67272,6 +70790,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Standard set of common directories for X headers. ======= @@ -67289,6 +70809,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Standard set of common directories for X headers. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67362,6 +70883,11 @@ fi # Standard set of common directories for X headers. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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 @@ -67403,6 +70929,7 @@ ac_x_header_dirs=' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67440,6 +70967,8 @@ ac_x_header_dirs=' >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /opt/X11/include ======= @@ -67456,6 +70985,7 @@ ac_x_header_dirs=' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -67517,6 +71047,10 @@ ac_x_header_dirs=' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /usr/X386/include /usr/x386/include /usr/XFree86/include/X11 @@ -67553,6 +71087,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67590,6 +71125,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_cpp "$LINENO" then : # We can compile using X headers with no special include directory. @@ -67608,6 +71145,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -67669,6 +71207,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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= @@ -67688,6 +71230,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67768,6 +71311,11 @@ else >>>>>>> 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 for ac_dir in $ac_x_header_dirs; do if test -r "$ac_dir/X11/Xlib.h"; then @@ -67804,6 +71352,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -67842,6 +71391,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -67858,6 +71409,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67931,6 +71483,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { XrmInitialize () ; @@ -67952,6 +71509,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67989,6 +71547,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : LIBS=$ac_save_LIBS @@ -68010,6 +71570,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 @@ -68071,6 +71632,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)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -68093,6 +71658,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)) @@ -68174,6 +71740,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)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -68199,6 +71770,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 @@ -68240,6 +71812,8 @@ fi # $ac_x_libraries = no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no @@ -68272,6 +71846,7 @@ fi # $ac_x_libraries = no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -68297,6 +71872,8 @@ fi # $ac_x_libraries = no ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no @@ -68314,6 +71891,7 @@ fi # $ac_x_libraries = no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -68352,6 +71930,8 @@ fi # $ac_x_libraries = no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $ac_x_includes,$ac_x_libraries in #( no,* | *,no | *\'*) # Didn't find X, or a directory has "'" in its name. @@ -68376,6 +71956,7 @@ case $ac_x_includes,$ac_x_libraries in #( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68457,6 +72038,11 @@ case $ac_x_includes,$ac_x_libraries in #( ======= >>>>>>> 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 esac ;; #( *) have_x=yes;; @@ -68479,6 +72065,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; } @@ -68518,6 +72105,8 @@ $as_echo "$have_x" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 printf "%s\n" "$have_x" >&6; } @@ -68537,6 +72126,7 @@ $as_echo "$have_x" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -68561,6 +72151,8 @@ $as_echo "$have_x" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 $as_echo "$have_x" >&6; } @@ -68577,6 +72169,7 @@ $as_echo "$have_x" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -68614,6 +72207,8 @@ $as_echo "$have_x" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main no_x=yes else @@ -68638,6 +72233,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; } @@ -68677,6 +72273,8 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -68696,6 +72294,7 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -68720,6 +72319,8 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -68736,6 +72337,7 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -68774,6 +72376,8 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi if test "$no_x" = yes; then @@ -68794,6 +72398,7 @@ if test "$no_x" = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h ======= <<<<<<< HEAD @@ -68832,6 +72437,8 @@ $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h ======= $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h @@ -68848,6 +72455,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)) @@ -68920,6 +72528,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)) +>>>>>>> osgeo-main +======= +======= +$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= @@ -68947,6 +72560,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; } @@ -68986,6 +72600,8 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -69005,6 +72621,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)) ======= @@ -69029,6 +72646,8 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -69045,6 +72664,7 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -69082,6 +72702,8 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" ac_xsave_c_werror_flag=$ac_c_werror_flag @@ -69105,6 +72727,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -69143,6 +72766,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -69159,6 +72784,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -69232,6 +72858,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -69253,6 +72884,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -69290,6 +72922,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 @@ -69309,6 +72943,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -69370,6 +73005,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -69390,6 +73029,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69470,6 +73110,11 @@ else >>>>>>> 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 LIBS="$ac_xsave_LIBS -R $x_libraries" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -69491,6 +73136,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -69529,6 +73175,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -69545,6 +73193,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -69618,6 +73267,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -69639,6 +73293,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; } @@ -69680,6 +73335,8 @@ $as_echo "yes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -69710,6 +73367,7 @@ $as_echo "yes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -69735,6 +73393,8 @@ $as_echo "yes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -69752,6 +73412,7 @@ $as_echo "yes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -69790,6 +73451,8 @@ $as_echo "yes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 $as_echo "neither works" >&6; } @@ -69813,6 +73476,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69893,6 +73557,11 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 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 conftest$ac_exeext conftest.$ac_ext ac_c_werror_flag=$ac_xsave_c_werror_flag @@ -69931,6 +73600,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -69968,6 +73638,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char XOpenDisplay (); int main (void) @@ -69984,6 +73656,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -70045,6 +73718,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -70066,6 +73743,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70147,6 +73825,11 @@ main () ======= >>>>>>> 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 { return XOpenDisplay (); ; @@ -70168,6 +73851,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70205,6 +73889,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -70224,6 +73910,7 @@ printf %s "checking for dnet_ntoa in -ldnet... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -70285,6 +73972,10 @@ printf %s "checking for dnet_ntoa in -ldnet... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : else @@ -70305,6 +73996,7 @@ $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70386,6 +74078,11 @@ $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" @@ -70410,6 +74107,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70447,6 +74145,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char dnet_ntoa (); int main (void) @@ -70463,6 +74163,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -70524,6 +74225,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -70545,6 +74250,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70626,6 +74332,11 @@ main () ======= >>>>>>> 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 { return dnet_ntoa (); ; @@ -70647,6 +74358,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_dnet_ntoa=yes else @@ -70689,6 +74401,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dnet_dnet_ntoa=yes @@ -70720,6 +74434,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -70745,6 +74460,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_dnet_ntoa=yes else @@ -70763,6 +74480,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -70801,6 +74519,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -70822,6 +74542,7 @@ if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70902,6 +74623,11 @@ if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi @@ -70921,6 +74647,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; } @@ -70960,6 +74687,8 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -70979,6 +74708,7 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71003,6 +74733,8 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -71019,6 +74751,7 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -71057,6 +74790,8 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" @@ -71081,6 +74816,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71118,6 +74854,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char dnet_ntoa (); int main (void) @@ -71134,6 +74872,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -71195,6 +74934,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -71216,6 +74959,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71297,6 +75041,11 @@ main () ======= >>>>>>> 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 { return dnet_ntoa (); ; @@ -71318,6 +75067,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -71360,6 +75110,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dnet_stub_dnet_ntoa=yes @@ -71391,6 +75143,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71416,6 +75169,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -71434,6 +75189,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -71472,6 +75228,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -71493,6 +75251,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)) @@ -71573,6 +75332,11 @@ if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" fi @@ -71594,6 +75358,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -71632,6 +75397,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -71648,6 +75415,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)) @@ -71720,6 +75488,11 @@ rm -f core conftest.err conftest.$ac_objext \ ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +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" @@ -71748,6 +75521,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_gethostbyname" = xyes; then : ======= <<<<<<< HEAD @@ -71786,6 +75560,8 @@ if test "x$ac_cv_func_gethostbyname" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_gethostbyname" = xyes then : ======= @@ -71803,6 +75579,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)) @@ -71876,6 +75653,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)) >>>>>>> osgeo-main +======= +======= +if test "x$ac_cv_func_gethostbyname" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -71894,6 +75676,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; } @@ -71933,6 +75716,8 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 printf %s "checking for gethostbyname in -lnsl... " >&6; } @@ -71952,6 +75737,7 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71976,6 +75762,8 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } @@ -71992,6 +75780,7 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -72030,6 +75819,8 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" @@ -72054,6 +75845,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72091,6 +75883,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char gethostbyname (); int main (void) @@ -72107,6 +75901,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -72168,6 +75963,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -72189,6 +75988,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72270,6 +76070,11 @@ main () ======= >>>>>>> 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 { return gethostbyname (); ; @@ -72291,6 +76096,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_nsl_gethostbyname=yes else @@ -72333,6 +76139,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_nsl_gethostbyname=yes @@ -72364,6 +76172,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -72389,6 +76198,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_nsl_gethostbyname=yes else @@ -72407,6 +76218,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -72445,6 +76257,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -72466,6 +76280,7 @@ if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72546,6 +76361,11 @@ if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi @@ -72565,6 +76385,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; } @@ -72604,6 +76425,8 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 printf %s "checking for gethostbyname in -lbsd... " >&6; } @@ -72623,6 +76446,7 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -72647,6 +76471,8 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } @@ -72663,6 +76489,7 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -72701,6 +76528,8 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" @@ -72725,6 +76554,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72762,6 +76592,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char gethostbyname (); int main (void) @@ -72778,6 +76610,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -72839,6 +76672,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -72860,6 +76697,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72941,6 +76779,11 @@ main () ======= >>>>>>> 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 { return gethostbyname (); ; @@ -72962,6 +76805,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72999,6 +76843,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_bsd_gethostbyname=yes @@ -73025,6 +76871,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -73086,6 +76933,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_bsd_gethostbyname=yes else @@ -73112,6 +76963,7 @@ if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73192,6 +77044,11 @@ if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" fi @@ -73222,6 +77079,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_connect" = xyes; then : ======= <<<<<<< HEAD @@ -73260,6 +77118,8 @@ if test "x$ac_cv_func_connect" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_connect" = xyes then : ======= @@ -73277,6 +77137,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)) @@ -73350,6 +77211,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)) >>>>>>> osgeo-main +======= +======= +if test "x$ac_cv_func_connect" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -73368,6 +77234,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; } @@ -73407,6 +77274,8 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 printf %s "checking for connect in -lsocket... " >&6; } @@ -73426,6 +77295,7 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73450,6 +77320,8 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 $as_echo_n "checking for connect in -lsocket... " >&6; } @@ -73466,6 +77338,7 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -73504,6 +77377,8 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" @@ -73528,6 +77403,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -73565,6 +77441,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char connect (); int main (void) @@ -73581,6 +77459,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -73642,6 +77521,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -73663,6 +77546,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73744,6 +77628,11 @@ main () ======= >>>>>>> 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 { return connect (); ; @@ -73765,6 +77654,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_connect=yes else @@ -73807,6 +77697,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_socket_connect=yes @@ -73838,6 +77730,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73863,6 +77756,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_connect=yes else @@ -73881,6 +77776,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -73919,6 +77815,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -73940,6 +77838,7 @@ if test "x$ac_cv_lib_socket_connect" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74020,6 +77919,11 @@ if test "x$ac_cv_lib_socket_connect" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" fi @@ -74043,6 +77947,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_remove" = xyes; then : ======= <<<<<<< HEAD @@ -74081,6 +77986,8 @@ if test "x$ac_cv_func_remove" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_remove" = xyes then : ======= @@ -74098,6 +78005,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)) @@ -74171,6 +78079,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)) >>>>>>> osgeo-main +======= +======= +if test "x$ac_cv_func_remove" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -74189,6 +78102,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; } @@ -74228,6 +78142,8 @@ $as_echo_n "checking for remove in -lposix... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 printf %s "checking for remove in -lposix... " >&6; } @@ -74247,6 +78163,7 @@ $as_echo_n "checking for remove in -lposix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74271,6 +78188,8 @@ $as_echo_n "checking for remove in -lposix... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 $as_echo_n "checking for remove in -lposix... " >&6; } @@ -74287,6 +78206,7 @@ $as_echo_n "checking for remove in -lposix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -74325,6 +78245,8 @@ $as_echo_n "checking for remove in -lposix... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" @@ -74349,6 +78271,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -74386,6 +78309,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char remove (); int main (void) @@ -74402,6 +78327,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -74463,6 +78389,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -74484,6 +78414,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74565,6 +78496,11 @@ main () ======= >>>>>>> 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 { return remove (); ; @@ -74586,6 +78522,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_posix_remove=yes else @@ -74628,6 +78565,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_posix_remove=yes @@ -74659,6 +78598,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74684,6 +78624,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_posix_remove=yes else @@ -74702,6 +78644,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -74740,6 +78683,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -74761,6 +78706,7 @@ if test "x$ac_cv_lib_posix_remove" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74841,6 +78787,11 @@ if test "x$ac_cv_lib_posix_remove" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" fi @@ -74864,6 +78815,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_shmat" = xyes; then : ======= <<<<<<< HEAD @@ -74902,6 +78854,8 @@ if test "x$ac_cv_func_shmat" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_shmat" = xyes then : ======= @@ -74919,6 +78873,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)) @@ -74992,6 +78947,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)) >>>>>>> osgeo-main +======= +======= +if test "x$ac_cv_func_shmat" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -75010,6 +78970,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; } @@ -75049,6 +79010,8 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 printf %s "checking for shmat in -lipc... " >&6; } @@ -75068,6 +79031,7 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -75092,6 +79056,8 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 $as_echo_n "checking for shmat in -lipc... " >&6; } @@ -75108,6 +79074,7 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75146,6 +79113,8 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" @@ -75170,6 +79139,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75207,6 +79177,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char shmat (); int main (void) @@ -75223,6 +79195,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -75284,6 +79257,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -75305,6 +79282,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75386,6 +79364,11 @@ main () ======= >>>>>>> 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 { return shmat (); ; @@ -75407,6 +79390,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ipc_shmat=yes else @@ -75449,6 +79433,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_ipc_shmat=yes @@ -75480,6 +79466,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -75505,6 +79492,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ipc_shmat=yes else @@ -75523,6 +79512,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75561,6 +79551,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -75582,6 +79574,7 @@ if test "x$ac_cv_lib_ipc_shmat" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75662,6 +79655,11 @@ if test "x$ac_cv_lib_ipc_shmat" = xyes; then : >>>>>>> 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 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" fi @@ -75692,6 +79690,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; } @@ -75731,6 +79730,8 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 printf %s "checking for IceConnectionNumber in -lICE... " >&6; } @@ -75750,6 +79751,7 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -75774,6 +79776,8 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } @@ -75790,6 +79794,7 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75828,6 +79833,8 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" @@ -75852,6 +79859,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75889,6 +79897,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char IceConnectionNumber (); int main (void) @@ -75905,6 +79915,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -75966,6 +79977,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -75987,6 +80002,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76068,6 +80084,11 @@ main () ======= >>>>>>> 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 { return IceConnectionNumber (); ; @@ -76089,6 +80110,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -76131,6 +80153,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_ICE_IceConnectionNumber=yes @@ -76162,6 +80186,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -76187,6 +80212,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -76205,6 +80232,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -76243,6 +80271,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -76264,6 +80294,7 @@ if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76344,6 +80375,11 @@ if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : >>>>>>> 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 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" fi @@ -76382,6 +80418,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; } ======= @@ -76421,6 +80458,8 @@ $as_echo_n "checking for library containing cuserid... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing cuserid" >&5 printf %s "checking for library containing cuserid... " >&6; } ======= @@ -76439,6 +80478,7 @@ $as_echo_n "checking for library containing cuserid... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -76464,6 +80504,8 @@ $as_echo_n "checking for library containing cuserid... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -76479,6 +80521,7 @@ $as_echo_n "checking for library containing cuserid... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -76517,6 +80560,8 @@ $as_echo_n "checking for library containing cuserid... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -76540,6 +80585,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -76577,6 +80623,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char cuserid (); int main (void) @@ -76593,6 +80641,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -76654,6 +80703,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -76675,6 +80728,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76756,6 +80810,11 @@ main () ======= >>>>>>> 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 { return cuserid (); ; @@ -76777,6 +80836,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_lib in '' compat; do ======= <<<<<<< HEAD @@ -76815,6 +80875,8 @@ for ac_lib in '' compat; do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main for ac_lib in '' compat do ======= @@ -76832,6 +80894,7 @@ for ac_lib in '' compat; do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= for ac_lib in '' compat; do >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76904,6 +80967,11 @@ for ac_lib in '' compat; do ======= for ac_lib in '' compat; do >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +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" @@ -76925,6 +80993,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 @@ -76978,6 +81047,8 @@ LIBS=$ac_func_search_save_LIBS ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -77031,6 +81102,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77055,6 +81127,8 @@ then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_cuserid=$ac_res @@ -77085,6 +81159,7 @@ LIBS=$ac_func_search_save_LIBS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -77123,6 +81198,8 @@ LIBS=$ac_func_search_save_LIBS >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -77142,6 +81219,7 @@ if test "$ac_res" != no; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77222,6 +81300,11 @@ if test "$ac_res" != no; then : >>>>>>> 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 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -77246,6 +81329,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" @@ -77291,6 +81375,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "asprintf" "ac_cv_func_asprintf" if test "x$ac_cv_func_asprintf" = xyes then : @@ -77309,6 +81395,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD @@ -77407,7 +81494,36 @@ _ACEOF fi done >>>>>>> 6cf60c76a4 (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" +if test "x$ac_cv_func_asprintf" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_ASPRINTF 1 +_ACEOF + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +fi +done +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) + + + +ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat" +if test "x$ac_cv_func_strlcat" = xyes +then : + printf "%s\n" "#define HAVE_STRLCAT 1" >>confdefs.h + +fi + + +# Test if strlcpy exists +# This is a function part of *BSD libc (optionally available on Linux via libbsd) ac_fn_c_check_func "$LINENO" "strlcpy" "ac_cv_func_strlcpy" if test "x$ac_cv_func_strlcpy" = xyes then : @@ -77416,6 +81532,7 @@ then : fi + # Test if mathlib needs -lm flag or is included with libc ac_fn_c_check_func "$LINENO" "atan" "ac_cv_func_atan" <<<<<<< HEAD @@ -77433,6 +81550,7 @@ ac_fn_c_check_func "$LINENO" "atan" "ac_cv_func_atan" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -77470,6 +81588,8 @@ ac_fn_c_check_func "$LINENO" "atan" "ac_cv_func_atan" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_atan" = xyes then : MATHLIB= @@ -77490,6 +81610,7 @@ printf %s "checking for atan in -lm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -77551,6 +81672,10 @@ printf %s "checking for atan in -lm... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_atan" = xyes; then : MATHLIB= else @@ -77572,6 +81697,7 @@ $as_echo_n "checking for atan in -lm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77653,6 +81779,11 @@ $as_echo_n "checking for atan in -lm... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" @@ -77677,6 +81808,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -77714,6 +81846,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char atan (); int main (void) @@ -77730,6 +81864,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -77791,6 +81926,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -77812,6 +81951,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77893,6 +82033,11 @@ main () ======= >>>>>>> 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 { return atan (); ; @@ -77914,6 +82059,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_m_atan=yes else @@ -77956,6 +82102,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_m_atan=yes @@ -77989,6 +82137,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -78014,6 +82163,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_m_atan=yes else @@ -78032,6 +82183,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -78070,6 +82222,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -78093,6 +82247,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78173,6 +82328,11 @@ else >>>>>>> 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 as_fn_error $? "*** Failed check for math library." "$LINENO" 5 @@ -78199,6 +82359,7 @@ ac_fn_c_check_func "$LINENO" "dlsym" "ac_cv_func_dlsym" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -78236,6 +82397,8 @@ ac_fn_c_check_func "$LINENO" "dlsym" "ac_cv_func_dlsym" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_dlsym" = xyes then : DLLIB= @@ -78256,6 +82419,7 @@ printf %s "checking for dlsym in -ldl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -78317,6 +82481,10 @@ printf %s "checking for dlsym in -ldl... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_dlsym" = xyes; then : DLLIB= else @@ -78338,6 +82506,7 @@ $as_echo_n "checking for dlsym in -ldl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78419,6 +82588,11 @@ $as_echo_n "checking for dlsym in -ldl... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -78443,6 +82617,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -78480,6 +82655,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char dlsym (); int main (void) @@ -78496,6 +82673,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -78557,6 +82735,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -78578,6 +82760,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78659,6 +82842,11 @@ main () ======= >>>>>>> 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 { return dlsym (); ; @@ -78680,6 +82868,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlsym=yes else @@ -78722,6 +82911,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dl_dlsym=yes @@ -78755,6 +82946,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -78780,6 +82972,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlsym=yes else @@ -78798,6 +82992,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -78836,6 +83031,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -78859,6 +83056,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78939,6 +83137,11 @@ else >>>>>>> 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 DLLIB= @@ -78965,6 +83168,7 @@ ac_fn_c_check_func "$LINENO" "iconv" "ac_cv_func_iconv" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79002,6 +83206,8 @@ ac_fn_c_check_func "$LINENO" "iconv" "ac_cv_func_iconv" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_iconv" = xyes then : ICONVLIB= @@ -79022,6 +83228,7 @@ printf %s "checking for iconv in -liconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79083,6 +83290,10 @@ printf %s "checking for iconv in -liconv... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_iconv" = xyes; then : ICONVLIB= else @@ -79104,6 +83315,7 @@ $as_echo_n "checking for iconv in -liconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79185,6 +83397,11 @@ $as_echo_n "checking for iconv in -liconv... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-liconv $LIBS" @@ -79209,6 +83426,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79246,6 +83464,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char iconv (); int main (void) @@ -79262,6 +83482,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79323,6 +83544,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -79344,6 +83569,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79425,6 +83651,11 @@ main () ======= >>>>>>> 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 { return iconv (); ; @@ -79446,6 +83677,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_iconv=yes else @@ -79488,6 +83720,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_iconv_iconv=yes @@ -79524,6 +83758,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79549,6 +83784,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_iconv=yes else @@ -79567,6 +83804,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -79605,6 +83843,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -79631,6 +83871,7 @@ $as_echo_n "checking for iconv in -lgiconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79712,6 +83953,11 @@ $as_echo_n "checking for iconv in -lgiconv... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-lgiconv $LIBS" @@ -79736,6 +83982,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79773,6 +84020,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char iconv (); int main (void) @@ -79789,6 +84038,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79850,6 +84100,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -79871,6 +84125,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79952,6 +84207,11 @@ main () ======= >>>>>>> 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 { return iconv (); ; @@ -79973,6 +84233,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_giconv_iconv=yes else @@ -80015,6 +84276,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_giconv_iconv=yes @@ -80057,6 +84320,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80082,6 +84346,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_giconv_iconv=yes else @@ -80100,6 +84366,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -80138,6 +84405,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -80169,6 +84438,7 @@ $as_echo_n "checking for libiconv in -liconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80250,6 +84520,11 @@ $as_echo_n "checking for libiconv in -liconv... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-liconv $LIBS" @@ -80274,6 +84549,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -80311,6 +84587,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char libiconv (); int main (void) @@ -80327,6 +84605,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -80388,6 +84667,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -80409,6 +84692,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80490,6 +84774,11 @@ main () ======= >>>>>>> 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 { return libiconv (); ; @@ -80511,6 +84800,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_libiconv=yes else @@ -80553,6 +84843,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_iconv_libiconv=yes @@ -80589,6 +84881,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80614,6 +84907,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_libiconv=yes else @@ -80632,6 +84927,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -80670,6 +84966,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -80696,6 +84994,7 @@ $as_echo_n "checking for libiconv in -lgiconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80777,6 +85076,11 @@ $as_echo_n "checking for libiconv in -lgiconv... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-lgiconv $LIBS" @@ -80801,6 +85105,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -80838,6 +85143,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char libiconv (); int main (void) @@ -80854,6 +85161,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -80915,6 +85223,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -80936,6 +85248,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81017,6 +85330,11 @@ main () ======= >>>>>>> 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 { return libiconv (); ; @@ -81038,6 +85356,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_giconv_libiconv=yes else @@ -81080,6 +85399,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_giconv_libiconv=yes @@ -81116,6 +85437,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81141,6 +85463,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_giconv_libiconv=yes else @@ -81159,6 +85483,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -81197,6 +85522,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -81223,6 +85550,7 @@ $as_echo "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81303,6 +85631,11 @@ $as_echo "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} >>>>>>> 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 ICONVLIB= @@ -81337,6 +85670,7 @@ ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -81374,6 +85708,8 @@ ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_socket" = xyes then : SOCKLIB= @@ -81394,6 +85730,7 @@ printf %s "checking for socket in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -81455,6 +85792,10 @@ printf %s "checking for socket in -lsocket... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_socket" = xyes; then : SOCKLIB= else @@ -81476,6 +85817,7 @@ $as_echo_n "checking for socket in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81557,6 +85899,11 @@ $as_echo_n "checking for socket in -lsocket... " >&6; } ======= >>>>>>> 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 ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" @@ -81581,6 +85928,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -81618,6 +85966,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char socket (); int main (void) @@ -81634,6 +85984,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -81695,6 +86046,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -81716,6 +86071,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81797,6 +86153,11 @@ main () ======= >>>>>>> 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 { return socket (); ; @@ -81818,6 +86179,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_socket=yes else @@ -81872,6 +86234,8 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_socket_socket=yes @@ -81922,6 +86286,7 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81947,6 +86312,8 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_socket=yes else @@ -81977,6 +86344,7 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82015,6 +86383,8 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -82039,6 +86409,7 @@ if test "$have_socket" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_SOCKET 1" >>confdefs.h ======= <<<<<<< HEAD @@ -82077,6 +86448,8 @@ $as_echo "#define HAVE_SOCKET 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_SOCKET 1" >>confdefs.h ======= $as_echo "#define HAVE_SOCKET 1" >>confdefs.h @@ -82093,6 +86466,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)) @@ -82166,6 +86540,11 @@ $as_echo "#define HAVE_SOCKET 1" >>confdefs.h $as_echo "#define HAVE_SOCKET 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_SOCKET 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else HAVE_SOCKET= @@ -82197,6 +86576,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; } ======= @@ -82236,6 +86616,8 @@ $as_echo_n "checking for location of zlib includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -82254,6 +86636,7 @@ $as_echo_n "checking for location of zlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82279,6 +86662,8 @@ $as_echo_n "checking for location of zlib includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -82294,6 +86679,7 @@ $as_echo_n "checking for location of zlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82332,6 +86718,8 @@ $as_echo_n "checking for location of zlib includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -82352,6 +86740,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zlib_includes" >&5 $as_echo "$with_zlib_includes" >&6; } ======= @@ -82391,6 +86780,8 @@ $as_echo "$with_zlib_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zlib_includes" >&5 printf "%s\n" "$with_zlib_includes" >&6; } ======= @@ -82409,6 +86800,7 @@ $as_echo "$with_zlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82434,6 +86826,8 @@ $as_echo "$with_zlib_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -82449,6 +86843,7 @@ $as_echo "$with_zlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82487,6 +86882,8 @@ $as_echo "$with_zlib_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_zlib_includes" ; then for dir in $with_zlib_includes; do @@ -82517,6 +86914,7 @@ CPPFLAGS="$ZLIBINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -82553,6 +86951,8 @@ CPPFLAGS="$ZLIBINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in zlib.h do : @@ -82575,6 +86975,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -82636,6 +87037,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -82660,6 +87065,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82740,6 +87146,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate zlib includes." "$LINENO" 5 @@ -82768,6 +87179,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; } ======= @@ -82807,6 +87219,8 @@ $as_echo_n "checking for location of zlib library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -82825,6 +87239,7 @@ $as_echo_n "checking for location of zlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82850,6 +87265,8 @@ $as_echo_n "checking for location of zlib library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -82865,6 +87282,7 @@ $as_echo_n "checking for location of zlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82903,6 +87321,8 @@ $as_echo_n "checking for location of zlib library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -82923,6 +87343,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zlib_libs" >&5 $as_echo "$with_zlib_libs" >&6; } ======= @@ -82962,6 +87383,8 @@ $as_echo "$with_zlib_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zlib_libs" >&5 printf "%s\n" "$with_zlib_libs" >&6; } ======= @@ -82980,6 +87403,7 @@ $as_echo "$with_zlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83005,6 +87429,8 @@ $as_echo "$with_zlib_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -83020,6 +87446,7 @@ $as_echo "$with_zlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83058,6 +87485,8 @@ $as_echo "$with_zlib_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_zlib_libs"; then for dir in $with_zlib_libs; do @@ -83090,6 +87519,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; } ======= @@ -83129,6 +87559,8 @@ $as_echo_n "checking for deflate in -lz... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5 printf %s "checking for deflate in -lz... " >&6; } ======= @@ -83147,6 +87579,7 @@ $as_echo_n "checking for deflate in -lz... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83172,6 +87605,8 @@ $as_echo_n "checking for deflate in -lz... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -83187,6 +87622,7 @@ $as_echo_n "checking for deflate in -lz... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83225,6 +87661,8 @@ $as_echo_n "checking for deflate in -lz... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" @@ -83249,6 +87687,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -83286,6 +87725,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char deflate (); int main (void) @@ -83302,6 +87743,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -83363,6 +87805,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -83384,6 +87830,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -83465,6 +87912,11 @@ main () ======= >>>>>>> 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 { return deflate (); ; @@ -83486,6 +87938,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_z_deflate=yes else @@ -83528,6 +87981,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_deflate=yes @@ -83561,6 +88016,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83586,6 +88042,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_z_deflate=yes else @@ -83604,6 +88062,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83642,6 +88101,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -83665,6 +88126,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -83746,6 +88208,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -83789,6 +88256,7 @@ BZIP2LIB= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -83826,6 +88294,8 @@ BZIP2LIB= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -83843,6 +88313,7 @@ printf "%s\n" "\"$with_bzlib\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -83904,6 +88375,10 @@ printf "%s\n" "\"$with_bzlib\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -83923,6 +88398,7 @@ $as_echo "\"$with_bzlib\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84004,6 +88480,11 @@ $as_echo "\"$with_bzlib\"" >&6; } ======= >>>>>>> 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 case "$with_bzlib" in "no") USE_BZIP2= ;; "yes") USE_BZIP2="1" ;; @@ -84032,6 +88513,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; } ======= @@ -84071,6 +88553,8 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -84089,6 +88573,7 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84114,6 +88599,8 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -84129,6 +88616,7 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -84167,6 +88655,8 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -84187,6 +88677,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_includes" >&5 $as_echo "$with_bzlib_includes" >&6; } ======= @@ -84226,6 +88717,8 @@ $as_echo "$with_bzlib_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_includes" >&5 printf "%s\n" "$with_bzlib_includes" >&6; } ======= @@ -84244,6 +88737,7 @@ $as_echo "$with_bzlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84269,6 +88763,8 @@ $as_echo "$with_bzlib_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -84284,6 +88780,7 @@ $as_echo "$with_bzlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -84322,6 +88819,8 @@ $as_echo "$with_bzlib_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_bzlib_includes" ; then for dir in $with_bzlib_includes; do @@ -84352,6 +88851,7 @@ CPPFLAGS="$BZIP2INCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84388,6 +88888,8 @@ CPPFLAGS="$BZIP2INCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in bzlib.h do : @@ -84410,6 +88912,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -84471,6 +88974,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -84495,6 +89002,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84575,6 +89083,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate bzlib includes." "$LINENO" 5 @@ -84603,6 +89116,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; } ======= @@ -84642,6 +89156,8 @@ $as_echo_n "checking for location of bzlib library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -84660,6 +89176,7 @@ $as_echo_n "checking for location of bzlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84685,6 +89202,8 @@ $as_echo_n "checking for location of bzlib library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -84700,6 +89219,7 @@ $as_echo_n "checking for location of bzlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -84738,6 +89258,8 @@ $as_echo_n "checking for location of bzlib library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -84758,6 +89280,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_libs" >&5 $as_echo "$with_bzlib_libs" >&6; } ======= @@ -84797,6 +89320,8 @@ $as_echo "$with_bzlib_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_libs" >&5 printf "%s\n" "$with_bzlib_libs" >&6; } ======= @@ -84815,6 +89340,7 @@ $as_echo "$with_bzlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84840,6 +89366,8 @@ $as_echo "$with_bzlib_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -84855,6 +89383,7 @@ $as_echo "$with_bzlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -84893,6 +89422,8 @@ $as_echo "$with_bzlib_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_bzlib_libs"; then for dir in $with_bzlib_libs; do @@ -84925,6 +89456,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; } ======= @@ -84964,6 +89496,8 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -84982,6 +89516,7 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85007,6 +89542,8 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -85022,6 +89559,7 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -85060,6 +89598,8 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lbz2 $LIBS" @@ -85084,6 +89624,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -85121,6 +89662,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char BZ2_bzBuffToBuffCompress (); int main (void) @@ -85137,6 +89680,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -85198,6 +89742,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -85219,6 +89767,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85300,6 +89849,11 @@ main () ======= >>>>>>> 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 { return BZ2_bzBuffToBuffCompress (); ; @@ -85321,6 +89875,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes else @@ -85363,6 +89918,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes @@ -85396,6 +89953,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85421,6 +89979,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes else @@ -85439,6 +89999,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -85477,6 +90038,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -85500,6 +90063,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85581,6 +90145,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -85626,6 +90195,7 @@ ZSTDLIB= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -85663,6 +90233,8 @@ ZSTDLIB= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -85680,6 +90252,7 @@ printf "%s\n" "\"$with_zstd\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -85741,6 +90314,10 @@ printf "%s\n" "\"$with_zstd\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -85760,6 +90337,7 @@ $as_echo "\"$with_zstd\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85841,6 +90419,11 @@ $as_echo "\"$with_zstd\"" >&6; } ======= >>>>>>> 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 case "$with_zstd" in "no") USE_ZSTD= ;; "yes") USE_ZSTD="1" ;; @@ -85869,6 +90452,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; } ======= @@ -85908,6 +90492,8 @@ $as_echo_n "checking for location of zstd includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -85926,6 +90512,7 @@ $as_echo_n "checking for location of zstd includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85951,6 +90538,8 @@ $as_echo_n "checking for location of zstd includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -85966,6 +90555,7 @@ $as_echo_n "checking for location of zstd includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86004,6 +90594,8 @@ $as_echo_n "checking for location of zstd includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -86024,6 +90616,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zstd_includes" >&5 $as_echo "$with_zstd_includes" >&6; } ======= @@ -86063,6 +90656,8 @@ $as_echo "$with_zstd_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zstd_includes" >&5 printf "%s\n" "$with_zstd_includes" >&6; } ======= @@ -86081,6 +90676,7 @@ $as_echo "$with_zstd_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86106,6 +90702,8 @@ $as_echo "$with_zstd_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -86121,6 +90719,7 @@ $as_echo "$with_zstd_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86159,6 +90758,8 @@ $as_echo "$with_zstd_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_zstd_includes" ; then for dir in $with_zstd_includes; do @@ -86188,6 +90789,7 @@ CPPFLAGS="$ZSTDINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86224,6 +90826,8 @@ CPPFLAGS="$ZSTDINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in zstd.h do : @@ -86246,6 +90850,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -86307,6 +90912,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -86331,6 +90940,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86411,6 +91021,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate zstd includes." "$LINENO" 5 @@ -86439,6 +91054,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; } ======= @@ -86478,6 +91094,8 @@ $as_echo_n "checking for location of zstd library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -86496,6 +91114,7 @@ $as_echo_n "checking for location of zstd library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86521,6 +91140,8 @@ $as_echo_n "checking for location of zstd library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -86536,6 +91157,7 @@ $as_echo_n "checking for location of zstd library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86574,6 +91196,8 @@ $as_echo_n "checking for location of zstd library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -86594,6 +91218,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zstd_libs" >&5 $as_echo "$with_zstd_libs" >&6; } ======= @@ -86633,6 +91258,8 @@ $as_echo "$with_zstd_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zstd_libs" >&5 printf "%s\n" "$with_zstd_libs" >&6; } ======= @@ -86651,6 +91278,7 @@ $as_echo "$with_zstd_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86676,6 +91304,8 @@ $as_echo "$with_zstd_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -86691,6 +91321,7 @@ $as_echo "$with_zstd_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86729,6 +91360,8 @@ $as_echo "$with_zstd_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_zstd_libs"; then for dir in $with_zstd_libs; do @@ -86761,6 +91394,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; } ======= @@ -86800,6 +91434,8 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -86818,6 +91454,7 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86843,6 +91480,8 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -86858,6 +91497,7 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86896,6 +91536,8 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lzstd $LIBS" @@ -86920,6 +91562,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86957,6 +91600,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char ZSTD_compress (); int main (void) @@ -86973,6 +91618,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -87034,6 +91680,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -87055,6 +91705,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87136,6 +91787,11 @@ main () ======= >>>>>>> 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 { return ZSTD_compress (); ; @@ -87157,6 +91813,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_zstd_ZSTD_compress=yes else @@ -87199,6 +91856,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_zstd_ZSTD_compress=yes @@ -87232,6 +91891,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87257,6 +91917,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_zstd_ZSTD_compress=yes else @@ -87275,6 +91937,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -87313,6 +91976,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -87336,6 +92001,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87417,6 +92083,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -87466,6 +92137,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; } ======= @@ -87505,6 +92177,8 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -87523,6 +92197,7 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87548,6 +92223,8 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -87563,6 +92240,7 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -87601,6 +92279,8 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -87621,6 +92301,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_includes" >&5 $as_echo "$with_proj_includes" >&6; } ======= @@ -87660,6 +92341,8 @@ $as_echo "$with_proj_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_includes" >&5 printf "%s\n" "$with_proj_includes" >&6; } ======= @@ -87678,6 +92361,7 @@ $as_echo "$with_proj_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87703,6 +92387,8 @@ $as_echo "$with_proj_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -87718,6 +92404,7 @@ $as_echo "$with_proj_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -87756,6 +92443,8 @@ $as_echo "$with_proj_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_proj_includes" ; then for dir in $with_proj_includes; do @@ -87787,6 +92476,7 @@ CPPFLAGS="$PROJINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -87823,6 +92513,8 @@ CPPFLAGS="$PROJINC $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in proj.h do : @@ -87845,6 +92537,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -87906,6 +92599,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -87930,6 +92627,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88010,6 +92708,11 @@ else >>>>>>> 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 PROJ4API=1 fi @@ -88035,6 +92738,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" @@ -88081,6 +92785,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -88114,6 +92820,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88139,6 +92846,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -88161,6 +92870,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88198,6 +92908,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -88226,6 +92938,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 @@ -88268,6 +92981,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver_major=`cat conftestdata` @@ -88293,6 +93008,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88318,6 +93034,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -88336,6 +93054,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88373,6 +93092,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ major version." "$LINENO" 5 fi @@ -88398,6 +93119,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" @@ -88444,6 +93166,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -88477,6 +93201,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88502,6 +93227,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -88524,6 +93251,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88561,6 +93289,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -88589,6 +93319,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 @@ -88631,6 +93362,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver_minor=`cat conftestdata` @@ -88656,6 +93389,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88681,6 +93415,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -88699,6 +93435,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88736,6 +93473,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ minor version." "$LINENO" 5 fi @@ -88761,6 +93500,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" @@ -88807,6 +93547,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -88840,6 +93582,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88865,6 +93608,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -88887,6 +93632,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88924,6 +93670,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -88952,6 +93700,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 @@ -88994,6 +93743,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver_patch=`cat conftestdata` @@ -89019,6 +93770,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89044,6 +93796,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -89062,6 +93816,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -89099,6 +93854,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ patch version." "$LINENO" 5 fi @@ -89122,6 +93879,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; } @@ -89166,6 +93924,8 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -89195,6 +93955,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)) ======= @@ -89219,6 +93980,8 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -89240,77 +94003,13 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD -======= <<<<<<< HEAD ->>>>>>> main ->>>>>>> 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)) ======= <<<<<<< HEAD ->>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main >>>>>>> main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= >>>>>>> osgeo-main - PROJ4API=1 - fi -else - -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< 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" -CPPFLAGS="$PROJINC $CPPFLAGS" -if test "$cross_compiling" = yes; then : - proj_ver=0 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown (cross-compiling)" >&5 -$as_echo "unknown (cross-compiling)" >&6; } -else -======= -<<<<<<< HEAD ======= >>>>>>> osgeo-main -<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -89343,6 +94042,76 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main + PROJ4API=1 + fi +else + +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< 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" +CPPFLAGS="$PROJINC $CPPFLAGS" +if test "$cross_compiling" = yes; then : + proj_ver=0 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown (cross-compiling)" >&5 +$as_echo "unknown (cross-compiling)" >&6; } +else +======= +<<<<<<< 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)) +======= +<<<<<<< HEAD +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +>>>>>>> main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -89376,6 +94145,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89401,6 +94171,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -89423,6 +94195,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -89460,6 +94233,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -89488,6 +94263,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 @@ -89530,6 +94306,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver=`cat conftestdata` @@ -89555,6 +94333,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89580,6 +94359,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -89598,6 +94379,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -89635,6 +94417,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ.4 version." "$LINENO" 5 fi @@ -89665,6 +94449,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; } @@ -89709,6 +94494,8 @@ $as_echo "using new PROJ version 5+ API" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -89738,6 +94525,7 @@ $as_echo "using new PROJ version 5+ API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89762,6 +94550,8 @@ $as_echo "using new PROJ version 5+ API" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver}\"" >&5 $as_echo "found PROJ version \"${proj_ver}\"" >&6; } @@ -89783,6 +94573,7 @@ $as_echo "using new PROJ version 5+ API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -89820,6 +94611,8 @@ $as_echo "using new PROJ version 5+ API" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # With PROJ library directory @@ -89840,6 +94633,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; } ======= @@ -89879,6 +94673,8 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -89897,6 +94693,7 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89922,6 +94719,8 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -89937,6 +94736,7 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -89975,6 +94775,8 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -89995,6 +94797,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 $as_echo "$with_proj_libs" >&6; } ======= @@ -90034,6 +94837,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 printf "%s\n" "$with_proj_libs" >&6; } ======= @@ -90052,6 +94857,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90077,6 +94883,8 @@ $as_echo "$with_proj_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -90092,6 +94900,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -90130,6 +94939,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_proj_libs"; then for dir in $with_proj_libs; do @@ -90161,6 +94972,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; } ======= @@ -90200,6 +95012,8 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -90218,6 +95032,7 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90243,6 +95058,8 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -90258,6 +95075,7 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -90296,6 +95114,8 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lproj $LIBS" @@ -90320,6 +95140,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -90357,6 +95178,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char proj_pj_info (); int main (void) @@ -90373,6 +95196,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -90434,6 +95258,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -90455,6 +95283,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90536,6 +95365,11 @@ main () ======= >>>>>>> 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 { return proj_pj_info (); ; @@ -90557,6 +95391,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_proj_pj_info=yes else @@ -90599,6 +95434,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_proj_proj_pj_info=yes @@ -90632,6 +95469,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90657,6 +95495,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_proj_pj_info=yes else @@ -90675,6 +95515,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -90713,6 +95554,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -90736,6 +95579,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90817,6 +95661,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -90845,6 +95694,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -90881,6 +95731,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -90899,6 +95751,7 @@ printf "%s\n" "#define USE_PROJ4API 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -90959,6 +95812,10 @@ printf "%s\n" "#define USE_PROJ4API 1" >>confdefs.h ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -90979,6 +95836,7 @@ $as_echo "#define USE_PROJ4API 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91060,6 +95918,11 @@ $as_echo "#define USE_PROJ4API 1" >>confdefs.h ======= >>>>>>> 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 @@ -91080,6 +95943,7 @@ CPPFLAGS="$PROJINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -91116,6 +95980,8 @@ CPPFLAGS="$PROJINC $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in proj_api.h do : @@ -91138,6 +96004,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -91199,6 +96066,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -91223,6 +96094,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91303,6 +96175,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate External PROJ includes." "$LINENO" 5 @@ -91329,6 +96206,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;} @@ -91379,6 +96257,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} @@ -91421,6 +96301,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91445,6 +96326,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} @@ -91472,6 +96355,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91509,6 +96393,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -91537,6 +96423,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 @@ -91579,6 +96466,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver=`cat conftestdata` @@ -91604,6 +96493,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91629,6 +96519,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -91647,6 +96539,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91684,6 +96577,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ.4 version." "$LINENO" 5 fi @@ -91717,6 +96612,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; } ======= @@ -91756,6 +96652,8 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -91774,6 +96672,7 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91799,6 +96698,8 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -91814,6 +96715,7 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91852,6 +96754,8 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -91872,6 +96776,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 $as_echo "$with_proj_libs" >&6; } ======= @@ -91911,6 +96816,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 printf "%s\n" "$with_proj_libs" >&6; } ======= @@ -91929,6 +96836,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91954,6 +96862,8 @@ $as_echo "$with_proj_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -91969,6 +96879,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92007,6 +96918,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_proj_libs"; then for dir in $with_proj_libs; do @@ -92038,6 +96951,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; } ======= @@ -92077,6 +96991,8 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -92095,6 +97011,7 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92120,6 +97037,8 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -92135,6 +97054,7 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92173,6 +97093,8 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lproj $LIBS" @@ -92197,6 +97119,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -92234,6 +97157,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char pj_get_def (); int main (void) @@ -92250,6 +97175,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -92311,6 +97237,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -92332,6 +97262,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92413,6 +97344,11 @@ main () ======= >>>>>>> 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 { return pj_get_def (); ; @@ -92434,6 +97370,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_pj_get_def=yes else @@ -92476,6 +97413,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_proj_pj_get_def=yes @@ -92509,6 +97448,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92534,6 +97474,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_pj_get_def=yes else @@ -92552,6 +97494,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92590,6 +97533,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -92613,6 +97558,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92694,6 +97640,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -92726,6 +97677,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; } ======= @@ -92765,6 +97717,8 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -92783,6 +97737,7 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92808,6 +97763,8 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -92823,6 +97780,7 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92861,6 +97819,8 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -92881,6 +97841,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_share" >&5 $as_echo "$with_proj_share" >&6; } ======= @@ -92920,6 +97881,8 @@ $as_echo "$with_proj_share" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_share" >&5 printf "%s\n" "$with_proj_share" >&6; } ======= @@ -92938,6 +97901,7 @@ $as_echo "$with_proj_share" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92963,6 +97927,8 @@ $as_echo "$with_proj_share" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -92978,6 +97944,7 @@ $as_echo "$with_proj_share" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -93016,6 +97983,8 @@ $as_echo "$with_proj_share" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_proj_share" ; then if test -d "$with_proj_share"; then @@ -93040,6 +98009,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;} @@ -93079,6 +98049,8 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} @@ -93098,6 +98070,7 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -93122,6 +98095,8 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} @@ -93138,6 +98113,7 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -93175,6 +98151,8 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main PROJSHARE=/usr/share/proj fi @@ -93197,6 +98175,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; } @@ -93244,6 +98223,8 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for epsg" >&5 printf %s "checking for epsg... " >&6; } @@ -93270,6 +98251,7 @@ $as_echo "unknown (cross-compiling)" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -93294,6 +98276,8 @@ $as_echo "unknown (cross-compiling)" >&6; } >>>>>>> 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 @@ -93304,6 +98288,7 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -93358,6 +98343,9 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for epsg" >&5 @@ -93383,6 +98371,7 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -93415,6 +98404,8 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -93438,6 +98429,7 @@ eval ac_res=\$$as_ac_File <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -93474,6 +98466,8 @@ eval ac_res=\$$as_ac_File ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } @@ -93496,6 +98490,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 @@ -93556,6 +98551,10 @@ printf "%s\n" "$as_me: WARNING: *** Unable to locate PROJ data files." >&2;} ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -93579,6 +98578,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)) @@ -93660,6 +98660,11 @@ $as_echo "$as_me: WARNING: *** Unable to locate PROJ data files." >&2;} ======= >>>>>>> 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 fi @@ -93691,6 +98696,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -93728,6 +98734,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -93745,6 +98753,7 @@ printf "%s\n" "\"$with_regex\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -93806,6 +98815,10 @@ printf "%s\n" "\"$with_regex\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -93825,6 +98838,7 @@ $as_echo "\"$with_regex\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -93906,6 +98920,11 @@ $as_echo "\"$with_regex\"" >&6; } ======= >>>>>>> 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 case "$with_regex" in "no") USE_REGEX= ;; "yes") USE_REGEX="1" ;; @@ -93938,6 +98957,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; } ======= @@ -93977,6 +98997,8 @@ $as_echo_n "checking for location of regex includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -93995,6 +99017,7 @@ $as_echo_n "checking for location of regex includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94020,6 +99043,8 @@ $as_echo_n "checking for location of regex includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -94035,6 +99060,7 @@ $as_echo_n "checking for location of regex includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94073,6 +99099,8 @@ $as_echo_n "checking for location of regex includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -94093,6 +99121,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_regex_includes" >&5 $as_echo "$with_regex_includes" >&6; } ======= @@ -94132,6 +99161,8 @@ $as_echo "$with_regex_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_regex_includes" >&5 printf "%s\n" "$with_regex_includes" >&6; } ======= @@ -94150,6 +99181,7 @@ $as_echo "$with_regex_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94175,6 +99207,8 @@ $as_echo "$with_regex_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -94190,6 +99224,7 @@ $as_echo "$with_regex_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94228,6 +99263,8 @@ $as_echo "$with_regex_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_regex_includes" ; then for dir in $with_regex_includes; do @@ -94258,6 +99295,7 @@ CPPFLAGS="$REGEXINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -94294,6 +99332,8 @@ CPPFLAGS="$REGEXINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in regex.h do : @@ -94316,6 +99356,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -94377,6 +99418,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -94401,6 +99446,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94481,6 +99527,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate regex includes." "$LINENO" 5 @@ -94509,6 +99560,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; } ======= @@ -94548,6 +99600,8 @@ $as_echo_n "checking for location of regex library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -94566,6 +99620,7 @@ $as_echo_n "checking for location of regex library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94591,6 +99646,8 @@ $as_echo_n "checking for location of regex library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -94606,6 +99663,7 @@ $as_echo_n "checking for location of regex library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94644,6 +99702,8 @@ $as_echo_n "checking for location of regex library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -94664,6 +99724,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_regex_libs" >&5 $as_echo "$with_regex_libs" >&6; } ======= @@ -94703,6 +99764,8 @@ $as_echo "$with_regex_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_regex_libs" >&5 printf "%s\n" "$with_regex_libs" >&6; } ======= @@ -94721,6 +99784,7 @@ $as_echo "$with_regex_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94746,6 +99810,8 @@ $as_echo "$with_regex_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -94761,6 +99827,7 @@ $as_echo "$with_regex_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94799,6 +99866,8 @@ $as_echo "$with_regex_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_regex_libs"; then for dir in $with_regex_libs; do @@ -94832,6 +99901,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 @@ -94870,6 +99940,8 @@ if test "x$ac_cv_func_regcomp" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_regcomp" = xyes then : ======= @@ -94887,6 +99959,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)) @@ -94959,6 +100032,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)) +>>>>>>> osgeo-main +======= +======= +if test "x$ac_cv_func_regcomp" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -94984,6 +100062,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95065,6 +100144,11 @@ else ======= >>>>>>> 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 ac_save_ldflags="$LDFLAGS" @@ -95086,6 +100170,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; } ======= @@ -95125,6 +100210,8 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for regcomp in -lregex" >&5 printf %s "checking for regcomp in -lregex... " >&6; } ======= @@ -95143,6 +100230,7 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95168,6 +100256,8 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -95183,6 +100273,7 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -95221,6 +100312,8 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lregex $LIBS" @@ -95245,6 +100338,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -95282,6 +100376,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char regcomp (); int main (void) @@ -95298,6 +100394,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -95359,6 +100456,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -95380,6 +100481,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95461,6 +100563,11 @@ main () ======= >>>>>>> 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 { return regcomp (); ; @@ -95482,6 +100589,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_regex_regcomp=yes else @@ -95524,6 +100632,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_regex_regcomp=yes @@ -95557,6 +100667,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95582,6 +100693,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_regex_regcomp=yes else @@ -95600,6 +100713,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -95638,6 +100752,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -95661,6 +100777,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95742,6 +100859,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -95789,6 +100911,7 @@ fi # $USE_REGEX <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -95826,6 +100949,8 @@ fi # $USE_REGEX >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -95843,6 +100968,7 @@ printf "%s\n" "\"$with_readline\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -95904,6 +101030,10 @@ printf "%s\n" "\"$with_readline\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -95923,6 +101053,7 @@ $as_echo "\"$with_readline\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96004,6 +101135,11 @@ $as_echo "\"$with_readline\"" >&6; } ======= >>>>>>> 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 case "$with_readline" in "no") USE_READLINE= ;; "yes") USE_READLINE="1" ;; @@ -96037,6 +101173,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; } ======= @@ -96076,6 +101213,8 @@ $as_echo_n "checking for location of Readline includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -96094,6 +101233,7 @@ $as_echo_n "checking for location of Readline includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96119,6 +101259,8 @@ $as_echo_n "checking for location of Readline includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -96134,6 +101276,7 @@ $as_echo_n "checking for location of Readline includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -96172,6 +101315,8 @@ $as_echo_n "checking for location of Readline includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -96192,6 +101337,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_readline_includes" >&5 $as_echo "$with_readline_includes" >&6; } ======= @@ -96231,6 +101377,8 @@ $as_echo "$with_readline_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_readline_includes" >&5 printf "%s\n" "$with_readline_includes" >&6; } ======= @@ -96249,6 +101397,7 @@ $as_echo "$with_readline_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96274,6 +101423,8 @@ $as_echo "$with_readline_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -96289,6 +101440,7 @@ $as_echo "$with_readline_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -96327,6 +101479,8 @@ $as_echo "$with_readline_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_readline_includes" ; then for dir in $with_readline_includes; do @@ -96357,6 +101511,7 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96393,6 +101548,8 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in readline/readline.h do : @@ -96415,6 +101572,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -96476,6 +101634,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -96500,6 +101662,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96580,6 +101743,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate Readline includes." "$LINENO" 5 @@ -96607,6 +101775,7 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96643,6 +101812,8 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in readline/history.h do : @@ -96665,6 +101836,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -96726,6 +101898,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -96750,6 +101926,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96830,6 +102007,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate Readline includes." "$LINENO" 5 @@ -96858,6 +102040,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; } ======= @@ -96897,6 +102080,8 @@ $as_echo_n "checking for location of Readline library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -96915,6 +102100,7 @@ $as_echo_n "checking for location of Readline library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96940,6 +102126,8 @@ $as_echo_n "checking for location of Readline library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -96955,6 +102143,7 @@ $as_echo_n "checking for location of Readline library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -96993,6 +102182,8 @@ $as_echo_n "checking for location of Readline library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -97013,6 +102204,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_readline_libs" >&5 $as_echo "$with_readline_libs" >&6; } ======= @@ -97052,6 +102244,8 @@ $as_echo "$with_readline_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_readline_libs" >&5 printf "%s\n" "$with_readline_libs" >&6; } ======= @@ -97070,6 +102264,7 @@ $as_echo "$with_readline_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -97095,6 +102290,8 @@ $as_echo "$with_readline_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -97110,6 +102307,7 @@ $as_echo "$with_readline_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -97148,6 +102346,8 @@ $as_echo "$with_readline_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_readline_libs"; then for dir in $with_readline_libs; do @@ -97180,6 +102380,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; } ======= @@ -97219,6 +102420,8 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5 printf %s "checking for readline in -lreadline... " >&6; } ======= @@ -97237,6 +102440,7 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -97262,6 +102466,8 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -97277,6 +102483,7 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -97315,6 +102522,8 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lreadline $LIBS" @@ -97339,6 +102548,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -97376,6 +102586,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char readline (); int main (void) @@ -97392,6 +102604,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -97453,6 +102666,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -97474,6 +102691,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97555,6 +102773,11 @@ main () ======= >>>>>>> 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 { return readline (); ; @@ -97576,6 +102799,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_readline_readline=yes else @@ -97618,6 +102842,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_readline_readline=yes @@ -97651,6 +102877,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -97676,6 +102903,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_readline_readline=yes else @@ -97694,6 +102923,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -97732,6 +102962,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -97755,6 +102987,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97836,6 +103069,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -97868,6 +103106,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; } ======= @@ -97907,6 +103146,8 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -97925,6 +103166,7 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -97950,6 +103192,8 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -97965,6 +103209,7 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -98003,6 +103248,8 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lhistory $LIBS" @@ -98027,6 +103274,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -98064,6 +103312,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char add_history (); int main (void) @@ -98080,6 +103330,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -98141,6 +103392,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -98162,6 +103417,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98243,6 +103499,11 @@ main () ======= >>>>>>> 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 { return add_history (); ; @@ -98264,6 +103525,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_history_add_history=yes else @@ -98306,6 +103568,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_history_add_history=yes @@ -98339,6 +103603,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98364,6 +103629,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_history_add_history=yes else @@ -98382,6 +103649,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -98420,6 +103688,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -98443,6 +103713,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98524,6 +103795,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -98563,6 +103839,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; } ======= @@ -98602,6 +103879,8 @@ $as_echo_n "checking whether to use PNG... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use PNG" >&5 printf %s "checking whether to use PNG... " >&6; } ======= @@ -98620,6 +103899,7 @@ $as_echo_n "checking whether to use PNG... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98645,6 +103925,8 @@ $as_echo_n "checking whether to use PNG... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -98660,6 +103942,7 @@ $as_echo_n "checking whether to use PNG... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -98698,6 +103981,8 @@ $as_echo_n "checking whether to use PNG... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main PNGLIB= PNGINC= @@ -98723,6 +104008,7 @@ if test "$with_libpng" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -98759,6 +104045,8 @@ if test "$with_libpng" = "no" ; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -98782,6 +104070,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -98842,6 +104131,10 @@ printf %s "checking for $ac_word... " >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -98867,6 +104160,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98948,6 +104242,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 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 case $LIBPNG_CONFIG in [\\/]* | ?:[\\/]*) @@ -98973,6 +104272,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -99009,6 +104309,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -99032,6 +104334,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -99092,6 +104395,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -99113,6 +104420,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99193,6 +104501,11 @@ do >>>>>>> 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 break 2 fi @@ -99220,6 +104533,7 @@ if test -n "$LIBPNG_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -99256,6 +104570,8 @@ if test -n "$LIBPNG_CONFIG"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBPNG_CONFIG" >&5 printf "%s\n" "$LIBPNG_CONFIG" >&6; } @@ -99275,6 +104591,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -99335,6 +104652,10 @@ printf "%s\n" "no" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -99356,6 +104677,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99437,6 +104759,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 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 fi @@ -99476,6 +104803,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -99514,6 +104842,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -99530,6 +104860,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99603,6 +104934,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { png_read_image(NULL, NULL); ; @@ -99624,6 +104960,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -99664,6 +105001,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -99685,6 +105024,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99710,6 +105050,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -99726,6 +105068,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -99763,6 +105106,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -99784,6 +105129,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -99822,6 +105168,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -99838,6 +105186,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99911,6 +105260,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { png_read_image(NULL, NULL); ; @@ -99932,6 +105286,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : PNGLIB="$PNGLIB" else @@ -99972,6 +105327,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : PNGLIB="$PNGLIB" @@ -99993,6 +105350,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100018,6 +105376,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : PNGLIB="$PNGLIB" else @@ -100034,6 +105394,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -100071,6 +105432,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Unable to locate libpng library." "$LINENO" 5 @@ -100091,6 +105454,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100128,6 +105492,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -100146,6 +105512,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -100207,6 +105574,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -100227,6 +105598,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100307,6 +105679,11 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 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 conftest$ac_exeext conftest.$ac_ext LIBS=${ac_save_libs} @@ -100328,6 +105705,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_PNG_H 1" >>confdefs.h ======= <<<<<<< HEAD @@ -100366,6 +105744,8 @@ $as_echo "#define HAVE_PNG_H 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_PNG_H 1" >>confdefs.h ======= $as_echo "#define HAVE_PNG_H 1" >>confdefs.h @@ -100382,6 +105762,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)) @@ -100455,6 +105836,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)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_PNG_H 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -100479,6 +105865,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; } ======= @@ -100518,6 +105905,8 @@ $as_echo_n "checking whether to use GDAL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use GDAL" >&5 printf %s "checking whether to use GDAL... " >&6; } ======= @@ -100536,6 +105925,7 @@ $as_echo_n "checking whether to use GDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100561,6 +105951,8 @@ $as_echo_n "checking whether to use GDAL... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -100576,6 +105968,7 @@ $as_echo_n "checking whether to use GDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -100614,6 +106007,8 @@ $as_echo_n "checking whether to use GDAL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GDAL_LIBS= GDAL_CFLAGS= @@ -100639,6 +106034,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; } @@ -100685,6 +106081,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -100718,6 +106116,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100742,6 +106141,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -100765,6 +106166,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -100803,6 +106205,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $GDAL_CONFIG in [\\/]* | ?:[\\/]*) @@ -100828,6 +106232,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100864,6 +106269,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -100887,6 +106294,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -100947,6 +106355,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -100968,6 +106380,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101048,6 +106461,11 @@ do >>>>>>> 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 break 2 fi @@ -101074,6 +106492,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; } @@ -101116,6 +106535,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GDAL_CONFIG" >&5 printf "%s\n" "$GDAL_CONFIG" >&6; } @@ -101141,6 +106562,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101165,6 +106587,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDAL_CONFIG" >&5 $as_echo "$GDAL_CONFIG" >&6; } @@ -101184,6 +106608,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -101222,6 +106647,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -101252,6 +106679,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_OGR 1" >>confdefs.h ======= <<<<<<< HEAD @@ -101290,6 +106718,8 @@ $as_echo "#define HAVE_OGR 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_OGR 1" >>confdefs.h ======= $as_echo "#define HAVE_OGR 1" >>confdefs.h @@ -101306,6 +106736,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)) @@ -101378,6 +106809,11 @@ $as_echo "#define HAVE_OGR 1" >>confdefs.h ======= $as_echo "#define HAVE_OGR 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_OGR 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main USE_OGR=1 @@ -101408,6 +106844,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -101446,6 +106883,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -101462,6 +106901,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101535,6 +106975,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { GDALOpen("foo", GA_ReadOnly); ; @@ -101556,6 +107001,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -101596,6 +107042,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -101617,6 +107065,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101642,6 +107091,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -101658,6 +107109,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -101695,6 +107147,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main LIBS="$LIBS $GDAL_DEP_LIBS" @@ -101717,6 +107171,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -101755,6 +107210,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -101771,6 +107228,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101844,6 +107302,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { GDALOpen("foo", GA_ReadOnly); ; @@ -101865,6 +107328,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" else @@ -101905,6 +107369,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" @@ -101926,6 +107392,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101951,6 +107418,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" else @@ -101967,6 +107436,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -102004,6 +107474,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Unable to locate GDAL library." "$LINENO" 5 @@ -102024,6 +107496,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -102067,6 +107540,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -102084,6 +107559,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -102107,6 +107583,8 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext @@ -102118,6 +107596,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) conftest$ac_exeext conftest.$ac_ext <<<<<<< HEAD @@ -102173,6 +107652,9 @@ rm -f core conftest.err conftest.$ac_objext \ ======= conftest$ac_exeext conftest.$ac_ext >>>>>>> osgeo-main +======= + conftest$ac_exeext conftest.$ac_ext +>>>>>>> osgeo-main ======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -102193,6 +107675,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -102224,6 +107707,8 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} @@ -102244,6 +107729,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_GDAL 1" >>confdefs.h ======= <<<<<<< HEAD @@ -102282,6 +107768,8 @@ $as_echo "#define HAVE_GDAL 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_GDAL 1" >>confdefs.h ======= $as_echo "#define HAVE_GDAL 1" >>confdefs.h @@ -102298,6 +107786,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)) @@ -102371,6 +107860,11 @@ $as_echo "#define HAVE_GDAL 1" >>confdefs.h $as_echo "#define HAVE_GDAL 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_GDAL 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -102396,6 +107890,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; } ======= @@ -102435,6 +107930,8 @@ $as_echo_n "checking whether to use libLAS... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use libLAS" >&5 printf %s "checking whether to use libLAS... " >&6; } ======= @@ -102453,6 +107950,7 @@ $as_echo_n "checking whether to use libLAS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102478,6 +107976,8 @@ $as_echo_n "checking whether to use libLAS... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -102493,6 +107993,7 @@ $as_echo_n "checking whether to use libLAS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -102531,6 +108032,8 @@ $as_echo_n "checking whether to use libLAS... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LIBLAS_LIBS= LIBLAS_CFLAGS= @@ -102555,6 +108058,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; } @@ -102601,6 +108105,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -102634,6 +108140,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102658,6 +108165,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -102681,6 +108190,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -102719,6 +108229,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $LIBLAS_CONFIG in [\\/]* | ?:[\\/]*) @@ -102744,6 +108256,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102780,6 +108293,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -102803,6 +108318,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102863,6 +108379,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -102884,6 +108404,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102964,6 +108485,11 @@ do >>>>>>> 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 break 2 fi @@ -102990,6 +108516,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; } @@ -103032,6 +108559,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBLAS_CONFIG" >&5 printf "%s\n" "$LIBLAS_CONFIG" >&6; } @@ -103057,6 +108586,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103081,6 +108611,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLAS_CONFIG" >&5 $as_echo "$LIBLAS_CONFIG" >&6; } @@ -103100,6 +108632,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -103138,6 +108671,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -103174,6 +108709,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD for ac_header in liblas/capi/liblas.h do : @@ -103219,6 +108755,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 @@ -103247,6 +108785,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103271,6 +108810,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for ac_header in liblas/capi/liblas.h do : @@ -103293,6 +108834,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -103331,6 +108873,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi done @@ -103355,6 +108899,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -103393,6 +108938,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -103409,6 +108956,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103482,6 +109030,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { LASReader_Create("foo"); ; @@ -103503,6 +109056,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -103543,6 +109097,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -103564,6 +109120,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103589,6 +109146,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -103605,6 +109164,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -103642,6 +109202,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -103663,6 +109225,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -103701,6 +109264,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -103717,6 +109282,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103790,6 +109356,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { LASReader_Create("foo"); ; @@ -103811,6 +109382,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : LAS_LIBS="$LAS_LIBS" else @@ -103851,6 +109423,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : LAS_LIBS="$LAS_LIBS" @@ -103872,6 +109446,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103897,6 +109472,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : LAS_LIBS="$LAS_LIBS" else @@ -103913,6 +109490,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -103950,6 +109528,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Unable to locate libLAS library." "$LINENO" 5 @@ -103970,6 +109550,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -104013,6 +109594,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -104030,6 +109613,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104053,6 +109637,8 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext @@ -104064,6 +109650,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) conftest$ac_exeext conftest.$ac_ext <<<<<<< HEAD @@ -104119,6 +109706,9 @@ rm -f core conftest.err conftest.$ac_objext \ ======= conftest$ac_exeext conftest.$ac_ext >>>>>>> osgeo-main +======= + conftest$ac_exeext conftest.$ac_ext +>>>>>>> osgeo-main ======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -104139,6 +109729,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104170,6 +109761,8 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} @@ -104191,6 +109784,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -104229,6 +109823,8 @@ $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBLAS 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h @@ -104245,6 +109841,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)) @@ -104318,6 +109915,11 @@ $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_LIBLAS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -104343,6 +109945,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; } ======= @@ -104382,6 +109985,8 @@ $as_echo_n "checking whether to use PDAL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use PDAL" >&5 printf %s "checking whether to use PDAL... " >&6; } ======= @@ -104400,6 +110005,7 @@ $as_echo_n "checking whether to use PDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104425,6 +110031,8 @@ $as_echo_n "checking whether to use PDAL... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -104440,6 +110048,7 @@ $as_echo_n "checking whether to use PDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104478,6 +110087,8 @@ $as_echo_n "checking whether to use PDAL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -104506,6 +110117,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; } @@ -104546,6 +110158,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -104571,6 +110185,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104595,6 +110210,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -104612,6 +110229,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104649,6 +110267,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -104708,6 +110328,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104788,6 +110409,11 @@ fi >>>>>>> 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 fi @@ -104827,6 +110453,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -104867,6 +110494,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= CPPFLAGS="$CPPFLAGS $PDAL_CPPFLAGS $PDAL_INC" <<<<<<< HEAD @@ -104887,6 +110516,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -104911,6 +110541,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= CPPFLAGS="$CPPFLAGS $PDAL_CPPFLAGS $PDAL_INC" ======= @@ -104928,6 +110560,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104999,6 +110632,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -105024,6 +110659,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int @@ -105072,6 +110708,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) ======= @@ -105090,6 +110728,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -105122,6 +110761,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { pdal::PointTable table; ; @@ -105141,6 +110782,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -105174,6 +110816,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_link "$LINENO" then : PDAL_LIBS="$PDAL_LIBS" @@ -105195,6 +110839,7 @@ int main() { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105220,6 +110865,8 @@ int main() { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () { @@ -105234,6 +110881,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -105315,6 +110963,8 @@ $as_echo "#define HAVE_PDAL 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main pdal::PointTable table; ; return 0; @@ -105352,6 +111002,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -105454,6 +111105,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -105519,6 +111172,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -105549,6 +111203,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi rm -f core conftest.err conftest.$ac_objext \ @@ -105563,6 +111219,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= as_fn_error $? "*** Unable to locate suitable (>=1.7.1) PDAL library." "$LINENO" 5 @@ -105616,6 +111273,11 @@ fi as_fn_error $? "*** Unable to locate suitable (>=1.7.1) PDAL library." "$LINENO" 5 >>>>>>> osgeo-main +======= +======= + + 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 \ @@ -105633,6 +111295,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -105678,6 +111341,9 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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} @@ -105694,6 +111360,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -105718,6 +111385,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -105732,6 +111401,7 @@ $as_echo "#define HAVE_PDAL 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= CPPFLAGS=${ac_save_cppflags} @@ -105782,6 +111452,8 @@ $as_echo "#define HAVE_PDAL 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main $as_echo "#define HAVE_PDAL 1" >>confdefs.h @@ -105821,6 +111493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NetCDF" >&5 @@ -105869,6 +111542,8 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NetCDF" >&5 printf %s "checking whether to use NetCDF... " >&6; } ======= @@ -105887,6 +111562,7 @@ echo "configure:7225: checking whether to use NetCDF" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105912,6 +111588,8 @@ echo "configure:7225: checking whether to use NetCDF" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -105927,6 +111605,7 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105952,6 +111631,8 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -105967,6 +111648,7 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -106011,6 +111693,8 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main NETCDF_LIBS= NETCDF_CFLAGS= @@ -106035,6 +111719,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; } @@ -106081,6 +111766,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -106108,6 +111795,7 @@ echo "configure:7242: checking for $ac_word" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106132,6 +111820,8 @@ echo "configure:7242: checking for $ac_word" >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -106155,6 +111845,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106179,6 +111870,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -106202,6 +111895,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -106246,6 +111940,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $NETCDF_CONFIG in [\\/]* | ?:[\\/]*) @@ -106271,6 +111967,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -106307,6 +112004,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -106330,6 +112029,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -106390,6 +112090,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -106411,6 +112115,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106491,6 +112196,11 @@ do >>>>>>> 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 break 2 fi @@ -106517,6 +112227,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; } @@ -106559,6 +112270,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NETCDF_CONFIG" >&5 printf "%s\n" "$NETCDF_CONFIG" >&6; } @@ -106584,6 +112297,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106608,6 +112322,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NETCDF_CONFIG" >&5 $as_echo "$NETCDF_CONFIG" >&6; } @@ -106627,6 +112343,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -106665,6 +112382,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -106703,6 +112422,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -106747,6 +112467,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -106766,6 +112488,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -106811,6 +112534,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include int main (void) @@ -106829,6 +112554,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106853,6 +112579,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -106874,6 +112602,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106898,6 +112627,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -106919,6 +112650,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -106962,6 +112694,8 @@ nc_create("foo", NC_CLOBBER, NULL); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -106982,6 +112716,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -107030,6 +112765,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -107069,6 +112806,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107094,6 +112832,8 @@ nc_create("foo", NC_CLOBBER, NULL); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -107118,6 +112858,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107143,6 +112884,8 @@ nc_create("foo", NC_CLOBBER, NULL); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -107167,6 +112910,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -107210,6 +112954,8 @@ nc_create("foo", NC_CLOBBER, NULL); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -107230,6 +112976,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : NETCDF_LIBS="$NETCDF_LIBS" else @@ -107270,6 +113017,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ======= @@ -107297,6 +113046,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107322,6 +113072,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : NETCDF_LIBS="$NETCDF_LIBS" else @@ -107338,6 +113090,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -107375,6 +113128,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_error $? "*** Unable to locate NetCDF library." "$LINENO" 5 @@ -107395,6 +113150,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -107438,6 +113194,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -107455,6 +113213,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -107478,6 +113237,8 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext @@ -107489,6 +113250,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) conftest$ac_exeext conftest.$ac_ext <<<<<<< HEAD @@ -107544,6 +113306,9 @@ rm -f core conftest.err conftest.$ac_objext \ ======= conftest$ac_exeext conftest.$ac_ext >>>>>>> osgeo-main +======= + conftest$ac_exeext conftest.$ac_ext +>>>>>>> osgeo-main ======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -107564,6 +113329,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -107595,6 +113361,8 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} @@ -107615,6 +113383,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_NETCDF 1" >>confdefs.h ======= <<<<<<< HEAD @@ -107653,6 +113422,8 @@ $as_echo "#define HAVE_NETCDF 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_NETCDF 1" >>confdefs.h ======= $as_echo "#define HAVE_NETCDF 1" >>confdefs.h @@ -107669,6 +113440,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)) @@ -107742,6 +113514,11 @@ $as_echo "#define HAVE_NETCDF 1" >>confdefs.h $as_echo "#define HAVE_NETCDF 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_NETCDF 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -107770,6 +113547,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GEOS" >&5 @@ -107818,6 +113596,8 @@ $as_echo_n "checking whether to use GEOS... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use GEOS" >&5 printf %s "checking whether to use GEOS... " >&6; } ======= @@ -107836,6 +113616,7 @@ echo "configure:7342: checking whether to use GEOS" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107861,6 +113642,8 @@ echo "configure:7342: checking whether to use GEOS" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -107876,6 +113659,7 @@ $as_echo_n "checking whether to use GEOS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107901,6 +113685,8 @@ $as_echo_n "checking whether to use GEOS... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -107916,6 +113702,7 @@ $as_echo_n "checking whether to use GEOS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -107960,6 +113747,8 @@ $as_echo_n "checking whether to use GEOS... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GEOS_LIBS= GEOS_CFLAGS= @@ -107985,6 +113774,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; } @@ -108031,6 +113821,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } @@ -108058,6 +113850,7 @@ echo "configure:7360: checking for $ac_word" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -108082,6 +113875,8 @@ echo "configure:7360: checking for $ac_word" >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -108105,6 +113900,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -108129,6 +113925,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -108152,6 +113950,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108196,6 +113995,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $GEOS_CONFIG in [\\/]* | ?:[\\/]*) @@ -108221,6 +114022,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -108257,6 +114059,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -108280,6 +114084,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -108340,6 +114145,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -108361,6 +114170,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108441,6 +114251,11 @@ do >>>>>>> 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 break 2 fi @@ -108467,6 +114282,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; } @@ -108509,6 +114325,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GEOS_CONFIG" >&5 printf "%s\n" "$GEOS_CONFIG" >&6; } @@ -108534,6 +114352,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -108558,6 +114377,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GEOS_CONFIG" >&5 $as_echo "$GEOS_CONFIG" >&6; } @@ -108577,6 +114398,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108615,6 +114437,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -108651,6 +114475,7 @@ CPPFLAGS="$GEOS_CFLAGS $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -108696,6 +114521,8 @@ CPPFLAGS="$GEOS_CFLAGS $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in geos_c.h do : @@ -108725,6 +114552,7 @@ echo "configure:7408: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -108794,6 +114622,11 @@ echo "configure:7408: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -108816,6 +114649,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -108847,6 +114681,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -108859,6 +114695,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108900,6 +114737,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -108930,6 +114769,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108960,6 +114800,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -108989,6 +114831,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -109101,6 +114944,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -109133,6 +114978,7 @@ LDFLAGS="$GEOS_LIBS $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initGEOS in -lgeos_c" >&5 @@ -109166,6 +115012,8 @@ $as_echo_n "checking for initGEOS in -lgeos_c... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -109184,6 +115032,7 @@ ac_lib_var=`echo geos_c'_'initGEOS | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109214,6 +115063,8 @@ ac_lib_var=`echo geos_c'_'initGEOS | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lgeos_c $LIBS" @@ -109229,6 +115080,7 @@ LIBS="-lgeos_c $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109288,6 +115140,8 @@ LIBS="-lgeos_c $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -109329,6 +115183,7 @@ char initGEOS(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -109348,6 +115203,8 @@ char initGEOS(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initGEOS in -lgeos_c" >&5 $as_echo_n "checking for initGEOS in -lgeos_c... " >&6; } @@ -109379,6 +115236,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -109403,6 +115261,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -109431,6 +115291,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_geos_c_initGEOS=no fi @@ -109584,6 +115445,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -109615,6 +115478,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -109639,6 +115503,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_geos_c_initGEOS=no fi @@ -109655,6 +115521,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109693,6 +115560,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -109716,6 +115585,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -109797,6 +115667,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -109826,6 +115701,7 @@ LDFLAGS=${ac_save_ldflags} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_GEOS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -109864,6 +115740,8 @@ $as_echo "#define HAVE_GEOS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_GEOS 1" >>confdefs.h ======= $as_echo "#define HAVE_GEOS 1" >>confdefs.h @@ -109880,6 +115758,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)) @@ -109953,6 +115832,11 @@ $as_echo "#define HAVE_GEOS 1" >>confdefs.h $as_echo "#define HAVE_GEOS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_GEOS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -109982,6 +115866,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -110028,6 +115913,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -110049,6 +115936,7 @@ echo "$ac_t"""$with_tiff"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110118,6 +116006,11 @@ echo "$ac_t"""$with_tiff"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -110137,6 +116030,7 @@ $as_echo "\"$with_tiff\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110225,6 +116119,11 @@ $as_echo "\"$with_tiff\"" >&6; } ======= >>>>>>> 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 case "$with_tiff" in "no") USE_TIFF= ;; "yes") USE_TIFF="1" ;; @@ -110261,6 +116160,7 @@ if test -n "$USE_TIFF"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF includes" >&5 @@ -110309,6 +116209,8 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -110327,6 +116229,7 @@ echo "configure:7536: checking for location of TIFF includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -110352,6 +116255,8 @@ echo "configure:7536: checking for location of TIFF includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -110367,6 +116272,7 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -110392,6 +116298,8 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -110407,6 +116315,7 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110451,6 +116360,8 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -110471,6 +116382,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_tiff_includes" >&5 $as_echo "$with_tiff_includes" >&6; } ======= @@ -110510,6 +116422,8 @@ $as_echo "$with_tiff_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_tiff_includes" >&5 printf "%s\n" "$with_tiff_includes" >&6; } ======= @@ -110528,6 +116442,7 @@ $as_echo "$with_tiff_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -110553,6 +116468,8 @@ $as_echo "$with_tiff_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -110568,6 +116485,7 @@ $as_echo "$with_tiff_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110606,6 +116524,8 @@ $as_echo "$with_tiff_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_tiff_includes" ; then for dir in $with_tiff_includes; do @@ -110640,6 +116560,7 @@ CPPFLAGS="$TIFF_INCLUDE_DIRS $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -110685,6 +116606,8 @@ CPPFLAGS="$TIFF_INCLUDE_DIRS $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in tiffio.h do : @@ -110714,6 +116637,7 @@ echo "configure:7562: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110783,6 +116707,11 @@ echo "configure:7562: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -110805,6 +116734,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -110836,6 +116766,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -110848,6 +116780,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110889,6 +116822,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -110919,6 +116854,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110949,6 +116885,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -110978,6 +116916,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -111090,6 +117029,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -111117,6 +117058,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF library" >&5 @@ -111165,6 +117107,8 @@ $as_echo_n "checking for location of TIFF library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -111183,6 +117127,7 @@ echo "configure:7604: checking for location of TIFF library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -111208,6 +117153,8 @@ echo "configure:7604: checking for location of TIFF library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -111223,6 +117170,7 @@ $as_echo_n "checking for location of TIFF library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -111248,6 +117196,8 @@ $as_echo_n "checking for location of TIFF library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -111263,6 +117213,7 @@ $as_echo_n "checking for location of TIFF library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -111307,6 +117258,8 @@ $as_echo_n "checking for location of TIFF library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -111327,6 +117280,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_tiff_libs" >&5 $as_echo "$with_tiff_libs" >&6; } ======= @@ -111366,6 +117320,8 @@ $as_echo "$with_tiff_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_tiff_libs" >&5 printf "%s\n" "$with_tiff_libs" >&6; } ======= @@ -111384,6 +117340,7 @@ $as_echo "$with_tiff_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -111409,6 +117366,8 @@ $as_echo "$with_tiff_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -111424,6 +117383,7 @@ $as_echo "$with_tiff_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -111462,6 +117422,8 @@ $as_echo "$with_tiff_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_tiff_libs"; then for dir in $with_tiff_libs; do @@ -111504,6 +117466,7 @@ LDFLAGS="$TIFF_LIBRARY_DIRS $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -111537,6 +117500,8 @@ $as_echo_n "checking for TIFFOpen in -ltiff... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 printf %s "checking for TIFFOpen in -ltiff... " >&6; } ======= @@ -111555,6 +117520,7 @@ ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -111585,6 +117551,8 @@ ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ltiff $LIBS" @@ -111600,6 +117568,7 @@ LIBS="-ltiff $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -111659,6 +117628,8 @@ LIBS="-ltiff $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -111700,6 +117671,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -111719,6 +117691,8 @@ char TIFFOpen(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 $as_echo_n "checking for TIFFOpen in -ltiff... " >&6; } @@ -111750,6 +117724,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -111774,6 +117749,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -111802,6 +117779,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_tiff_TIFFOpen=no fi @@ -111955,6 +117933,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -112025,6 +118005,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -112043,6 +118024,8 @@ char TIFFOpen(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_tiff_TIFFOpen=no fi @@ -112062,6 +118045,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112109,6 +118093,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -112126,6 +118112,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -112141,6 +118128,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -112160,6 +118149,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112218,6 +118208,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -112247,6 +118242,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112364,6 +118360,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -112433,6 +118431,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -112501,6 +118500,11 @@ char TIFFOpen(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi @@ -112521,6 +118525,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -112536,6 +118541,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -112555,6 +118562,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112613,6 +118621,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -112642,6 +118655,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112759,6 +118773,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -112828,6 +118844,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -112896,6 +118913,11 @@ char TIFFOpen(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi @@ -112916,6 +118938,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -112931,6 +118954,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -112950,6 +118975,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113008,6 +119034,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -113037,6 +119068,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113154,6 +119186,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -113223,6 +119257,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -113291,6 +119326,11 @@ char TIFFOpen(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi @@ -113311,6 +119351,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113326,6 +119367,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -113345,6 +119388,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113403,6 +119447,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -113432,6 +119481,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113549,6 +119599,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -113618,6 +119670,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -113686,6 +119739,11 @@ char TIFFOpen(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi @@ -113706,6 +119764,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113721,6 +119780,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -113740,6 +119801,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113798,6 +119860,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -113827,6 +119894,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113944,6 +120012,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -114013,6 +120083,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -114081,6 +120152,11 @@ char TIFFOpen(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi @@ -114101,6 +120177,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -114116,6 +120193,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -114135,6 +120214,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -114193,6 +120273,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -114222,6 +120307,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -114339,6 +120425,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -114408,6 +120496,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -114476,6 +120565,11 @@ char TIFFOpen(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi @@ -114496,6 +120590,7 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -114511,6 +120606,8 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -114530,6 +120627,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -114588,6 +120686,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -114617,6 +120720,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -114736,6 +120840,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -114767,6 +120873,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -114791,6 +120898,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_tiff_TIFFOpen=no fi @@ -114807,6 +120916,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -114845,6 +120955,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -114868,6 +120980,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -114949,6 +121062,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -115045,6 +121163,7 @@ fi # $USE_TIFF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # Enable PostgreSQL option @@ -115094,6 +121213,8 @@ fi # $USE_TIFF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Enable PostgreSQL option @@ -115292,6 +121413,7 @@ echo "$ac_t"""$with_postgres"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -115317,6 +121439,8 @@ echo "$ac_t"""$with_postgres"" 1>&6 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Enable PostgreSQL option @@ -115332,6 +121456,7 @@ echo "$ac_t"""$with_postgres"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -115357,6 +121482,8 @@ echo "$ac_t"""$with_postgres"" 1>&6 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Enable PostgreSQL option @@ -115373,6 +121500,7 @@ echo "$ac_t"""$with_postgres"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -115411,6 +121539,8 @@ echo "$ac_t"""$with_postgres"" 1>&6 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -115430,6 +121560,7 @@ $as_echo "\"$with_postgres\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -115518,6 +121649,11 @@ $as_echo "\"$with_postgres\"" >&6; } ======= >>>>>>> 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 case "$with_postgres" in "no") USE_POSTGRES= ;; "yes") USE_POSTGRES="1" ;; @@ -115543,6 +121679,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h ======= <<<<<<< HEAD @@ -115581,6 +121718,8 @@ $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_POSTGRES 1" >>confdefs.h ======= $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h @@ -115597,6 +121736,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)) @@ -115670,6 +121810,11 @@ $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_POSTGRES 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_POSTGRES @@ -115701,6 +121846,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL includes" >&5 @@ -115749,6 +121895,8 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -115767,6 +121915,7 @@ echo "configure:8200: checking for location of PostgreSQL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -115792,6 +121941,8 @@ echo "configure:8200: checking for location of PostgreSQL includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -115807,6 +121958,7 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -115832,6 +121984,8 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -115847,6 +122001,7 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -115891,6 +122046,8 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -115911,6 +122068,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_postgres_includes" >&5 $as_echo "$with_postgres_includes" >&6; } ======= @@ -115950,6 +122108,8 @@ $as_echo "$with_postgres_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_postgres_includes" >&5 printf "%s\n" "$with_postgres_includes" >&6; } ======= @@ -115968,6 +122128,7 @@ $as_echo "$with_postgres_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -115993,6 +122154,8 @@ $as_echo "$with_postgres_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -116008,6 +122171,7 @@ $as_echo "$with_postgres_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -116046,6 +122210,8 @@ $as_echo "$with_postgres_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_postgres_includes" ; then for dir in $with_postgres_includes; do @@ -116080,6 +122246,7 @@ CPPFLAGS="$PQINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -116125,6 +122292,8 @@ CPPFLAGS="$PQINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in libpq-fe.h do : @@ -116154,6 +122323,7 @@ echo "configure:8226: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -116223,6 +122393,11 @@ echo "configure:8226: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -116245,6 +122420,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -116276,6 +122452,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -116288,6 +122466,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -116329,6 +122508,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -116359,6 +122540,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -116389,6 +122571,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -116418,6 +122602,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -116530,6 +122715,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -116561,6 +122748,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL library" >&5 @@ -116609,6 +122797,8 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -116627,6 +122817,7 @@ echo "configure:8272: checking for location of PostgreSQL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -116652,6 +122843,8 @@ echo "configure:8272: checking for location of PostgreSQL library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -116667,6 +122860,7 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -116692,6 +122886,8 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -116707,6 +122903,7 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -116751,6 +122948,8 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -116771,6 +122970,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_postgres_libs" >&5 $as_echo "$with_postgres_libs" >&6; } ======= @@ -116810,6 +123010,8 @@ $as_echo "$with_postgres_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_postgres_libs" >&5 printf "%s\n" "$with_postgres_libs" >&6; } ======= @@ -116828,6 +123030,7 @@ $as_echo "$with_postgres_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -116853,6 +123056,8 @@ $as_echo "$with_postgres_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -116868,6 +123073,7 @@ $as_echo "$with_postgres_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -116906,6 +123112,8 @@ $as_echo "$with_postgres_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_postgres_libs"; then for dir in $with_postgres_libs; do @@ -116946,6 +123154,7 @@ LDFLAGS="$PQLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -116979,6 +123188,8 @@ $as_echo_n "checking for PQsetdbLogin in -lpq... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 printf %s "checking for PQsetdbLogin in -lpq... " >&6; } ======= @@ -116997,6 +123208,7 @@ ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -117027,6 +123239,8 @@ ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpq $LIBS" @@ -117042,6 +123256,7 @@ LIBS="-lpq $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -117101,6 +123316,8 @@ LIBS="-lpq $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -117142,6 +123359,7 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -117161,6 +123379,8 @@ char PQsetdbLogin(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 $as_echo_n "checking for PQsetdbLogin in -lpq... " >&6; } @@ -117192,6 +123412,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -117216,6 +123437,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -117244,6 +123467,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pq_PQsetdbLogin=no fi @@ -117397,6 +123621,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -117467,6 +123693,7 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -117485,6 +123712,8 @@ char PQsetdbLogin(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_pq_PQsetdbLogin=no fi @@ -117504,6 +123733,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -117551,6 +123781,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -117568,6 +123800,7 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -117583,6 +123816,8 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -117602,6 +123837,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -117660,6 +123896,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -117689,6 +123930,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -117806,6 +124048,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -117875,6 +124119,7 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -117943,6 +124188,11 @@ char PQsetdbLogin(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_pq_PQsetdbLogin=no fi @@ -117963,6 +124213,7 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -117978,6 +124229,8 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -117997,6 +124250,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118055,6 +124309,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -118084,6 +124343,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118201,6 +124461,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -118270,6 +124532,7 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -118338,6 +124601,11 @@ char PQsetdbLogin(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_pq_PQsetdbLogin=no fi @@ -118358,6 +124626,7 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -118373,6 +124642,8 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -118392,6 +124663,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118450,6 +124722,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -118479,6 +124756,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118598,6 +124876,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -118629,6 +124909,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -118653,6 +124934,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_pq_PQsetdbLogin=no fi @@ -118669,6 +124952,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118707,6 +124991,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -118730,6 +125016,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118811,6 +125098,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -118869,6 +125161,7 @@ LDFLAGS="$LDFLAGS $PQLIBPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 @@ -118902,6 +125195,8 @@ $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 printf %s "checking for PQcmdTuples in -lpq... " >&6; } ======= @@ -118920,6 +125215,7 @@ ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118950,6 +125246,8 @@ ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpq $LIBS" @@ -118965,6 +125263,7 @@ LIBS="-lpq $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -119024,6 +125323,8 @@ LIBS="-lpq $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -119064,6 +125365,7 @@ char PQcmdTuples(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -119089,6 +125391,8 @@ char PQcmdTuples(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } @@ -119110,6 +125414,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -119135,6 +125440,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } @@ -119156,6 +125463,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -119190,6 +125498,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -119220,6 +125530,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pq_PQcmdTuples=no ======= @@ -119430,6 +125741,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -119719,6 +126032,7 @@ ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -119734,6 +126048,8 @@ ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpq -lcrypt $LIBS" @@ -119752,6 +126068,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main char PQcmdTuples (); @@ -119797,6 +126114,11 @@ char PQcmdTuples (); int main (void) >>>>>>> osgeo-main +======= +char PQcmdTuples (); +int +main (void) +>>>>>>> osgeo-main { return PQcmdTuples (); ; @@ -119811,6 +126133,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_pq_PQcmdTuples=yes else @@ -119829,6 +126152,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_pq_PQcmdTuples=yes @@ -119840,6 +126165,9 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -119920,6 +126248,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -119944,6 +126273,8 @@ if test "x$ac_cv_lib_pq_PQcmdTuples" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> 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 @@ -119959,6 +126290,9 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -119990,6 +126324,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -120172,6 +126507,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -120185,6 +126522,7 @@ $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -120195,6 +126533,8 @@ $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else @@ -120240,6 +126580,7 @@ $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -120308,6 +126649,11 @@ $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h ======= >>>>>>> 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 fi @@ -120348,6 +126694,7 @@ fi # $USE_POSTGRES <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -120394,6 +126741,8 @@ fi # $USE_POSTGRES >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -120415,6 +126764,7 @@ echo "$ac_t"""$with_mysql"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -120484,6 +126834,11 @@ echo "$ac_t"""$with_mysql"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -120503,6 +126858,7 @@ $as_echo "\"$with_mysql\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -120591,6 +126947,11 @@ $as_echo "\"$with_mysql\"" >&6; } ======= >>>>>>> 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 case "$with_mysql" in "no") USE_MYSQL= ;; "yes") USE_MYSQL="1" ;; @@ -120627,6 +126988,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL includes" >&5 @@ -120675,6 +127037,8 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -120693,6 +127057,7 @@ echo "configure:8602: checking for location of MySQL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -120718,6 +127083,8 @@ echo "configure:8602: checking for location of MySQL includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -120733,6 +127100,7 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -120758,6 +127126,8 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -120773,6 +127143,7 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -120817,6 +127188,8 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -120837,6 +127210,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mysql_includes" >&5 $as_echo "$with_mysql_includes" >&6; } ======= @@ -120876,6 +127250,8 @@ $as_echo "$with_mysql_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_mysql_includes" >&5 printf "%s\n" "$with_mysql_includes" >&6; } ======= @@ -120894,6 +127270,7 @@ $as_echo "$with_mysql_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -120919,6 +127296,8 @@ $as_echo "$with_mysql_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -120934,6 +127313,7 @@ $as_echo "$with_mysql_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -120972,6 +127352,8 @@ $as_echo "$with_mysql_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_mysql_includes" ; then for dir in $with_mysql_includes; do @@ -121006,6 +127388,7 @@ CPPFLAGS="$MYSQLINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -121051,6 +127434,8 @@ CPPFLAGS="$MYSQLINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in mysql.h do : @@ -121080,6 +127465,7 @@ echo "configure:8628: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -121149,6 +127535,11 @@ echo "configure:8628: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -121171,6 +127562,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -121202,6 +127594,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -121214,6 +127608,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -121255,6 +127650,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -121285,6 +127682,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -121315,6 +127713,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -121344,6 +127744,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -121456,6 +127857,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -121485,6 +127888,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -121534,6 +127938,8 @@ $as_echo_n "checking for location of MySQL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -121554,6 +127960,7 @@ echo "configure:8673: checking for location of MySQL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -121579,6 +127986,8 @@ echo "configure:8673: checking for location of MySQL library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -121595,6 +128004,7 @@ $as_echo_n "checking for location of MySQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -121620,6 +128030,8 @@ $as_echo_n "checking for location of MySQL library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -121636,6 +128048,7 @@ $as_echo_n "checking for location of MySQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -121680,6 +128093,8 @@ $as_echo_n "checking for location of MySQL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -121700,6 +128115,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mysql_libs" >&5 $as_echo "$with_mysql_libs" >&6; } ======= @@ -121739,6 +128155,8 @@ $as_echo "$with_mysql_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_mysql_libs" >&5 printf "%s\n" "$with_mysql_libs" >&6; } ======= @@ -121757,6 +128175,7 @@ $as_echo "$with_mysql_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -121782,6 +128201,8 @@ $as_echo "$with_mysql_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -121797,6 +128218,7 @@ $as_echo "$with_mysql_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -121835,6 +128257,8 @@ $as_echo "$with_mysql_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_mysql_libs"; then for dir in $with_mysql_libs; do @@ -121877,6 +128301,7 @@ LDFLAGS="$MYSQLLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -121910,6 +128335,8 @@ $as_echo_n "checking for mysql_query in -lmysqlclient... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -121928,6 +128355,7 @@ ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -121958,6 +128386,8 @@ ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lmysqlclient $LIBS" @@ -121973,6 +128403,7 @@ LIBS="-lmysqlclient $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -122032,6 +128463,8 @@ LIBS="-lmysqlclient $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -122073,6 +128506,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -122092,6 +128526,8 @@ char mysql_query(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 $as_echo_n "checking for mysql_query in -lmysqlclient... " >&6; } @@ -122123,6 +128559,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -122147,6 +128584,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -122175,6 +128614,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_mysqlclient_mysql_query=no fi @@ -122328,6 +128768,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -122398,6 +128840,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -122416,6 +128859,8 @@ char mysql_query(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_mysqlclient_mysql_query=no fi @@ -122435,6 +128880,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -122482,6 +128928,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -122499,6 +128947,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -122514,6 +128963,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -122533,6 +128984,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -122591,6 +129043,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -122620,6 +129077,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -122737,6 +129195,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -122806,6 +129266,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -122874,6 +129335,11 @@ char mysql_query(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi @@ -122894,6 +129360,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -122909,6 +129376,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -122928,6 +129397,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -122986,6 +129456,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -123015,6 +129490,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -123132,6 +129608,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -123201,6 +129679,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -123269,6 +129748,11 @@ char mysql_query(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi @@ -123289,6 +129773,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -123304,6 +129789,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -123323,6 +129810,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -123381,6 +129869,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -123410,6 +129903,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -123527,6 +130021,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -123596,6 +130092,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -123664,6 +130161,11 @@ char mysql_query(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi @@ -123684,6 +130186,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -123699,6 +130202,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -123718,6 +130223,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -123776,6 +130282,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -123805,6 +130316,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -123922,6 +130434,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -123991,6 +130505,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -124059,6 +130574,11 @@ char mysql_query(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi @@ -124079,6 +130599,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -124094,6 +130615,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -124113,6 +130636,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -124171,6 +130695,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -124200,6 +130729,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -124317,6 +130847,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -124386,6 +130918,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -124454,6 +130987,11 @@ char mysql_query(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi @@ -124474,6 +131012,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -124489,6 +131028,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -124508,6 +131049,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -124566,6 +131108,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -124595,6 +131142,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -124712,6 +131260,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -124781,6 +131331,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -124849,6 +131400,11 @@ char mysql_query(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi @@ -124869,6 +131425,7 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -124884,6 +131441,8 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -124903,6 +131462,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -124961,6 +131521,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -124990,6 +131555,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -125109,6 +131675,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -125140,6 +131708,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125164,6 +131733,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_mysqlclient_mysql_query=no fi @@ -125180,6 +131751,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -125218,6 +131790,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -125241,6 +131815,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -125322,6 +131897,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -125413,6 +131993,7 @@ set dummy mysql_config; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 @@ -125461,6 +132042,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -125479,6 +132062,7 @@ echo "configure:9063: checking for $ac_word" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125504,6 +132088,8 @@ echo "configure:9063: checking for $ac_word" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -125519,6 +132105,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125544,6 +132131,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -125559,6 +132148,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -125603,6 +132193,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main case $MYSQLD_CONFIG in [\\/]* | ?:[\\/]*) @@ -125628,6 +132220,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -125664,6 +132257,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -125687,6 +132282,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -125747,6 +132343,10 @@ do ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do @@ -125768,6 +132368,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -125848,6 +132449,11 @@ do >>>>>>> 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 break 2 fi @@ -125874,6 +132480,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; } @@ -125916,6 +132523,8 @@ $as_echo "no" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MYSQLD_CONFIG" >&5 printf "%s\n" "$MYSQLD_CONFIG" >&6; } @@ -125941,6 +132550,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125965,6 +132575,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MYSQLD_CONFIG" >&5 $as_echo "$MYSQLD_CONFIG" >&6; } @@ -125984,6 +132596,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -126022,6 +132635,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -126046,6 +132661,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -126082,6 +132698,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mysql_version=`"$MYSQLD_CONFIG" --version` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using MySQL/MariaDB version \"$mysql_version\"" >&5 @@ -126100,6 +132718,7 @@ printf "%s\n" "using MySQL/MariaDB version \"$mysql_version\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -126160,6 +132779,10 @@ printf "%s\n" "using MySQL/MariaDB version \"$mysql_version\"" >&6; } ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -126190,6 +132813,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_cxx_check_func "$LINENO" "mysql_server_init" "ac_cv_func_mysql_server_init" @@ -126242,6 +132866,8 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 @@ -126266,6 +132892,7 @@ echo "configure:9112: checking for mysql_server_init" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126290,6 +132917,8 @@ echo "configure:9112: checking for mysql_server_init" >&5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -126304,6 +132933,7 @@ if test "x$ac_cv_func_mysql_server_init" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -126379,6 +133009,11 @@ else >>>>>>> osgeo-main ======= +else +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + else <<<<<<< HEAD >>>>>>> osgeo-main @@ -126409,6 +133044,7 @@ MYSQLDLIB=""; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126433,6 +133069,8 @@ MYSQLDLIB=""; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= MYSQLDLIB=""; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libmysqld not found" >&5 @@ -126450,6 +133088,7 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126474,6 +133113,8 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -126495,6 +133136,7 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -126539,6 +133181,8 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi LIBS=$ac_save_libs @@ -126583,6 +133227,7 @@ fi # $USE_MYSQL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -126629,6 +133274,8 @@ fi # $USE_MYSQL >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -126650,6 +133297,7 @@ echo "$ac_t"""$with_sqlite"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -126719,6 +133367,11 @@ echo "$ac_t"""$with_sqlite"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -126738,6 +133391,7 @@ $as_echo "\"$with_sqlite\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -126826,6 +133480,11 @@ $as_echo "\"$with_sqlite\"" >&6; } ======= >>>>>>> 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 case "$with_sqlite" in "no") USE_SQLITE= ;; "yes") USE_SQLITE="1" ;; @@ -126862,6 +133521,7 @@ if test -n "$USE_SQLITE"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite includes" >&5 @@ -126910,6 +133570,8 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -126928,6 +133590,7 @@ echo "configure:9213: checking for location of SQLite includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126953,6 +133616,8 @@ echo "configure:9213: checking for location of SQLite includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -126968,6 +133633,7 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126993,6 +133659,8 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -127008,6 +133676,7 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127052,6 +133721,8 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -127072,6 +133743,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_includes" >&5 $as_echo "$with_sqlite_includes" >&6; } ======= @@ -127111,6 +133783,8 @@ $as_echo "$with_sqlite_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_includes" >&5 printf "%s\n" "$with_sqlite_includes" >&6; } ======= @@ -127129,6 +133803,7 @@ $as_echo "$with_sqlite_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -127154,6 +133829,8 @@ $as_echo "$with_sqlite_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -127169,6 +133846,7 @@ $as_echo "$with_sqlite_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127207,6 +133885,8 @@ $as_echo "$with_sqlite_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_sqlite_includes" ; then for dir in $with_sqlite_includes; do @@ -127241,6 +133921,7 @@ CPPFLAGS="$SQLITEINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -127286,6 +133967,8 @@ CPPFLAGS="$SQLITEINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in sqlite3.h do : @@ -127315,6 +133998,7 @@ echo "configure:9239: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -127384,6 +134068,11 @@ echo "configure:9239: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -127406,6 +134095,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -127437,6 +134127,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -127449,6 +134141,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -127490,6 +134183,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -127520,6 +134215,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127550,6 +134246,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -127579,6 +134277,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -127691,6 +134390,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -127712,6 +134413,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_SQLITE 1" >>confdefs.h ======= <<<<<<< HEAD @@ -127750,6 +134452,8 @@ $as_echo "#define HAVE_SQLITE 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_SQLITE 1" >>confdefs.h ======= $as_echo "#define HAVE_SQLITE 1" >>confdefs.h @@ -127766,6 +134470,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)) @@ -127839,6 +134544,11 @@ $as_echo "#define HAVE_SQLITE 1" >>confdefs.h $as_echo "#define HAVE_SQLITE 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_SQLITE 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_SQLITE @@ -127867,6 +134577,7 @@ if test -n "$USE_SQLITE"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite library" >&5 @@ -127915,6 +134626,8 @@ $as_echo_n "checking for location of SQLite library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -127933,6 +134646,7 @@ echo "configure:9290: checking for location of SQLite library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -127958,6 +134672,8 @@ echo "configure:9290: checking for location of SQLite library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -127973,6 +134689,7 @@ $as_echo_n "checking for location of SQLite library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -127998,6 +134715,8 @@ $as_echo_n "checking for location of SQLite library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -128013,6 +134732,7 @@ $as_echo_n "checking for location of SQLite library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128057,6 +134777,8 @@ $as_echo_n "checking for location of SQLite library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -128077,6 +134799,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_libs" >&5 $as_echo "$with_sqlite_libs" >&6; } ======= @@ -128116,6 +134839,8 @@ $as_echo "$with_sqlite_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_libs" >&5 printf "%s\n" "$with_sqlite_libs" >&6; } ======= @@ -128134,6 +134859,7 @@ $as_echo "$with_sqlite_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -128159,6 +134885,8 @@ $as_echo "$with_sqlite_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -128174,6 +134902,7 @@ $as_echo "$with_sqlite_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128212,6 +134941,8 @@ $as_echo "$with_sqlite_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_sqlite_libs"; then for dir in $with_sqlite_libs; do @@ -128252,6 +134983,7 @@ LDFLAGS="$SQLITELIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -128285,6 +135017,8 @@ $as_echo_n "checking for sqlite3_open in -lsqlite3... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -128303,6 +135037,7 @@ ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128333,6 +135068,8 @@ ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsqlite3 $LIBS" @@ -128348,6 +135085,7 @@ LIBS="-lsqlite3 $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128407,6 +135145,8 @@ LIBS="-lsqlite3 $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -128448,6 +135188,7 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -128467,6 +135208,8 @@ char sqlite3_open(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 $as_echo_n "checking for sqlite3_open in -lsqlite3... " >&6; } @@ -128498,6 +135241,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -128522,6 +135266,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -128550,6 +135296,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -128703,6 +135450,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -128773,6 +135522,7 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -128791,6 +135541,8 @@ char sqlite3_open(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -128810,6 +135562,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128857,6 +135610,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -128874,6 +135629,7 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -128889,6 +135645,8 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -128908,6 +135666,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128966,6 +135725,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -128995,6 +135759,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -129112,6 +135877,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -129181,6 +135948,7 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -129249,6 +136017,11 @@ char sqlite3_open(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -129269,6 +136042,7 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -129284,6 +136058,8 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -129303,6 +136079,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -129361,6 +136138,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -129390,6 +136172,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -129507,6 +136290,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -129576,6 +136361,7 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -129644,6 +136430,11 @@ char sqlite3_open(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -129664,6 +136455,7 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -129679,6 +136471,8 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -129698,6 +136492,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -129756,6 +136551,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -129785,6 +136585,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -129904,6 +136705,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -129935,6 +136738,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -129959,6 +136763,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -129975,6 +136781,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -130013,6 +136820,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -130036,6 +136845,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -130117,6 +136927,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -130193,6 +137008,7 @@ OPENGL_WINDOWS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -130239,6 +137055,8 @@ OPENGL_WINDOWS= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -130260,6 +137078,7 @@ echo "$ac_t"""$with_opengl"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -130329,6 +137148,11 @@ echo "$ac_t"""$with_opengl"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -130348,6 +137172,7 @@ $as_echo "\"$with_opengl\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -130436,6 +137261,11 @@ $as_echo "\"$with_opengl\"" >&6; } ======= >>>>>>> 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 case "$with_opengl" in n|no) OPENGL_TYPE=none @@ -130486,6 +137316,7 @@ if test "$OPENGL_X11" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 @@ -130534,6 +137365,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -130552,6 +137385,7 @@ echo "configure:9553: checking for location of OpenGL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -130577,6 +137411,8 @@ echo "configure:9553: checking for location of OpenGL includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -130592,6 +137428,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -130617,6 +137454,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -130632,6 +137471,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -130676,6 +137516,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -130696,6 +137538,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 $as_echo "$with_opengl_includes" >&6; } ======= @@ -130735,6 +137578,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 printf "%s\n" "$with_opengl_includes" >&6; } ======= @@ -130753,6 +137598,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -130778,6 +137624,8 @@ $as_echo "$with_opengl_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -130793,6 +137641,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -130831,6 +137680,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opengl_includes" ; then for dir in $with_opengl_includes; do @@ -130865,6 +137716,7 @@ CPPFLAGS="$OPENGLINC $X_CFLAGS $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -130910,6 +137762,8 @@ CPPFLAGS="$OPENGLINC $X_CFLAGS $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in GL/gl.h GL/glu.h do : @@ -130942,6 +137796,7 @@ echo "configure:9579: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -131011,6 +137866,11 @@ echo "configure:9579: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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` @@ -131034,6 +137894,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -131065,6 +137926,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -131077,6 +137940,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -131118,6 +137982,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -131148,6 +138014,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131178,6 +138045,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -131207,6 +138076,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -131319,6 +138189,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -131346,6 +138218,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 @@ -131394,6 +138267,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -131412,6 +138287,7 @@ echo "configure:9621: checking for location of OpenGL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -131437,6 +138313,8 @@ echo "configure:9621: checking for location of OpenGL library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -131452,6 +138330,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -131477,6 +138356,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -131492,6 +138373,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131536,6 +138418,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -131556,6 +138440,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 $as_echo "$with_opengl_libs" >&6; } ======= @@ -131595,6 +138480,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 printf "%s\n" "$with_opengl_libs" >&6; } ======= @@ -131613,6 +138500,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -131638,6 +138526,8 @@ $as_echo "$with_opengl_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -131653,6 +138543,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131691,6 +138582,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opengl_libs"; then for dir in $with_opengl_libs; do @@ -131731,6 +138624,7 @@ LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -131764,6 +138658,8 @@ $as_echo_n "checking for glBegin in -lGL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 printf %s "checking for glBegin in -lGL... " >&6; } ======= @@ -131782,6 +138678,7 @@ ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131812,6 +138709,8 @@ ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" @@ -131827,6 +138726,7 @@ LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131886,6 +138786,8 @@ LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -131927,6 +138829,7 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -131946,6 +138849,8 @@ char glBegin(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 $as_echo_n "checking for glBegin in -lGL... " >&6; } @@ -131977,6 +138882,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -132001,6 +138907,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -132029,6 +138937,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_GL_glBegin=no fi @@ -132182,6 +139091,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -132252,6 +139163,7 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -132270,6 +139182,8 @@ char glBegin(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_GL_glBegin=no fi @@ -132289,6 +139203,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132336,6 +139251,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -132353,6 +139270,7 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -132368,6 +139286,8 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -132387,6 +139307,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132445,6 +139366,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -132474,6 +139400,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132591,6 +139518,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -132660,6 +139589,7 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -132728,6 +139658,11 @@ char glBegin(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_GL_glBegin=no fi @@ -132748,6 +139683,7 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -132763,6 +139699,8 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -132782,6 +139720,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132840,6 +139779,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -132869,6 +139813,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132986,6 +139931,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -133055,6 +140002,7 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -133123,6 +140071,11 @@ char glBegin(); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ac_cv_lib_GL_glBegin=no fi @@ -133143,6 +140096,7 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -133158,6 +140112,8 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -133177,6 +140133,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -133235,6 +140192,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -133264,6 +140226,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -133383,6 +140346,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -133414,6 +140379,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -133438,6 +140404,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_GL_glBegin=no fi @@ -133454,6 +140422,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -133492,6 +140461,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -133515,6 +140486,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -133596,6 +140568,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -133659,6 +140636,7 @@ LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 @@ -133692,6 +140670,8 @@ $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 printf %s "checking for gluBeginCurve in -lGLU... " >&6; } ======= @@ -133710,6 +140690,7 @@ ac_lib_var=`echo GLU'_'gluBeginCurve | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -133740,6 +140721,8 @@ ac_lib_var=`echo GLU'_'gluBeginCurve | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" @@ -133755,6 +140738,7 @@ LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -133814,6 +140798,8 @@ LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -133855,6 +140841,7 @@ char gluBeginCurve(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -133874,6 +140861,8 @@ char gluBeginCurve(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; } @@ -133905,6 +140894,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -133929,6 +140919,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -133957,6 +140949,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_GLU_gluBeginCurve=no fi @@ -134110,6 +141103,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -134180,6 +141175,7 @@ char gluBeginCurve(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -134198,6 +141194,8 @@ char gluBeginCurve(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_GLU_gluBeginCurve=no fi @@ -134217,6 +141215,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -134264,6 +141263,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -134281,6 +141282,7 @@ if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134296,6 +141298,8 @@ if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 @@ -134315,6 +141319,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -134373,6 +141378,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -134402,6 +141412,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -134521,6 +141532,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -134552,6 +141565,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -134576,6 +141590,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_GLU_gluBeginCurve=no fi @@ -134592,6 +141608,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -134630,6 +141647,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -134653,6 +141672,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134734,6 +141754,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -134782,6 +141807,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" @@ -134832,6 +141858,8 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" if test "x$ac_cv_func_glXCreatePbuffer" = xyes then : @@ -134850,6 +141878,7 @@ echo "configure:9937: checking for glXCreatePbuffer" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -134875,6 +141904,8 @@ echo "configure:9937: checking for glXCreatePbuffer" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -134888,6 +141919,7 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -134964,6 +141996,11 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : ======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + + <<<<<<< HEAD >>>>>>> osgeo-main int main() { @@ -135018,6 +142055,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135043,6 +142081,8 @@ else $as_nop ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : @@ -135060,6 +142100,7 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -135098,6 +142139,8 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main $as_echo "#define HAVE_PBUFFERS 1" >>confdefs.h @@ -135119,6 +142162,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -135200,6 +142244,11 @@ else ======= >>>>>>> 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 as_fn_error $? "*** Unable to locate glXCreatePbuffer." "$LINENO" 5 @@ -135232,6 +142281,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" @@ -135282,6 +142332,8 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes then : @@ -135300,6 +142352,7 @@ echo "configure:10000: checking for glXCreateGLXPixmap" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135325,6 +142378,8 @@ echo "configure:10000: checking for glXCreateGLXPixmap" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -135338,6 +142393,7 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -135414,6 +142470,11 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : ======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + + <<<<<<< HEAD >>>>>>> osgeo-main int main() { @@ -135468,6 +142529,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135493,6 +142555,8 @@ else $as_nop ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : @@ -135510,6 +142574,7 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -135548,6 +142613,8 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main $as_echo "#define HAVE_PIXMAPS 1" >>confdefs.h @@ -135569,6 +142636,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -135650,6 +142718,11 @@ else ======= >>>>>>> 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 as_fn_error $? "*** Unable to locate glXCreateGLXPixmap." "$LINENO" 5 @@ -135675,6 +142748,7 @@ LDFLAGS=${ac_save_ldflags} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define OPENGL_X11 1" >>confdefs.h ======= <<<<<<< HEAD @@ -135713,6 +142787,8 @@ $as_echo "#define OPENGL_X11 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define OPENGL_X11 1" >>confdefs.h ======= $as_echo "#define OPENGL_X11 1" >>confdefs.h @@ -135729,6 +142805,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)) @@ -135802,6 +142879,11 @@ $as_echo "#define OPENGL_X11 1" >>confdefs.h $as_echo "#define OPENGL_X11 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define OPENGL_X11 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_X11 @@ -135828,6 +142910,7 @@ if test "$OPENGL_AQUA" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL framework" >&5 @@ -135876,6 +142959,8 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -135894,6 +142979,7 @@ echo "configure:10069: checking for location of OpenGL framework" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135919,6 +143005,8 @@ echo "configure:10069: checking for location of OpenGL framework" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -135934,6 +143022,7 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135959,6 +143048,8 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -135974,6 +143065,7 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -136018,6 +143110,8 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -136038,6 +143132,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_framework" >&5 $as_echo "$with_opengl_framework" >&6; } ======= @@ -136077,6 +143172,8 @@ $as_echo "$with_opengl_framework" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_framework" >&5 printf "%s\n" "$with_opengl_framework" >&6; } ======= @@ -136095,6 +143192,7 @@ $as_echo "$with_opengl_framework" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -136120,6 +143218,8 @@ $as_echo "$with_opengl_framework" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -136135,6 +143235,7 @@ $as_echo "$with_opengl_framework" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -136173,6 +143274,8 @@ $as_echo "$with_opengl_framework" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opengl_framework"; then if test -d $with_opengl_framework; then @@ -136205,6 +143308,7 @@ CPPFLAGS="$OPENGLPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -136250,6 +143354,8 @@ CPPFLAGS="$OPENGLPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in OpenGL/gl.h OpenGL/glu.h do : @@ -136282,6 +143388,7 @@ echo "configure:10093: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -136351,6 +143458,11 @@ echo "configure:10093: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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` @@ -136374,6 +143486,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -136405,6 +143518,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -136417,6 +143532,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -136458,6 +143574,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -136488,6 +143606,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -136518,6 +143637,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -136547,6 +143668,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -136659,6 +143781,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -136688,6 +143812,7 @@ LDFLAGS="$OPENGLPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" @@ -136737,6 +143862,8 @@ if test "x$ac_cv_func_glBegin" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes then : @@ -136796,6 +143923,7 @@ if eval "test \"`echo '$ac_cv_func_'glBegin`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -136821,6 +143949,8 @@ if eval "test \"`echo '$ac_cv_func_'glBegin`\" = yes"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes; then : @@ -136837,6 +143967,7 @@ if test "x$ac_cv_func_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -136862,6 +143993,8 @@ if test "x$ac_cv_func_glBegin" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes; then : @@ -136878,6 +144011,7 @@ if test "x$ac_cv_func_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -136921,6 +144055,8 @@ if test "x$ac_cv_func_glBegin" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main OPENGLLIB="$OPENGLLIB -framework OpenGL -framework AGL -framework ApplicationServices" @@ -136945,6 +144081,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -137026,6 +144163,11 @@ else ======= >>>>>>> 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 as_fn_error $? "*** Unable to locate OpenGL library." "$LINENO" 5 @@ -137061,6 +144203,7 @@ LDFLAGS="$OPENGLPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" @@ -137110,6 +144253,8 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes then : @@ -137169,6 +144314,7 @@ if eval "test \"`echo '$ac_cv_func_'gluBeginCurve`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137194,6 +144340,8 @@ if eval "test \"`echo '$ac_cv_func_'gluBeginCurve`\" = yes"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes; then : @@ -137210,6 +144358,7 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137235,6 +144384,8 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes; then : @@ -137251,6 +144402,7 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137294,6 +144446,8 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main OPENGLLIB="$OPENGLLIB " @@ -137318,6 +144472,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -137399,6 +144554,11 @@ else ======= >>>>>>> 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 as_fn_error $? "*** Unable to locate GLU library." "$LINENO" 5 @@ -137430,6 +144590,7 @@ OPENGLLIBPATH="$OPENGLPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define OPENGL_AQUA 1" >>confdefs.h ======= <<<<<<< HEAD @@ -137468,6 +144629,8 @@ $as_echo "#define OPENGL_AQUA 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define OPENGL_AQUA 1" >>confdefs.h ======= $as_echo "#define OPENGL_AQUA 1" >>confdefs.h @@ -137484,6 +144647,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)) @@ -137557,6 +144721,11 @@ $as_echo "#define OPENGL_AQUA 1" >>confdefs.h $as_echo "#define OPENGL_AQUA 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define OPENGL_AQUA 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_AQUA @@ -137585,6 +144754,7 @@ if test "$OPENGL_WINDOWS" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 @@ -137633,6 +144803,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -137651,6 +144823,7 @@ echo "configure:10274: checking for location of OpenGL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137676,6 +144849,8 @@ echo "configure:10274: checking for location of OpenGL includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -137691,6 +144866,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137716,6 +144892,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -137731,6 +144909,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137775,6 +144954,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -137795,6 +144976,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 $as_echo "$with_opengl_includes" >&6; } ======= @@ -137834,6 +145016,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 printf "%s\n" "$with_opengl_includes" >&6; } ======= @@ -137852,6 +145036,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137877,6 +145062,8 @@ $as_echo "$with_opengl_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -137892,6 +145079,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137930,6 +145118,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opengl_includes" ; then for dir in $with_opengl_includes; do @@ -137964,6 +145154,7 @@ CPPFLAGS="$OPENGLINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -138009,6 +145200,8 @@ CPPFLAGS="$OPENGLINC $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in GL/gl.h GL/glu.h do : @@ -138041,6 +145234,7 @@ echo "configure:10300: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -138110,6 +145304,11 @@ echo "configure:10300: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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` @@ -138133,6 +145332,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -138164,6 +145364,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -138176,6 +145378,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -138217,6 +145420,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -138247,6 +145452,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138277,6 +145483,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -138306,6 +145514,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -138418,6 +145627,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -138445,6 +145656,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 @@ -138493,6 +145705,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -138511,6 +145725,7 @@ echo "configure:10342: checking for location of OpenGL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -138536,6 +145751,8 @@ echo "configure:10342: checking for location of OpenGL library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -138551,6 +145768,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -138576,6 +145794,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -138591,6 +145811,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138635,6 +145856,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -138655,6 +145878,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 $as_echo "$with_opengl_libs" >&6; } ======= @@ -138694,6 +145918,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 printf "%s\n" "$with_opengl_libs" >&6; } ======= @@ -138712,6 +145938,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -138737,6 +145964,8 @@ $as_echo "$with_opengl_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -138752,6 +145981,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138790,6 +146020,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opengl_libs"; then for dir in $with_opengl_libs; do @@ -138826,6 +146058,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL library" >&5 @@ -138896,6 +146129,8 @@ glEnd(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -138929,6 +146164,7 @@ glEnd(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -138954,6 +146190,8 @@ glEnd(); ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -138978,6 +146216,7 @@ glEnd(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139003,6 +146242,8 @@ glEnd(); ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -139027,6 +146268,7 @@ glEnd(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -139070,6 +146312,8 @@ glEnd(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -139090,6 +146334,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -139127,6 +146372,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -139156,6 +146403,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -139217,6 +146465,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -139239,6 +146491,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -139319,6 +146572,11 @@ else >>>>>>> 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 @@ -139341,6 +146599,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -139379,6 +146638,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -139395,6 +146656,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)) @@ -139467,6 +146729,11 @@ rm -f core conftest.err conftest.$ac_objext \ ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +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} @@ -139494,6 +146761,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU library" >&5 @@ -139564,6 +146832,8 @@ gluNewQuadric(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -139597,6 +146867,7 @@ gluNewQuadric(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139622,6 +146893,8 @@ gluNewQuadric(); ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -139646,6 +146919,7 @@ gluNewQuadric(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139671,6 +146945,8 @@ gluNewQuadric(); ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -139695,6 +146971,7 @@ gluNewQuadric(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -139738,6 +147015,8 @@ gluNewQuadric(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -139758,6 +147037,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -139795,6 +147075,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -139824,6 +147106,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -139885,6 +147168,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -139907,6 +147194,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -139987,6 +147275,11 @@ else >>>>>>> 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 @@ -140009,6 +147302,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -140047,6 +147341,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -140063,6 +147359,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)) @@ -140135,6 +147432,11 @@ rm -f core conftest.err conftest.$ac_objext \ ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +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} @@ -140161,6 +147463,7 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -140199,6 +147502,8 @@ $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define OPENGL_WINDOWS 1" >>confdefs.h ======= $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h @@ -140215,6 +147520,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)) @@ -140288,6 +147594,11 @@ $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_WINDOWS @@ -140327,6 +147638,7 @@ fi # $USE_OPENGL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -140373,6 +147685,8 @@ fi # $USE_OPENGL >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -140394,6 +147708,7 @@ echo "$ac_t"""$with_odbc"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -140463,6 +147778,11 @@ echo "$ac_t"""$with_odbc"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -140482,6 +147802,7 @@ $as_echo "\"$with_odbc\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -140570,6 +147891,11 @@ $as_echo "\"$with_odbc\"" >&6; } ======= >>>>>>> 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 case "$with_odbc" in "no") USE_ODBC= ;; "yes") USE_ODBC="1" ;; @@ -140605,6 +147931,7 @@ if test -n "$USE_ODBC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC includes" >&5 @@ -140653,6 +147980,8 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -140671,6 +148000,7 @@ echo "configure:10481: checking for location of ODBC includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -140696,6 +148026,8 @@ echo "configure:10481: checking for location of ODBC includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -140711,6 +148043,7 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -140736,6 +148069,8 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -140751,6 +148086,7 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -140795,6 +148131,8 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -140815,6 +148153,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_odbc_includes" >&5 $as_echo "$with_odbc_includes" >&6; } ======= @@ -140854,6 +148193,8 @@ $as_echo "$with_odbc_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_odbc_includes" >&5 printf "%s\n" "$with_odbc_includes" >&6; } ======= @@ -140872,6 +148213,7 @@ $as_echo "$with_odbc_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -140897,6 +148239,8 @@ $as_echo "$with_odbc_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -140912,6 +148256,7 @@ $as_echo "$with_odbc_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -140950,6 +148295,8 @@ $as_echo "$with_odbc_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_odbc_includes" ; then for dir in $with_odbc_includes; do @@ -140977,6 +148324,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 : @@ -141031,6 +148379,8 @@ if test "x$ac_cv_header_sql_h" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -141110,6 +148460,7 @@ $as_echo "#define HAVE_WINDOWS_H 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -141135,6 +148486,8 @@ $as_echo "#define HAVE_WINDOWS_H 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 : @@ -141151,6 +148504,7 @@ $as_echo "#define HAVE_WINDOWS_H 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -141291,6 +148645,11 @@ fi fi +>>>>>>> osgeo-main +======= + +fi + >>>>>>> osgeo-main @@ -141341,6 +148700,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -141402,6 +148762,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main CPPFLAGS=$ac_save_cppflags @@ -141427,6 +148791,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC library" >&5 @@ -141475,6 +148840,8 @@ $as_echo_n "checking for location of ODBC library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -141493,6 +148860,7 @@ echo "configure:10549: checking for location of ODBC library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -141518,6 +148886,8 @@ echo "configure:10549: checking for location of ODBC library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -141533,6 +148903,7 @@ $as_echo_n "checking for location of ODBC library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -141558,6 +148929,8 @@ $as_echo_n "checking for location of ODBC library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -141573,6 +148946,7 @@ $as_echo_n "checking for location of ODBC library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -141617,6 +148991,8 @@ $as_echo_n "checking for location of ODBC library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -141637,6 +149013,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_odbc_libs" >&5 $as_echo "$with_odbc_libs" >&6; } ======= @@ -141676,6 +149053,8 @@ $as_echo "$with_odbc_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_odbc_libs" >&5 printf "%s\n" "$with_odbc_libs" >&6; } ======= @@ -141694,6 +149073,7 @@ $as_echo "$with_odbc_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -141719,6 +149099,8 @@ $as_echo "$with_odbc_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -141734,6 +149116,7 @@ $as_echo "$with_odbc_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -141772,6 +149155,8 @@ $as_echo "$with_odbc_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_odbc_libs"; then for dir in $with_odbc_libs; do @@ -141808,6 +149193,7 @@ LDFLAGS="$ODBCLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -lodbc" >&5 @@ -141841,6 +149227,8 @@ $as_echo_n "checking for SQLConnect in -lodbc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -lodbc" >&5 printf %s "checking for SQLConnect in -lodbc... " >&6; } ======= @@ -141859,6 +149247,7 @@ ac_lib_var=`echo odbc'_'SQLConnect | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -141889,6 +149278,8 @@ ac_lib_var=`echo odbc'_'SQLConnect | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lodbc $ICONVLIB $LIBS" @@ -141904,6 +149295,7 @@ LIBS="-lodbc $ICONVLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -141963,6 +149355,8 @@ LIBS="-lodbc $ICONVLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -142004,6 +149398,7 @@ char SQLConnect(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -142023,6 +149418,8 @@ char SQLConnect(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -lodbc" >&5 $as_echo_n "checking for SQLConnect in -lodbc... " >&6; } @@ -142054,6 +149451,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -142078,6 +149476,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -142106,6 +149506,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_odbc_SQLConnect=no fi @@ -142259,6 +149660,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -142290,6 +149693,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -142314,6 +149718,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_odbc_SQLConnect=no fi @@ -142330,6 +149736,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -142368,6 +149775,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -142391,6 +149800,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -142472,6 +149882,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -142498,6 +149913,7 @@ LDFLAGS="$ODBCLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -liodbc" >&5 @@ -142531,6 +149947,8 @@ $as_echo_n "checking for SQLConnect in -liodbc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -liodbc" >&5 printf %s "checking for SQLConnect in -liodbc... " >&6; } ======= @@ -142549,6 +149967,7 @@ ac_lib_var=`echo iodbc'_'SQLConnect | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -142579,6 +149998,8 @@ ac_lib_var=`echo iodbc'_'SQLConnect | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-liodbc $LIBS" @@ -142594,6 +150015,7 @@ LIBS="-liodbc $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -142653,6 +150075,8 @@ LIBS="-liodbc $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -142694,6 +150118,7 @@ char SQLConnect(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -142713,6 +150138,8 @@ char SQLConnect(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -liodbc" >&5 $as_echo_n "checking for SQLConnect in -liodbc... " >&6; } @@ -142744,6 +150171,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -142768,6 +150196,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -142796,6 +150226,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_iodbc_SQLConnect=no fi @@ -142949,6 +150380,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -142980,6 +150413,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -143004,6 +150438,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_iodbc_SQLConnect=no fi @@ -143020,6 +150456,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -143058,6 +150495,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -143081,6 +150520,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143162,6 +150602,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} ac_save_cflags="$CFLAGS" @@ -143188,6 +150633,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 @@ -143227,6 +150673,8 @@ $as_echo_n "checking for ODBC library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 printf %s "checking for ODBC library... " >&6; } >>>>>>> osgeo-main @@ -143648,6 +151096,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 @@ -143658,6 +151129,7 @@ SQLAllocEnv((SQLHENV *)0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> osgeo-main @@ -143671,6 +151143,8 @@ SQLAllocEnv((SQLHENV *)0); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 @@ -143689,6 +151163,9 @@ SQLAllocEnv((SQLHENV *)0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -143715,6 +151192,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -143752,6 +151230,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -143781,6 +151261,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -143842,6 +151323,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -143864,6 +151349,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143944,6 +151430,11 @@ else >>>>>>> 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 @@ -143966,6 +151457,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -144004,6 +151496,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -144020,6 +151514,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)) @@ -144092,6 +151587,11 @@ rm -f core conftest.err conftest.$ac_objext \ ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +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} @@ -144144,6 +151644,7 @@ fi # $USE_ODBC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -144190,6 +151691,8 @@ fi # $USE_ODBC >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -144211,6 +151714,7 @@ echo "$ac_t"""$with_fftw"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144280,6 +151784,11 @@ echo "$ac_t"""$with_fftw"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -144299,6 +151808,7 @@ $as_echo "\"$with_fftw\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144387,6 +151897,11 @@ $as_echo "\"$with_fftw\"" >&6; } ======= >>>>>>> 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 case "$with_fftw" in "no") USE_FFTW= ;; "yes") USE_FFTW="1" ;; @@ -144422,6 +151937,7 @@ if test -n "$USE_FFTW"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW includes" >&5 @@ -144470,6 +151986,8 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -144488,6 +152006,7 @@ echo "configure:10738: checking for location of FFTW includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -144513,6 +152032,8 @@ echo "configure:10738: checking for location of FFTW includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -144528,6 +152049,7 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -144553,6 +152075,8 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -144568,6 +152092,7 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -144612,6 +152137,8 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -144632,6 +152159,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_fftw_includes" >&5 $as_echo "$with_fftw_includes" >&6; } ======= @@ -144671,6 +152199,8 @@ $as_echo "$with_fftw_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_fftw_includes" >&5 printf "%s\n" "$with_fftw_includes" >&6; } ======= @@ -144689,6 +152219,7 @@ $as_echo "$with_fftw_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -144714,6 +152245,8 @@ $as_echo "$with_fftw_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -144729,6 +152262,7 @@ $as_echo "$with_fftw_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -144767,6 +152301,8 @@ $as_echo "$with_fftw_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_fftw_includes" ; then for dir in $with_fftw_includes; do @@ -144801,6 +152337,7 @@ CPPFLAGS="$FFTWINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -144846,6 +152383,8 @@ CPPFLAGS="$FFTWINC $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in fftw3.h do : @@ -144897,6 +152436,7 @@ echo "configure:10764: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144966,6 +152506,11 @@ echo "configure:10764: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -144988,6 +152533,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145058,6 +152604,11 @@ _ACEOF ======= >>>>>>> 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 else @@ -145097,6 +152648,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -145219,6 +152771,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -145249,6 +152803,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -145279,6 +152834,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -145306,6 +152863,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -145421,6 +152979,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -145442,6 +153002,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -145512,6 +153073,8 @@ done ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= done @@ -145521,6 +153084,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -145533,6 +153097,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145557,6 +153123,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -145627,6 +153194,8 @@ done ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= done @@ -145636,6 +153205,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -145648,6 +153218,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145678,6 +153250,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW library" >&5 @@ -145726,6 +153299,8 @@ $as_echo_n "checking for location of FFTW library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -145744,6 +153319,7 @@ echo "configure:10890: checking for location of FFTW library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -145769,6 +153345,8 @@ echo "configure:10890: checking for location of FFTW library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -145784,6 +153362,7 @@ $as_echo_n "checking for location of FFTW library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -145809,6 +153388,8 @@ $as_echo_n "checking for location of FFTW library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -145824,6 +153405,7 @@ $as_echo_n "checking for location of FFTW library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -145868,6 +153450,8 @@ $as_echo_n "checking for location of FFTW library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -145888,6 +153472,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_fftw_libs" >&5 $as_echo "$with_fftw_libs" >&6; } ======= @@ -145927,6 +153512,8 @@ $as_echo "$with_fftw_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_fftw_libs" >&5 printf "%s\n" "$with_fftw_libs" >&6; } ======= @@ -145945,6 +153532,7 @@ $as_echo "$with_fftw_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -145970,6 +153558,8 @@ $as_echo "$with_fftw_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -145985,6 +153575,7 @@ $as_echo "$with_fftw_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -146023,6 +153614,8 @@ $as_echo "$with_fftw_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_fftw_libs"; then for dir in $with_fftw_libs; do @@ -146059,6 +153652,7 @@ LDFLAGS="$FFTWLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw_execute in -lfftw3" >&5 @@ -146092,6 +153686,8 @@ $as_echo_n "checking for fftw_execute in -lfftw3... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -146110,6 +153706,7 @@ ac_lib_var=`echo fftw3'_'fftw_execute | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -146140,6 +153737,8 @@ ac_lib_var=`echo fftw3'_'fftw_execute | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lfftw3 $MATHLIB $LIBS" @@ -146155,6 +153754,7 @@ LIBS="-lfftw3 $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -146214,6 +153814,8 @@ LIBS="-lfftw3 $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -146255,6 +153857,7 @@ char fftw_execute(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -146274,6 +153877,8 @@ char fftw_execute(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw_execute in -lfftw3" >&5 $as_echo_n "checking for fftw_execute in -lfftw3... " >&6; } @@ -146305,6 +153910,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -146329,6 +153935,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -146357,6 +153965,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_fftw3_fftw_execute=no fi @@ -146510,6 +154119,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -146541,6 +154152,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -146565,6 +154177,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_fftw3_fftw_execute=no fi @@ -146581,6 +154195,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -146619,6 +154234,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -146642,6 +154259,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146723,6 +154341,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -146749,6 +154372,7 @@ LDFLAGS="$FFTWLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -lfftw" >&5 @@ -146782,6 +154406,8 @@ $as_echo_n "checking for fftwnd_one in -lfftw... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -146800,6 +154426,7 @@ ac_lib_var=`echo fftw'_'fftwnd_one | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -146830,6 +154457,8 @@ ac_lib_var=`echo fftw'_'fftwnd_one | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lfftw $MATHLIB $LIBS" @@ -146845,6 +154474,7 @@ LIBS="-lfftw $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -146904,6 +154534,8 @@ LIBS="-lfftw $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -146945,6 +154577,7 @@ char fftwnd_one(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -146964,6 +154597,8 @@ char fftwnd_one(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -lfftw" >&5 $as_echo_n "checking for fftwnd_one in -lfftw... " >&6; } @@ -146995,6 +154630,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -147019,6 +154655,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -147047,6 +154685,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_fftw_fftwnd_one=no fi @@ -147200,6 +154839,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -147231,6 +154872,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -147255,6 +154897,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_fftw_fftwnd_one=no fi @@ -147271,6 +154915,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147309,6 +154954,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -147332,6 +154979,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -147413,6 +155061,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -147439,6 +155092,7 @@ LDFLAGS="$FFTWLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -ldfftw" >&5 @@ -147472,6 +155126,8 @@ $as_echo_n "checking for fftwnd_one in -ldfftw... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -147490,6 +155146,7 @@ ac_lib_var=`echo dfftw'_'fftwnd_one | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147520,6 +155177,8 @@ ac_lib_var=`echo dfftw'_'fftwnd_one | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldfftw $MATHLIB $LIBS" @@ -147535,6 +155194,7 @@ LIBS="-ldfftw $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147594,6 +155254,8 @@ LIBS="-ldfftw $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -147635,6 +155297,7 @@ char fftwnd_one(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -147654,6 +155317,8 @@ char fftwnd_one(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -ldfftw" >&5 $as_echo_n "checking for fftwnd_one in -ldfftw... " >&6; } @@ -147685,6 +155350,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -147709,6 +155375,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -147737,6 +155405,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_dfftw_fftwnd_one=no fi @@ -147890,6 +155559,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -147921,6 +155592,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -147945,6 +155617,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_dfftw_fftwnd_one=no fi @@ -147961,6 +155635,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147999,6 +155674,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -148022,6 +155699,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -148103,6 +155781,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -148141,6 +155824,12 @@ fi # $USE_FFTW # Enable BLAS option +<<<<<<< HEAD +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use (C)BLAS" >&5 +printf %s "checking whether to use (C)BLAS... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_blas" >&5 +printf "%s\n" "$with_blas" >&6; } +======= <<<<<<< HEAD <<<<<<< HEAD @@ -148161,6 +155850,7 @@ fi # $USE_FFTW <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -148207,6 +155897,8 @@ fi # $USE_FFTW >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -148228,6 +155920,7 @@ echo "$ac_t"""$with_blas"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -148297,6 +155990,11 @@ echo "$ac_t"""$with_blas"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -148316,6 +156014,7 @@ $as_echo "\"$with_blas\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -148404,6 +156103,11 @@ $as_echo "\"$with_blas\"" >&6; } ======= >>>>>>> 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 case "$with_blas" in "no") USE_BLAS= ;; "yes") USE_BLAS="1" ;; @@ -148411,16 +156115,39 @@ case "$with_blas" in esac +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) BLASLIB= BLASINC= +USE_BLAS= +BLAS_PKGS="cblas blas-netlib openblas blas-atlas" +BLAS_PKG= + +case "$with_blas" in + no) + ;; + yes) + USE_BLAS=1 + ;; + *) + USE_BLAS=1 + BLAS_PKGS="$with_blas" + ;; +esac if test -n "$USE_BLAS"; then -# With BLAS includes directory -# BLAS doesn't have includes (FORTRAN library) -# With BLAS library directory + blas_ok=no + for blas_chk in ${BLAS_PKGS} + do + if ! ${PKG_CONFIG} --exists ${blas_chk} ; then + continue + else + BLAS_PKG=${blas_chk} + break + fi + done <<<<<<< HEAD <<<<<<< HEAD @@ -148441,6 +156168,7 @@ if test -n "$USE_BLAS"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS includes" >&5 @@ -148489,6 +156217,18 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + if test -z "$BLAS_PKG" ; then + as_fn_error $? "*** Unable to locate (C)BLAS pkg-conf package(s) + \"${BLAS_PKGS}\". Perhaps you need to set PKG_CONFIG_PATH." "$LINENO" 5 + fi +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> 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; } ======= @@ -148507,6 +156247,7 @@ echo "configure:11094: checking for location of BLAS includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -148532,6 +156273,8 @@ echo "configure:11094: checking for location of BLAS includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -148547,6 +156290,7 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -148572,6 +156316,8 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -148587,6 +156333,7 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -148631,6 +156378,8 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -148651,6 +156400,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 $as_echo "$with_blas_includes" >&6; } ======= @@ -148693,6 +156443,13 @@ $as_echo "$with_blas_includes" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 printf "%s\n" "$with_blas_includes" >&6; } ======= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 +printf "%s\n" "$with_blas_includes" >&6; } +<<<<<<< HEAD +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 $as_echo "$with_blas_includes" >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -148708,6 +156465,7 @@ $as_echo "$with_blas_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -148733,6 +156491,10 @@ $as_echo "$with_blas_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> bc7152a288 (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)) @@ -148748,6 +156510,7 @@ $as_echo "$with_blas_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -148785,18 +156548,16 @@ $as_echo "$with_blas_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main -if test -n "$with_blas_includes" ; then - for dir in $with_blas_includes; do - if test -d "$dir"; then - BLASINC="$BLASINC -I$dir" - else - as_fn_error $? "*** BLAS includes directory $dir does not exist." "$LINENO" 5 - fi - done -fi + BLASLIB=$(${PKG_CONFIG} --libs ${BLAS_PKG}) + BLASINC=$(${PKG_CONFIG} --cflags ${BLAS_PKG}) + save_CFLAGS="$CFLAGS"; CFLAGS="$BLASINC $CFLAGS" + save_LIBS="$LIBS"; LIBS="$BLASLIB" <<<<<<< HEAD <<<<<<< HEAD @@ -148817,6 +156578,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS library" >&5 @@ -148865,6 +156627,17 @@ $as_echo_n "checking for location of BLAS library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + for ac_header in cblas.h +do : + ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> 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; } ======= @@ -148883,6 +156656,7 @@ echo "configure:11114: checking for location of BLAS library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -148908,6 +156682,8 @@ echo "configure:11114: checking for location of BLAS library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -148923,6 +156699,7 @@ $as_echo_n "checking for location of BLAS library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -148948,6 +156725,8 @@ $as_echo_n "checking for location of BLAS library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -148963,6 +156742,7 @@ $as_echo_n "checking for location of BLAS library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -149007,6 +156787,8 @@ $as_echo_n "checking for location of BLAS library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -149027,6 +156809,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_libs" >&5 $as_echo "$with_blas_libs" >&6; } ======= @@ -149066,6 +156849,8 @@ $as_echo "$with_blas_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_blas_libs" >&5 printf "%s\n" "$with_blas_libs" >&6; } ======= @@ -149084,6 +156869,7 @@ $as_echo "$with_blas_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -149109,6 +156895,8 @@ $as_echo "$with_blas_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -149124,6 +156912,7 @@ $as_echo "$with_blas_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -149162,6 +156951,8 @@ $as_echo "$with_blas_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_blas_libs"; then for dir in $with_blas_libs; do @@ -149196,6 +156987,7 @@ CPPFLAGS="$BLASINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main for ac_header in cblas.h @@ -149250,11 +157042,29 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) if test "x$ac_cv_header_cblas_h" = xyes then : printf "%s\n" "#define HAVE_CBLAS_H 1" >>confdefs.h +<<<<<<< HEAD +======= +<<<<<<< HEAD +else $as_nop + for ac_header in cblas-atlas.h +do : + ac_fn_c_check_header_compile "$LINENO" "cblas-atlas.h" "ac_cv_header_cblas_atlas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_atlas_h" = xyes +then : + printf "%s\n" "#define HAVE_CBLAS_ATLAS_H 1" >>confdefs.h + +else $as_nop + as_fn_error $? "*** Failed to find either \"cblas.h\" or \"cblas-atlas.h\" with \"$CFLAGS\"" "$LINENO" 5 +======= +>>>>>>> osgeo-main ======= for ac_hdr in cblas.h do @@ -149280,6 +157090,30 @@ else rm -rf conftest* eval "ac_cv_header_$ac_safe=no" >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +<<<<<<< HEAD +======= +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +fi +======= +for ac_header in cblas.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_CBLAS_H 1 +_ACEOF + +======= +for ac_header in cblas.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_CBLAS_H 1 +_ACEOF + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ======= for ac_header in cblas.h @@ -149391,9 +157225,19 @@ fi done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -CPPFLAGS="$save_CPPFLAGS" +done +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) + +done +fi +done +<<<<<<< HEAD + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for linking to (C)BLAS" >&5 +printf %s "checking for linking to (C)BLAS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +======= ac_save_ldflags="$LDFLAGS" LDFLAGS="$BLASLIB $LDFLAGS" @@ -149419,6 +157263,7 @@ LDFLAGS="$BLASLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 @@ -149452,6 +157297,8 @@ $as_echo_n "checking for dnrm2_ in -lblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 printf %s "checking for dnrm2_ in -lblas... " >&6; } ======= @@ -149470,6 +157317,7 @@ ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -149500,6 +157348,54 @@ ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + +ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $MATHLIB $LIBS" +<<<<<<< HEAD +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +/* end confdefs.h. */ +char cblas_dgemm(); +int +main (void) +{ +return cblas_dgemm(); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + blas_ok=yes +else $as_nop +<<<<<<< HEAD + + as_fn_error $? "*** Unable to link to (C)BLAS library with \"$LIBS\"." "$LINENO" 5 +======= + ac_cv_lib_blas_dnrm2_=no +======= +cat > conftest.$ac_ext <&5 +$as_echo_n "checking for dnrm2_ in -lblas... " >&6; } + +ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $MATHLIB $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) + +======= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 +$as_echo_n "checking for dnrm2_ in -lblas... " >&6; } +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lblas $MATHLIB $LIBS" @@ -149577,21 +157473,25 @@ LIBS="-lblas $MATHLIB $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) /* 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. */ +#ifdef __cplusplus +extern "C" +#endif char dnrm2_ (); int -main (void) +main () { return dnrm2_ (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_blas_dnrm2_=yes +<<<<<<< HEAD else $as_nop ac_cv_lib_blas_dnrm2_=no ======= @@ -149870,24 +157770,36 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +else +<<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=no" >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +<<<<<<< HEAD +======= +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +>>>>>>> osgeo-main 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_blas_dnrm2_" >&5 -printf "%s\n" "$ac_cv_lib_blas_dnrm2_" >&6; } -if test "x$ac_cv_lib_blas_dnrm2_" = xyes -then : - BLASLIB="$BLASLIB -lblas " -else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BLAS_PKG" >&5 +printf "%s\n" "$BLAS_PKG" >&6; } <<<<<<< HEAD +<<<<<<< HEAD +======= + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" + +======= +<<<<<<< HEAD +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 printf %s "checking for dnrm2_ in -lblas... " >&6; } ======= @@ -149940,6 +157852,7 @@ char dnrm2_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -149958,6 +157871,8 @@ char dnrm2_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_dnrm2_=no fi @@ -149977,6 +157892,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150024,6 +157940,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -150041,6 +157959,7 @@ if test "x$ac_cv_lib_blas_dnrm2_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -150056,6 +157975,8 @@ if test "x$ac_cv_lib_blas_dnrm2_" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 @@ -150075,6 +157996,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150133,6 +158055,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -150162,6 +158089,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150281,6 +158209,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -150312,6 +158242,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -150336,6 +158267,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_dnrm2_=no fi @@ -150352,6 +158285,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150390,6 +158324,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -150413,6 +158349,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -150494,6 +158431,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -150539,6 +158481,7 @@ LDFLAGS="$BLASLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 @@ -150572,6 +158515,8 @@ $as_echo_n "checking for ATL_xerbla in -latlas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -150590,6 +158535,7 @@ ac_lib_var=`echo atlas'_'ATL_xerbla | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150620,6 +158566,8 @@ ac_lib_var=`echo atlas'_'ATL_xerbla | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-latlas $LIBS" @@ -150635,6 +158583,7 @@ LIBS="-latlas $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150694,6 +158643,8 @@ LIBS="-latlas $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -150735,6 +158686,7 @@ char ATL_xerbla(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -150754,6 +158706,8 @@ char ATL_xerbla(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 $as_echo_n "checking for ATL_xerbla in -latlas... " >&6; } @@ -150785,6 +158739,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -150809,6 +158764,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -150837,6 +158794,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_atlas_ATL_xerbla=no fi @@ -150999,6 +158957,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -151029,6 +158989,7 @@ printf %s "checking for sgemm_ in -lf77blas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -151053,6 +159014,8 @@ printf %s "checking for sgemm_ in -lf77blas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_atlas_ATL_xerbla=no fi @@ -151078,6 +159041,7 @@ $as_echo_n "checking for sgemm_ in -lf77blas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -151116,6 +159080,8 @@ $as_echo_n "checking for sgemm_ in -lf77blas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lf77blas -latlas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -151133,6 +159099,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -151167,6 +159134,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -151205,6 +159174,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -151229,6 +159199,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_atlas_ATL_xerbla=no fi @@ -151250,6 +159222,7 @@ $as_echo_n "checking for sgemm_ in -lf77blas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -151342,6 +159315,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -151380,6 +159355,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -151484,6 +159460,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -151514,6 +159492,7 @@ printf %s "checking for cblas_dgemm in -lcblas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -151538,6 +159517,8 @@ printf %s "checking for cblas_dgemm in -lcblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_f77blas_sgemm_=no fi @@ -151563,6 +159544,7 @@ $as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -151601,6 +159583,8 @@ $as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lcblas -lf77blas -latlas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -151618,6 +159602,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -151652,6 +159637,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -151690,6 +159677,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -151714,6 +159702,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_f77blas_sgemm_=no fi @@ -151735,6 +159725,7 @@ $as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -151818,6 +159809,8 @@ char cblas_dgemm(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -151856,6 +159849,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -151960,6 +159954,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -151989,6 +159985,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -152013,6 +160010,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_cblas_cblas_dgemm=no fi @@ -152029,6 +160028,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -152067,6 +160067,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -152088,6 +160090,7 @@ if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -152168,6 +160171,11 @@ if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then : >>>>>>> 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 blas_ok=yes; BLASLIB="-lcblas -lf77blas -latlas" fi @@ -152197,6 +160205,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -152235,6 +160244,8 @@ $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBATLAS 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h @@ -152251,6 +160262,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)) @@ -152324,6 +160336,11 @@ $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -152353,6 +160370,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm in $vlib_flags" >&5 @@ -152407,6 +160425,8 @@ sgemm ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -152437,6 +160457,7 @@ sgemm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -152461,6 +160482,8 @@ sgemm >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -152484,6 +160507,7 @@ sgemm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -152508,6 +160532,8 @@ sgemm >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -152531,6 +160557,7 @@ sgemm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -152574,6 +160601,8 @@ sgemm ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -152594,6 +160623,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : blas_ok=yes; BLASLIB="$vlib_flags" else @@ -152636,6 +160666,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ======= @@ -152670,6 +160702,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -152695,6 +160728,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : blas_ok=yes; BLASLIB="$vlib_flags" else @@ -152713,6 +160748,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -152751,6 +160787,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -152770,6 +160808,7 @@ $as_echo "$blas_ok" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -152850,6 +160889,11 @@ $as_echo "$blas_ok" >&6; } >>>>>>> 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 LIBS="$save_LIBS" fi @@ -152876,6 +160920,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 @@ -152908,6 +160953,8 @@ $as_echo_n "checking for sgemm_ in -lblas... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 printf %s "checking for sgemm_ in -lblas... " >&6; } @@ -152927,6 +160974,7 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -152957,6 +161005,8 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lblas $LIBS" @@ -152972,6 +161022,7 @@ LIBS="-lblas $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -153031,6 +161082,8 @@ LIBS="-lblas $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -153072,6 +161125,7 @@ char sgemm_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -153090,6 +161144,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 $as_echo_n "checking for sgemm_ in -lblas... " >&6; } @@ -153122,6 +161178,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -153146,6 +161203,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -153174,6 +161233,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_blas_sgemm_=no fi @@ -153336,6 +161396,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -153366,6 +161428,7 @@ printf %s "checking for dgemm_ in -ldgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -153390,6 +161453,8 @@ printf %s "checking for dgemm_ in -ldgemm... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_sgemm_=no fi @@ -153415,6 +161480,7 @@ $as_echo_n "checking for dgemm_ in -ldgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -153453,6 +161519,8 @@ $as_echo_n "checking for dgemm_ in -ldgemm... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldgemm -lblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -153470,6 +161538,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -153504,6 +161573,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -153542,6 +161613,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -153566,6 +161638,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_sgemm_=no fi @@ -153587,6 +161661,7 @@ $as_echo_n "checking for dgemm_ in -ldgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -153679,6 +161754,8 @@ char dgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -153717,6 +161794,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -153821,6 +161899,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -153851,6 +161931,7 @@ printf %s "checking for sgemm_ in -lsgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -153875,6 +161956,8 @@ printf %s "checking for sgemm_ in -lsgemm... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_dgemm_dgemm_=no fi @@ -153900,6 +161983,7 @@ $as_echo_n "checking for sgemm_ in -lsgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -153938,6 +162022,8 @@ $as_echo_n "checking for sgemm_ in -lsgemm... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsgemm -lblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -153955,6 +162041,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -153989,6 +162076,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -154027,6 +162116,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -154051,6 +162141,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_dgemm_dgemm_=no fi @@ -154072,6 +162164,7 @@ $as_echo_n "checking for sgemm_ in -lsgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154155,6 +162248,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -154193,6 +162288,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -154297,6 +162393,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -154326,6 +162424,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -154350,6 +162449,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sgemm_sgemm_=no fi @@ -154366,6 +162467,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154404,6 +162506,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -154425,6 +162529,7 @@ if test "x$ac_cv_lib_sgemm_sgemm_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -154505,6 +162610,11 @@ if test "x$ac_cv_lib_sgemm_sgemm_" = xyes; then : >>>>>>> 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 blas_ok=yes; BLASLIB="-lsgemm -ldgemm -lblas" fi @@ -154538,6 +162648,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 @@ -154570,6 +162681,8 @@ $as_echo_n "checking for acosp in -lsunmath... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 printf %s "checking for acosp in -lsunmath... " >&6; } @@ -154589,6 +162702,7 @@ ac_lib_var=`echo sunmath'_'acosp | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154619,6 +162733,8 @@ ac_lib_var=`echo sunmath'_'acosp | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsunmath $LIBS" @@ -154634,6 +162750,7 @@ LIBS="-lsunmath $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154693,6 +162810,8 @@ LIBS="-lsunmath $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -154734,6 +162853,7 @@ char acosp(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -154752,6 +162872,8 @@ char acosp(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 $as_echo_n "checking for acosp in -lsunmath... " >&6; } @@ -154784,6 +162906,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -154808,6 +162931,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -154836,6 +162961,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_sunmath_acosp=no fi @@ -154998,6 +163124,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -155028,6 +163156,7 @@ printf %s "checking for sgemm_ in -lsunperf... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -155052,6 +163181,8 @@ printf %s "checking for sgemm_ in -lsunperf... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sunmath_acosp=no fi @@ -155077,6 +163208,7 @@ $as_echo_n "checking for sgemm_ in -lsunperf... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155115,6 +163247,8 @@ $as_echo_n "checking for sgemm_ in -lsunperf... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsunperf -lsunmath $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -155132,6 +163266,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155166,6 +163301,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -155204,6 +163341,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -155228,6 +163366,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sunmath_acosp=no fi @@ -155249,6 +163389,7 @@ $as_echo_n "checking for sgemm_ in -lsunperf... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155332,6 +163473,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -155370,6 +163513,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -155474,6 +163618,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -155503,6 +163649,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -155527,6 +163674,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sunperf_sgemm_=no fi @@ -155543,6 +163692,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155581,6 +163731,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -155602,6 +163754,7 @@ if test "x$ac_cv_lib_sunperf_sgemm_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -155682,6 +163835,11 @@ if test "x$ac_cv_lib_sunperf_sgemm_" = xyes; then : >>>>>>> 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 blas_ok=yes; BLASLIB="-xlic_lib=sunperf -lsunmath" fi @@ -155713,6 +163871,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 @@ -155745,6 +163904,8 @@ $as_echo_n "checking for sgemm_ in -lblas... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 printf %s "checking for sgemm_ in -lblas... " >&6; } @@ -155764,6 +163925,7 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155794,6 +163956,8 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lblas $LIBS" @@ -155809,6 +163973,7 @@ LIBS="-lblas $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155868,6 +164033,8 @@ LIBS="-lblas $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -155909,6 +164076,7 @@ char sgemm_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -155927,6 +164095,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 $as_echo_n "checking for sgemm_ in -lblas... " >&6; } @@ -155959,6 +164129,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -155983,6 +164154,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -156011,6 +164184,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_blas_sgemm_=no fi @@ -156164,6 +164338,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -156193,6 +164369,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -156217,6 +164394,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_sgemm_=no fi @@ -156233,6 +164412,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -156271,6 +164451,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -156292,6 +164474,7 @@ if test "x$ac_cv_lib_blas_sgemm_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -156372,6 +164555,11 @@ if test "x$ac_cv_lib_blas_sgemm_" = xyes; then : >>>>>>> 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 blas_ok=yes; BLASLIB="-lblas" fi @@ -156379,6 +164567,7 @@ fi fi if test $blas_ok = yes; then +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) <<<<<<< HEAD <<<<<<< HEAD @@ -156395,6 +164584,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -156433,6 +164623,8 @@ $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBBLAS 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h @@ -156449,6 +164641,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)) @@ -156522,8 +164715,12 @@ $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -fi fi # $USE_BLAS @@ -156534,6 +164731,12 @@ fi # $USE_BLAS # Enable LAPACK option +<<<<<<< HEAD +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use LAPACK(E)" >&5 +printf %s "checking whether to use LAPACK(E)... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_lapack" >&5 +printf "%s\n" "$with_lapack" >&6; } +======= <<<<<<< HEAD <<<<<<< HEAD @@ -156554,6 +164757,7 @@ fi # $USE_BLAS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -156600,6 +164804,8 @@ fi # $USE_BLAS >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -156621,6 +164827,7 @@ echo "$ac_t"""$with_lapack"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -156690,6 +164897,11 @@ echo "$ac_t"""$with_lapack"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -156709,6 +164921,7 @@ $as_echo "\"$with_lapack\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -156797,6 +165010,11 @@ $as_echo "\"$with_lapack\"" >&6; } ======= >>>>>>> 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 case "$with_lapack" in "no") USE_LAPACK= ;; "yes") USE_LAPACK="1" ;; @@ -156804,11 +165022,33 @@ case "$with_lapack" in esac +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) LAPACKLIB= LAPACKINC= +USE_LAPACK= +LAPACK_PKGS="lapacke openblas" +LAPACK_PKG= + +case "$with_lapack" in + no) + ;; + yes) + USE_LAPACK=1 + ;; + *) + USE_LAPACK=1 + LAPACK_PKG="$with_lapack" + ;; +esac # LAPACK is useless without BLAS +<<<<<<< HEAD +if test -z "$USE_BLAS" && test -n "$USE_LAPACK"; then + USE_LAPACK= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: LAPACK is disabled, BLAS configuration is missing" >&5 +printf "%s\n" "$as_me: WARNING: LAPACK is disabled, BLAS configuration is missing" >&2;} +======= if test -n "$USE_BLAS"; then if test -n "$USE_LAPACK"; then @@ -156838,6 +165078,7 @@ lapack_ok=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK includes" >&5 @@ -156886,6 +165127,8 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -156904,6 +165147,7 @@ echo "configure:11709: checking for location of LAPACK includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -156929,6 +165173,8 @@ echo "configure:11709: checking for location of LAPACK includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -156944,6 +165190,7 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -156969,6 +165216,8 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -156984,6 +165233,7 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -157028,6 +165278,8 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -157048,6 +165300,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_includes" >&5 $as_echo "$with_lapack_includes" >&6; } ======= @@ -157087,6 +165340,8 @@ $as_echo "$with_lapack_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_lapack_includes" >&5 printf "%s\n" "$with_lapack_includes" >&6; } ======= @@ -157105,6 +165360,7 @@ $as_echo "$with_lapack_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -157130,6 +165386,8 @@ $as_echo "$with_lapack_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -157145,6 +165403,7 @@ $as_echo "$with_lapack_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -157183,6 +165442,8 @@ $as_echo "$with_lapack_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_lapack_includes" ; then for dir in $with_lapack_includes; do @@ -157192,8 +165453,10 @@ if test -n "$with_lapack_includes" ; then as_fn_error $? "*** LAPACK includes directory $dir does not exist." "$LINENO" 5 fi done +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) fi +if test -n "$USE_BLAS" && test -n "$USE_LAPACK"; then <<<<<<< HEAD <<<<<<< HEAD @@ -157214,6 +165477,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK library" >&5 @@ -157262,6 +165526,15 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + lapack_ok=no +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> 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; } ======= @@ -157280,6 +165553,7 @@ echo "configure:11729: checking for location of LAPACK library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -157305,6 +165579,8 @@ echo "configure:11729: checking for location of LAPACK library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -157320,6 +165596,7 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -157345,6 +165622,8 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -157360,6 +165639,7 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -157404,6 +165684,8 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -157424,6 +165706,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 $as_echo "$with_lapack_libs" >&6; } ======= @@ -157466,6 +165749,13 @@ $as_echo "$with_lapack_libs" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 printf "%s\n" "$with_lapack_libs" >&6; } ======= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 +printf "%s\n" "$with_lapack_libs" >&6; } +<<<<<<< HEAD +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 $as_echo "$with_lapack_libs" >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -157481,6 +165771,7 @@ $as_echo "$with_lapack_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -157506,6 +165797,10 @@ $as_echo "$with_lapack_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> bc7152a288 (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)) @@ -157521,6 +165816,7 @@ $as_echo "$with_lapack_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -157558,19 +165854,38 @@ $as_echo "$with_lapack_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main -if test -n "$with_lapack_libs"; then - for dir in $with_lapack_libs; do - if test -d "$dir"; then - LAPACKLIB="$LAPACKLIB -L$dir" - else - as_fn_error $? "*** LAPACK library directory $dir does not exist." "$LINENO" 5 - fi - done -fi + for lapack_chk in ${LAPACK_PKGS} + do + if ! ${PKG_CONFIG} --exists ${lapack_chk} ; then + continue + else + LAPACK_PKG=${lapack_chk} + break + fi + done + + if test -z "$LAPACK_PKG" ; then + as_fn_error $? "*** Unable to locate LAPACK(E) pkg-conf package(s) + \"$LAPACK_PKGS\". Perhaps you need to set PKG_CONFIG_PATH." "$LINENO" 5 + fi +<<<<<<< HEAD + LAPACKLIB=`${PKG_CONFIG} --libs ${LAPACK_PKG}` + LAPACKINC=`${PKG_CONFIG} --cflags ${LAPACK_PKG}` + save_CFLAGS="$CFLAGS"; CFLAGS="$LAPACKINC $CFLAGS" + save_LIBS="$LIBS"; LIBS="$LAPACKLIB" + + for ac_header in lapacke.h +do : + ac_fn_c_check_header_compile "$LINENO" "lapacke.h" "ac_cv_header_lapacke_h" "$ac_includes_default" +if test "x$ac_cv_header_lapacke_h" = xyes +======= # See if clapack.h exists (ATLAS) save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$LAPACKINC $CPPFLAGS" @@ -157593,6 +165908,7 @@ CPPFLAGS="$LAPACKINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main for ac_header in clapack.h @@ -157647,11 +165963,21 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) then : - printf "%s\n" "#define HAVE_CLAPACK_H 1" >>confdefs.h + printf "%s\n" "#define HAVE_LAPACKE_H 1" >>confdefs.h +<<<<<<< HEAD +======= +<<<<<<< HEAD +else $as_nop + as_fn_error $? "*** Unable to find \"lapacke.h\" with \"$CFLAGS\"." "$LINENO" 5 +======= +>>>>>>> osgeo-main ======= for ac_hdr in clapack.h do @@ -157677,6 +166003,30 @@ else rm -rf conftest* eval "ac_cv_header_$ac_safe=no" >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +<<<<<<< HEAD +======= +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +fi +======= +for ac_header in clapack.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "clapack.h" "ac_cv_header_clapack_h" "$ac_includes_default" +if test "x$ac_cv_header_clapack_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_CLAPACK_H 1 +_ACEOF + +======= +for ac_header in clapack.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "clapack.h" "ac_cv_header_clapack_h" "$ac_includes_default" +if test "x$ac_cv_header_clapack_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_CLAPACK_H 1 +_ACEOF + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ======= for ac_header in clapack.h @@ -157788,8 +166138,27 @@ fi done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -CPPFLAGS="$save_CPPFLAGS" +done +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) + +done +<<<<<<< HEAD + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for linking to LAPACK(E)" >&5 +printf %s "checking for linking to LAPACK(E)... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +char LAPACKE_dgesv(); +int +main (void) +{ +return LAPACKE_dgesv(); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +======= # LAPACK linked to by default? if test lapack_ok=no; then save_LIBS="$LIBS"; LIBS="$LIBS $BLASLIB $MATHLIB $FLIBS" @@ -157813,6 +166182,7 @@ if test lapack_ok=no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" @@ -157860,9 +166230,12 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) then : ======= echo $ac_n "checking for dsegv_""... $ac_c" 1>&6 @@ -157918,6 +166291,7 @@ if eval "test \"`echo '$ac_cv_func_'dsegv_`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -157942,6 +166316,8 @@ if eval "test \"`echo '$ac_cv_func_'dsegv_`\" = yes"; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes; then : @@ -157958,6 +166334,7 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -157982,6 +166359,8 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes; then : @@ -157998,6 +166377,7 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158041,8 +166421,15 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main lapack_ok=yes +<<<<<<< HEAD +else $as_nop + + as_fn_error $? "*** Unable to link to LAPACK(E) library with \"$LIBS\"." "$LINENO" 5 +======= fi LIBS="$save_LIBS" @@ -158072,6 +166459,7 @@ if test $lapack_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for desgv_ in -llapack" >&5 @@ -158104,6 +166492,8 @@ $as_echo_n "checking for desgv_ in -llapack... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for desgv_ in -llapack" >&5 printf %s "checking for desgv_ in -llapack... " >&6; } @@ -158123,6 +166513,7 @@ ac_lib_var=`echo lapack'_'desgv_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158153,6 +166544,8 @@ ac_lib_var=`echo lapack'_'desgv_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-llapack $FLIBS $LIBS" @@ -158168,6 +166561,7 @@ LIBS="-llapack $FLIBS $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158227,6 +166621,8 @@ LIBS="-llapack $FLIBS $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -158268,6 +166664,7 @@ char desgv_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -158286,6 +166683,8 @@ char desgv_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for desgv_ in -llapack" >&5 $as_echo_n "checking for desgv_ in -llapack... " >&6; } @@ -158318,6 +166717,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -158342,6 +166742,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -158370,6 +166772,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_lapack_desgv_=no fi @@ -158523,15 +166926,25 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=no" >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +<<<<<<< HEAD +======= +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +>>>>>>> osgeo-main fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext +<<<<<<< HEAD + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LAPACK_PKG" >&5 +printf "%s\n" "$LAPACK_PKG" >&6; } +======= LIBS=$ac_check_lib_save_LIBS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lapack_desgv_" >&5 printf "%s\n" "$ac_cv_lib_lapack_desgv_" >&6; } @@ -158552,6 +166965,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -158576,6 +166990,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_lapack_desgv_=no fi @@ -158592,6 +167008,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158630,6 +167047,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -158651,6 +167070,7 @@ if test "x$ac_cv_lib_lapack_desgv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -158731,10 +167151,20 @@ if test "x$ac_cv_lib_lapack_desgv_" = xyes; then : >>>>>>> 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 lapack_ok=yes; LAPACKLIB="-llapack" fi +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" +======= LIBS="$save_LIBS" LDFLAGS="$save_LDFLAGS" fi @@ -158766,6 +167196,7 @@ LDFLAGS="$LAPACKLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 @@ -158799,6 +167230,8 @@ $as_echo_n "checking for dgesv_ in -llapack... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 printf %s "checking for dgesv_ in -llapack... " >&6; } ======= @@ -158817,6 +167250,7 @@ ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158847,6 +167281,8 @@ ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-llapack $BLASLIB $MATHLIB $LIBS" @@ -158862,6 +167298,7 @@ LIBS="-llapack $BLASLIB $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158921,6 +167358,8 @@ LIBS="-llapack $BLASLIB $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -158962,6 +167401,7 @@ char dgesv_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -158981,6 +167421,8 @@ char dgesv_(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 $as_echo_n "checking for dgesv_ in -llapack... " >&6; } @@ -159012,6 +167454,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -159036,6 +167479,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -159064,6 +167509,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_lapack_dgesv_=no fi @@ -159217,6 +167663,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -159287,6 +167735,7 @@ char dgesv_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -159305,6 +167754,8 @@ char dgesv_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_lapack_dgesv_=no fi @@ -159324,6 +167775,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -159371,6 +167823,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -159388,6 +167842,7 @@ if test "x$ac_cv_lib_lapack_dgesv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -159403,6 +167858,8 @@ if test "x$ac_cv_lib_lapack_dgesv_" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 @@ -159422,6 +167879,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -159480,6 +167938,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 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 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -159509,6 +167972,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -159628,6 +168092,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -159659,6 +168125,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -159683,6 +168150,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_lapack_dgesv_=no fi @@ -159699,6 +168168,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -159737,6 +168207,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -159760,6 +168232,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -159841,6 +168314,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -159862,6 +168340,7 @@ fi LDFLAGS=${ac_save_ldflags} fi +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) <<<<<<< HEAD @@ -159879,6 +168358,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h ======= <<<<<<< HEAD @@ -159917,6 +168397,8 @@ $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBLAPACK 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h @@ -159933,6 +168415,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)) @@ -160006,10 +168489,14 @@ $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +$as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -fi # $USE_LAPACK -fi # $USE_BLAS +fi # $USE_BLAS $USE_LAPACK @@ -160197,6 +168684,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -160243,6 +168731,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -160264,6 +168754,7 @@ echo "$ac_t"""$with_cairo"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -160333,6 +168824,11 @@ echo "$ac_t"""$with_cairo"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -160352,6 +168848,7 @@ $as_echo "\"$with_cairo\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -160440,6 +168937,11 @@ $as_echo "\"$with_cairo\"" >&6; } ======= >>>>>>> 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 case "$with_cairo" in "no") USE_CAIRO= ;; "yes") USE_CAIRO="1" ;; @@ -160488,6 +168990,7 @@ CAIROINC=`$PKG_CONFIG --cflags $cairo` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo includes" >&5 @@ -160536,6 +169039,8 @@ $as_echo_n "checking for location of cairo includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -160554,6 +169059,7 @@ echo "configure:12038: checking for location of cairo includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -160579,6 +169085,8 @@ echo "configure:12038: checking for location of cairo includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -160594,6 +169102,7 @@ $as_echo_n "checking for location of cairo includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -160619,6 +169128,8 @@ $as_echo_n "checking for location of cairo includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -160634,6 +169145,7 @@ $as_echo_n "checking for location of cairo includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -160678,6 +169190,8 @@ $as_echo_n "checking for location of cairo includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -160698,6 +169212,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_includes" >&5 $as_echo "$with_cairo_includes" >&6; } ======= @@ -160737,6 +169252,8 @@ $as_echo "$with_cairo_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_cairo_includes" >&5 printf "%s\n" "$with_cairo_includes" >&6; } ======= @@ -160755,6 +169272,7 @@ $as_echo "$with_cairo_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -160780,6 +169298,8 @@ $as_echo "$with_cairo_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -160795,6 +169315,7 @@ $as_echo "$with_cairo_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -160833,6 +169354,8 @@ $as_echo "$with_cairo_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_cairo_includes" ; then for dir in $with_cairo_includes; do @@ -160867,6 +169390,7 @@ CPPFLAGS="$CAIROINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -160912,6 +169436,8 @@ CPPFLAGS="$CAIROINC $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in cairo.h do : @@ -160941,6 +169467,7 @@ echo "configure:12064: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -161010,6 +169537,11 @@ echo "configure:12064: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -161032,6 +169564,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -161063,6 +169596,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -161075,6 +169610,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -161116,6 +169652,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -161146,6 +169684,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -161176,6 +169715,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -161205,6 +169746,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -161317,6 +169859,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -161346,6 +169890,7 @@ CAIROLIB=`$PKG_CONFIG --libs $cairo` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo library" >&5 @@ -161394,6 +169939,8 @@ $as_echo_n "checking for location of cairo library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -161412,6 +169959,7 @@ echo "configure:12108: checking for location of cairo library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -161437,6 +169985,8 @@ echo "configure:12108: checking for location of cairo library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -161452,6 +170002,7 @@ $as_echo_n "checking for location of cairo library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -161477,6 +170028,8 @@ $as_echo_n "checking for location of cairo library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -161492,6 +170045,7 @@ $as_echo_n "checking for location of cairo library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -161536,6 +170090,8 @@ $as_echo_n "checking for location of cairo library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -161556,6 +170112,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_libs" >&5 $as_echo "$with_cairo_libs" >&6; } ======= @@ -161595,6 +170152,8 @@ $as_echo "$with_cairo_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_cairo_libs" >&5 printf "%s\n" "$with_cairo_libs" >&6; } ======= @@ -161613,6 +170172,7 @@ $as_echo "$with_cairo_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -161638,6 +170198,8 @@ $as_echo "$with_cairo_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -161653,6 +170215,7 @@ $as_echo "$with_cairo_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -161691,6 +170254,8 @@ $as_echo "$with_cairo_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_cairo_libs"; then for dir in $with_cairo_libs; do @@ -161722,6 +170287,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cairo linking flags" >&5 @@ -161770,6 +170336,8 @@ $as_echo_n "checking for cairo linking flags... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cairo linking flags" >&5 printf %s "checking for cairo linking flags... " >&6; } ======= @@ -161788,6 +170356,7 @@ echo "configure:12128: checking for cairo linking flags" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -161813,6 +170382,8 @@ echo "configure:12128: checking for cairo linking flags" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -161828,6 +170399,7 @@ $as_echo_n "checking for cairo linking flags... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -161853,6 +170425,8 @@ $as_echo_n "checking for cairo linking flags... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -161868,6 +170442,7 @@ $as_echo_n "checking for cairo linking flags... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -161912,6 +170487,8 @@ $as_echo_n "checking for cairo linking flags... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -161932,6 +170509,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_ldflags" >&5 $as_echo "$with_cairo_ldflags" >&6; } ======= @@ -161971,6 +170549,8 @@ $as_echo "$with_cairo_ldflags" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_cairo_ldflags" >&5 printf "%s\n" "$with_cairo_ldflags" >&6; } ======= @@ -161989,6 +170569,7 @@ $as_echo "$with_cairo_ldflags" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -162014,6 +170595,8 @@ $as_echo "$with_cairo_ldflags" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -162029,6 +170612,7 @@ $as_echo "$with_cairo_ldflags" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162067,6 +170651,8 @@ $as_echo "$with_cairo_ldflags" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CAIROLIB="$CAIROLIB $with_cairo_ldflags" @@ -162094,6 +170680,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "cairo_create" "ac_cv_func_cairo_create" @@ -162146,6 +170733,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -162216,6 +170805,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -162241,6 +170831,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 : @@ -162260,6 +170852,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162298,6 +170891,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate cairo_create." "$LINENO" 5 @@ -162332,6 +170927,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_create_with_xrender_format" "ac_cv_func_cairo_xlib_surface_create_with_xrender_format" @@ -162384,6 +170980,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -162454,6 +171052,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -162479,6 +171078,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 : @@ -162498,6 +171099,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162536,6 +171138,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CAIRO_HAS_XRENDER= @@ -162569,6 +171173,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_get_xrender_format" "ac_cv_func_cairo_xlib_surface_get_xrender_format" @@ -162621,6 +171226,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -162691,6 +171298,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -162716,6 +171324,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 : @@ -162735,6 +171345,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162773,6 +171384,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CAIRO_HAS_XRENDER_SURFACE= @@ -162815,6 +171428,7 @@ fi # $USE_CAIRO <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -162861,6 +171475,8 @@ fi # $USE_CAIRO >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -162882,6 +171498,7 @@ echo "$ac_t"""$with_freetype"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -162951,6 +171568,11 @@ echo "$ac_t"""$with_freetype"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -162970,6 +171592,7 @@ $as_echo "\"$with_freetype\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -163058,6 +171681,11 @@ $as_echo "\"$with_freetype\"" >&6; } ======= >>>>>>> 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 case "$with_freetype" in "no") USE_FREETYPE= ;; "yes") USE_FREETYPE="1" ;; @@ -163094,6 +171722,7 @@ FTINC=`$PKG_CONFIG --cflags freetype2` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -163143,6 +171772,8 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -163162,6 +171793,7 @@ echo "configure:12350: checking for location of FreeType includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -163187,6 +171819,8 @@ echo "configure:12350: checking for location of FreeType includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -163203,6 +171837,7 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -163228,6 +171863,8 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -163244,6 +171881,7 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -163288,6 +171926,8 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -163308,6 +171948,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_freetype_includes" >&5 $as_echo "$with_freetype_includes" >&6; } ======= @@ -163347,6 +171988,8 @@ $as_echo "$with_freetype_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_freetype_includes" >&5 printf "%s\n" "$with_freetype_includes" >&6; } ======= @@ -163365,6 +172008,7 @@ $as_echo "$with_freetype_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -163390,6 +172034,8 @@ $as_echo "$with_freetype_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -163405,6 +172051,7 @@ $as_echo "$with_freetype_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -163443,6 +172090,8 @@ $as_echo "$with_freetype_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_freetype_includes" ; then for dir in $with_freetype_includes; do @@ -163477,6 +172126,7 @@ CPPFLAGS="$FTINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -163522,6 +172172,8 @@ CPPFLAGS="$FTINC $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in ft2build.h do : @@ -163551,6 +172203,7 @@ echo "configure:12376: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -163620,6 +172273,11 @@ echo "configure:12376: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -163642,6 +172300,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -163673,6 +172332,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -163685,6 +172346,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -163726,6 +172388,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -163756,6 +172420,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -163786,6 +172451,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -163815,6 +172482,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -163927,6 +172595,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -163955,6 +172625,7 @@ FTLIB=`$PKG_CONFIG --libs freetype2` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -164004,6 +172675,8 @@ $as_echo_n "checking for location of FreeType library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -164023,6 +172696,7 @@ echo "configure:12418: checking for location of FreeType library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -164048,6 +172722,8 @@ echo "configure:12418: checking for location of FreeType library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -164064,6 +172740,7 @@ $as_echo_n "checking for location of FreeType library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -164089,6 +172766,8 @@ $as_echo_n "checking for location of FreeType library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -164105,6 +172784,7 @@ $as_echo_n "checking for location of FreeType library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164149,6 +172829,8 @@ $as_echo_n "checking for location of FreeType library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -164169,6 +172851,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_freetype_libs" >&5 $as_echo "$with_freetype_libs" >&6; } ======= @@ -164208,6 +172891,8 @@ $as_echo "$with_freetype_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_freetype_libs" >&5 printf "%s\n" "$with_freetype_libs" >&6; } ======= @@ -164226,6 +172911,7 @@ $as_echo "$with_freetype_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -164251,6 +172937,8 @@ $as_echo "$with_freetype_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -164266,6 +172954,7 @@ $as_echo "$with_freetype_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164304,6 +172993,8 @@ $as_echo "$with_freetype_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_freetype_libs"; then for dir in $with_freetype_libs; do @@ -164340,6 +173031,7 @@ LDFLAGS="$FTLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5 @@ -164373,6 +173065,8 @@ $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -164391,6 +173085,7 @@ ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164421,6 +173116,8 @@ ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lfreetype $LIBS" @@ -164436,6 +173133,7 @@ LIBS="-lfreetype $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164495,6 +173193,8 @@ LIBS="-lfreetype $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -164536,6 +173236,7 @@ char FT_Init_FreeType(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -164555,6 +173256,8 @@ char FT_Init_FreeType(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $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; } @@ -164586,6 +173289,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -164610,6 +173314,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -164638,6 +173344,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_freetype_FT_Init_FreeType=no fi @@ -164791,6 +173498,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -164822,6 +173531,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -164846,6 +173556,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_freetype_FT_Init_FreeType=no fi @@ -164862,6 +173574,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164900,6 +173613,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -164923,6 +173638,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -165004,6 +173720,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -165046,6 +173767,7 @@ fi # $USE_FREETYPE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -165092,6 +173814,8 @@ fi # $USE_FREETYPE >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -165113,6 +173837,7 @@ echo "$ac_t"""$with_nls"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -165182,6 +173907,11 @@ echo "$ac_t"""$with_nls"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -165201,6 +173931,7 @@ $as_echo "\"$with_nls\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -165289,6 +174020,11 @@ $as_echo "\"$with_nls\"" >&6; } ======= >>>>>>> 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 case "$with_nls" in "no") USE_NLS= ;; "yes") USE_NLS="1" ;; @@ -165317,6 +174053,7 @@ if test -n "${USE_NLS}" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define USE_NLS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -165338,6 +174075,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 @@ -165363,6 +174102,7 @@ echo "configure:12521: checking for gettext" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -165438,6 +174178,8 @@ $as_echo_n "checking for gettext in -lintl... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> main @@ -165519,6 +174262,8 @@ else $as_nop >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5 printf %s "checking for gettext in -lintl... " >&6; } ======= @@ -165537,6 +174282,7 @@ ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -165567,6 +174313,8 @@ ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" @@ -165582,6 +174330,7 @@ LIBS="-lintl $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -165713,6 +174462,8 @@ LIBS="-lintl $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -165754,6 +174505,7 @@ char gettext(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -165773,6 +174525,8 @@ char gettext(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= $as_echo "#define USE_NLS 1" >>confdefs.h @@ -165817,6 +174571,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -165966,6 +174721,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -165997,6 +174754,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -166022,6 +174780,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= $as_echo "#define USE_NLS 1" >>confdefs.h @@ -166071,6 +174831,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166109,6 +174870,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -166132,6 +174895,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -166212,6 +174976,11 @@ else >>>>>>> 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 as_fn_error $? "*** Unable to locate gettext() function." "$LINENO" 5 @@ -166246,6 +175015,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # Enable openDWG option @@ -166295,6 +175065,14 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main # Enable openDWG option @@ -166480,6 +175258,7 @@ echo "$ac_t"""$with_opendwg"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -166505,6 +175284,8 @@ echo "$ac_t"""$with_opendwg"" 1>&6 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Enable openDWG option @@ -166520,6 +175301,7 @@ echo "$ac_t"""$with_opendwg"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -166545,6 +175327,8 @@ echo "$ac_t"""$with_opendwg"" 1>&6 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # Enable openDWG option @@ -166561,6 +175345,7 @@ echo "$ac_t"""$with_opendwg"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166599,6 +175384,8 @@ echo "$ac_t"""$with_opendwg"" 1>&6 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -166618,6 +175405,7 @@ $as_echo "\"$with_opendwg\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -166706,6 +175494,11 @@ $as_echo "\"$with_opendwg\"" >&6; } ======= >>>>>>> 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 case "$with_opendwg" in "no") USE_OPENDWG= ;; "yes") USE_OPENDWG="1" ;; @@ -166742,6 +175535,7 @@ if test -n "${USE_OPENDWG}"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDGW includes" >&5 @@ -166790,6 +175584,8 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -166808,6 +175604,7 @@ echo "configure:12795: checking for location of openDGW includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -166833,6 +175630,8 @@ echo "configure:12795: checking for location of openDGW includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -166848,6 +175647,7 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -166873,6 +175673,8 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -166888,6 +175690,7 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166932,6 +175735,8 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -166952,6 +175757,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_includes" >&5 $as_echo "$with_opendwg_includes" >&6; } ======= @@ -166991,6 +175797,8 @@ $as_echo "$with_opendwg_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_includes" >&5 printf "%s\n" "$with_opendwg_includes" >&6; } ======= @@ -167009,6 +175817,7 @@ $as_echo "$with_opendwg_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -167034,6 +175843,8 @@ $as_echo "$with_opendwg_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -167049,6 +175860,7 @@ $as_echo "$with_opendwg_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167087,6 +175899,8 @@ $as_echo "$with_opendwg_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opendwg_includes" ; then for dir in $with_opendwg_includes; do @@ -167121,6 +175935,7 @@ CPPFLAGS="$OPENDWGINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -167166,6 +175981,8 @@ CPPFLAGS="$OPENDWGINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in ad2.h do : @@ -167195,6 +176012,7 @@ echo "configure:12821: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -167264,6 +176082,11 @@ echo "configure:12821: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -167286,6 +176109,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -167317,6 +176141,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -167329,6 +176155,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -167370,6 +176197,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -167400,6 +176229,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167430,6 +176260,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -167459,6 +176291,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -167571,6 +176404,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -167598,6 +176433,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDWG library" >&5 @@ -167646,6 +176482,8 @@ $as_echo_n "checking for location of openDWG library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -167664,6 +176502,7 @@ echo "configure:12863: checking for location of openDWG library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -167689,6 +176528,8 @@ echo "configure:12863: checking for location of openDWG library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -167704,6 +176545,7 @@ $as_echo_n "checking for location of openDWG library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -167729,6 +176571,8 @@ $as_echo_n "checking for location of openDWG library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -167744,6 +176588,7 @@ $as_echo_n "checking for location of openDWG library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167788,6 +176633,8 @@ $as_echo_n "checking for location of openDWG library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -167808,6 +176655,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_libs" >&5 $as_echo "$with_opendwg_libs" >&6; } ======= @@ -167847,6 +176695,8 @@ $as_echo "$with_opendwg_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_libs" >&5 printf "%s\n" "$with_opendwg_libs" >&6; } ======= @@ -167865,6 +176715,7 @@ $as_echo "$with_opendwg_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -167890,6 +176741,8 @@ $as_echo "$with_opendwg_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -167905,6 +176758,7 @@ $as_echo "$with_opendwg_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167943,6 +176797,8 @@ $as_echo "$with_opendwg_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opendwg_libs"; then for dir in $with_opendwg_libs; do @@ -167973,6 +176829,7 @@ fi # $USE_OPENDWG # Done checking OPENDWG +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) # Enable pthread option @@ -167995,6 +176852,7 @@ fi # $USE_OPENDWG <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -168041,6 +176899,8 @@ fi # $USE_OPENDWG >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -168062,6 +176922,7 @@ echo "$ac_t"""$with_pthread"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -168131,6 +176992,11 @@ echo "$ac_t"""$with_pthread"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -168150,6 +177016,7 @@ $as_echo "\"$with_pthread\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -168238,6 +177105,11 @@ $as_echo "\"$with_pthread\"" >&6; } ======= >>>>>>> 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 case "$with_pthread" in "no") USE_PTHREAD= ;; "yes") USE_PTHREAD="1" ;; @@ -168274,6 +177146,7 @@ if test -n "$USE_PTHREAD"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads includes" >&5 @@ -168322,6 +177195,8 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -168340,6 +177215,7 @@ echo "configure:12924: checking for location of POSIX threads includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -168365,6 +177241,8 @@ echo "configure:12924: checking for location of POSIX threads includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -168380,6 +177258,7 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -168405,6 +177284,8 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -168420,6 +177301,7 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168464,6 +177346,8 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -168484,6 +177368,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pthread_includes" >&5 $as_echo "$with_pthread_includes" >&6; } ======= @@ -168523,6 +177408,8 @@ $as_echo "$with_pthread_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_pthread_includes" >&5 printf "%s\n" "$with_pthread_includes" >&6; } ======= @@ -168541,6 +177428,7 @@ $as_echo "$with_pthread_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -168566,6 +177454,8 @@ $as_echo "$with_pthread_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -168581,6 +177471,7 @@ $as_echo "$with_pthread_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168619,6 +177510,8 @@ $as_echo "$with_pthread_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_pthread_includes" ; then for dir in $with_pthread_includes; do @@ -168653,6 +177546,7 @@ CPPFLAGS="$PTHREADINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -168698,6 +177592,8 @@ CPPFLAGS="$PTHREADINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in pthread.h do : @@ -168727,6 +177623,7 @@ echo "configure:12950: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -168796,6 +177693,11 @@ echo "configure:12950: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -168818,6 +177720,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -168849,6 +177752,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -168861,6 +177766,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -168902,6 +177808,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -168932,6 +177840,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168962,6 +177871,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -168991,6 +177902,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -169103,6 +178015,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -169130,6 +178044,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads library" >&5 @@ -169178,6 +178093,8 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -169196,6 +178113,7 @@ echo "configure:12992: checking for location of POSIX threads library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -169221,6 +178139,8 @@ echo "configure:12992: checking for location of POSIX threads library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -169236,6 +178156,7 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -169261,6 +178182,8 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -169276,6 +178199,7 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -169320,6 +178244,8 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -169340,6 +178266,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pthread_libs" >&5 $as_echo "$with_pthread_libs" >&6; } ======= @@ -169379,6 +178306,8 @@ $as_echo "$with_pthread_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_pthread_libs" >&5 printf "%s\n" "$with_pthread_libs" >&6; } ======= @@ -169397,6 +178326,7 @@ $as_echo "$with_pthread_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -169422,6 +178352,8 @@ $as_echo "$with_pthread_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -169437,6 +178369,7 @@ $as_echo "$with_pthread_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -169475,6 +178408,8 @@ $as_echo "$with_pthread_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_pthread_libs"; then for dir in $with_pthread_libs; do @@ -169511,6 +178446,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create" @@ -169560,6 +178496,8 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 : @@ -169619,6 +178557,7 @@ if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -169644,6 +178583,8 @@ if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 : @@ -169660,6 +178601,7 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -169685,6 +178627,8 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 : @@ -169701,6 +178645,7 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -169744,6 +178689,8 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main PTHREADLIB="$PTHREADLIB " @@ -169768,6 +178715,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -169849,6 +178797,11 @@ else ======= >>>>>>> 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 ac_save_ldflags="$LDFLAGS" @@ -169874,6 +178827,7 @@ LDFLAGS="$PTHREADLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 @@ -169907,6 +178861,8 @@ $as_echo_n "checking for pthread_create in -lpthread... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -169925,6 +178881,7 @@ ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -169955,6 +178912,8 @@ ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" @@ -169970,6 +178929,7 @@ LIBS="-lpthread $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -170029,6 +178989,8 @@ LIBS="-lpthread $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -170070,6 +179032,7 @@ char pthread_create(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -170089,6 +179052,8 @@ char pthread_create(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } @@ -170120,6 +179085,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -170144,6 +179110,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -170172,6 +179140,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pthread_pthread_create=no fi @@ -170325,6 +179294,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -170356,6 +179327,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -170380,6 +179352,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_pthread_pthread_create=no fi @@ -170396,6 +179370,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -170434,6 +179409,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -170457,6 +179434,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -170538,6 +179516,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -170589,6 +179572,7 @@ fi # $USE_PTHREAD <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -170635,6 +179619,8 @@ fi # $USE_PTHREAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -170656,6 +179642,7 @@ echo "$ac_t"""$with_openmp"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -170725,6 +179712,11 @@ echo "$ac_t"""$with_openmp"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -170744,6 +179736,7 @@ $as_echo "\"$with_openmp\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -170832,6 +179825,11 @@ $as_echo "\"$with_openmp\"" >&6; } ======= >>>>>>> 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 case "$with_openmp" in "no") USE_OPENMP= ;; "yes") USE_OPENMP="1" ;; @@ -170869,6 +179867,7 @@ OPENMP_CFLAGS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP includes" >&5 @@ -170917,6 +179916,8 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -170935,6 +179936,7 @@ echo "configure:13158: checking for location of OpenMP includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -170960,6 +179962,8 @@ echo "configure:13158: checking for location of OpenMP includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -170975,6 +179979,7 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -171000,6 +180005,8 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -171015,6 +180022,7 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -171059,6 +180067,8 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -171079,6 +180089,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_openmp_includes" >&5 $as_echo "$with_openmp_includes" >&6; } ======= @@ -171118,6 +180129,8 @@ $as_echo "$with_openmp_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_openmp_includes" >&5 printf "%s\n" "$with_openmp_includes" >&6; } ======= @@ -171136,6 +180149,7 @@ $as_echo "$with_openmp_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -171161,6 +180175,8 @@ $as_echo "$with_openmp_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -171176,6 +180192,7 @@ $as_echo "$with_openmp_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -171214,6 +180231,8 @@ $as_echo "$with_openmp_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_openmp_includes" ; then for dir in $with_openmp_includes; do @@ -171245,6 +180264,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -171271,6 +180291,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; } ======= @@ -171287,6 +180309,7 @@ printf %s "checking for location of OpenMP library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -171347,6 +180370,8 @@ printf %s "checking for location of OpenMP library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 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; } case "$with_openmp_libs" in @@ -171414,6 +180439,7 @@ echo "configure:13230: checking for location of OpenMP library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f6958f78a7 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= ======= @@ -171693,6 +180719,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)) @@ -171714,6 +180742,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -171749,6 +180778,8 @@ esac >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_openmp_libs" >&5 printf "%s\n" "$with_openmp_libs" >&6; } ======= @@ -171767,6 +180798,7 @@ $as_echo "$with_openmp_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -171792,6 +180824,8 @@ $as_echo "$with_openmp_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -171805,6 +180839,7 @@ $as_echo "$with_openmp_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -171838,6 +180873,8 @@ $as_echo "$with_openmp_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_openmp_libs"; then for dir in $with_openmp_libs; do @@ -171879,6 +180916,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -171898,6 +180936,8 @@ ac_save_libs="$LIBS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ac_save_ldflags="$LDFLAGS" LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" @@ -171912,6 +180952,7 @@ LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -171981,6 +181022,8 @@ LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> main @@ -172051,6 +181095,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main() { @@ -172073,6 +181119,7 @@ GOMP_parallel_start(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172130,6 +181177,10 @@ GOMP_parallel_start(); >>>>>>> osgeo-main ======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + <<<<<<< HEAD >>>>>>> osgeo-main ; return 0; } @@ -172149,6 +181200,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)) ======= @@ -172174,6 +181226,8 @@ if { (eval echo configure:13281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ac_save_ldflags="$LDFLAGS" LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" @@ -172205,6 +181259,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172237,6 +181292,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char omp_get_num_threads (); int main () @@ -172261,6 +181318,7 @@ if ac_fn_c_try_link "$LINENO"; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172305,6 +181363,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else ac_cv_lib_omp_omp_get_num_threads=no fi @@ -172327,6 +181387,7 @@ if test "x$ac_cv_lib_omp_omp_get_num_threads" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172360,6 +181421,8 @@ if test "x$ac_cv_lib_omp_omp_get_num_threads" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -172385,6 +181448,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -172427,6 +181491,10 @@ CPPFLAGS=$ac_save_cppflags ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -172471,6 +181539,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -172708,6 +181777,13 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main @@ -172736,6 +181812,7 @@ LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOMP_parallel_start in -lgomp" >&5 @@ -172790,6 +181867,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -172884,6 +181963,7 @@ char GOMP_parallel_start(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -172903,6 +181983,8 @@ char GOMP_parallel_start(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $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; } @@ -172934,6 +182016,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -172958,6 +182041,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -172986,6 +182071,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_gomp_GOMP_parallel_start=no fi @@ -173139,6 +182225,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -173170,6 +182258,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -173194,6 +182283,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_gomp_GOMP_parallel_start=no fi @@ -173210,6 +182301,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -173248,6 +182340,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -173271,6 +182365,7 @@ if test "x$ac_cv_lib_gomp_GOMP_parallel_start" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main OPENMP_LIB="$OPENMP_LIB -lgomp " @@ -173318,6 +182413,9 @@ else ======= OPENMP_LIB="$OPENMP_LIB -lgomp " >>>>>>> osgeo-main +======= + OPENMP_LIB="$OPENMP_LIB -lgomp " +>>>>>>> osgeo-main ======= <<<<<<< HEAD OMPLIB="$OMPLIB -lgomp " @@ -173335,6 +182433,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -173371,6 +182470,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -173386,6 +182487,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -173442,6 +182544,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -173479,6 +182583,7 @@ CFLAGS="${CFLAGS} ${OPENMP_INCPATH} ${OPENMP_LIBPATH} ${OPENMP_LIB}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -173516,6 +182621,8 @@ CFLAGS="${CFLAGS} ${OPENMP_INCPATH} ${OPENMP_LIBPATH} ${OPENMP_LIB}" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -173535,6 +182642,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -173566,6 +182674,8 @@ then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main OPENMP_CFLAGS= @@ -173584,6 +182694,7 @@ if test "${enable_openmp+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -173620,6 +182731,9 @@ if test "${enable_openmp+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main enableval=$enable_openmp; fi @@ -173635,6 +182749,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 @@ -173688,6 +182803,8 @@ fi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main OPENMP_CFLAGS= if test "$enable_openmp" != no; then @@ -173706,6 +182823,7 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= @@ -173760,6 +182878,10 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -173777,6 +182899,7 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -173807,6 +182930,8 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ac_cv_prog_c_openmp='not found' @@ -173889,6 +183014,7 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -173914,6 +183040,8 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= if test "$enable_openmp" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to support OpenMP" >&5 @@ -173933,6 +183061,7 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -173971,6 +183100,8 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -174035,6 +183166,7 @@ $as_echo "$ac_cv_prog_c_openmp" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -174115,6 +183247,11 @@ $as_echo "$ac_cv_prog_c_openmp" >&6; } >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main fi @@ -174165,6 +183302,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -174211,6 +183349,8 @@ fi # enable_openmp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -174232,6 +183372,7 @@ echo "$ac_t"""$with_opencl"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -174301,6 +183442,11 @@ echo "$ac_t"""$with_opencl"" 1>&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -174320,6 +183466,7 @@ $as_echo "\"$with_opencl\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -174408,6 +183555,11 @@ $as_echo "\"$with_opencl\"" >&6; } ======= >>>>>>> 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 case "$with_opencl" in "no") USE_OPENCL= ;; "yes") USE_OPENCL="1" ;; @@ -174444,6 +183596,7 @@ if test -n "$USE_OPENCL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL includes" >&5 @@ -174492,6 +183645,8 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } ======= @@ -174510,6 +183665,7 @@ echo "configure:13418: checking for location of OpenCL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -174535,6 +183691,8 @@ echo "configure:13418: checking for location of OpenCL includes" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -174550,6 +183708,7 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -174575,6 +183734,8 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -174590,6 +183751,7 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -174634,6 +183796,8 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -174654,6 +183818,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opencl_includes" >&5 $as_echo "$with_opencl_includes" >&6; } ======= @@ -174693,6 +183858,8 @@ $as_echo "$with_opencl_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opencl_includes" >&5 printf "%s\n" "$with_opencl_includes" >&6; } ======= @@ -174711,6 +183878,7 @@ $as_echo "$with_opencl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -174736,6 +183904,8 @@ $as_echo "$with_opencl_includes" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -174751,6 +183921,7 @@ $as_echo "$with_opencl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -174789,6 +183960,8 @@ $as_echo "$with_opencl_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opencl_includes" ; then for dir in $with_opencl_includes; do @@ -174824,6 +183997,7 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -174869,6 +184043,8 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in OpenCL/opencl.h do : @@ -174898,6 +184074,7 @@ echo "configure:13445: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -174967,6 +184144,11 @@ echo "configure:13445: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -174989,6 +184171,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -175020,6 +184203,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -175032,6 +184217,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -175073,6 +184259,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -175103,6 +184291,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -175133,6 +184322,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -175162,6 +184353,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -175274,6 +184466,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -175307,6 +184501,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" @@ -175356,6 +184551,8 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes then : @@ -175415,6 +184612,7 @@ if eval "test \"`echo '$ac_cv_func_'clGetPlatformInfo`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -175440,6 +184638,8 @@ if eval "test \"`echo '$ac_cv_func_'clGetPlatformInfo`\" = yes"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : @@ -175456,6 +184656,7 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -175481,6 +184682,8 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : @@ -175497,6 +184700,7 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -175540,6 +184744,8 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main OCLLIB="$OCLLIB -framework OpenCL" @@ -175564,6 +184770,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -175645,6 +184852,11 @@ else ======= >>>>>>> 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 as_fn_error $? "*** Unable to locate OpenCL library." "$LINENO" 5 @@ -175679,6 +184891,7 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -175724,6 +184937,8 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for ac_header in CL/cl.h do : @@ -175753,6 +184968,7 @@ echo "configure:13558: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -175822,6 +185038,11 @@ echo "configure:13558: checking for $ac_hdr" >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -175844,6 +185065,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -175875,6 +185097,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else @@ -175887,6 +185111,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -175928,6 +185153,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 @@ -175958,6 +185185,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -175988,6 +185216,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi ======= @@ -176017,6 +185247,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -176129,6 +185360,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -176154,6 +185387,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -176203,6 +185437,8 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -176223,6 +185459,7 @@ echo "configure:13599: checking for location of OpenCL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -176248,6 +185485,8 @@ echo "configure:13599: checking for location of OpenCL library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -176264,6 +185503,7 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -176289,6 +185529,8 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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; } @@ -176305,6 +185547,7 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -176349,6 +185592,8 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -176369,6 +185614,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opencl_libs" >&5 $as_echo "$with_opencl_libs" >&6; } ======= @@ -176408,6 +185654,8 @@ $as_echo "$with_opencl_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opencl_libs" >&5 printf "%s\n" "$with_opencl_libs" >&6; } ======= @@ -176426,6 +185674,7 @@ $as_echo "$with_opencl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -176451,6 +185700,8 @@ $as_echo "$with_opencl_libs" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -176466,6 +185717,7 @@ $as_echo "$with_opencl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -176504,6 +185756,8 @@ $as_echo "$with_opencl_libs" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test -n "$with_opencl_libs"; then for dir in $with_opencl_libs; do @@ -176539,6 +185793,7 @@ LDFLAGS="$OCLLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5 @@ -176572,6 +185827,8 @@ $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5 printf %s "checking for clGetPlatformInfo in -lOpenCL... " >&6; } ======= @@ -176590,6 +185847,7 @@ ac_lib_var=`echo OpenCL'_'clGetPlatformInfo | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -176620,6 +185878,8 @@ ac_lib_var=`echo OpenCL'_'clGetPlatformInfo | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lOpenCL $LIBS" @@ -176635,6 +185895,7 @@ LIBS="-lOpenCL $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -176694,6 +185955,8 @@ LIBS="-lOpenCL $LIBS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -176735,6 +185998,7 @@ char clGetPlatformInfo(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -176754,6 +186018,8 @@ char clGetPlatformInfo(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; } @@ -176785,6 +186051,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -176809,6 +186076,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. */ @@ -176837,6 +186106,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_OpenCL_clGetPlatformInfo=no fi @@ -176990,6 +186260,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -177021,6 +186293,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177045,6 +186318,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_cv_lib_OpenCL_clGetPlatformInfo=no fi @@ -177061,6 +186336,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -177099,6 +186375,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -177122,6 +186400,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -177203,6 +186482,11 @@ else ======= >>>>>>> 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 LDFLAGS=${ac_save_ldflags} @@ -177247,6 +186531,7 @@ fi # $USE_OPENCL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${enable_largefile+set}" = set; then : ======= <<<<<<< HEAD @@ -177285,6 +186570,8 @@ if test "${enable_largefile+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test ${enable_largefile+y} then : ======= @@ -177302,6 +186589,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)) @@ -177374,6 +186662,11 @@ if test "${enable_largefile+set}" = set; then : ======= if test "${enable_largefile+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +if test "${enable_largefile+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main enableval=$enable_largefile; fi @@ -177405,6 +186698,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 @@ -177452,6 +186746,8 @@ $as_echo_n "checking for special C compiler options needed for large files... " ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -177471,6 +186767,7 @@ echo "configure:13700: checking for special C compiler options needed for large <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177495,6 +186792,8 @@ echo "configure:13700: checking for special C compiler options needed for large >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -177511,6 +186810,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)) ======= @@ -177535,6 +186835,8 @@ $as_echo_n "checking for special C compiler options needed for large files... " >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -177551,6 +186853,7 @@ $as_echo_n "checking for special C compiler options needed for large files... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -177595,6 +186898,8 @@ $as_echo_n "checking for special C compiler options needed for large files... " >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_cv_sys_largefile_CC=no largefile_cc_opt="" @@ -177620,6 +186925,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -177709,6 +187015,11 @@ ac_cv_sys_largefile_CC=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ ======= +>>>>>>> osgeo-main +======= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +======= >>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177750,6 +187062,8 @@ ac_cv_sys_largefile_CC=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -177766,6 +187080,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177790,6 +187105,8 @@ ac_cv_sys_largefile_CC=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -177806,6 +187123,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -177850,6 +187168,8 @@ ac_cv_sys_largefile_CC=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -177879,6 +187199,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int @@ -177927,6 +187248,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) ======= @@ -177945,6 +187268,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177970,6 +187294,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -177985,6 +187311,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -178023,6 +187350,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { ; @@ -178044,6 +187373,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : else @@ -178084,6 +187414,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -178105,6 +187437,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -178136,6 +187469,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_save_CC="${CC-cc}" CC="$CC -n32" @@ -178155,6 +187490,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -178206,6 +187542,9 @@ else ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ; return 0; } EOF if { (eval echo configure:13724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -178222,6 +187561,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)) ======= @@ -178247,6 +187587,8 @@ if { (eval echo configure:13724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -178260,6 +187602,7 @@ if ac_fn_c_try_compile "$LINENO"; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -178279,6 +187622,8 @@ if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else ac_save_CC="${CC-cc}" CC="$CC -n32" @@ -178291,6 +187636,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -178341,6 +187687,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -178382,6 +187731,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -178398,6 +187749,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -178465,6 +187817,10 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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", @@ -178494,6 +187850,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int @@ -178542,6 +187899,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) ======= @@ -178560,6 +187919,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -178585,6 +187945,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -178600,6 +187962,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -178638,6 +188001,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { ; @@ -178659,6 +188024,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32' fi @@ -178706,6 +188072,8 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -178747,6 +188115,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -178772,6 +188141,8 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32' fi @@ -178795,6 +188166,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -178832,6 +188204,8 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if test "$ac_cv_sys_largefile_CC" != no; then CC="$CC$ac_cv_sys_largefile_CC" @@ -178864,6 +188238,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 @@ -178915,6 +188290,8 @@ ac_cv_sys_file_offset_bits=no ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -178943,6 +188320,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -178967,6 +188345,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -178987,6 +188367,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179011,6 +188392,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -179031,6 +188414,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -179075,6 +188459,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -179104,6 +188490,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int @@ -179152,6 +188539,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) ======= @@ -179170,6 +188559,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179195,6 +188585,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -179210,6 +188602,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -179248,6 +188641,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { ; @@ -179269,6 +188664,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : else @@ -179311,6 +188707,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -179342,6 +188740,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179367,6 +188766,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -179385,6 +188786,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179410,6 +188812,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -179428,6 +188832,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -179472,6 +188877,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -179502,6 +188909,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -179551,6 +188959,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) @@ -179571,6 +188981,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179596,6 +189007,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () @@ -179612,6 +189025,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -179650,6 +189064,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { ; @@ -179671,6 +189087,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64 fi @@ -179721,6 +189138,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -179766,6 +189185,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179791,6 +189211,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64 fi @@ -179817,6 +189239,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -179854,6 +189277,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @@ -179883,6 +189308,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 @@ -179934,6 +189360,8 @@ ac_cv_sys_large_files=no ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -179962,6 +189390,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179986,6 +189415,8 @@ ac_cv_sys_large_files=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -180006,6 +189437,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -180030,6 +189462,8 @@ ac_cv_sys_large_files=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -180050,6 +189484,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180094,6 +189529,8 @@ ac_cv_sys_large_files=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -180123,6 +189560,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int @@ -180171,6 +189609,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) ======= @@ -180189,6 +189629,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -180214,6 +189655,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -180229,6 +189672,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180267,6 +189711,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { ; @@ -180288,6 +189734,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : else @@ -180330,6 +189777,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -180361,6 +189810,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -180386,6 +189836,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -180404,6 +189856,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -180429,6 +189882,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -180447,6 +189902,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180491,6 +189947,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -180521,6 +189979,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -180570,6 +190029,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) @@ -180590,6 +190051,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -180615,6 +190077,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () @@ -180631,6 +190095,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180669,6 +190134,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { ; @@ -180690,6 +190157,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1 fi @@ -180740,6 +190208,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -180785,6 +190255,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -180810,6 +190281,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1 fi @@ -180836,6 +190309,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180873,6 +190347,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @@ -180902,6 +190378,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 @@ -180975,6 +190452,8 @@ return !fseeko; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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; } @@ -180996,6 +190475,7 @@ echo "configure:13918: checking for _LARGEFILE_SOURCE value needed for large fil <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -181033,6 +190513,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_cv_sys_largefile_source=no cat > conftest.$ac_ext <>>>>>> main @@ -181077,6 +190560,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include int main () @@ -181093,6 +190578,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -181130,6 +190616,9 @@ return !fseeko; >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> 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; } @@ -181152,6 +190641,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -181172,6 +190662,8 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 @@ -181194,6 +190686,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -181254,6 +190747,8 @@ return !fseeko; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -181273,6 +190768,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -181303,6 +190799,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -181329,6 +190827,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -181360,6 +190859,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ; return 0; } EOF if { (eval echo configure:13929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -181376,6 +190877,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)) ======= @@ -181401,6 +190903,8 @@ if { (eval echo configure:13929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -181435,6 +190939,7 @@ rm -f conftest* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ac_cv_sys_largefile_source=no @@ -181598,6 +191103,8 @@ rm -f conftest* >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) @@ -181618,6 +191125,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -181643,6 +191151,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () @@ -181658,6 +191168,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -181694,6 +191205,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { return !fseeko; ; @@ -181714,6 +191227,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -181764,6 +191278,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_sys_largefile_source=1 @@ -181803,6 +191319,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -181828,6 +191345,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -181854,6 +191373,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -181891,6 +191411,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @@ -181926,6 +191448,7 @@ CFLAGS="$LFS_CFLAGS ${ac_save_cflags}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 @@ -182000,6 +191523,8 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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; } @@ -182020,6 +191545,7 @@ echo "configure:13977: checking for _LARGEFILE_SOURCE value needed for large fil <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -182057,6 +191583,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_cv_sys_largefile_source=no cat > conftest.$ac_ext <>>>>>> main @@ -182101,6 +191630,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include int main () @@ -182117,6 +191648,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -182155,6 +191687,9 @@ return !fseeko; ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -182176,6 +191711,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -182196,6 +191732,8 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 @@ -182218,6 +191756,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -182278,6 +191817,8 @@ return !fseeko; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -182297,6 +191838,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -182327,6 +191869,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -182353,6 +191897,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -182384,6 +191929,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ; return 0; } EOF if { (eval echo configure:13988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -182400,6 +191947,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)) ======= @@ -182425,6 +191973,8 @@ if { (eval echo configure:13988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -182459,6 +192009,7 @@ rm -f conftest* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ac_cv_sys_largefile_source=no @@ -182622,6 +192173,8 @@ rm -f conftest* >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int main (void) @@ -182642,6 +192195,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -182667,6 +192221,8 @@ main () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int main () @@ -182682,6 +192238,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -182718,6 +192275,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { return !fseeko; ; @@ -182738,6 +192297,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -182788,6 +192348,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_sys_largefile_source=1 @@ -182827,6 +192389,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -182852,6 +192415,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -182878,6 +192443,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -182915,6 +192481,8 @@ _ACEOF ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @@ -182948,6 +192516,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 @@ -183017,6 +192586,8 @@ return fseeko && fseeko (stdin, 0, 0); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 printf %s "checking for fseeko... " >&6; } @@ -183051,6 +192622,7 @@ return fseeko && fseeko (stdin, 0, 0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -183075,6 +192647,8 @@ return fseeko && fseeko (stdin, 0, 0); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } @@ -183100,6 +192674,7 @@ return fseeko && fseeko (stdin, 0, 0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -183124,6 +192699,8 @@ return fseeko && fseeko (stdin, 0, 0); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } @@ -183149,6 +192726,7 @@ return fseeko && fseeko (stdin, 0, 0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -183192,6 +192770,8 @@ return fseeko && fseeko (stdin, 0, 0); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -183212,6 +192792,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_func_fseeko=yes fi @@ -183270,6 +192851,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ======= @@ -183313,6 +192896,7 @@ cat > conftest.$ac_ext <>>>>>> main @@ -183391,6 +192975,8 @@ main (void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #include int @@ -183420,6 +193006,9 @@ main () >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -183446,6 +193035,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main #include @@ -183572,6 +193162,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #include int @@ -183584,6 +193176,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -183610,6 +193203,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { /* @@ -183655,6 +193250,7 @@ return !ftello; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -183690,6 +193286,8 @@ return !ftello; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -183705,6 +193303,7 @@ return !ftello; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -183754,6 +193353,8 @@ return !ftello; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ; return 0; @@ -183774,6 +193375,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_largefiles=yes else @@ -183822,6 +193424,8 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -183865,6 +193469,7 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -183890,6 +193495,8 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_largefiles=yes else @@ -183914,6 +193521,7 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -183951,6 +193559,8 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main USE_LARGEFILES=1 @@ -184003,6 +193613,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"` ======= @@ -184041,6 +193652,8 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` ======= @@ -184058,6 +193671,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)) @@ -184130,6 +193744,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)) +>>>>>>> osgeo-main +======= +======= + 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. @@ -184161,6 +193780,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;} ======= @@ -184200,6 +193820,8 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} ======= @@ -184218,6 +193840,7 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -184243,6 +193866,8 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -184258,6 +193883,7 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -184296,6 +193922,8 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL @@ -184333,6 +193961,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 @@ -184371,6 +194000,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : @@ -184389,6 +194020,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)) @@ -184461,6 +194093,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)) +>>>>>>> osgeo-main +======= +======= +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=: @@ -184483,6 +194120,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -184521,6 +194159,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -184537,6 +194177,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -184609,6 +194250,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main case `(set -o) 2>/dev/null` in #( *posix*) : @@ -184634,6 +194280,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -184671,6 +194318,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Reset variables that may have inherited troublesome values from # the environment. @@ -184724,6 +194373,7 @@ if ${PATH_SEPARATOR+false} :; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -184785,6 +194435,10 @@ if ${PATH_SEPARATOR+false} :; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_nl=' ' export as_nl @@ -184840,6 +194494,7 @@ if test "${PATH_SEPARATOR+set}" != set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -184920,6 +194575,11 @@ if test "${PATH_SEPARATOR+set}" != set; then >>>>>>> 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 PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { @@ -184943,6 +194603,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -185025,6 +194686,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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. @@ -185047,6 +194713,7 @@ IFS=" "" $as_nl" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -185128,6 +194795,11 @@ IFS=" "" $as_nl" ======= >>>>>>> 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 # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -185150,6 +194822,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -185189,6 +194862,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; @@ -185212,6 +194887,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -185236,6 +194912,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -185252,6 +194930,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -185289,6 +194968,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main done IFS=$as_save_IFS @@ -185316,6 +194997,7 @@ if test ! -f "$as_myself"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -185352,6 +195034,8 @@ if test ! -f "$as_myself"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 @@ -185370,6 +195054,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -185430,6 +195115,10 @@ fi ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -185470,6 +195159,7 @@ export LANGUAGE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -185551,6 +195241,11 @@ export LANGUAGE ======= >>>>>>> 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 # as_fn_error STATUS ERROR [LINENO LOG_FD] @@ -185577,6 +195272,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -185617,6 +195313,8 @@ as_fn_error () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -185638,6 +195336,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -185662,6 +195361,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -185679,6 +195380,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -185716,6 +195418,8 @@ as_fn_error () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main as_fn_exit $as_status } # as_fn_error @@ -185736,6 +195440,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -185767,6 +195472,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -185784,6 +195491,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -185831,6 +195539,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -185872,6 +195582,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -185903,6 +195614,8 @@ as_unset=as_fn_unset >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -185920,6 +195633,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -185967,6 +195681,8 @@ as_unset=as_fn_unset >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -185988,6 +195704,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 @@ -186026,6 +195743,8 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : ======= @@ -186043,6 +195762,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)) @@ -186115,6 +195835,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)) +>>>>>>> osgeo-main +======= +======= +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 () { @@ -186135,6 +195860,7 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -186173,6 +195899,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -186189,6 +195917,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -186261,6 +195990,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main as_fn_append () { @@ -186288,6 +196022,7 @@ fi # as_fn_append <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : ======= <<<<<<< HEAD @@ -186326,6 +196061,8 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : ======= @@ -186343,6 +196080,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)) @@ -186415,6 +196153,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)) +>>>>>>> osgeo-main +======= +======= +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main eval 'as_fn_arith () { @@ -186435,6 +196178,7 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -186473,6 +196217,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -186489,6 +196235,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -186561,6 +196308,11 @@ else ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main as_fn_arith () { @@ -186607,6 +196359,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X/"$0" | ======= <<<<<<< HEAD @@ -186645,6 +196398,8 @@ $as_echo X/"$0" | >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" X/"$0" | ======= $as_echo X/"$0" | @@ -186661,6 +196416,7 @@ $as_echo X/"$0" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -186733,6 +196489,11 @@ $as_echo X/"$0" | ======= $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo X/"$0" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ @@ -186770,6 +196531,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -186807,6 +196569,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -186825,6 +196589,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -186886,6 +196651,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) @@ -186914,6 +196683,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -186951,6 +196721,8 @@ esac >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -186971,6 +196743,7 @@ as_echo_n='printf %s' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -187032,6 +196805,10 @@ as_echo_n='printf %s' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -187087,6 +196864,7 @@ as_fn_mkdir_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= @@ -187125,6 +196903,8 @@ as_fn_mkdir_p () ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= @@ -187142,6 +196922,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)) @@ -187214,6 +196995,11 @@ as_fn_mkdir_p () ======= *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main *) as_qdir=$as_dir;; esac @@ -187238,6 +197024,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$as_dir" | ======= <<<<<<< HEAD @@ -187276,6 +197063,8 @@ $as_echo X"$as_dir" | >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" X"$as_dir" | ======= $as_echo X"$as_dir" | @@ -187292,6 +197081,7 @@ $as_echo X"$as_dir" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -187364,6 +197154,11 @@ $as_echo X"$as_dir" | ======= $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo X"$as_dir" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ @@ -187442,6 +197237,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 @@ -187480,6 +197276,8 @@ generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main generated by GNU Autoconf 2.71. Invocation command line was ======= generated by GNU Autoconf 2.69. Invocation command line was @@ -187496,6 +197294,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)) @@ -187568,6 +197367,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)) +>>>>>>> osgeo-main +======= +======= +generated by GNU Autoconf 2.69. Invocation command line was +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main CONFIG_FILES = $CONFIG_FILES @@ -187641,6 +197445,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -187678,6 +197483,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -187701,6 +197508,7 @@ Copyright (C) 2021 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -187762,6 +197570,10 @@ Copyright (C) 2021 Free Software Foundation, Inc. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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="\\ @@ -187785,6 +197597,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -187866,6 +197679,11 @@ Copyright (C) 2012 Free Software Foundation, Inc. ======= >>>>>>> 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 This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -187917,6 +197735,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) @@ -187957,6 +197776,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) @@ -187978,6 +197799,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -188002,6 +197824,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) @@ -188019,6 +197843,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -188056,6 +197881,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --debug | --debu | --deb | --de | --d | -d ) debug=: ;; @@ -188076,6 +197903,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -188114,6 +197942,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -188131,6 +197961,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188203,6 +198034,11 @@ do ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + *\'*) 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 @@ -188225,6 +198061,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -188263,6 +198100,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -188280,6 +198119,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188352,6 +198192,11 @@ do ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + *\'*) 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'" @@ -188375,6 +198220,7 @@ Try \`$0 --help' for more information.";; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$ac_cs_usage"; exit ;; ======= @@ -188413,6 +198259,8 @@ Try \`$0 --help' for more information.";; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$ac_cs_usage"; exit ;; ======= @@ -188430,6 +198278,7 @@ Try \`$0 --help' for more information.";; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_cs_usage"; exit ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188502,6 +198351,11 @@ Try \`$0 --help' for more information.";; ======= $as_echo "$ac_cs_usage"; exit ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + $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) @@ -188544,6 +198398,7 @@ if \$ac_cs_recheck; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 ======= @@ -188582,6 +198437,8 @@ if \$ac_cs_recheck; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 ======= @@ -188599,6 +198456,7 @@ if \$ac_cs_recheck; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188671,6 +198529,11 @@ if \$ac_cs_recheck; then ======= \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main CONFIG_SHELL='$SHELL' export CONFIG_SHELL @@ -188699,6 +198562,7 @@ _ASBOX <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$ac_log" ======= @@ -188737,6 +198601,8 @@ _ASBOX ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$ac_log" ======= @@ -188754,6 +198620,7 @@ _ASBOX <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_log" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188827,6 +198694,11 @@ _ASBOX $as_echo "$ac_log" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + $as_echo "$ac_log" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } >&5 _ACEOF @@ -188870,6 +198742,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 @@ -188909,6 +198782,8 @@ if $ac_need_defaults; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers @@ -188928,6 +198803,7 @@ if $ac_need_defaults; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -188952,6 +198828,8 @@ if $ac_need_defaults; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers @@ -188968,6 +198846,7 @@ if $ac_need_defaults; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -189006,6 +198885,8 @@ if $ac_need_defaults; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi # Have a temporary directory for convenience. Make it in the build tree @@ -189355,6 +199236,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ======= @@ -189393,6 +199275,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ======= @@ -189410,6 +199294,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)) @@ -189482,6 +199367,11 @@ do ======= case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 @@ -189505,6 +199395,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -189541,6 +199432,8 @@ do ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' @@ -189561,6 +199454,7 @@ printf "%s\n" "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -189621,6 +199515,10 @@ printf "%s\n" "$as_me: creating $ac_file" >&6;} ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' @@ -189643,6 +199541,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -189723,6 +199622,11 @@ $as_echo "$as_me: creating $ac_file" >&6;} >>>>>>> 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 fi # Neutralize special characters interpreted by sed in replacement strings. @@ -189742,6 +199646,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_sed_conf_input=`$as_echo "$configure_input" | ======= @@ -189780,6 +199685,8 @@ $as_echo "$as_me: creating $ac_file" >&6;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_sed_conf_input=`printf "%s\n" "$configure_input" | ======= @@ -189797,6 +199704,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)) @@ -189869,6 +199777,11 @@ $as_echo "$as_me: creating $ac_file" >&6;} ======= ac_sed_conf_input=`$as_echo "$configure_input" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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;; @@ -189901,6 +199814,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$ac_file" | ======= <<<<<<< HEAD @@ -189939,6 +199853,8 @@ $as_echo X"$ac_file" | >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" X"$ac_file" | ======= $as_echo X"$ac_file" | @@ -189955,6 +199871,7 @@ $as_echo X"$ac_file" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$ac_file" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -190027,6 +199944,11 @@ $as_echo X"$ac_file" | ======= $as_echo X"$ac_file" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +$as_echo X"$ac_file" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ @@ -190065,6 +199987,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. @@ -190105,6 +200028,8 @@ case "$ac_dir" in ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -190126,6 +200051,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -190150,6 +200076,8 @@ case "$ac_dir" in >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -190167,6 +200095,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -190204,6 +200133,8 @@ case "$ac_dir" in ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; @@ -190275,6 +200206,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;} @@ -190314,6 +200246,8 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} @@ -190333,6 +200267,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)) ======= @@ -190357,6 +200292,8 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} @@ -190373,6 +200310,7 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -190411,6 +200349,8 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' @@ -190467,6 +200407,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 @@ -190507,6 +200448,8 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 @@ -190528,6 +200471,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)) ======= @@ -190552,6 +200496,8 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -190569,6 +200515,7 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -190607,6 +200554,8 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" @@ -190636,6 +200585,7 @@ which seems to be undefined. Please make sure it is defined" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "/* $configure_input */" \ ======= @@ -190674,6 +200624,8 @@ which seems to be undefined. Please make sure it is defined" >&2;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "/* $configure_input */" >&1 \ ======= @@ -190691,6 +200643,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)) @@ -190763,6 +200716,11 @@ which seems to be undefined. Please make sure it is defined" >&2;} ======= $as_echo "/* $configure_input */" \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + $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" \ @@ -190782,6 +200740,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;} @@ -190821,6 +200780,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} @@ -190840,6 +200801,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -190864,6 +200826,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} @@ -190880,6 +200844,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -190917,6 +200882,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else rm -f "$ac_file" @@ -190938,6 +200905,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "/* $configure_input */" \ ======= @@ -190976,6 +200944,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main printf "%s\n" "/* $configure_input */" >&1 \ ======= @@ -190993,6 +200963,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)) @@ -191065,6 +201036,11 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} ======= $as_echo "/* $configure_input */" \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + $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 @@ -191120,6 +201096,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;} @@ -191159,6 +201136,8 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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;} @@ -191178,6 +201157,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -191202,6 +201182,8 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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;} @@ -191218,6 +201200,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -191256,6 +201239,8 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi @@ -191322,8 +201307,6 @@ echo " C++ support: `if test -n "${USE_CXX}" ; then echo yes ; e echo " Cairo support: `if test -n "${USE_CAIRO}" ; then echo yes ; else echo no ; fi`" -echo " DWG support: `if test -n "${USE_OPENDWG}" ; then echo yes ; else echo no ; fi`" - echo " FFTW support: `if test -n "${USE_FFTW}" ; then echo yes ; else echo no ; fi`" echo " FreeType support: `if test -n "${USE_FREETYPE}" ; then echo yes ; else echo no ; fi`" @@ -191395,6 +201378,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 @@ -191437,6 +201421,8 @@ $as_echo " using old PROJ 4 API" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -191461,6 +201447,7 @@ $as_echo " using old PROJ 4 API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -191486,6 +201473,8 @@ $as_echo " using old PROJ 4 API" >&6; } ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -191504,6 +201493,7 @@ $as_echo " using old PROJ 4 API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -191542,6 +201532,8 @@ $as_echo " using old PROJ 4 API" >&6; } >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi echo "" diff --git a/configure.ac b/configure.ac index 5b71e9d5e02..b6c0487e7a4 100755 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team @@ -86,6 +87,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2000-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2000-2022 by the GRASS Development Team @@ -103,6 +106,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -122,6 +126,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # COPYRIGHT: (C) 2000-2022 by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139,6 +145,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)) @@ -233,6 +240,11 @@ # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +# 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 @@ -269,6 +281,7 @@ AC_CONFIG_SRCDIR([configure.ac]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_PREREQ([2.69]) AC_CONFIG_HEADER(include/grass/config.h) ======= @@ -308,6 +321,8 @@ AC_CONFIG_HEADER(include/grass/config.h) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_PREREQ([2.71]) AC_CONFIG_HEADERS([include/grass/config.h]) ======= @@ -326,6 +341,7 @@ AC_CONFIG_HEADER(include/grass/config.h) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -351,6 +367,8 @@ AC_CONFIG_HEADER(include/grass/config.h) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= AC_PREREQ([2.69]) AC_CONFIG_HEADER(include/grass/config.h) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -366,6 +384,7 @@ AC_CONFIG_HEADER(include/grass/config.h) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -404,6 +423,8 @@ AC_CONFIG_HEADER(include/grass/config.h) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_CANONICAL_HOST AC_PROG_CC @@ -530,6 +551,7 @@ GRASS_VERSION_FILE=include/VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -561,6 +583,8 @@ GRASS_VERSION_FILE=include/VERSION >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GRASS_VERSION_GIT_FILE=include/VERSION_GIT ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -578,6 +602,7 @@ GRASS_VERSION_GIT_FILE=include/VERSION_GIT <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -625,6 +650,8 @@ GRASS_VERSION_GIT_FILE=include/VERSION_GIT >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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}"` @@ -656,6 +683,7 @@ AC_PATH_PROG(GIT, git, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -693,6 +721,8 @@ AC_PATH_PROG(GIT, git, no) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_CHECK_FILE([$GRASS_VERSION_GIT_FILE]) AC_MSG_CHECKING(for GRASS GIS headers commit date) ======= @@ -709,6 +739,7 @@ AC_MSG_CHECKING(for GRASS GIS headers commit date) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -770,6 +801,10 @@ AC_MSG_CHECKING(for GRASS GIS headers commit date) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -793,6 +828,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 ======= @@ -831,6 +867,8 @@ if test "$GIT" != "no" ; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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/') @@ -849,6 +887,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)) @@ -921,6 +960,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)) +>>>>>>> osgeo-main +======= +======= + 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/'` @@ -941,6 +985,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -978,6 +1023,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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}") @@ -999,6 +1046,7 @@ AC_MSG_RESULT($GRASS_HEADERS_GIT_DATE) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1060,6 +1108,10 @@ AC_MSG_RESULT($GRASS_HEADERS_GIT_DATE) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_SUBST(GRASS_VERSION_FILE) AC_SUBST(GRASS_VERSION_MAJOR) @@ -1180,6 +1232,8 @@ LOC_ARG_WITH(sqlite, SQLite) LOC_ARG_WITH(opengl, OpenGL) LOC_ARG_WITH(odbc, ODBC, no) LOC_ARG_WITH(fftw, FFTW) +<<<<<<< HEAD +======= LOC_ARG_WITH(blas, BLAS, no) LOC_ARG_WITH(lapack, LAPACK, no) <<<<<<< HEAD @@ -1197,6 +1251,7 @@ LOC_ARG_WITH(lapack, LAPACK, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1228,6 +1283,12 @@ LOC_ARG_WITH(lapack, LAPACK, no) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LOC_ARG_WITH(libsvm, LIBSVM, no) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1245,6 +1306,7 @@ LOC_ARG_WITH(libsvm, LIBSVM, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1292,11 +1354,12 @@ LOC_ARG_WITH(libsvm, LIBSVM, no) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LOC_ARG_WITH(cairo, Cairo) LOC_ARG_WITH(freetype, FreeType) LOC_ARG_WITH(nls, NLS, no) LOC_ARG_WITH(readline, Readline, no) -LOC_ARG_WITH(opendwg, openDWG, no) LOC_ARG_WITH(regex, regex) LOC_ARG_WITH(pthread, POSIX threads, no) LOC_ARG_WITH(openmp, OpenMP, no) @@ -1318,6 +1381,7 @@ LOC_ARG_WITH(zstd, Zstandard) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1349,6 +1413,8 @@ LOC_ARG_WITH(zstd, Zstandard) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LOC_ARG_WITH(pdal, PDAL) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1366,6 +1432,7 @@ LOC_ARG_WITH(pdal, PDAL) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1413,6 +1480,21 @@ LOC_ARG_WITH(pdal, PDAL) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + + +AC_ARG_WITH([blas], + [AS_HELP_STRING([--with-blas=pkg-config-package], + [enable BLAS support with by adding name of pkg-config package name + for CBLAS library, e.g. '--with-lapack-package=openblas', + default: cblas])],, [with_blas=no]) + +AC_ARG_WITH([lapack], + [AS_HELP_STRING([--with-lapack=pkg-config-package], + [enable LAPACK support with by adding name of pkg-config package name + for LAPACKE library, e.g. '--with-lapack-package=openblas', + default: lapacke])],, [with_lapack=no]) +>>>>>>> osgeo-main AC_ARG_WITH(libpng, [ --with-libpng[=path/libpng-config] @@ -1444,6 +1526,7 @@ AC_ARG_WITH(liblas, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1526,6 +1609,11 @@ AC_ARG_WITH(liblas, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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, @@ -1547,6 +1635,7 @@ AC_ARG_WITH(pdal, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1628,6 +1717,11 @@ AC_ARG_WITH(pdal, ======= >>>>>>> 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 AC_ARG_WITH(netcdf, [ --with-netcdf[=path/nc-config] enable NetCDF support (nc-config with path, @@ -1682,6 +1776,8 @@ LOC_ARG_WITH_LIB(odbc, ODBC) LOC_ARG_WITH_INC(fftw, FFTW) LOC_ARG_WITH_LIB(fftw, FFTW) +<<<<<<< HEAD +======= LOC_ARG_WITH_INC(blas, BLAS) LOC_ARG_WITH_LIB(blas, BLAS) @@ -1703,6 +1799,7 @@ LOC_ARG_WITH_LIB(lapack, LAPACK) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1740,6 +1837,12 @@ LOC_ARG_WITH_LIB(lapack, LAPACK) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LOC_ARG_WITH_INC(libsvm, LIBSVM) LOC_ARG_WITH_LIB(libsvm, LIBSVM) @@ -1757,6 +1860,7 @@ LOC_ARG_WITH_LIB(libsvm, LIBSVM) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1818,6 +1922,10 @@ LOC_ARG_WITH_LIB(libsvm, LIBSVM) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -1829,9 +1937,6 @@ LOC_ARG_WITH_INC(proj, External PROJ.4) LOC_ARG_WITH_LIB(proj, External PROJ.4) LOC_ARG_WITH_SHARE(proj, External PROJ.4) -LOC_ARG_WITH_INC(opendwg, openDWG) -LOC_ARG_WITH_LIB(opendwg, openDWG) - LOC_ARG_WITH_INC(regex, regex) LOC_ARG_WITH_LIB(regex, regex) @@ -1914,6 +2019,7 @@ AC_PROG_INSTALL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1951,6 +2057,8 @@ AC_PROG_INSTALL >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_PROG_LEX(noyywrap) if test "x$LEX" = "x:"; then AC_MSG_ERROR([*** Unable to locate lex.]) @@ -1971,6 +2079,7 @@ elif test "$LEX" = "lex"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2032,6 +2141,10 @@ elif test "$LEX" = "lex"; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_PROG_LEX if test "$LEX" = "lex"; then AC_PATH_PROG(LEXPATH, lex, no) @@ -2052,6 +2165,7 @@ if test "$LEX" = "lex"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2132,6 +2246,11 @@ if test "$LEX" = "lex"; then >>>>>>> 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 fi fi @@ -2163,6 +2282,7 @@ AC_PATH_PROG(PERL, perl, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_HEADER_STDC ======= <<<<<<< HEAD @@ -2201,6 +2321,8 @@ AC_HEADER_STDC >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= AC_HEADER_STDC @@ -2217,6 +2339,7 @@ AC_HEADER_STDC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_HEADER_STDC >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2290,8 +2413,13 @@ AC_HEADER_STDC AC_HEADER_STDC >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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(limits.h termio.h termios.h unistd.h values.h) AC_CHECK_HEADERS(sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h) AC_CHECK_HEADERS(sys/timeb.h sys/types.h sys/utsname.h) AC_CHECK_HEADERS(libintl.h iconv.h) @@ -2311,6 +2439,7 @@ AC_CHECK_HEADERS(langinfo.h) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_HEADER_TIME ======= <<<<<<< HEAD @@ -2349,6 +2478,8 @@ AC_HEADER_TIME >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= AC_HEADER_TIME @@ -2365,6 +2496,7 @@ AC_HEADER_TIME <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_HEADER_TIME >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2438,6 +2570,11 @@ AC_HEADER_TIME AC_HEADER_TIME >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +AC_HEADER_TIME +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_TYPE_OFF_T AC_TYPE_UID_T @@ -2477,6 +2614,7 @@ AC_MSG_RESULT(yes) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) ======= <<<<<<< HEAD @@ -2515,6 +2653,8 @@ AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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]) @@ -2531,6 +2671,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)) @@ -2604,6 +2745,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)) >>>>>>> osgeo-main +======= +======= +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) ]) @@ -2626,6 +2772,7 @@ AC_MSG_RESULT(yes) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) ======= <<<<<<< HEAD @@ -2664,6 +2811,8 @@ AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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]) @@ -2680,6 +2829,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)) @@ -2753,6 +2903,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)) >>>>>>> osgeo-main +======= +======= +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) ]) @@ -2804,6 +2959,9 @@ AC_SUBST(DBMIEXTRALIB) AC_CHECK_FUNCS(asprintf) AC_SUBST(HAVE_ASPRINTF) +AC_CHECK_FUNCS(strlcat) +AC_SUBST(HAVE_STRLCAT) + # Test if strlcpy exists # This is a function part of *BSD libc (optionally available on Linux via libbsd) AC_CHECK_FUNCS(strlcpy) @@ -2999,6 +3157,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) ======= @@ -3037,6 +3196,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(USE_PROJ4API, 1, [Define to 1 if using old PROJ version 4 API.]) ======= @@ -3054,6 +3215,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)) @@ -3126,6 +3288,11 @@ else ======= AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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) @@ -3290,6 +3457,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ ======= @@ -3328,6 +3496,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[png_read_image(NULL, NULL);]])],[PNGLIB="$PNGLIB"],[ ======= @@ -3345,6 +3515,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3417,6 +3588,11 @@ else ======= AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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.]) ]) @@ -3474,6 +3650,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) ======= @@ -3512,6 +3689,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_OGR, 1, [Define to 1 if OGR is to be used.]) ======= @@ -3529,6 +3708,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)) @@ -3601,6 +3781,11 @@ else ======= AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 @@ -3627,6 +3812,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[GDALOpen("foo", GA_ReadOnly);],GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS",[ ======= @@ -3665,6 +3851,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[GDALOpen("foo", GA_ReadOnly);]])],[GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS"],[ ======= @@ -3682,6 +3870,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)) @@ -3754,6 +3943,11 @@ else ======= 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_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.]) ]) @@ -3775,6 +3969,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) ======= @@ -3813,6 +4008,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_GDAL, 1, [Define to 1 if GDAL is to be used.]) ======= @@ -3830,6 +4027,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)) @@ -3903,6 +4101,11 @@ else AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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) @@ -3962,6 +4165,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ ======= @@ -4000,6 +4204,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[LASReader_Create("foo");]])],[LAS_LIBS="$LAS_LIBS"],[ ======= @@ -4017,6 +4223,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4089,6 +4296,11 @@ else ======= AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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.]) ]) @@ -4111,6 +4323,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) ======= @@ -4149,6 +4362,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_LIBLAS, 1, [Define to 1 if liblas exists.]) ======= @@ -4166,6 +4381,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4239,6 +4455,11 @@ else AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi AC_SUBST(LIBLAS_LIBS) @@ -4270,6 +4491,7 @@ USE_PDAL= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4301,6 +4523,8 @@ USE_PDAL= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main pdal="pdal" ======= ======= @@ -4317,6 +4541,7 @@ pdal="pdal" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4361,6 +4586,8 @@ pdal="pdal" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "`basename xx/$with_pdal`" = "pdal-config" ; then PDAL_CONFIG="$with_pdal" @@ -4380,6 +4607,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4461,6 +4689,11 @@ fi ======= >>>>>>> 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 if test "$with_pdal" = "no" ; then AC_MSG_RESULT(no) @@ -4481,6 +4714,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4517,6 +4751,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if test -s "${PKG_CONFIG} --exists ${pdal}" ; then @@ -4539,6 +4775,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4599,6 +4836,10 @@ else ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main AC_PATH_PROG(PDAL_CONFIG, pdal-config, no) @@ -4627,6 +4868,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main PDAL_INC=`"$PDAL_CONFIG" --includes` @@ -4663,6 +4905,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD PDAL_CPPFLAGS=`"$PDAL_CONFIG" --cxxflags` ======= @@ -4678,6 +4922,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4710,6 +4955,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main PDAL_INC=`"$PDAL_CONFIG" --includes` USE_PDAL=1 @@ -4728,6 +4975,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4787,6 +5035,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main PDAL= @@ -4814,6 +5064,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4956,6 +5207,14 @@ else LIBS="$LIBS $PDAL_LIBS" CFLAGS="$CFLAGS $PDAL_CFLAGS" <<<<<<< HEAD:configure.ac +>>>>>>> osgeo-main +======= +======= + 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 @@ -4978,6 +5237,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<<< HEAD:configure.in ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) @@ -5012,6 +5272,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_TRY_LINK([#include #include @@ -5047,6 +5309,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>>> osgeo-main:configure.ac >>>>>>> osgeo-main ======= @@ -5163,6 +5426,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_TRY_LINK([#include #include @@ -5188,6 +5453,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ]) @@ -5238,6 +5504,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)):configure.in ]) @@ -5269,6 +5537,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -5288,6 +5557,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ]) LIBS=${ac_save_libs} @@ -5305,6 +5576,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5330,6 +5602,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD CPPFLAGS=${ac_save_cppflags} ======= @@ -5342,6 +5616,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5366,6 +5641,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_PDAL, 1, [define if PDAL exists]) @@ -5383,6 +5660,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5463,6 +5741,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi AC_SUBST(PDAL_LIBS) @@ -5520,6 +5800,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ ======= @@ -5558,6 +5839,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[nc_create("foo", NC_CLOBBER, NULL);]])],[NETCDF_LIBS="$NETCDF_LIBS"],[ ======= @@ -5575,6 +5858,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)) @@ -5647,6 +5931,11 @@ else ======= AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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.]) ]) @@ -5668,6 +5957,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) ======= @@ -5706,6 +5996,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_NETCDF, 1, [Define to 1 if NetCDF exists.]) ======= @@ -5723,6 +6015,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5796,6 +6089,11 @@ else AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi AC_SUBST(NETCDF_LIBS) @@ -5852,6 +6150,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) ======= @@ -5890,6 +6189,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_GEOS, 1, [Define to 1 if GEOS is to be used.]) ======= @@ -5907,6 +6208,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)) @@ -5980,6 +6282,11 @@ else AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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) @@ -6036,6 +6343,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) ======= <<<<<<< HEAD @@ -6074,6 +6382,8 @@ AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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]) @@ -6090,6 +6400,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)) @@ -6163,6 +6474,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)) >>>>>>> osgeo-main +======= +======= +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= @@ -6204,6 +6520,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])], [ ======= @@ -6243,6 +6560,8 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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.])], [ ======= @@ -6261,6 +6580,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)) ======= @@ -6286,6 +6606,8 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -6301,6 +6623,7 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6339,6 +6662,8 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ], -lcrypt) ]) LDFLAGS="${ac_save_ldflags}" @@ -6401,6 +6726,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6437,6 +6763,8 @@ if test -n "$USE_MYSQL"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mysql_version=`"$MYSQLD_CONFIG" --version` AC_MSG_RESULT([using MySQL/MariaDB version "$mysql_version"]) @@ -6454,6 +6782,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6514,6 +6843,10 @@ if test -n "$USE_MYSQL"; then ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main AC_LANG_PUSH([C++]) ac_save_libs="$LIBS" @@ -6534,6 +6867,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])] ) @@ -6573,6 +6907,8 @@ if test -n "$USE_MYSQL"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_CHECK_FUNC(mysql_server_init, AC_MSG_RESULT([libmysqld found]), @@ -6593,6 +6929,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6617,6 +6954,8 @@ if test -n "$USE_MYSQL"; then >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= AC_CHECK_FUNC(mysql_server_init,,[MYSQLDLIB=""; AC_MSG_WARN([libmysqld not found])] ) @@ -6633,6 +6972,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6670,6 +7010,8 @@ if test -n "$USE_MYSQL"; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main LIBS=$ac_save_libs AC_LANG_POP([C++]) @@ -6717,6 +7059,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 @@ -6755,6 +7098,8 @@ AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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]) @@ -6771,6 +7116,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)) @@ -6844,6 +7190,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)) >>>>>>> osgeo-main +======= +======= +AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_SQLITE @@ -6937,6 +7288,7 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6974,6 +7326,8 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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.])]) @@ -6991,6 +7345,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 @@ -7052,6 +7407,10 @@ AC_DEFINE(OPENGL_X11, 1, [Define to 1 if OpenGL uses X11.]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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])]) @@ -7071,6 +7430,7 @@ AC_DEFINE(OPENGL_X11, 1, [define if OpenGL uses X11]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7152,6 +7512,11 @@ AC_DEFINE(OPENGL_X11, 1, [define if OpenGL uses X11]) ======= >>>>>>> 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 fi # $OPENGL_X11 @@ -7182,6 +7547,7 @@ OPENGLLIBPATH="$OPENGLPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) ======= <<<<<<< HEAD @@ -7220,6 +7586,8 @@ AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)]) @@ -7236,6 +7604,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)) @@ -7309,6 +7678,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)) >>>>>>> osgeo-main +======= +======= +AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_AQUA @@ -7348,6 +7722,7 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) ======= <<<<<<< HEAD @@ -7386,6 +7761,8 @@ AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_DEFINE(OPENGL_WINDOWS, 1, [Define to 1 if OpenGL uses Windows.]) ======= AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) @@ -7402,6 +7779,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)) @@ -7475,6 +7853,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)) >>>>>>> osgeo-main +======= +======= +AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_WINDOWS @@ -7576,42 +7959,64 @@ AC_SUBST(FFTWLIB) # Enable BLAS option -LOC_CHECK_USE(blas,BLAS,USE_BLAS) +AC_MSG_CHECKING([whether to use (C)BLAS]) +AC_MSG_RESULT([$with_blas]) BLASLIB= BLASINC= +USE_BLAS= +BLAS_PKGS="cblas blas-netlib openblas blas-atlas" +BLAS_PKG= + +case "$with_blas" in + no) + ;; + yes) + USE_BLAS=1 + ;; + *) + USE_BLAS=1 + BLAS_PKGS="$with_blas" + ;; +esac if test -n "$USE_BLAS"; then -# With BLAS includes directory -# BLAS doesn't have includes (FORTRAN library) -# With BLAS library directory + blas_ok=no -LOC_CHECK_INC_PATH(blas, BLAS, BLASINC) -LOC_CHECK_LIB_PATH(blas, BLAS, BLASLIB) + for blas_chk in ${BLAS_PKGS} + do + if ! ${PKG_CONFIG} --exists ${blas_chk} ; then + continue + else + BLAS_PKG=${blas_chk} + break + fi + done -# See if cblas.h exists (CBLAS,ATLAS,others) -save_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$BLASINC $CPPFLAGS" -AC_CHECK_HEADERS(cblas.h) -CPPFLAGS="$save_CPPFLAGS" + if test -z "$BLAS_PKG" ; then + AC_MSG_ERROR([*** Unable to locate (C)BLAS pkg-conf package(s) + "${BLAS_PKGS}". Perhaps you need to set PKG_CONFIG_PATH.]) + fi -LOC_CHECK_LIBS(blas,dnrm2_,BLAS,$BLASLIB,BLASLIB,$MATHLIB,,,-lg2c) + BLASLIB=$(${PKG_CONFIG} --libs ${BLAS_PKG}) + BLASINC=$(${PKG_CONFIG} --cflags ${BLAS_PKG}) -blas_ok=no + save_CFLAGS="$CFLAGS"; CFLAGS="$BLASINC $CFLAGS" + save_LIBS="$LIBS"; LIBS="$BLASLIB" -# Check for ATLAS -save_LDFLAGS="$LDFLAGS" -LDFLAGS="$BLASLIB $LDFLAGS" -AC_CHECK_LIB(atlas, ATL_xerbla, - [AC_CHECK_LIB(f77blas, sgemm_, - [AC_CHECK_LIB(cblas, cblas_dgemm, - [blas_ok=yes; BLASLIB="-lcblas -lf77blas -latlas"], - [],[-lf77blas -latlas])], - [],[-latlas])] -) -LDFLAGS="$save_LDFLAGS" + AC_CHECK_HEADERS([cblas.h],, + AC_CHECK_HEADERS([cblas-atlas.h],, + AC_MSG_ERROR([*** Failed to find either "cblas.h" or "cblas-atlas.h" with "$CFLAGS"]))) +<<<<<<< HEAD + AC_MSG_CHECKING([for linking to (C)BLAS]) + AC_LINK_IFELSE([AC_LANG_PROGRAM( + [[char cblas_dgemm();]], [[return cblas_dgemm();]])], + [blas_ok=yes] , [ + AC_MSG_ERROR([*** Unable to link to (C)BLAS library with "$LIBS".])]) + AC_MSG_RESULT([$BLAS_PKG]) +======= # Do we have ATLAS? if test $blas_ok = yes; then <<<<<<< HEAD @@ -7628,6 +8033,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) ======= @@ -7666,6 +8072,8 @@ if test $blas_ok = yes; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(HAVE_LIBATLAS, 1, [Define to 1 if ATLAS exists.]) ======= @@ -7683,6 +8091,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)) @@ -7756,22 +8165,20 @@ if test $blas_ok = yes; then AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) -# BLAS in Apple vecLib framework? (Mac OS-X) -# not dependent on APP build -#if test -n "$MACOSX_APP"; then -if test $blas_ok = no; then - vlib_flags="-framework vecLib" - save_LIBS="$LIBS" - LIBS="$vlib_flags $LIBS" - AC_MSG_CHECKING([for sgemm in $vlib_flags]) - AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[sgemm]])],[blas_ok=yes; BLASLIB="$vlib_flags"],[BLASLIB=""]) - AC_MSG_RESULT($blas_ok) - LIBS="$save_LIBS" -fi -#fi # $MACOSX_APP + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" +<<<<<<< HEAD + AC_DEFINE(HAVE_LIBBLAS, 1, [Define to 1 if BLAS exists.]) +======= # BLAS in PhiPACK libraries? (requires generic BLAS, too) if test $blas_ok = no; then AC_CHECK_LIB(blas, sgemm_, @@ -7815,6 +8222,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) ======= <<<<<<< HEAD @@ -7853,6 +8261,8 @@ AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_LIBBLAS, 1, [Define to 1 if BLAS exists.]) ======= AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) @@ -7869,6 +8279,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)) @@ -7942,7 +8353,13 @@ 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)) >>>>>>> osgeo-main +======= +======= +AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) fi # $USE_BLAS @@ -7953,52 +8370,36 @@ AC_SUBST(BLASINC) # Enable LAPACK option -LOC_CHECK_USE(lapack,LAPACK,USE_LAPACK) +AC_MSG_CHECKING([whether to use LAPACK(E)]) +AC_MSG_RESULT([$with_lapack]) LAPACKLIB= LAPACKINC= +USE_LAPACK= +LAPACK_PKGS="lapacke openblas" +LAPACK_PKG= + +case "$with_lapack" in + no) + ;; + yes) + USE_LAPACK=1 + ;; + *) + USE_LAPACK=1 + LAPACK_PKG="$with_lapack" + ;; +esac # LAPACK is useless without BLAS -if test -n "$USE_BLAS"; then -if test -n "$USE_LAPACK"; then - -# With LAPACK includes directory -# LAPACK doesn't have includes (FORTRAN library) -# With LAPACK library directory - -lapack_ok=no - -LOC_CHECK_INC_PATH(lapack, LAPACK, LAPACKINC) -LOC_CHECK_LIB_PATH(lapack, LAPACK, LAPACKLIB) - -# See if clapack.h exists (ATLAS) -save_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$LAPACKINC $CPPFLAGS" -AC_CHECK_HEADERS(clapack.h) -CPPFLAGS="$save_CPPFLAGS" - -# LAPACK linked to by default? -if test lapack_ok=no; then - save_LIBS="$LIBS"; LIBS="$LIBS $BLASLIB $MATHLIB $FLIBS" - save_LDFLAGS="$LDFLAGS"; LDFLAGS="$LAPACKLIB $LDFLAGS" - AC_CHECK_FUNC(dsegv_, [lapack_ok=yes]) - LIBS="$save_LIBS" - LDFLAGS="$save_LDFLAGS" +if test -z "$USE_BLAS" && test -n "$USE_LAPACK"; then + USE_LAPACK= + AC_MSG_WARN([LAPACK is disabled, BLAS configuration is missing]) fi -# Generic LAPACK library? -if test $lapack_ok = no; then - save_libs="$LIBS"; LIBS="$BLASLIB $MATHLIB $LIBS" - save_LDFLAGS="$LDFLAGS"; LDFLAGS="$LAPACKLIB $LDFLAGS" - AC_CHECK_LIB(lapack, desgv_, - [lapack_ok=yes; LAPACKLIB="-llapack"], [], [$FLIBS]) - LIBS="$save_LIBS" - LDFLAGS="$save_LDFLAGS" -fi +if test -n "$USE_BLAS" && test -n "$USE_LAPACK"; then -if test $lapack_ok = no; then - LOC_CHECK_LIBS(lapack,dgesv_,LAPACK,$LAPACKLIB,LAPACKLIB,$BLASLIB $MATHLIB,,,-lg2c) -fi + lapack_ok=no <<<<<<< HEAD <<<<<<< HEAD @@ -8015,6 +8416,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) ======= <<<<<<< HEAD @@ -8053,6 +8455,21 @@ AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + for lapack_chk in ${LAPACK_PKGS} + do + if ! ${PKG_CONFIG} --exists ${lapack_chk} ; then + continue + else + LAPACK_PKG=${lapack_chk} + break + fi + done +======= +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main AC_DEFINE(HAVE_LIBLAPACK, 1, [Define to 1 if LAPACK exists.]) ======= AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) @@ -8069,6 +8486,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)) @@ -8082,9 +8500,13 @@ AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -8141,10 +8563,38 @@ 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)) +>>>>>>> osgeo-main +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main -fi # $USE_LAPACK -fi # $USE_BLAS + if test -z "$LAPACK_PKG" ; then + AC_MSG_ERROR([*** Unable to locate LAPACK(E) pkg-conf package(s) + "$LAPACK_PKGS". Perhaps you need to set PKG_CONFIG_PATH.]) + fi + + LAPACKLIB=`${PKG_CONFIG} --libs ${LAPACK_PKG}` + LAPACKINC=`${PKG_CONFIG} --cflags ${LAPACK_PKG}` + + save_CFLAGS="$CFLAGS"; CFLAGS="$LAPACKINC $CFLAGS" + save_LIBS="$LIBS"; LIBS="$LAPACKLIB" + + AC_CHECK_HEADERS([lapacke.h], [], + AC_MSG_ERROR([*** Unable to find "lapacke.h" with "$CFLAGS".])) + + AC_MSG_CHECKING([for linking to LAPACK(E)]) + AC_LINK_IFELSE([AC_LANG_PROGRAM( + [[char LAPACKE_dgesv();]], [[return LAPACKE_dgesv(); ]])], + [lapack_ok=yes] , [ + AC_MSG_ERROR([*** Unable to link to LAPACK(E) library with "$LIBS".])]) + AC_MSG_RESULT([$LAPACK_PKG]) + + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" + + AC_DEFINE(HAVE_LIBLAPACK, 1, [Define to 1 if LAPACK exists.]) + +fi # $USE_BLAS $USE_LAPACK AC_SUBST(LAPACKLIB) AC_SUBST(LAPACKINC) @@ -8166,6 +8616,7 @@ AC_SUBST(LAPACKINC) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8203,6 +8654,8 @@ AC_SUBST(LAPACKINC) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # libsvm option LIBSVM_INC= LIBSVM_LIB= @@ -8239,6 +8692,7 @@ AC_SUBST(USE_LIBSVM) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8300,6 +8754,10 @@ AC_SUBST(USE_LIBSVM) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Enable Cairo display driver option LOC_CHECK_USE(cairo,Cairo,USE_CAIRO) @@ -8407,6 +8865,7 @@ if test -n "${USE_NLS}" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(USE_NLS, 1, [define if NLS requested]) ======= @@ -8445,6 +8904,8 @@ if test -n "${USE_NLS}" ; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_DEFINE(USE_NLS, 1, [Define to 1 if NLS requested.]) ======= @@ -8462,6 +8923,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)) @@ -8535,6 +8997,11 @@ if test -n "${USE_NLS}" ; then AC_DEFINE(USE_NLS, 1, [define if NLS requested]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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, [ @@ -8547,44 +9014,6 @@ fi AC_SUBST(INTLLIB) AC_SUBST(HAVE_NLS) -# Enable openDWG option - -LOC_CHECK_USE(opendwg,openDWG,USE_OPENDWG) - -OPENDWGINCPATH= -OPENDWGLIBPATH= -OPENDWGLIB= - -if test -n "${USE_OPENDWG}"; then - -# With OPENDWG includes directory - -LOC_CHECK_INC_PATH(opendwg,openDGW,OPENDWGINCPATH) - -LOC_CHECK_INCLUDES(ad2.h,openDWG,$OPENDWGINCPATH) - -# With OPENDWG library directory - -LOC_CHECK_LIB_PATH(opendwg,openDWG,OPENDWGLIBPATH) - -#search for ad2.a, ad3.a ... in openDWG toolkit directory: -#FIX ME how to program this test?? -#LOC_CHECK_LIBS(ad?.a,adSeekLayer,openDWG,$OPENDWGLIBPATH,OPENDWGLIB,,) -# -#for now hack (but working): -TRUEOPENDWGLIBPATH=`echo "$OPENDWGLIBPATH" | cut -b3-` -adlib=`ls -1 "$TRUEOPENDWGLIBPATH"/ad?.a | tail -1` -OPENDWGLIB="$adlib" - -fi # $USE_OPENDWG - -AC_SUBST(OPENDWGINCPATH) -AC_SUBST(OPENDWGLIBPATH) -AC_SUBST(OPENDWGLIB) -AC_SUBST(USE_OPENDWG) - -# Done checking OPENDWG - # Enable pthread option LOC_CHECK_USE(pthread,POSIX threads,USE_PTHREAD) @@ -8644,6 +9073,7 @@ LOC_CHECK_USE(openmp,OpenMP,USE_OPENMP) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8703,6 +9133,8 @@ LOC_CHECK_USE(openmp,OpenMP,USE_OPENMP) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if test "$enable_openmp" != no; then if test -n "${USE_OPENMP}"; then @@ -8753,6 +9185,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8781,6 +9214,8 @@ fi # enable_openmp ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8795,6 +9230,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8840,6 +9276,8 @@ fi # enable_openmp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main OMPINCPATH= OMPLIBPATH= OMPLIB= @@ -8857,6 +9295,7 @@ OMPCFLAGS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -8876,6 +9315,8 @@ OMPCFLAGS= ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= if test "$enable_openmp" != no; then >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -8923,6 +9364,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -9082,6 +9524,8 @@ fi # enable_openmp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main fi # $USE_OPENMP AC_SUBST(OMPINCPATH) @@ -9106,6 +9550,7 @@ AC_SUBST(OMPCFLAGS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9132,6 +9577,8 @@ AC_SUBST(OMPCFLAGS) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9149,6 +9596,7 @@ AC_SUBST(OMPCFLAGS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -9174,6 +9622,8 @@ AC_SUBST(OMPCFLAGS) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= if test "$enable_openmp" != no; then @@ -9226,6 +9676,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9288,6 +9739,8 @@ fi # enable_openmp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main AC_SUBST(USE_OPENMP) # Done checking OpenMP @@ -9388,7 +9841,6 @@ LOC_MSG_USE(BLAS support,USE_BLAS) LOC_MSG_USE(BZIP2 support,USE_BZIP2) LOC_MSG_USE(C++ support,USE_CXX) LOC_MSG_USE(Cairo support,USE_CAIRO) -LOC_MSG_USE(DWG support,USE_OPENDWG) LOC_MSG_USE(FFTW support,USE_FFTW) LOC_MSG_USE(FreeType support,USE_FREETYPE) LOC_MSG_USE(GDAL support,USE_GDAL) @@ -9411,6 +9863,7 @@ LOC_MSG_USE(libLAS support,USE_LIBLAS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9442,6 +9895,8 @@ LOC_MSG_USE(libLAS support,USE_LIBLAS) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LOC_MSG_USE(LIBSVM support,USE_LIBSVM) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9459,6 +9914,7 @@ LOC_MSG_USE(LIBSVM support,USE_LIBSVM) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9506,6 +9962,8 @@ LOC_MSG_USE(LIBSVM support,USE_LIBSVM) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 e4449d41cf2..5000d669a9f 100644 --- a/contributors.csv +++ b/contributors.csv @@ -14,6 +14,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD -,Ivan Shmakov,,Russia,1gray,yes,- ======= <<<<<<< HEAD @@ -52,6 +53,8 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main -,Ivan Shmakov,,Russia,1gray,yes,- ======= -,Ivan Shmakov,,Russia,1gray,yes,- @@ -68,6 +71,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)) @@ -141,6 +145,11 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid -,Ivan Shmakov,,Russia,1gray,yes,- >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +-,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 @@ -161,6 +170,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 @@ -199,6 +209,8 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main -,Yann Chemin,,France,ychemin,yes,0000-0001-9232-5512 ======= -,Yann Chemin,,Philippines,ychemin,yes,0000-0001-9232-5512 @@ -215,6 +227,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)) @@ -288,6 +301,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)) >>>>>>> osgeo-main +======= +======= +-,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 @@ -314,6 +332,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD -,Ondřej Pešek,,Czech Republic,pesekon2,yes,- ======= <<<<<<< HEAD @@ -352,6 +371,8 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main -,Ondřej Pešek,,Czech Republic,pesekon2,yes,0000-0002-2363-8002 ======= -,Ondřej Pešek,,Czech Republic,pesekon2,yes,- @@ -368,6 +389,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)) @@ -441,6 +463,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)) >>>>>>> osgeo-main +======= +======= +-,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 5a0f80cf898..34f633e1517 100644 --- a/db/drivers/dbf/cursor.c +++ b/db/drivers/dbf/cursor.c @@ -57,6 +57,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -119,6 +120,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)) @@ -143,6 +148,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -229,6 +235,8 @@ cursor *alloc_cursor(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/dbf/dbfexe.c b/db/drivers/dbf/dbfexe.c index c6757044953..e51cb110528 100644 --- a/db/drivers/dbf/dbfexe.c +++ b/db/drivers/dbf/dbfexe.c @@ -358,6 +358,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 @@ -396,6 +397,8 @@ void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void eval_val(int tab, int row, int col UNUSED, SQLPVALUE *inval, SQLPVALUE *val) ======= @@ -413,6 +416,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)) @@ -486,6 +490,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)) >>>>>>> osgeo-main +======= +======= +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 aaa653215fb..4cefcea60a8 100644 --- a/db/drivers/dbf/listtab.c +++ b/db/drivers/dbf/listtab.c @@ -33,6 +33,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= <<<<<<< HEAD @@ -71,6 +72,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -87,6 +90,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)) @@ -160,6 +164,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)) >>>>>>> osgeo-main +======= +======= +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 f44d199424a..7b4f4609213 100644 --- a/db/drivers/dbf/table.c +++ b/db/drivers/dbf/table.c @@ -80,6 +80,7 @@ int add_table(char *table, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -146,6 +147,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)) @@ -167,6 +172,7 @@ int add_table(char *table, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -191,6 +197,8 @@ int add_table(char *table, char *name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (res >= buf_s) { ======= @@ -209,6 +217,7 @@ int add_table(char *table, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -288,6 +297,8 @@ int add_table(char *table, char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main db_d_append_error(_("Unable to add table %s to %s. " "The file path is too long."), diff --git a/db/drivers/mysql/cursor.c b/db/drivers/mysql/cursor.c index fcbcd1395c9..7f5a4efdfcc 100644 --- a/db/drivers/mysql/cursor.c +++ b/db/drivers/mysql/cursor.c @@ -54,6 +54,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -116,6 +117,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)) @@ -140,6 +145,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -226,6 +232,8 @@ cursor *alloc_cursor(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/mysql/db.c b/db/drivers/mysql/db.c index 84eae6a3106..c64544f54e4 100644 --- a/db/drivers/mysql/db.c +++ b/db/drivers/mysql/db.c @@ -68,6 +68,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); @@ -107,6 +108,8 @@ int db__driver_open_database(dbHandle *handle) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main res = mysql_real_connect(connection, host, user, password, connpar.dbname, @@ -127,6 +130,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -151,6 +155,8 @@ int db__driver_open_database(dbHandle *handle) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= res = mysql_real_connect(connection, host, user, password, connpar.dbname, port, NULL, 0); @@ -167,6 +173,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -204,6 +211,8 @@ int db__driver_open_database(dbHandle *handle) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (res == NULL) { @@ -227,6 +236,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -263,6 +273,8 @@ int db__driver_open_database(dbHandle *handle) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main db_init_string(&sql); @@ -297,6 +309,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -357,6 +370,10 @@ int db__driver_open_database(dbHandle *handle) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } diff --git a/db/drivers/mysql/fetch.c b/db/drivers/mysql/fetch.c index f9cb454aa00..0ea65913564 100644 --- a/db/drivers/mysql/fetch.c +++ b/db/drivers/mysql/fetch.c @@ -270,6 +270,7 @@ dbCursor *cn; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -351,6 +352,11 @@ dbCursor *cn; ======= >>>>>>> 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 { cursor *c; dbToken token; diff --git a/db/drivers/mysql/grass-mesql.html b/db/drivers/mysql/grass-mesql.html index a703d9bbbb3..fbb48dd23b3 100644 --- a/db/drivers/mysql/grass-mesql.html +++ b/db/drivers/mysql/grass-mesql.html @@ -111,6 +111,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -178,6 +179,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)) ======= @@ -198,6 +203,7 @@

    AUTHOR

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

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

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

    AUTHOR

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

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

    © 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 bd85801754e..7d874b25730 100644 --- a/db/drivers/mysql/grass-mysql.html +++ b/db/drivers/mysql/grass-mysql.html @@ -93,6 +93,7 @@

    Privileges

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -155,6 +156,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)) @@ -179,6 +184,7 @@

    Privileges

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

    Privileges

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main only MySQL 'root' can grant privileges to other users GRASS cannot automatically grant select privileges on created tables to group of users. @@ -303,6 +311,7 @@

    Schemas

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -365,6 +374,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)) @@ -389,6 +402,7 @@

    Schemas

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -475,6 +489,8 @@

    Schemas

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -504,6 +520,7 @@

    Groups

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -566,6 +583,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)) @@ -590,6 +611,7 @@

    Groups

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -676,6 +698,8 @@

    Groups

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main by 'group' parameter of module db.connect are ignored by GRASS for MySQL driver. @@ -716,6 +740,7 @@

    Credits

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -778,6 +803,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)) @@ -802,6 +831,7 @@

    Credits

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -888,6 +918,8 @@

    Credits

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 5ffd96b0636..60fa126d054 100644 --- a/db/drivers/mysql/listtab.c +++ b/db/drivers/mysql/listtab.c @@ -33,6 +33,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= <<<<<<< HEAD @@ -71,6 +72,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -87,6 +90,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)) @@ -160,6 +164,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)) >>>>>>> osgeo-main +======= +======= +int db__driver_list_tables(dbString **tlist, int *tcount, int system) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int i; dbString *list; @@ -187,6 +196,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:"), ======= @@ -225,6 +235,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main db_d_append_error("%s\n%s", _("Unable get list of tables:"), ======= @@ -242,6 +254,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)) @@ -314,6 +327,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)) +>>>>>>> osgeo-main +======= +======= + 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(); diff --git a/db/drivers/odbc/cursor.c b/db/drivers/odbc/cursor.c index ca2b4a9d36d..7771459fddc 100644 --- a/db/drivers/odbc/cursor.c +++ b/db/drivers/odbc/cursor.c @@ -43,6 +43,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -105,6 +106,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)) @@ -129,6 +134,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -215,6 +221,8 @@ cursor *alloc_cursor(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { cursor *c; SQLRETURN ret; diff --git a/db/drivers/odbc/db.c b/db/drivers/odbc/db.c index 0684aadf46d..661f76fbe0c 100644 --- a/db/drivers/odbc/db.c +++ b/db/drivers/odbc/db.c @@ -53,6 +53,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -89,6 +90,8 @@ int db__driver_open_database(dbHandle *handle) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -145,6 +148,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -205,6 +209,10 @@ int db__driver_open_database(dbHandle *handle) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } diff --git a/db/drivers/odbc/proto.h b/db/drivers/odbc/proto.h index 42f965a40be..78c074fb983 100644 --- a/db/drivers/odbc/proto.h +++ b/db/drivers/odbc/proto.h @@ -25,6 +25,7 @@ int close_connection(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -89,6 +90,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)) @@ -109,6 +114,7 @@ cursor *alloc_cursor(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -134,6 +140,8 @@ cursor *alloc_cursor(void); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= cursor *alloc_cursor(); ======= cursor *alloc_cursor(void); @@ -151,6 +159,7 @@ cursor *alloc_cursor(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -225,6 +234,8 @@ cursor *alloc_cursor(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void free_cursor(cursor *c); /* describe.c */ diff --git a/db/drivers/ogr/cursor.c b/db/drivers/ogr/cursor.c index 5c7b87073d5..384cb441234 100644 --- a/db/drivers/ogr/cursor.c +++ b/db/drivers/ogr/cursor.c @@ -77,6 +77,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -139,6 +140,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)) @@ -163,6 +168,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -249,6 +255,8 @@ cursor *alloc_cursor(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/ogr/db.c b/db/drivers/ogr/db.c index 023ba57342b..6d993153ba0 100644 --- a/db/drivers/ogr/db.c +++ b/db/drivers/ogr/db.c @@ -95,6 +95,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -157,6 +158,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)) @@ -181,6 +186,7 @@ int db__driver_close_database(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -267,6 +273,8 @@ int db__driver_close_database(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { G_debug(3, "db_driver_close_database()"); diff --git a/db/drivers/ogr/describe.c b/db/drivers/ogr/describe.c index 508fd3f62e1..7453da56aaf 100644 --- a/db/drivers/ogr/describe.c +++ b/db/drivers/ogr/describe.c @@ -120,6 +120,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -150,6 +151,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (ogrType != OFTInteger && ogrType != OFTInteger64 && ======= @@ -167,6 +170,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -210,6 +214,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (ogrType != OFTInteger && #if GDAL_VERSION_NUM >= 2000000 @@ -230,6 +236,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -310,6 +317,11 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) >>>>>>> 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 ogrType != OFTReal && ogrType != OFTString && ogrType != OFTDate && ogrType != OFTTime && ogrType != OFTDateTime) { @@ -391,6 +403,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -427,6 +440,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case OFTInteger64: sqlType = DB_SQL_TYPE_INTEGER; @@ -445,6 +460,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -506,6 +522,10 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #if GDAL_VERSION_NUM >= 2000000 case OFTInteger64: #endif @@ -534,6 +554,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #endif ======= <<<<<<< HEAD @@ -567,6 +588,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #endif >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -584,6 +607,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -630,6 +654,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; diff --git a/db/drivers/ogr/driver.c b/db/drivers/ogr/driver.c index f8355444362..65d4ab91554 100644 --- a/db/drivers/ogr/driver.c +++ b/db/drivers/ogr/driver.c @@ -40,6 +40,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71,6 +72,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int db__driver_init(int argc UNUSED, char *argv[] UNUSED) ======= ======= @@ -87,6 +90,7 @@ int db__driver_init(int argc UNUSED, char *argv[] UNUSED) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131,6 +135,8 @@ int db__driver_init(int argc UNUSED, char *argv[] UNUSED) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int db__driver_init(int argc, char *argv[]) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -165,6 +171,7 @@ int db__driver_init(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -227,6 +234,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)) @@ -251,6 +262,7 @@ int db__driver_finish(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -337,6 +349,8 @@ int db__driver_finish(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { return DB_OK; } diff --git a/db/drivers/ogr/execute.c b/db/drivers/ogr/execute.c index d4dc04827f2..c77972e588a 100644 --- a/db/drivers/ogr/execute.c +++ b/db/drivers/ogr/execute.c @@ -113,6 +113,7 @@ int db__driver_execute_immediate(dbString *sql) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -143,6 +144,8 @@ int db__driver_execute_immediate(dbString *sql) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cols[i].type != OFTInteger64 || cols[i].type != OFTReal) && ======= @@ -160,6 +163,7 @@ int db__driver_execute_immediate(dbString *sql) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -204,6 +208,8 @@ int db__driver_execute_immediate(dbString *sql) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #if GDAL_VERSION_NUM >= 2000000 cols[i].type != OFTInteger64 || #endif @@ -223,6 +229,7 @@ int db__driver_execute_immediate(dbString *sql) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -303,6 +310,11 @@ int db__driver_execute_immediate(dbString *sql) >>>>>>> 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 *(cols[i].value) == '\'') { value = G_strchg(cols[i].value, '\'', ' '); diff --git a/db/drivers/ogr/fetch.c b/db/drivers/ogr/fetch.c index b76ab77c560..a9a46e1fd2b 100644 --- a/db/drivers/ogr/fetch.c +++ b/db/drivers/ogr/fetch.c @@ -161,6 +161,7 @@ int db__driver_fetch(dbCursor *cn, int position, int *more) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -243,6 +244,11 @@ int db__driver_fetch(dbCursor *cn, int position, int *more) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 7910de0ab6c..8781227bf75 100644 --- a/db/drivers/ogr/listtab.c +++ b/db/drivers/ogr/listtab.c @@ -45,6 +45,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= <<<<<<< HEAD @@ -83,6 +84,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -99,6 +102,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)) @@ -172,6 +176,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)) >>>>>>> osgeo-main +======= +======= +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 4484214000c..16a331fba02 100644 --- a/db/drivers/sqlite/cursor.c +++ b/db/drivers/sqlite/cursor.c @@ -57,6 +57,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -119,6 +120,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)) @@ -143,6 +148,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -229,6 +235,8 @@ cursor *alloc_cursor(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/sqlite/db.c b/db/drivers/sqlite/db.c index 518ba6c978c..cd86e4648f6 100644 --- a/db/drivers/sqlite/db.c +++ b/db/drivers/sqlite/db.c @@ -78,7 +78,11 @@ int db__driver_open_database(dbHandle *handle) G_free_tokens(tokens); } else { - strcpy(name2, name); + if (G_strlcpy(name2, name, sizeof(name2)) >= sizeof(name2)) { + db_d_append_error(_("Database name <%s> is too long"), name); + db_d_report_error(); + return DB_FAILED; + } } G_debug(2, "name2 = '%s'", name2); @@ -114,11 +118,20 @@ int db__driver_open_database(dbHandle *handle) else { G_warning(_("The sqlite config option '%s' is not supported"), "SQLITE_CONFIG_URI"); - strcpy(name3, name2); + if (G_strlcpy(name3, name2, sizeof(name3)) >= sizeof(name3)) { + db_d_append_error(_("Database name <%s> is too long"), name2); + db_d_report_error(); + return DB_FAILED; + } + } + } + else { + if (G_strlcpy(name3, name2, sizeof(name3)) >= sizeof(name3)) { + db_d_append_error(_("Database name <%s> is too long"), name2); + db_d_report_error(); + return DB_FAILED; } } - else - strcpy(name3, name2); if (sqlite3_open(name3, &sqlite) != SQLITE_OK) { db_d_append_error("%s %s\n%s", _("Unable to open database:"), name3, (char *)sqlite3_errmsg(sqlite)); @@ -184,11 +197,20 @@ int db__driver_create_database(dbHandle *handle) else { G_warning(_("The sqlite config option '%s' is not supported"), "SQLITE_CONFIG_URI"); - strcpy(name2, name); + if (G_strlcpy(name2, name, sizeof(name2)) >= sizeof(name2)) { + db_d_append_error(_("Database name <%s> is too long"), name); + db_d_report_error(); + return DB_FAILED; + } + } + } + else { + if (G_strlcpy(name2, name, sizeof(name2)) >= sizeof(name2)) { + db_d_append_error(_("Database name <%s> is too long"), name); + db_d_report_error(); + return DB_FAILED; } } - else - strcpy(name2, name); if (sqlite3_open(name2, &sqlite) != SQLITE_OK) { db_d_append_error("%s %s\n%s", _("Unable to create database:"), name, (char *)sqlite3_errmsg(sqlite)); diff --git a/display/d.colortable/main.c b/display/d.colortable/main.c index 29b11ded17e..496189cbdcc 100644 --- a/display/d.colortable/main.c +++ b/display/d.colortable/main.c @@ -267,6 +267,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* fisrt 5 pixels draw null color */ ======= @@ -305,6 +306,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* first 5 pixels draw null color */ ======= @@ -322,6 +325,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* fisrt 5 pixels draw null color */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -394,6 +398,11 @@ int main(int argc, char **argv) ======= /* fisrt 5 pixels draw null color */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /* fisrt 5 pixels draw null color */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main y_box[1] = -1; y_box[3] = 1; diff --git a/display/d.geodesic/d.geodesic.html b/display/d.geodesic/d.geodesic.html index 1d1c01db646..381b533e39d 100644 --- a/display/d.geodesic/d.geodesic.html +++ b/display/d.geodesic/d.geodesic.html @@ -54,6 +54,7 @@

    NOTES

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

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main This program works only with longitude/latitude ======= This program works only in GRASS locations with longitude/latitude @@ -108,6 +111,7 @@

    NOTES

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

    NOTES

    This program works only in GRASS locations with longitude/latitude >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 c030643c5c8..cc8a005b1da 100644 --- a/display/d.grid/d.grid.html +++ b/display/d.grid/d.grid.html @@ -101,6 +101,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -165,6 +166,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)) @@ -185,6 +190,7 @@

    AUTHORS

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

    AUTHORS

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -227,6 +235,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -301,3 +310,5 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/display/d.grid/plot.c b/display/d.grid/plot.c index f524a0347ef..0ab83ffc91f 100644 --- a/display/d.grid/plot.c +++ b/display/d.grid/plot.c @@ -582,6 +582,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)) @@ -662,6 +663,11 @@ int plot_geogrid(double size, struct pj_info *info_in, struct pj_info *info_out, >>>>>>> 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 ********************************************************/ void init_proj(struct pj_info *info_in, struct pj_info *info_out, diff --git a/display/d.histogram/bar.h b/display/d.histogram/bar.h index 1afe8f19d95..392413f07d4 100644 --- a/display/d.histogram/bar.h +++ b/display/d.histogram/bar.h @@ -32,6 +32,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -99,6 +100,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)) ======= @@ -119,6 +124,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -144,6 +150,8 @@ float rem(long int, long int); /* remainder function */ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= float rem(); /* remainder function */ ======= float rem(long int, long int); /* remainder function */ @@ -161,6 +169,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -241,6 +250,8 @@ float rem(); /* remainder function */ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* normalized coordinates of bar-chart components */ diff --git a/display/d.histogram/d.histogram.html b/display/d.histogram/d.histogram.html index 6e99c940290..43cca2d7223 100644 --- a/display/d.histogram/d.histogram.html +++ b/display/d.histogram/d.histogram.html @@ -10,7 +10,7 @@

    DESCRIPTION

    NOTES

    d.histogram respects the current geographic region settings -and the current MASK (if one exists). +and the current raster mask (if mask is active).

    d.histogram uses the colors in the map's color look-up table (i.e., the map's colr or colr2 file). diff --git a/display/d.histogram/pie.h b/display/d.histogram/pie.h index cd02e2560c6..170273b9f36 100644 --- a/display/d.histogram/pie.h +++ b/display/d.histogram/pie.h @@ -61,6 +61,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -128,6 +129,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)) ======= @@ -148,6 +153,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -173,6 +179,8 @@ float rem(long int, long int); /* remainder function */ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= float rem(); /* remainder function */ ======= float rem(long int, long int); /* remainder function */ @@ -190,6 +198,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -270,6 +279,8 @@ float rem(); /* remainder function */ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 a4c9b04e46a..85eeb90afce 100644 --- a/display/d.labels/d.labels.html +++ b/display/d.labels/d.labels.html @@ -21,6 +21,7 @@

    DESCRIPTION

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

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main appropriate directory under the user's current mapset and project ======= appropriate directory under the user's current mapset and location @@ -75,6 +78,7 @@

    DESCRIPTION

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

    DESCRIPTION

    appropriate directory under the user's current mapset and location >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 f2c6974ac22..34c0bb95038 100644 --- a/display/d.labels/do_labels.c +++ b/display/d.labels/do_labels.c @@ -483,6 +483,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD case 1: if (xmatch(word1) || ymatch(word1)) @@ -523,6 +524,8 @@ int scan_ref(char *buf) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main FALLTHROUGH; case 1: @@ -533,6 +536,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD case EOF: @@ -550,6 +554,10 @@ int scan_ref(char *buf) case EOF: ======= >>>>>>> osgeo-main +======= + case EOF: +======= +>>>>>>> osgeo-main ======= case 1: if (xmatch(word1) || ymatch(word1)) @@ -567,6 +575,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -599,6 +608,10 @@ int scan_ref(char *buf) >>>>>>> 7f1fd5e3ad (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main +======= +>>>>>>> 7f1fd5e3ad (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= case 1: if (xmatch(word1) || ymatch(word1)) @@ -616,6 +629,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -657,6 +671,9 @@ int scan_ref(char *buf) >>>>>>> osgeo-main ======= >>>>>>> a610274a1c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> a610274a1c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main default: return 0; diff --git a/display/d.legend.vect/draw.c b/display/d.legend.vect/draw.c index bbc8b03e49b..2d01c47a7f9 100644 --- a/display/d.legend.vect/draw.c +++ b/display/d.legend.vect/draw.c @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * background. Eith do_bg=0 compute position of all legend graphic item and draw ======= @@ -53,6 +54,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * background. With do_bg=0 compute position of all legend graphic item and draw ======= @@ -70,6 +73,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)) @@ -142,6 +146,11 @@ ======= * background. Eith do_bg=0 compute position of all legend graphic item and draw >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * background. Eith do_bg=0 compute position of all legend graphic item and draw +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * all. * diff --git a/display/d.legend/draw.c b/display/d.legend/draw.c index fa1f7ca6a8f..c9f42473a80 100644 --- a/display/d.legend/draw.c +++ b/display/d.legend/draw.c @@ -276,6 +276,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 */ ======= @@ -314,6 +315,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (opt_at->answer == NULL) { /* if default scaling */ ======= @@ -331,6 +334,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)) @@ -403,6 +407,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)) +>>>>>>> osgeo-main +======= +======= + 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 */ @@ -446,6 +455,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -512,6 +522,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)) @@ -533,6 +547,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)) ======= @@ -557,6 +572,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (snprintf(DispFormat, b_s, "%%%dd", log_maxCat) >= b_s) ======= @@ -575,6 +592,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -654,6 +672,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error( _("Failed to create format string with maxCat=%f."), @@ -1471,6 +1491,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 */ ======= @@ -1509,6 +1530,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (opt_at->answer == NULL) { /* ie default scaling */ ======= @@ -1526,6 +1549,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)) @@ -1598,6 +1622,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)) +>>>>>>> osgeo-main +======= +======= + 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 * diff --git a/display/d.mon/list.c b/display/d.mon/list.c index ab346302a61..c61c1081991 100644 --- a/display/d.mon/list.c +++ b/display/d.mon/list.c @@ -14,11 +14,13 @@ char *get_path(const char *name, int fpath) char tmpdir[GPATH_MAX]; G_temp_element(tmpdir); - strcat(tmpdir, "/"); - strcat(tmpdir, "MONITORS"); + (void)G_strlcat(tmpdir, "/", sizeof(tmpdir)); + (void)G_strlcat(tmpdir, "MONITORS", sizeof(tmpdir)); if (name) { - strcat(tmpdir, "/"); - strcat(tmpdir, name); + (void)G_strlcat(tmpdir, "/", sizeof(tmpdir)); + if (G_strlcat(tmpdir, name, sizeof(tmpdir)) >= sizeof(tmpdir)) { + G_fatal_error(_("Failed to append <%s> to path"), name); + } } if (fpath) { @@ -132,10 +134,13 @@ void list_files(const char *name, FILE *fd_out) DIR *dirp; G_temp_element(tmpdir); - strcat(tmpdir, "/"); - strcat(tmpdir, "MONITORS"); - strcat(tmpdir, "/"); - strcat(tmpdir, name); + (void)G_strlcat(tmpdir, "/", sizeof(tmpdir)); + (void)G_strlcat(tmpdir, "MONITORS", sizeof(tmpdir)); + (void)G_strlcat(tmpdir, "/", sizeof(tmpdir)); + + if (G_strlcat(tmpdir, name, sizeof(tmpdir)) >= sizeof(tmpdir)) { + G_fatal_error(_("Failed to append <%s> to path"), name); + } G_file_name(mon_path, tmpdir, NULL, G_mapset()); fprintf(fd_out, "path=%s\n", mon_path); diff --git a/display/d.mon/main.c b/display/d.mon/main.c index e1d96e86f9a..5bd5b85855b 100644 --- a/display/d.mon/main.c +++ b/display/d.mon/main.c @@ -36,6 +36,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -80,6 +81,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main [1] display/d.mon/render_cmd.py [2] lib/display/r_raster.c @@ -100,6 +103,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -126,6 +130,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 @@ -151,6 +157,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -175,6 +182,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= [1] display/d.mon/render_cmd.py [2] lib/display/r_raster.c @@ -192,6 +201,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -265,6 +275,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main */ diff --git a/display/d.mon/render_cmd.py b/display/d.mon/render_cmd.py index 7678a1442e4..cf153c0b017 100644 --- a/display/d.mon/render_cmd.py +++ b/display/d.mon/render_cmd.py @@ -39,7 +39,7 @@ def remove_mapfile(mapfile): # read environment variables from file def read_env_file(env_file): width = height = legfile = None - fd = open(env_file, "r") + fd = open(env_file) if fd is None: grass.fatal("Unable to open file '{0}'".format(env_file)) lines = fd.readlines() diff --git a/display/d.mon/start.c b/display/d.mon/start.c index 805f3b68c13..d153d373eec 100644 --- a/display/d.mon/start.c +++ b/display/d.mon/start.c @@ -208,6 +208,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -266,6 +267,8 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (write(fd, buf, strlen(buf)) != (ssize_t)strlen(buf)) G_fatal_error(_("Failed to write to file <%s>"), env_file); @@ -287,6 +290,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -477,6 +481,10 @@ int start_mon(const char *name, const char *output, int select, int width, ======= ======= >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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); @@ -507,6 +515,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -526,6 +535,8 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Failed to write to file <%s>"), env_file); } @@ -603,6 +614,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 @@ -808,6 +820,8 @@ int start_mon(const char *name, const char *output, int select, int width, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (write(fd, buf, strlen(buf)) != strlen(buf)) ======= @@ -847,6 +861,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -864,6 +879,8 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (bgcolor) { @@ -893,6 +910,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -955,6 +973,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)) @@ -972,6 +994,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= @@ -990,6 +1013,8 @@ int start_mon(const char *name, const char *output, int select, int width, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (write(fd, buf, strlen(buf)) != strlen(buf)) ======= @@ -1007,6 +1032,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1054,6 +1080,8 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Failed to write to file <%s>"), env_file); } @@ -1065,6 +1093,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1140,6 +1169,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)) @@ -1165,6 +1198,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1319,6 +1353,8 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Failed to write to file <%s>"), env_file); } diff --git a/display/d.path/select.c b/display/d.path/select.c index 4310231126e..89c0a4b3b4f 100644 --- a/display/d.path/select.c +++ b/display/d.path/select.c @@ -30,6 +30,7 @@ int display(struct Map_info *Map, struct line_pnts *Points, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110,6 +111,11 @@ int display(struct Map_info *Map, struct line_pnts *Points, >>>>>>> 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 const struct color_rgb *color, int first, int last, int be_bold) { diff --git a/display/d.rast.arrow/main.c b/display/d.rast.arrow/main.c index 77c1d09e1df..9a8e818621f 100644 --- a/display/d.rast.arrow/main.c +++ b/display/d.rast.arrow/main.c @@ -18,6 +18,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48,6 +49,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * COPYRIGHT: (C) 2000, 2010, 2023 by the GRASS Development Team ======= @@ -65,6 +68,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108,6 +112,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * COPYRIGHT: (C) 2000, 2010 by the GRASS Development Team >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134,6 +140,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 @@ -174,6 +181,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 @@ -195,6 +204,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -219,6 +229,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -236,6 +248,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -273,6 +286,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main */ @@ -471,6 +486,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -507,6 +523,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else if (strcmp("terraflow", opt2->answer) == 0) map_type = 6; @@ -524,6 +542,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -584,6 +603,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main scale = atof(opt8->answer); @@ -778,6 +801,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (map_type == 2 || map_type == 3 || map_type == 5) { ======= @@ -816,6 +840,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (map_type == 2 || map_type == 3 || map_type == 5 || map_type == 6) { @@ -834,6 +860,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)) @@ -906,6 +933,11 @@ int main(int argc, char **argv) ======= if (map_type == 2 || map_type == 3 || map_type == 5) { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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; @@ -1101,6 +1133,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1137,6 +1170,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* case switch for r.terraflow direction type aspect map */ else if (map_type == 6) { @@ -1199,6 +1234,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1259,6 +1295,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, Rast_cell_size(raster_type)); if (opt7->answer) diff --git a/display/d.rast.num/main.c b/display/d.rast.num/main.c index d0809b6d330..4b6ffae6dd5 100644 --- a/display/d.rast.num/main.c +++ b/display/d.rast.num/main.c @@ -49,6 +49,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -129,6 +130,11 @@ >>>>>>> 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 * */ @@ -250,6 +256,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -286,6 +293,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* Setup driver and check important information */ @@ -304,6 +313,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -364,6 +374,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main map_name = opt.map->answer; @@ -471,6 +485,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -551,6 +566,11 @@ int main(int argc, char **argv) >>>>>>> 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 if (opt.font->answer) D_font(opt.font->answer); diff --git a/display/d.rhumbline/d.rhumbline.html b/display/d.rhumbline/d.rhumbline.html index b2ecbfb85f4..f252b8ff564 100644 --- a/display/d.rhumbline/d.rhumbline.html +++ b/display/d.rhumbline/d.rhumbline.html @@ -55,6 +55,7 @@

    NOTES

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

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main This program works only with longitude/latitude ======= This program works only in GRASS locations with longitude/latitude @@ -109,6 +112,7 @@

    NOTES

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

    NOTES

    This program works only in GRASS locations with longitude/latitude >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 d7df5616eda..9649b185526 100644 --- a/display/d.rhumbline/plot.c +++ b/display/d.rhumbline/plot.c @@ -19,6 +19,7 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int text_color) ======= @@ -57,6 +58,8 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int text_color UNUSED) ======= @@ -74,6 +77,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)) @@ -147,6 +151,11 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, int text_color) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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 cb55a6859bb..1b6a6c59392 100644 --- a/display/d.text/d.text.html +++ b/display/d.text/d.text.html @@ -136,6 +136,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -210,6 +211,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 @@ -238,6 +244,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -331,5 +338,7 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Research Laboratory

    Updates by Huidae Cho diff --git a/display/d.text/main.c b/display/d.text/main.c index cd19e410754..bcff45300ea 100644 --- a/display/d.text/main.c +++ b/display/d.text/main.c @@ -577,6 +577,7 @@ static void set_color(char *tcolor) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -657,6 +658,11 @@ static void set_color(char *tcolor) >>>>>>> 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 D_RGB_color(r, g, b); } diff --git a/display/d.title/d.title.html b/display/d.title/d.title.html index f41016cdbaf..24c921d9b90 100644 --- a/display/d.title/d.title.html +++ b/display/d.title/d.title.html @@ -33,6 +33,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -110,6 +111,10 @@

    NOTES

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

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7dcf663571 (r.horizon manual - fix typo (#2794)) @@ -213,6 +219,11 @@

    NOTES

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

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -262,6 +274,8 @@

    NOTES

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

    NOTES

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

    NOTES

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= The text created with d.text @@ -324,6 +341,7 @@

    NOTES

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

    NOTES

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

    EXAMPLES

    @@ -439,6 +459,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -513,6 +534,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 @@ -541,6 +567,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -634,4 +661,6 @@

    AUTHOR

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Research Laboratory diff --git a/display/d.vect.thematic/area.c b/display/d.vect.thematic/area.c index dc82c6cbb67..6b7ff7f2e35 100644 --- a/display/d.vect.thematic/area.c +++ b/display/d.vect.thematic/area.c @@ -30,6 +30,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) ======= @@ -68,6 +69,8 @@ int dareatheme(struct Map_info *Map, struct cat_list *Clist, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int chcat, struct Cell_head *window, int default_width UNUSED) ======= @@ -85,6 +88,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)) @@ -158,6 +162,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)) >>>>>>> osgeo-main +======= +======= + 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 abfa2e6d299..5812e956abb 100644 --- a/display/d.vect.thematic/display.c +++ b/display/d.vect.thematic/display.c @@ -153,6 +153,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, ======= @@ -191,6 +192,8 @@ int draw_line(int ltype, int line, const struct line_pnts *Points, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main const struct line_cats *Cats, int chcat, double size UNUSED, ======= @@ -208,6 +211,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)) @@ -280,6 +284,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)) +>>>>>>> osgeo-main +======= +======= + 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, diff --git a/display/d.vect.thematic/legend.c b/display/d.vect.thematic/legend.c index af0560b2264..99cdf3fc201 100644 --- a/display/d.vect.thematic/legend.c +++ b/display/d.vect.thematic/legend.c @@ -34,6 +34,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int *frequencies, const char *topo) ======= @@ -72,6 +73,8 @@ void write_into_legend_file(const char *legfile, const char *icon, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int *frequencies, int c_type, const char *topo) ======= @@ -89,6 +92,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)) @@ -162,6 +166,11 @@ void write_into_legend_file(const char *legfile, const char *icon, int *frequencies, const char *topo) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + int *frequencies, const char *topo) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { FILE *fd; int i; @@ -194,6 +203,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -224,6 +234,8 @@ void write_into_legend_file(const char *legfile, const char *icon, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(fd, "< %.*f|", n_places, breakpoints[0]); ======= @@ -241,6 +253,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -284,6 +297,8 @@ void write_into_legend_file(const char *legfile, const char *icon, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(fd, "< %.2f|", breakpoints[0]); } @@ -325,6 +340,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -361,6 +377,8 @@ void write_into_legend_file(const char *legfile, const char *icon, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main colors[0].r, colors[0].g, colors[0].b, bcolor.r, bcolor.g, bcolor.b, default_width, topo, frequencies[0]); @@ -394,6 +412,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -454,6 +473,10 @@ void write_into_legend_file(const char *legfile, const char *icon, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 5c5a3258fd4..44c1637009d 100644 --- a/display/d.vect.thematic/local_proto.h +++ b/display/d.vect.thematic/local_proto.h @@ -42,6 +42,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 *); ======= @@ -80,6 +81,8 @@ void write_into_legend_file(const char *, const char *, const char *, double, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct color_rgb *, int, int *, int, const char *); ======= @@ -97,6 +100,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)) @@ -170,3 +174,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)) >>>>>>> osgeo-main +======= +======= + 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 a3fbc2b7189..5c2dca7a5fa 100644 --- a/display/d.vect.thematic/main.c +++ b/display/d.vect.thematic/main.c @@ -418,6 +418,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * max exluded) than classes */ ======= @@ -456,6 +457,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * max excluded) than classes */ ======= @@ -473,6 +476,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * max exluded) than classes */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -545,6 +549,11 @@ int main(int argc, char **argv) ======= * max exluded) than classes */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * max exluded) than classes */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main breakpoints = (double *)G_malloc((nbreaks) * sizeof(double)); @@ -689,6 +698,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -725,6 +735,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_into_legend_file( "stdout", icon_opt->answer, title, stats.min, stats.max, @@ -743,6 +755,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -803,6 +816,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main write_into_legend_file("stdout", icon_opt->answer, title, stats.min, stats.max, breakpoints, @@ -823,6 +840,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -903,6 +921,11 @@ int main(int argc, char **argv) >>>>>>> 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 break; } @@ -923,6 +946,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -959,6 +983,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_into_legend_file( "stdout", icon_line_opt->answer, title, stats.min, @@ -977,6 +1003,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1037,6 +1064,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main write_into_legend_file("stdout", icon_line_opt->answer, title, stats.min, stats.max, breakpoints, @@ -1057,6 +1088,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1137,6 +1169,11 @@ int main(int argc, char **argv) >>>>>>> 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 break; } @@ -1157,6 +1194,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1193,6 +1231,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_into_legend_file( "stdout", icon_area_opt->answer, title, stats.min, @@ -1211,6 +1251,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1271,6 +1312,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main write_into_legend_file("stdout", icon_area_opt->answer, title, stats.min, stats.max, breakpoints, @@ -1291,6 +1336,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1371,6 +1417,11 @@ int main(int argc, char **argv) >>>>>>> 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 break; } @@ -1398,6 +1449,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1434,6 +1486,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_into_legend_file( leg_file, icon_opt->answer, title, stats.min, stats.max, @@ -1452,6 +1506,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1512,6 +1567,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main write_into_legend_file(leg_file, icon_opt->answer, title, stats.min, stats.max, breakpoints, @@ -1532,6 +1591,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1612,6 +1672,11 @@ int main(int argc, char **argv) >>>>>>> 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 break; } @@ -1632,6 +1697,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1668,6 +1734,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_into_legend_file( leg_file, icon_line_opt->answer, title, stats.min, @@ -1686,6 +1754,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1746,6 +1815,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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, @@ -1766,6 +1839,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1846,6 +1920,11 @@ int main(int argc, char **argv) >>>>>>> 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 break; } @@ -1866,6 +1945,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1902,6 +1982,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_into_legend_file( leg_file, icon_area_opt->answer, title, stats.min, @@ -1920,6 +2002,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1980,6 +2063,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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, @@ -2000,6 +2087,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2080,6 +2168,11 @@ int main(int argc, char **argv) >>>>>>> 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 break; } @@ -2109,6 +2202,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD default_width, frequencies, "point"); ======= @@ -2147,6 +2241,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main default_width, frequencies, ctype, "point"); ======= @@ -2164,6 +2260,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= default_width, frequencies, "point"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2236,6 +2333,11 @@ int main(int argc, char **argv) ======= default_width, frequencies, "point"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + default_width, frequencies, "point"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main break; } @@ -2258,6 +2360,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD colors, default_width, frequencies, "line"); ======= @@ -2296,6 +2399,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main colors, default_width, frequencies, ctype, "line"); ======= @@ -2313,6 +2418,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= colors, default_width, frequencies, "line"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2385,6 +2491,11 @@ int main(int argc, char **argv) ======= colors, default_width, frequencies, "line"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + colors, default_width, frequencies, "line"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main break; } @@ -2407,6 +2518,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD colors, default_width, frequencies, "area"); ======= @@ -2445,6 +2557,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main colors, default_width, frequencies, ctype, "area"); ======= @@ -2462,6 +2576,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= colors, default_width, frequencies, "area"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2534,6 +2649,11 @@ int main(int argc, char **argv) ======= colors, default_width, frequencies, "area"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 ab7d26247aa..454b12ee50f 100644 --- a/display/d.vect.thematic/plot1.c +++ b/display/d.vect.thematic/plot1.c @@ -62,6 +62,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)) @@ -142,6 +143,11 @@ int plot1(struct Map_info *Map, int type, int area, struct cat_list *Clist, >>>>>>> 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 int cats_color_flag, char *rgb_column, int default_width, char *width_column, double width_scale) diff --git a/display/d.vect/attr.c b/display/d.vect/attr.c index 5a28807cbca..747b98c59af 100644 --- a/display/d.vect/attr.c +++ b/display/d.vect/attr.c @@ -35,9 +35,11 @@ int display_attr(struct Map_info *Map, int type, char *attrcol, db_init_string(&text); fi = Vect_get_field(Map, lattr->field); - if (fi == NULL) + if (fi == NULL) { + Vect_destroy_line_struct(Points); + Vect_destroy_cats_struct(Cats); return 1; - + } driver = db_start_driver_open_database(fi->driver, fi->database); if (driver == NULL) G_fatal_error(_("Unable to open database <%s> by driver <%s>"), @@ -140,6 +142,7 @@ int display_attr(struct Map_info *Map, int type, char *attrcol, db_close_database_shutdown_driver(driver); Vect_destroy_line_struct(Points); Vect_destroy_cats_struct(Cats); + Vect_destroy_field_info(fi); return 0; } diff --git a/display/d.vect/d.vect.html b/display/d.vect/d.vect.html index bce45d5f1f8..b058a1f406e 100644 --- a/display/d.vect/d.vect.html +++ b/display/d.vect/d.vect.html @@ -25,6 +25,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -62,6 +63,8 @@

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 < > ( ) & | , ; ". @@ -83,6 +86,7 @@

    NOTES

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

    NOTES

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 ced5a95c683..abd03f0bf8c 100644
    --- a/display/d.vect/label.c
    +++ b/display/d.vect/label.c
    @@ -201,6 +201,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -282,6 +283,11 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     =======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
    +=======
    +=======
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> osgeo-main
         if (lattr->yref == LCENTER)
             Yoffset = -(B - T) / 2;
    @@ -302,6 +308,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))
    @@ -382,6 +389,11 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     >>>>>>> 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
     
         if (lattr->has_bgcolor || lattr->has_bcolor) {
    @@ -401,6 +413,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;
    @@ -440,6 +453,8 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
             yarr[0] = yarr[3] = yarr[4] = B;
             yarr[1] = yarr[2] = T;
    @@ -459,6 +474,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -483,6 +499,8 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     =======
             yarr[0] = yarr[3] = yarr[4] = B + Yoffset;
             yarr[1] = yarr[2] = T + Yoffset;
    @@ -499,6 +517,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -536,6 +555,8 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
     
             if (lattr->has_bgcolor) {
    diff --git a/display/d.vect/shape.c b/display/d.vect/shape.c
    index 48eca4df10e..7f73933a115 100644
    --- a/display/d.vect/shape.c
    +++ b/display/d.vect/shape.c
    @@ -63,6 +63,7 @@ int display_shape(struct Map_info *Map, int type, struct cat_list *Clist,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
         /* fisrt search for color table */
     =======
    @@ -101,6 +102,8 @@ int display_shape(struct Map_info *Map, int type, struct cat_list *Clist,
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
         /* first search for color table */
     =======
    @@ -118,6 +121,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))
    @@ -190,6 +194,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))
    +>>>>>>> osgeo-main
    +=======
    +=======
    +    /* 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);
    diff --git a/doc/development/README.md b/doc/development/README.md
    index 9845f20649e..db5244a5a72 100644
    --- a/doc/development/README.md
    +++ b/doc/development/README.md
    @@ -1,43 +1,19 @@
     # Development and Maintenance Documentation
     
    -Here is development and maitanance documentation. The API documentation
    -is at appropriate places, but here is the information relevant to
    -contributing to GRASS GIS and its maintanance.
    +Find below the development and maintenance documentation.
    +The API documentation is available in the appropriate places,
    +but here is the information relevant to contributing to and
    +maintaining GRASS GIS.
     
    -## How to generate the 'Programmer's Manual'
    +## Style and GitHub guide
     
    -You can locally generate the [GRASS GIS Programmer's Manual](https://grass.osgeo.org/programming8/).
    +- [GRASS Programming Style Guide](style_guide.md)
    +- [Guide to contributing on GitHub](github_guide.md)
     
    -This needs doxygen () and optionally
    -Graphviz dot ().
    +## Python API
     
    -To build the GRASS programmer's documentation, run
    +- ["grass" Python package documentation](https://grass.osgeo.org/grass-devel/manuals/libpython/)
     
    -```sh
    -make htmldocs
    -```
    +## C API
     
    -Or to generate documentation as a single html file
    -(recommended for simple reading)
    -
    -```sh
    -make htmldocs-single
    -```
    -
    -This takes quite some time. The result is in `lib/html/index.html`
    -which refers to further document repositories in
    -
    -```text
    -lib/vector/html/index.html
    -lib/db/html/index.html
    -lib/gis/html/index.html
    -```
    -
    -The master file is: `./grasslib.dox` where all sub-documents have to
    -be linked to.
    -
    -To generate the documents in PDF format, run
    -
    -```sh
    -make pdfdocs
    -```
    +- [GRASS Programmer's manual](https://grass.osgeo.org/programming8/)
    diff --git a/doc/development/rfc/PSC_guidelines.md b/doc/development/rfc/PSC_guidelines.md
    index c6de13c8e21..eea704a1761 100644
    --- a/doc/development/rfc/PSC_guidelines.md
    +++ b/doc/development/rfc/PSC_guidelines.md
    @@ -30,6 +30,7 @@ Status: Adopted (6 April 2007)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -114,6 +115,10 @@ Status: Adopted (6 April 2007)
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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
    @@ -132,6 +137,7 @@ as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727))
     =======
    @@ -183,6 +189,9 @@ as low as possible.
     =======
     =======
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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.
    @@ -199,6 +208,7 @@ It is desired to keep the administrational overhead as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -224,6 +234,8 @@ It is desired to keep the administrational overhead as low as possible.
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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.
    @@ -241,6 +253,7 @@ It is desired to keep the administrational overhead as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> osgeo-main
    @@ -260,6 +273,8 @@ It is desired to keep the administrational overhead as low as possible.
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     A GRASS Project Steering Committee ([PSC](https://trac.osgeo.org/grass/wiki/PSC)) is proposed to formalize control
    @@ -284,6 +299,7 @@ as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -340,6 +356,8 @@ as low as possible.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     This document describes how the GRASS Project Steering Committee
     determines membership, and makes decisions on GRASS project issues.
    @@ -392,6 +410,7 @@ currently include:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -471,6 +490,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))
     =======
    @@ -492,6 +516,7 @@ currently include:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -517,6 +542,8 @@ currently include:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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
    @@ -535,6 +562,7 @@ currently include:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -618,6 +646,8 @@ currently include:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -657,6 +687,7 @@ Removal of write access to the source code repository is handled as a
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -736,6 +767,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))
     =======
    @@ -757,6 +793,7 @@ proposal to the committee as described below in the
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -782,6 +819,8 @@ proposal to the committee as described below in the
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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
    @@ -800,6 +839,7 @@ proposal to the committee as described below in the
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -883,6 +923,8 @@ proposal to the committee as described below in the [Operation of the PSC](#oper
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     ### Legal aspects
     
    @@ -931,6 +973,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
    @@ -969,6 +1012,8 @@ reached. Voting on issues is also permissable and may be used as a means
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -985,6 +1030,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))
    @@ -1058,6 +1104,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +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 5390a621e41..cc606c9c9ec 100644
    --- a/doc/development/rfc/PSC_voting_procedures.md
    +++ b/doc/development/rfc/PSC_voting_procedures.md
    @@ -30,6 +30,7 @@ Status: Adopted (6 Oct 2014)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -109,6 +110,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))
     =======
    @@ -130,6 +136,7 @@ In brief, the PSC members vote on proposals on the dedicated
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -155,6 +162,8 @@ In brief, the PSC members vote on proposals on the dedicated
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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
    @@ -173,6 +182,7 @@ In brief, the PSC members vote on proposals on the dedicated
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -256,6 +266,8 @@ In brief, the PSC members vote on proposals on the dedicated [GRASS-PSC mailing
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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.
    @@ -285,6 +297,7 @@ Proposals:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -368,6 +381,10 @@ Proposals:
     =======
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +>>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> osgeo-main
     
      1. Proposals are written up and submitted on the PSC mailing list for discussion.
    @@ -397,6 +414,7 @@ Proposals:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -431,6 +449,8 @@ Proposals:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     Voting:
     
    @@ -467,6 +487,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -495,6 +516,8 @@ Voting:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -509,6 +532,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -553,6 +577,8 @@ Voting:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 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).
    @@ -584,6 +610,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -610,6 +637,8 @@ Voting:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -627,6 +656,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -652,6 +682,8 @@ Voting:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     
      1. Proposals are written up and submitted on the PSC mailing list for discussion.
    @@ -680,6 +712,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -713,6 +746,8 @@ Voting:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     Voting:
     
      1. A voting procedure is started by the proposer. For a more visible communication,
    @@ -748,6 +783,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -772,6 +808,8 @@ Voting:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -788,6 +826,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -853,3 +892,5 @@ Voting:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/rfc/README.md b/doc/development/rfc/README.md
    new file mode 100644
    index 00000000000..590be34e169
    --- /dev/null
    +++ b/doc/development/rfc/README.md
    @@ -0,0 +1,26 @@
    +# Request For Comment (RFC) List
    +
    +GRASS Project Steering Committee:
    +
    +- [GRASS-PSC](https://grasswiki.osgeo.org/wiki/PSC)
    +
    +A list of all GRASS GIS RFC documents, with status:
    +
    +- [RFC 1: Project Steering Committee Guidelines](PSC_guidelines.md) (Adopted)
    +- [RFC 2: Legal aspects of code contributions](legal_aspects_of_code_contributions.md)
    +  (Adopted)
    +- [RFC 3: PSC Voting Procedures](PSC_voting_procedures.md) (Adopted)
    +- [RFC 4: Release Procedure](https://github.com/OSGeo/grass/pull/2815) (Draft)
    +- [RFC 5: GRASS GIS Errata](https://github.com/OSGeo/grass/pull/2813) (Draft)
    +- [RFC 6: Migration from SVN to GitHub](migration_github.md) (Adopted)
    +- [RFC 7: Language Standards Support](language_standards_support.md) (Adopted)
    +- [RFC 8: Python Language Support](python_language_support.md) (Adopted)
    +- [RFC 9: Version Numbering](version_numbering.md) (Adopted)
    +- [RFC X: Release Policy](https://github.com/OSGeo/grass/pull/3673) (Draft)
    +
    +Status values:
    +
    +- Adopted: RFC is approved (and presumably implemented).
    +- Proposed: RFC is complete, and open for voting.
    +- Draft: RFC is being written/revised/discussed.
    +- Withdrawn: RFC is unapproved, and not being pursued further.
    diff --git a/doc/development/rfc/language_standards_support.md b/doc/development/rfc/language_standards_support.md
    index a113e07a903..ebb80ed16ee 100644
    --- a/doc/development/rfc/language_standards_support.md
    +++ b/doc/development/rfc/language_standards_support.md
    @@ -27,6 +27,7 @@ Status: Motion passed, 29 March 2021
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -123,6 +124,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))
     >>>>>>> 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 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
    @@ -180,6 +186,7 @@ provide better cross platform support and possibly safer code.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -205,6 +212,8 @@ provide better cross platform support and possibly safer code.
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     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.
    @@ -314,6 +323,7 @@ provide better cross platform support and possibly safer code.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -670,6 +680,8 @@ provide better cross platform support and possibly safer code.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -710,6 +722,7 @@ good for C17.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -794,6 +807,10 @@ good for C17.
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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
    @@ -813,6 +830,7 @@ the GRASS GIS project.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727))
     =======
    @@ -854,6 +872,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))
     =======
    @@ -873,6 +894,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))
     =======
    @@ -898,6 +920,8 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     =======
     >>>>>>> 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.
     =======
     Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to
    @@ -919,6 +943,7 @@ the GRASS GIS project.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -990,6 +1015,8 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     ## Proposed Language Standards Support
     
    @@ -1016,6 +1043,7 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -1112,6 +1140,11 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     >>>>>>> osgeo-main
     =======
     
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
    +=======
    +
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    @@ -1140,6 +1173,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)
     =======
     =======
    @@ -1163,6 +1197,8 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     =======
     
    @@ -1179,6 +1215,7 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1204,6 +1241,8 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -1217,6 +1256,7 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -1236,6 +1276,8 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -1266,6 +1308,7 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1406,3 +1449,5 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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 9f8e8e0bd8e..0b5798bbf0b 100644
    --- a/doc/development/rfc/legal_aspects_of_code_contributions.md
    +++ b/doc/development/rfc/legal_aspects_of_code_contributions.md
    @@ -74,6 +74,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -126,6 +127,8 @@ source repository:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 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
    @@ -147,6 +150,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -181,6 +185,8 @@ source repository:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 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
    @@ -198,6 +204,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -222,6 +229,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -239,6 +248,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
    @@ -276,6 +286,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -298,6 +310,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -322,6 +335,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -338,6 +353,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -391,6 +407,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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.
    @@ -425,6 +443,7 @@ Internet: 
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -473,6 +492,8 @@ Internet: 
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -491,6 +512,7 @@ Internet: 
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> osgeo-main
    @@ -510,6 +532,8 @@ Internet: 
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     
    @@ -528,6 +552,7 @@ Internet: 
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -593,3 +618,5 @@ Internet: 
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/rfc/migration_github.md b/doc/development/rfc/migration_github.md
    index 51be37beca6..27d23c34c67 100644
    --- a/doc/development/rfc/migration_github.md
    +++ b/doc/development/rfc/migration_github.md
    @@ -28,6 +28,7 @@ Status: Motion passed Apr 22, 2019
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -112,6 +113,10 @@ Status: Motion passed Apr 22, 2019
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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
    @@ -129,6 +134,7 @@ more are involved.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -163,6 +169,8 @@ more are involved.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -184,6 +192,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -217,6 +226,8 @@ platform.
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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.
    @@ -233,6 +244,7 @@ The centralized source code management system Subversion (SVN) has served the GR
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -258,6 +270,8 @@ The centralized source code management system Subversion (SVN) has served the GR
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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.
    @@ -274,6 +288,7 @@ The centralized source code management system Subversion (SVN) has served the GR
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -306,6 +321,9 @@ The centralized source code management system Subversion (SVN) has served the GR
     =======
     >>>>>>> osgeo-main
     =======
    +=======
    +>>>>>>> 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.
    @@ -325,6 +343,7 @@ more are involved.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -361,6 +380,8 @@ more are involved.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -382,6 +403,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -406,6 +428,8 @@ platform.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -422,6 +446,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -475,6 +500,8 @@ platform.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     ## Background information of git migration
     
    @@ -510,6 +537,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -570,6 +598,74 @@ platform.
     =======
     =======
     >>>>>>> 498a331298 (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
    @@ -598,6 +694,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
     =======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -1443,6 +1540,10 @@ in time since they contain different branches:
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     * repository **grass-promo**
       * repository for promotional material
     
    @@ -1472,6 +1573,7 @@ The final destination of these repositories will be under >>>>>> main
     =======
    @@ -1525,6 +1627,8 @@ The final destination of these repositories will be under >>>>>> 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)).
    @@ -1545,6 +1649,7 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -1572,6 +1677,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))
     =======
    @@ -1589,6 +1696,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))
    @@ -1621,6 +1729,8 @@ Given GRASS GIS’ history of 35+ years we had to invest major effort in identif
     =======
     >>>>>>> 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)).
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
    @@ -1640,6 +1750,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))
     =======
    @@ -1664,6 +1775,8 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -1680,6 +1793,7 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -1739,6 +1853,8 @@ Given GRASS GIS’ history of 35+ years we had to invest major effort in identif
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     The following circumstances could be identified:
     
    @@ -1767,6 +1883,7 @@ The following circumstances could be identified:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -1808,6 +1925,8 @@ The following circumstances could be identified:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
     =======
    @@ -1848,6 +1967,7 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -1867,6 +1987,8 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     * some users already having a GitHub account (with mostly different name again)
       * see here for the [author mapping table](https://trac.osgeo.org/grass/browser/grass-addons/tools/svn2git/)
     
    @@ -1905,6 +2027,7 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1940,6 +2063,8 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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)
    @@ -1972,6 +2097,7 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -2219,6 +2345,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))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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)
    @@ -2247,6 +2377,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -2306,6 +2437,8 @@ Labels are preserved by transferring:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     * "operating system" trac label into the GitHub issue text itself (following the
       new issue reporting template)
     * converting milestones/tickets/comments/labels
    @@ -2325,6 +2458,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -2358,6 +2492,8 @@ Labels are preserved by transferring:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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)
    @@ -2374,6 +2510,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -2399,6 +2536,8 @@ Labels are preserved by transferring:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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)
    @@ -2415,6 +2554,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
    @@ -2453,6 +2593,8 @@ Labels are preserved by transferring:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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)
    @@ -2477,6 +2619,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -2501,6 +2644,8 @@ Labels are preserved by transferring:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -2517,6 +2662,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -2570,6 +2716,8 @@ Labels are preserved by transferring:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     * setting assignees if possible; otherwise set new "grass-svn2git" an assignee
     
     **New labels in the GitHub issue tracker:**
    @@ -2596,6 +2744,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -2675,6 +2824,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))
     =======
    @@ -2696,6 +2850,7 @@ projects like GDAL and QGIS, leading to the following categories:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -2721,6 +2876,8 @@ projects like GDAL and QGIS, leading to the following categories:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> 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
    @@ -2739,6 +2896,7 @@ projects like GDAL and QGIS, leading to the following categories:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -2822,6 +2980,8 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     * **Issue category**:
       * bug
    @@ -2868,6 +3028,7 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -2909,6 +3070,8 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     Note that "normal" bugs reported will not carry a label in order to not overload
     the visual impact and readability.
     =======
    @@ -2943,6 +3106,7 @@ the visual impact and readability.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -2962,6 +3126,8 @@ the visual impact and readability.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     ## Rules and best practices for using Git
     
    @@ -2994,6 +3160,7 @@ practices for dealing with the following:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -3029,6 +3196,8 @@ practices for dealing with the following:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     Note that "normal" bugs reported will not carry a label in order to not overload
     the visual impact and readability.
     
    @@ -3055,6 +3224,7 @@ practices for dealing with the following:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -3266,6 +3436,10 @@ practices for dealing with the following:
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     * _(add more)_
     
     ## Turning SVN/trac into readonly mode
    @@ -3292,6 +3466,7 @@ practices for dealing with the following:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -3376,6 +3551,10 @@ practices for dealing with the following:
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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
    @@ -3394,6 +3573,7 @@ aforementioned converted commit messages and issues in the issue tracker.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727))
     =======
    @@ -3435,6 +3615,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))
     =======
    @@ -3454,6 +3637,7 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -3479,6 +3663,8 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> 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.
     =======
     As soon as the above listed repositories are stable and functional,
    @@ -3499,6 +3685,7 @@ aforementioned converted commit messages and issues in the issue tracker.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -3570,6 +3757,8 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     
     ## Open issues
     
    @@ -3600,6 +3789,7 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> main
     =======
    @@ -3653,6 +3843,8 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> 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.
     
    @@ -3673,6 +3865,7 @@ start asking unreasonable fees, a backup strategy is needed.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -3700,6 +3893,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))
     =======
    @@ -3717,6 +3912,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))
    @@ -3749,6 +3945,8 @@ GitHub is a closed platform. In case it would be shutdown, closed or GitHub woul
     =======
     >>>>>>> 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.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
    @@ -3768,6 +3966,7 @@ start asking unreasonable fees, a backup strategy is needed.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -3792,6 +3991,8 @@ start asking unreasonable fees, a backup strategy is needed.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -3808,6 +4009,7 @@ start asking unreasonable fees, a backup strategy is needed.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -3867,6 +4069,8 @@ GitHub is a closed platform. In case it would be shutdown, closed or GitHub woul
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     The proposed solution is
     
     * GitLab has an import module from GitHub.
    @@ -3896,6 +4100,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -3950,6 +4155,8 @@ The proposed solution is
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     
     
     
    @@ -3966,6 +4173,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -3991,6 +4199,8 @@ The proposed solution is
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     
     
     
    @@ -4008,6 +4218,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> osgeo-main
    @@ -4027,6 +4238,8 @@ The proposed solution is
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     
    @@ -4047,6 +4260,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -4103,3 +4317,5 @@ The proposed solution is
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/rfc/version_numbering.md b/doc/development/rfc/version_numbering.md
    index 7829b0eb513..3428a8b92aa 100644
    --- a/doc/development/rfc/version_numbering.md
    +++ b/doc/development/rfc/version_numbering.md
    @@ -1,4 +1,4 @@
    -# RFC: Version Numbering
    +# RFC 9: Version Numbering
     
     Author: Vaclav Petras
     
    diff --git a/doc/development/style_guide.md b/doc/development/style_guide.md
    index 8268114ad5d..3b065d9f838 100644
    --- a/doc/development/style_guide.md
    +++ b/doc/development/style_guide.md
    @@ -75,7 +75,7 @@ flake8 --ignore=E203,E266,E501 --max-line-length=88 python_file.py
     
     C and C++ code is formatted with
     [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html). Contributions are
    -expected to be formatted with `clang-format` (currently with version 15+). The
    +expected to be formatted with `clang-format` (currently with version 18+). The
     most convenient method to install clang-format and format files is
     [using pre-commit](#using-pre-commit).
     
    @@ -92,6 +92,38 @@ If using pre-commit is not an option, for whatever reason, there is a helper
     script [grass_clang_format.sh](./utils/grass_clang_format.sh), which simplifies
     bulk reformatting.
     
    +#### Order of include headers
    +
    +In general, headers should be included in the order:
    +
    +1. Core system headers (stdio.h, ctype.h, ...)
    +2. Headers for non-core system components (X11, libraries).
    +3. GRASS headers (grass/gis.h, grass/glocale.h, ...)
    +4. Headers for the specific library/program (geodesic.h, ...)
    +
    +Each class of headers has an obligation to be compatible with those above it in
    +the list, but not those below it. The header groups should be alphabetically
    +sorted and separated by a newline.
    +
    +```c
    +#include 
    +#include 
    +#include 
    +
    +#include 
    +#include 
    +#include 
    +
    +#include "local_proto.h"
    +#include "mask.h"
    +```
    +
    +#### Naming conventions
    +
    +Use function names which fulfill the official [GNU naming
    +convention](https://www.gnu.org/prep/standards/html_node/Names.html). Instead of
    +naming a function like: `MyNewFunction()` use snake case: `my_new_function()`.
    +
     ### Using pre-commit
     
     It is highly recommended to install and use [pre-commit](https://pre-commit.com)
    @@ -160,7 +192,7 @@ There are three types of documentation: C API, Python API and tool documentation
     #### C API documentation
     
     We
    -[​use doxygen and document the functions](https://grass.osgeo.org/programming8/)
    +[use doxygen and document the functions](https://grass.osgeo.org/programming8/)
     directly in the source code. See `lib/gis/open.c` and `lib/gis/gislib.dox` for
     examples.
     
    @@ -652,6 +684,30 @@ standard tool output if it has one.
     
     ### Developing GRASS Addons
     
    +To streamline the development of a GRASS addon in python, you can use [this
    +template](https://github.com/OSGeo/grass-addon-cookiecutter) powered by
    +Cookiecutter.
    +
    +#### Copyright header
    +
    +Use the following header in your source code.
    +
    +```python
    +##############################################################################
    +# MODULE:    r.foo
    +#
    +# AUTHOR(S): John Doe 
    +#
    +# PURPOSE:   Provide short description of module here...
    +#
    +# COPYRIGHT: (C) 2024 by John Doe and the GRASS Development Team
    +#
    +#            This program is free software under the GNU General Public
    +#            License (>=v2). Read the file COPYING that comes with GRASS
    +#            for details.
    +##############################################################################
    +```
    +
     #### Use Standard Options in Interface
     
     GRASS tools must use the GRASS parser to handle its command line parameters. To
    @@ -887,3 +943,82 @@ self.bwizard = wx.Button(...,
     # GTC %s will be replaced with name of current shell
     gs.message(_("Running through {}").format(shellname))
     ```
    +
    +### Developing C tools
    +
    +Refer to the [online GRASS Programmer's
    +Manual](https://grass.osgeo.org/programming8/) or generate it with `make
    +htmldocs` or `make pdfdocs`.
    +
    +#### Use GRASS library functions
    +
    +Use the GRASS library functions, when available, instead of the standard C
    +functions. The reason for this is that the following functions ensure good
    +programming practice (e.g. always checking if memory was allocated) and/or
    +improves portability.
    +
    +- Memory management: `G_malloc()`, `G_calloc()`, `G_realloc()`, `G_free()`
    +- Environmental variables: `G_getenv()`, `G_setenv()`, `G_unsetenv()`
    +- File seek: `G_fseek()`, `G_ftell()`
    +- Printing: `G_asprintf()`, `G_vsaprintf()`, `G_vfaprintf()`, ...
    +
    +Please refer to the [programmers manual](https://grass.osgeo.org/programming8/)
    +for the proper use (e.g., determining if any casts are needed for arguments or
    +return values) of these library functions. They may perform a task slightly
    +different from their corresponding C library function, and thus, their use may
    +not be the same.
    +
    +#### Returning value of main function
    +
    +Tool exit status is defined as `EXIT_SUCCESS` or `EXIT_FAILURE` (declared in
    +`stdlib.h`), e.g.
    +
    +```c
    +    {
    +      ...
    +      if (G_parser (argc, argv))
    +          exit (EXIT_FAILURE);
    +
    +      ...
    +      exit (EXIT_SUCCESS);
    +    }
    +```
    +
    +#### Messages and data output
    +
    +See rules for [messages in Python scripts](#messages) for proper usage of
    +`G_fatal_error()`, `G_warning()`, etc. Message output is not expected to be sent
    +to pipe or file.
    +
    +For data output redirected to pipe or file, please use `fprintf()` and specify
    +the stdout stream as follows:
    +
    +```c
    +      fprintf(stdout, ...);
    +      fflush(stdout);
    +
    +      fflush(stdout) /* always required when using fprintf(stdout, ...). */
    +```
    +
    +#### Header section
    +
    +Add a header section to file main.c of your tool and make sure you include the
    +copyright. If you are modifying an existing file you may under no circumstances
    +remove prior copyright or licensing text that is not your own, even for a major
    +rewrite. If any original code or code that is in part derived from another's
    +original work remains, it must be properly cited.
    +
    +```c
    +/****************************************************************************
    + *
    + * MODULE:       g.foo
    + * AUTHOR(S):    John Doe 
    + * PURPOSE:      Provide short description of module here...
    + * COPYRIGHT:    (C) 2010 by John Doe, and the GRASS Development Team
    + *
    + *               This program is free software under the GNU General Public
    + *               License (>=v2). Read the COPYING file that comes with GRASS
    + *               for details.
    + *
    + *****************************************************************************/
    +```
    diff --git a/doc/development/submitting/docs.md b/doc/development/submitting/docs.md
    index 3694a3cecce..9b1f55daf58 100644
    --- a/doc/development/submitting/docs.md
    +++ b/doc/development/submitting/docs.md
    @@ -192,6 +192,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
    @@ -230,6 +231,8 @@ image is displayed as shrinked, both **width** and **height** HTML parameters
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     image is displayed as shrunk, both **width** and **height** HTML parameters
     =======
     image is displayed as shrinked, both **width** and **height** HTML parameters
    @@ -246,6 +249,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))
    @@ -319,6 +323,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +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 2b400f4a328..329a2f480d7 100644
    --- a/doc/development/submitting/general.md
    +++ b/doc/development/submitting/general.md
    @@ -162,6 +162,7 @@ done manually, you can take an advantage of our [​CI](https://github.com/OSGeo
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -199,6 +200,8 @@ done manually, you can take an advantage of our [​CI](https://github.com/OSGeo
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -218,6 +221,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
    @@ -279,6 +283,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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
    @@ -299,6 +307,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))
    @@ -380,6 +389,11 @@ You can also choose to backport only to the closest branch, in our example 8.2.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -436,6 +450,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
    @@ -474,6 +489,8 @@ to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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
    @@ -490,6 +507,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))
    @@ -563,6 +581,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +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 50b3e6962d1..67e99f86c10 100644
    --- a/doc/development/submitting/python.md
    +++ b/doc/development/submitting/python.md
    @@ -114,6 +114,7 @@ flake8 --config lib/python/.flake8 lib/python/temporal/register.py
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -151,6 +152,8 @@ flake8 --config lib/python/.flake8 lib/python/temporal/register.py
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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.
    @@ -169,6 +172,7 @@ to do both Black formatting and Flake8 file validation.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -230,6 +234,10 @@ to do both Black formatting and Flake8 file validation.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     ### Editor settings for 4-space indentation
     
     The correct editor settings for Python indentation
    @@ -249,6 +257,7 @@ The correct editor settings for Python indentation
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
       - Edit > Preferences > Editor > Intentation tab > Type: Spaces
     =======
    @@ -287,6 +296,8 @@ The correct editor settings for Python indentation
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
       - Edit > Preferences > Editor > Indentation tab > Type: Spaces
     =======
    @@ -304,6 +315,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))
    @@ -377,6 +389,11 @@ The correct editor settings for Python indentation
       - Edit > Preferences > Editor > Intentation tab > Type: Spaces
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +  - 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:
    @@ -584,6 +601,7 @@ To enable translating of messages to other languages (than English), use full
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     strings, e.g.
     =======
     <<<<<<< HEAD
    @@ -622,6 +640,8 @@ strings, e.g.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     strings, e.g. (good example):
     =======
     strings, e.g.
    @@ -638,6 +658,7 @@ strings, e.g.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     strings, e.g.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -711,6 +732,11 @@ strings, e.g.
     strings, e.g.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +strings, e.g.
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     ```py
     if ...:
    @@ -734,6 +760,7 @@ else:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     instead of constructing string from several parts:
     =======
     <<<<<<< HEAD
    @@ -772,6 +799,8 @@ instead of constructing string from several parts:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     instead of constructing string from several parts (bad example):
     =======
     instead of constructing string from several parts:
    @@ -788,6 +817,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))
    @@ -861,6 +891,11 @@ instead of constructing string from several parts:
     instead of constructing string from several parts:
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +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 1f33cbd6465..0e0bb885157 100644
    --- a/doc/development/submitting/submitting.md
    +++ b/doc/development/submitting/submitting.md
    @@ -34,6 +34,7 @@ Be sure to check your code against these rules:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -71,6 +72,8 @@ Be sure to check your code against these rules:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     ### Use pre-commit
     
     It is highly recommended to install and use [pre-commit](https://pre-commit.com)
    @@ -146,6 +149,7 @@ pre-commit install
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -207,6 +211,10 @@ pre-commit install
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> 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 833844ab265..527dcd8f677 100644
    --- a/doc/development/submitting/submitting_c.md
    +++ b/doc/development/submitting/submitting_c.md
    @@ -177,6 +177,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
    @@ -215,6 +216,8 @@ Instead of naming a function like: MyNewFunction() use underscores for seperatio
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     Instead of naming a function like: MyNewFunction() use underscores for separation
     =======
     Instead of naming a function like: MyNewFunction() use underscores for seperation
    @@ -231,6 +234,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))
    @@ -304,6 +308,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +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
    @@ -417,6 +426,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
    @@ -455,6 +465,8 @@ Always use the gettext macros with _("") for user messages, example:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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:
    @@ -479,6 +491,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))
    @@ -552,6 +565,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +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);
    @@ -574,6 +592,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
    @@ -612,6 +631,8 @@ word in the comment must be GTC - GRASS translation comment,
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     word in the comment must be GTC: GRASS translation comment,
     =======
     word in the comment must be GTC - GRASS translation comment,
    @@ -628,6 +649,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))
    @@ -701,6 +723,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))
     >>>>>>> osgeo-main
    +=======
    +=======
    +word in the comment must be GTC - GRASS translation comment,
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     Example:
     
    @@ -720,6 +747,7 @@ Example:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     /* GTC A name of a projection */
     =======
     <<<<<<< HEAD
    @@ -758,6 +786,8 @@ Example:
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     /* GTC: Name of a projection */
     =======
     /* GTC A name of a projection */
    @@ -774,6 +804,7 @@ Example:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     /* GTC A name of a projection */
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -847,6 +878,11 @@ Example:
     /* GTC A name of a projection */
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +/* GTC A name of a projection */
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     G_message(_("State Plane"));
     ```
     
    @@ -866,6 +902,7 @@ Any message with a noun in plural form has to pass `n_()` macro, even if for the
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -903,6 +940,8 @@ Any message with a noun in plural form has to pass `n_()` macro, even if for the
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     English language is not required! The syntax is
     `n_("English singular", "English plural", count)`
     
    @@ -937,6 +976,7 @@ G_message( n_("Remove map", "Remove maps", count));
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -998,6 +1038,10 @@ G_message( n_("Remove map", "Remove maps", count));
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     English language it is not required!
     
     ```c
    @@ -1021,6 +1065,7 @@ See [locale/README](../../../locale/README) for details.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    @@ -1102,6 +1147,11 @@ See [locale/README](../../../locale/README) for details.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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:
     
    @@ -1174,6 +1224,7 @@ These index manual pages are autogenerated during the build process of GRASS GIS
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -1211,6 +1262,8 @@ These index manual pages are autogenerated during the build process of GRASS GIS
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     ## Source Code Formatting
     
     C and C++ code is formatted with [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html).
    @@ -1259,6 +1312,7 @@ GRASS_CLANG_FORMAT="clang-format-15" ./utils/grass_clang_format.sh
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -1320,6 +1374,10 @@ GRASS_CLANG_FORMAT="clang-format-15" ./utils/grass_clang_format.sh
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     ## Indentation
     
     To promote a consistent coding style for whitespace (spaces, tabs, newlines),
    @@ -1361,6 +1419,7 @@ or `man indent` for explanation of individual switches.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    @@ -1442,6 +1501,11 @@ or `man indent` for explanation of individual switches.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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 a707085cce3..4ba570caf84 100644
    --- a/doc/git/investigating_history.md
    +++ b/doc/git/investigating_history.md
    @@ -41,6 +41,7 @@ ignored with `git blame`, please open an issue.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -123,6 +124,11 @@ ignored with `git blame`, please open an issue.
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> osgeo-main
    +=======
    +=======
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     
     ## On GitHub
     
    @@ -144,6 +150,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))
    @@ -225,3 +232,8 @@ which is the icon between commit info and line numbers.
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> 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 82f1b1940ee..86c2c124e5f 100644
    --- a/doc/grass_database.html
    +++ b/doc/grass_database.html
    @@ -68,6 +68,7 @@ 

    GRASS GIS Database

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105,6 +106,8 @@

    GRASS GIS Database

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

    GRASS Projects

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

    GRASS Projects

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

    GRASS Projects

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

    GRASS Locations

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

    Importing, exporting and linking data

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -370,6 +379,8 @@

    Importing, exporting and linking data

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

    Starting GRASS GIS

    After launching GRASS GIS for the first time, @@ -388,6 +399,7 @@

    Starting GRASS GIS

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

    Starting GRASS GIS

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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). @@ -515,6 +531,7 @@

    Starting GRASS GIS using command line

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -552,6 +569,8 @@

    Starting GRASS GIS using command line

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main grass -c EPSG:5514:3 ~/grassdata/myproject # Windows @@ -569,6 +588,7 @@

    Starting GRASS GIS using command line

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

    Starting GRASS GIS using command line

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

    Starting GRASS GIS using command line

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

    Starting GRASS GIS using command line

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -744,6 +774,7 @@

    Starting GRASS GIS using command line

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

    Starting GRASS GIS using command line

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

    Creating a New Project with the Project Wizard

    >>>>>>> osgeo-main @@ -793,6 +826,7 @@

    Creating a New Project with the Project Wizard

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

    Creating a New Project with the Project Wizard

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

    Creating a New Location with the Location Wizard

    The wxGUI graphical user interface provides a @@ -909,6 +947,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -962,6 +1001,8 @@

    See also

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -982,6 +1023,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1017,6 +1059,8 @@

    See also

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GRASS GIS 8 Reference Manual
    GRASS GIS 8 startup program manual page @@ -1033,6 +1077,7 @@

    See also

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

    See also

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS GIS 8 Reference Manual
    GRASS GIS 8 startup program manual page @@ -1074,6 +1121,7 @@

    See also

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

    See also

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -1115,6 +1165,7 @@

    See also

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

    See also

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -1156,6 +1209,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1206,6 +1260,8 @@

    See also

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
    Importing data on GRASS Wiki
    diff --git a/doc/gui/wxpython/example/dialogs.py b/doc/gui/wxpython/example/dialogs.py index 425ea57a4b2..98760e7202d 100644 --- a/doc/gui/wxpython/example/dialogs.py +++ b/doc/gui/wxpython/example/dialogs.py @@ -20,7 +20,7 @@ # So we need to import it before any of the GUI code. # NOTE: in this particular case, we don't really need the grass library; # NOTE: we import it just for the side effects of gettext.install() -import grass +import grass # noqa: F401 from core import globalvar from gui_core.dialogs import SimpleDialog diff --git a/doc/gui/wxpython/example/frame.py b/doc/gui/wxpython/example/frame.py index 5bac9539dd8..16b8b0fd298 100644 --- a/doc/gui/wxpython/example/frame.py +++ b/doc/gui/wxpython/example/frame.py @@ -371,6 +371,7 @@ def __init__(self, parent, giface, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -404,6 +405,8 @@ def __init__(self, parent, giface, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -421,6 +424,7 @@ def __init__(self, parent, giface, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -467,6 +471,8 @@ def __init__(self, parent, giface, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # init map panel ExampleMapPanel.__init__( diff --git a/doc/gui/wxpython/example/toolbars.py b/doc/gui/wxpython/example/toolbars.py index a77017e063a..0969570e492 100644 --- a/doc/gui/wxpython/example/toolbars.py +++ b/doc/gui/wxpython/example/toolbars.py @@ -127,6 +127,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -163,6 +164,8 @@ def _toolbarData(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ( ("addRaster", BaseIcons["addRast"].label), @@ -183,6 +186,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -243,6 +247,10 @@ def _toolbarData(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ("addRaster", BaseIcons["addRast"].label), BaseIcons["addRast"], @@ -263,6 +271,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -343,6 +352,11 @@ def _toolbarData(self): >>>>>>> 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 ) @@ -378,6 +392,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -414,6 +429,8 @@ def _toolbarData(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ( ("help", icons["help"].label), @@ -439,6 +456,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -499,6 +517,10 @@ def _toolbarData(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ("help", icons["help"].label), icons["help"], @@ -524,6 +546,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -604,5 +627,10 @@ def _toolbarData(self): >>>>>>> 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 ) diff --git a/doc/howto_release.md b/doc/howto_release.md index 7602e3c3c8e..f39fed7bd83 100644 --- a/doc/howto_release.md +++ b/doc/howto_release.md @@ -21,6 +21,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. @@ -66,6 +67,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -88,6 +91,7 @@ _Note: Some later steps in this text are to be done by the development coordinat <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112,6 +116,8 @@ _Note: Some later steps in this text are to be done by the development coordinat >>>>>>> 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.* @@ -121,6 +127,7 @@ _Note: Some later steps in this text are to be done by the development coordinat <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -172,6 +179,9 @@ _Note: Some later steps in this text are to be done by the development coordinat >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main ======= - Your own fork is the remote called "origin". @@ -195,6 +205,7 @@ _Note: Some later steps in this text are to be done by the development coordinat <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -227,6 +238,8 @@ _Note: Some later steps in this text are to be done by the development coordinat >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## Prepare the local repo Update your remotes and switch to branch: @@ -247,6 +260,7 @@ Update your remotes and switch to branch: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD git fetch --all --prune && git checkout releasebranch_8_2 ======= <<<<<<< HEAD @@ -285,6 +299,8 @@ git fetch --all --prune && git checkout releasebranch_8_2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main git fetch --prune upstream && git checkout releasebranch_8_4 ======= git fetch --all --prune && git checkout releasebranch_8_2 @@ -301,6 +317,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)) @@ -374,6 +391,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)) >>>>>>> osgeo-main +======= +======= +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 @@ -401,6 +423,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 @@ -509,6 +532,8 @@ eval $(./utils/update_version.py status --bash) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -641,6 +666,7 @@ Modify the VERSION file use the dedicated script, for RC1, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -665,6 +691,8 @@ Modify the VERSION file use the dedicated script, for RC1, e.g.: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -680,6 +708,7 @@ containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -716,6 +745,8 @@ The script will compute the correct version string and print a message containin >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Commit with a commit message suggested by the script, e.g.: @@ -737,6 +768,7 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.0RC1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -761,6 +793,8 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.0RC1" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -776,6 +810,7 @@ version change: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -812,6 +847,8 @@ Check that there is exactly one commit on your local branch and that it is the v >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ```bash git status @@ -846,6 +883,7 @@ eval $(./utils/update_version.py status --bash) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -871,6 +909,8 @@ eval $(./utils/update_version.py status --bash) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= git log upstream/releasebranch_8_2..HEAD # Should give the same as last commits visible on GitHub: git log --max-count=5 @@ -921,6 +961,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"). ======= @@ -978,6 +1019,10 @@ 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 containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). >>>>>>> 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"). +>>>>>>> osgeo-main Commit with a commit message suggested by the script, e.g.: @@ -998,6 +1043,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: ======= @@ -1055,6 +1101,10 @@ version change: Check that there is exactly one commit on your local branch and that it is the version change: >>>>>>> osgeo-main +======= +Check that there is exactly one commit on your local branch and that it is the +version change: +>>>>>>> osgeo-main ```bash git status @@ -1089,6 +1139,7 @@ eval $(./utils/update_version.py status --bash) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1127,6 +1178,8 @@ eval $(./utils/update_version.py status --bash) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Version and tag are the same for all releases: ```bash @@ -1163,6 +1216,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 @@ -1201,6 +1255,8 @@ gh run list --branch releasebranch_8_2 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main gh run list --branch releasebranch_8_4 ======= gh run list --branch releasebranch_8_2 @@ -1217,6 +1273,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)) @@ -1290,6 +1347,11 @@ gh run list --branch releasebranch_8_2 gh run list --branch releasebranch_8_2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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, @@ -1316,6 +1378,7 @@ Create an annotated tag (a lightweight tag is okay too, but there is more metada <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1353,6 +1416,8 @@ Create an annotated tag (a lightweight tag is okay too, but there is more metada >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main stored for annotated tags including a date; message is suggested by the `./utils/update_version.py` script): @@ -1374,6 +1439,7 @@ git tag $TAG -a -m "..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1435,6 +1501,10 @@ git tag $TAG -a -m "..." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main stored for annotated tags including a date; message is suggested by the version script): ```bash @@ -1454,6 +1524,7 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1500,6 +1571,8 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1513,6 +1586,7 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -1550,6 +1624,8 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ``` List all tags (annotated will be at the top of both lists): @@ -1574,6 +1650,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 @@ -1612,6 +1689,8 @@ Now push the tag upstream - this will trigger the automated workflows linked to >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Now push the tag upstream - this will trigger the [automated workflows](https://github.com/OSGeo/grass/actions) linked to tags: ======= @@ -1629,6 +1708,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)) @@ -1702,6 +1782,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)) >>>>>>> osgeo-main +======= +======= +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 @@ -1729,6 +1814,7 @@ run from the top directory and will expect its configuration files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1759,6 +1845,8 @@ run from the top directory and will expect its configuration files >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main to be in the *utils* directory. ======= <<<<<<< HEAD @@ -1774,6 +1862,7 @@ to be in the _utils_ directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1843,6 +1932,11 @@ to be in the *utils* directory. >>>>>>> osgeo-main ======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + <<<<<<< HEAD <<<<<<< HEAD >>>>>>> osgeo-main @@ -1857,6 +1951,7 @@ to be in the *utils* directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -1888,6 +1983,8 @@ to be in the *utils* directory. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #### Major and minor releases >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1925,6 +2022,7 @@ python ./utils/generate_release_notes.py log releasebranch_8_4 8.4.0 $VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1944,6 +2042,8 @@ python ./utils/generate_release_notes.py log releasebranch_8_4 8.4.0 $VERSION ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) For major and minor releases, GitHub API gives good results for the first release candidate because it contains contributor handles and can identify @@ -1960,6 +2060,7 @@ release candidate because it contains contributor handles and can identify <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1984,6 +2085,8 @@ release candidate because it contains contributor handles and can identify >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main new contributors, so use with the *api* backend, e.g.: ======= new contributors, so use with the _api_ backend, e.g.: @@ -2000,6 +2103,7 @@ new contributors, so use with the _api_ backend, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2032,6 +2136,8 @@ new contributors, so use with the _api_ backend, e.g.: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main to be in the *utils* directory. For major and minor releases, GitHub API gives good results for the first @@ -2050,6 +2156,7 @@ new contributors, so use with the *api* backend, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2147,6 +2254,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)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2171,6 +2282,7 @@ while the backports are usually direct commits without PRs. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main The *git log* command operates on commits, so use use the *log* backend: @@ -2239,6 +2351,11 @@ 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: +======= +<<<<<<< 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: @@ -2256,6 +2373,7 @@ The *git log* command operates on commits, so use use the *log* backend: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2306,6 +2424,8 @@ The *git log* command operates on commits, so use use the *log* backend: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ```bash python ./generate_release_notes.py log releasebranch_8_2 8.2.0 $VERSION @@ -2333,6 +2453,7 @@ python ./generate_release_notes.py log releasebranch_8_2 8.2.0 $VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main In between RCs and between last RC and final release, the *log* backend is useful @@ -2621,6 +2742,24 @@ In between RCs and between last RC and final release, the *log* backend is usefu >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) for showing updates since the last RC: +```bash +>>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2643,6 +2782,7 @@ python ./generate_release_notes.py log releasebranch_8_2 8.2.0RC1 $VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2662,6 +2802,8 @@ python ./generate_release_notes.py log releasebranch_8_2 8.2.0RC1 $VERSION >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2681,6 +2823,7 @@ For the final release, the changes accumulated since the first RC need to be <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD added manually to the result from the _api_ backend. >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2840,6 +2983,14 @@ The script sorts them into categories defined in _utils/release.yml_. ======= 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 +======= +added manually to the result from the *api* backend. + <<<<<<< HEAD The script sorts them into categories defined in _utils/release.yml_. <<<<<<< HEAD @@ -2869,6 +3020,7 @@ GitHub and further modify as needed. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2923,6 +3075,10 @@ GitHub and further modify as needed. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -2950,6 +3106,7 @@ web interface. You can copy-paste the created release notes to GitHub and furthe <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2976,6 +3133,8 @@ web interface. You can copy-paste the created release notes to GitHub and furthe >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2992,6 +3151,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)) ======= @@ -3017,6 +3177,8 @@ web interface. You can copy-paste the created release notes to GitHub and furthe ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= added manually to the result from the *api* backend. @@ -3033,6 +3195,7 @@ added manually to the result from the *api* backend. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3071,6 +3234,8 @@ added manually to the result from the *api* backend. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -3098,6 +3263,7 @@ GitHub and further modify as needed. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3128,6 +3294,8 @@ GitHub and further modify as needed. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -3144,6 +3312,7 @@ GitHub and further modify as needed. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3209,6 +3378,8 @@ GitHub and further modify as needed. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Older release description may or may not be a good inspiration: . @@ -3236,6 +3407,7 @@ Save the modified draft, but do not publish the release yet. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3273,6 +3445,8 @@ Save the modified draft, but do not publish the release yet. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## Update include/VERSION file Use the dedicated `update_version.py` script to edit the VERSION file. @@ -3291,6 +3465,7 @@ After a RC, update to development version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3352,6 +3527,10 @@ After a RC, update to development version: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -3372,6 +3551,7 @@ After an RC, switch to development version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3453,6 +3633,11 @@ After an RC, switch to development version: ======= >>>>>>> 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 ```bash ./utils/update_version.py dev @@ -3480,6 +3665,7 @@ After an RC, switch to development version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main After a final release, switch to development version for the next micro, minor, @@ -3536,6 +3722,8 @@ or major version, e.g., for micro version, use: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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: ======= @@ -3554,6 +3742,7 @@ version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3579,6 +3768,8 @@ version, e.g., for micro version, use: ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3594,6 +3785,7 @@ version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -3619,6 +3811,8 @@ version, e.g., for micro version, use: ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3634,6 +3828,7 @@ or major version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3659,6 +3854,8 @@ or major version, e.g., for micro version, use: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= After a final release, switch to development version for the next micro, minor, or major version, e.g., for micro version, use: ======= @@ -3678,6 +3875,7 @@ or major version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3728,6 +3926,8 @@ or major version, e.g., for micro version, use: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ```bash ./utils/update_version.py micro @@ -3746,6 +3946,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 @@ -3784,6 +3985,9 @@ Use *major* and *minor* operations for the other version updates. Use *major* and *minor* operations for the other version updates. >>>>>>> osgeo-main ======= +Use *major* and *minor* operations for the other version updates. +>>>>>>> osgeo-main +======= <<<<<<< HEAD Use _major_ and _minor_ operations for the other version updates. ======= @@ -3799,6 +4003,7 @@ Use *major* and *minor* operations for the other version updates. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3831,6 +4036,8 @@ Use *major* and *minor* operations for the other version updates. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Use `--help` for details about the options. <<<<<<< HEAD @@ -3845,6 +4052,7 @@ Use `--help` for details about the options. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD Use *major* and *minor* operations for the other version updates. @@ -3911,6 +4119,8 @@ Use `--help` for details about the options. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Eventually, commit with the suggested commit message and push, e.g.: ```bash @@ -3956,6 +4166,7 @@ development coordinators. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4017,6 +4228,10 @@ development coordinators. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Commit with the suggested commit message and push, e.g.: ```bash @@ -4042,6 +4257,7 @@ git push upstream <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD This part requires extra permissions and needs to be done by one of the development coordinators. ======= @@ -4074,6 +4290,8 @@ development coordinators. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main This part requires extra permissions and needs to be done by one of the development coordinators. <<<<<<< HEAD <<<<<<< HEAD @@ -4096,6 +4314,7 @@ development coordinators. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -4121,6 +4340,8 @@ development coordinators. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= This part requires extra permissions and needs to be done by one of the development coordinators. @@ -4138,6 +4359,7 @@ development coordinators. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4206,6 +4428,8 @@ This part requires extra permissions and needs to be done by one of the developm >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### Get the tagged version @@ -4231,6 +4455,7 @@ git fetch upstream <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4268,6 +4493,8 @@ git fetch upstream >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Get the tagged source code, e.g. (modify the tag as needed): ```bash @@ -4285,6 +4512,7 @@ git checkout 8.4.0RC1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4346,6 +4574,10 @@ git checkout 8.4.0RC1 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Get the tagged source code, e.g.: ```bash @@ -4365,6 +4597,7 @@ git checkout 8.2.0RC1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4446,6 +4679,11 @@ git checkout 8.2.0RC1 ======= >>>>>>> 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 ``` Create the Bash variables for version numbers: @@ -4489,6 +4727,7 @@ linked to the tag: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4568,6 +4807,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)) ======= @@ -4589,6 +4833,7 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -4614,6 +4859,8 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 \ @@ -4632,6 +4879,7 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4715,6 +4963,8 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz -O >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ``` ### Get the source code tarball @@ -4743,6 +4993,7 @@ Note: servers 'osgeo8-grass' and 'osgeo7-download' only reachable via <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD jumphost (managed by OSGeo-SAC) - see ======= @@ -4782,6 +5033,8 @@ Note: servers 'osgeo8-grass' and 'osgeo7-download' only reachable via >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main jumphost (managed by OSGeo-SAC) - see ======= jumphost (managed by OSGeo-SAC) - see @@ -4798,6 +5051,7 @@ jumphost (managed by OSGeo-SAC) - see >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4871,6 +5125,11 @@ jumphost (managed by OSGeo-SAC) - see >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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:): @@ -4908,6 +5167,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4965,6 +5225,8 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR @@ -4980,6 +5242,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR @@ -5106,6 +5369,15 @@ 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 \ + INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER2:$SERVER2DIR +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 \ INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER2:$SERVER2DIR <<<<<<< HEAD @@ -5123,6 +5395,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ @@ -5230,6 +5503,10 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR @@ -5247,6 +5524,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -5274,6 +5552,8 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -5300,6 +5580,7 @@ echo "https://grass.osgeo.org/grass$MAJOR$MINOR/source/" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## Update winGRASS related files Update the winGRASS version at : @@ -5342,6 +5623,8 @@ Update the winGRASS version at >>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### Update redirects For final minor and major releases (not release candidates and micro releases), @@ -5398,6 +5681,7 @@ Update the winGRASS version at >>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5423,6 +5707,8 @@ Update the winGRASS version at >>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ## Update winGRASS related files Update the winGRASS version at : @@ -5441,6 +5727,7 @@ Update the winGRASS version at >>>>>> main @@ -5479,6 +5766,8 @@ Update the winGRASS version at >>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -5504,6 +5793,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5534,6 +5824,8 @@ Add the new version to repos which build or test addons: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - (currently, for new branches only) - (add new release related line for new branches and final releases) <<<<<<< HEAD @@ -5554,6 +5846,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -5615,6 +5908,10 @@ Add the new version to repos which build or test addons: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - (currently, for new branches only) - @@ -5634,6 +5931,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5664,6 +5962,8 @@ Add the new version to repos which build or test addons: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -5680,6 +5980,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5754,6 +6055,8 @@ Add the new version to repos which build or test addons: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## Close milestone @@ -5775,6 +6078,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 @@ -5813,6 +6117,8 @@ in the milestone view (all can be moved at once). >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main in the milestone view (all can be moved at once by selecting the open issues and PRs and reassigning the next milestone). ======= @@ -5830,6 +6136,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)) @@ -5903,6 +6210,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)) >>>>>>> osgeo-main +======= +======= +in the milestone view (all can be moved at once). +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Publish the release @@ -5928,6 +6240,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. ======= @@ -5967,6 +6280,8 @@ which Zenodo creates with a DOI for the published released. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -6033,6 +6348,7 @@ which Zenodo creates with a DOI for the published released. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6052,6 +6368,8 @@ which Zenodo creates with a DOI for the published released. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= 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. @@ -6068,6 +6386,7 @@ which Zenodo creates with a DOI for the published released. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -6165,6 +6484,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. >>>>>>> osgeo-main +======= +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 @@ -6188,6 +6512,7 @@ For a (final) release (not release candidate), write announcement and publish it <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6206,6 +6531,8 @@ For a (final) release (not release candidate), write announcement and publish it >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - News section, @@ -6218,6 +6545,7 @@ Software pages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= @@ -6257,6 +6585,8 @@ Software pages: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - Linux: - Windows: @@ -6303,6 +6633,7 @@ Software pages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6505,6 +6836,8 @@ Software pages: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ======= @@ -6533,6 +6866,7 @@ Software pages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6560,6 +6894,8 @@ Software pages: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Write announcement and publish it: - News section: @@ -6585,6 +6921,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6618,6 +6955,8 @@ Write announcement and publish it: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ### Only in case of new major release >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6641,6 +6980,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -6666,6 +7006,8 @@ Write announcement and publish it: ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -6686,6 +7028,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6736,6 +7079,8 @@ Write announcement and publish it: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - wiki updates, only when new major release: - {{cmd|xxxx}} macro: - update last version on main page @@ -6758,6 +7103,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ### WinGRASS notes ======= @@ -6799,6 +7145,8 @@ Write announcement and publish it: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ### WinGRASS notes >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6811,6 +7159,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6841,6 +7190,8 @@ Write announcement and publish it: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### WinGRASS notes >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6887,6 +7238,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD set MINOR=2 ======= @@ -6925,6 +7277,8 @@ For new branches and final releases (see additional instructions in the repo): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main set MINOR=4 ======= @@ -6942,6 +7296,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)) @@ -7014,6 +7369,11 @@ For new branches and final releases (see additional instructions in the repo): ======= set MINOR=2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + set MINOR=2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main set PATCH=0RC1 ``` @@ -7035,6 +7395,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 ======= @@ -7073,6 +7434,8 @@ For new branches and final releases (see additional instructions in the repo): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main compile $GIT_PATH/grass8 $GISBASE_PATH/grass840RC1 $ADDON_PATH/grass840RC1/addons ======= @@ -7090,6 +7453,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)) @@ -7163,6 +7527,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)) >>>>>>> osgeo-main +======= +======= + 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. @@ -7182,6 +7551,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD copy_addon 820RC1 8.2.0RC1 ``` @@ -7222,6 +7592,8 @@ For new branches and final releases (see additional instructions in the repo): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main copy_addon 840RC1 8.4.0RC1 ``` @@ -7258,6 +7630,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7282,6 +7655,8 @@ Add release to history page: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= copy_addon 820RC1 8.2.0RC1 ``` @@ -7299,6 +7674,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7337,6 +7713,8 @@ Add release to history page: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### Ubuntu Launchpad notes - Create milestone and release: @@ -7357,6 +7735,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7438,6 +7817,11 @@ Add release to history page: ======= >>>>>>> 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 ### Other notes - @@ -7460,6 +7844,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD - If release candidate: - @@ -7515,6 +7900,8 @@ Via Web / Social media: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - If release candidate (just a short invitation to test it): - @@ -7566,6 +7953,7 @@ Via Web / Social media: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7591,6 +7979,8 @@ Via Web / Social media: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= - If release candidate: - @@ -7622,6 +8012,7 @@ Via Web / Social media: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7660,6 +8051,8 @@ Via Web / Social media: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## Update VERSION file to next version number @@ -7692,6 +8085,7 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7773,3 +8167,8 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.1" ======= >>>>>>> 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 diff --git a/doc/infrastructure.md b/doc/infrastructure.md index eb57a3cb0d1..8fc0f50574b 100644 --- a/doc/infrastructure.md +++ b/doc/infrastructure.md @@ -2,6 +2,9 @@ <<<<<<< HEAD Author: Markus Neteler +<<<<<<< HEAD +Last update: Sep 2024 +======= Last update: Dec 2023 ======= written by M. Neteler @@ -16,6 +19,7 @@ Last changed: July 2020 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40,6 +44,8 @@ Last changed: July 2020 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Related Wiki documents: @@ -55,6 +61,7 @@ Related Wiki documents: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -100,6 +107,10 @@ Related Wiki documents: ======= >>>>>>> osgeo-main ======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -109,6 +120,7 @@ Related Wiki documents: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -197,12 +209,17 @@ Related Wiki documents: >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= +>>>>>>> bb9e769d49 (r.horizon manual - fix typo (#2794)) + ======= >>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ## GRASS GIS Source code repository -Maintainer: Markus Neteler, Martin Landa, OSGeo-SAC, +Maintainer: Markus Neteler, Martin Landa, OSGeo-SAC, Important update April 2019: The source code is now managed on GitHub (rather than in SVN). @@ -224,6 +241,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: @@ -275,17 +293,19 @@ Issues: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - GRASS GIS core (7+): - GRASS GIS legacy (3.x-6.x): - GRASS GIS Add-ons: - GRASS GIS promotional material: - GRASS GIS Website (Hugo site): -- Github mirror at OSGeo: +- Github mirror at OSGeo (updated daily): Git usage: - [CONTRIBUTING.md file](../CONTRIBUTING.md) -- +- [Guide to contributing on GitHub](development/github_guide.md) Issues: @@ -312,6 +332,7 @@ Statistics: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -336,6 +357,8 @@ Statistics: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Git usage: @@ -400,6 +423,7 @@ Statistics: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -655,6 +679,8 @@ Statistics: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -668,6 +694,7 @@ Statistics: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -715,6 +742,10 @@ Statistics: >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -737,6 +768,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * * osgeo8-grass: LXD container on osgeo8 () * OS: Debian Buster @@ -816,10 +848,12 @@ Maintainer: M. Neteler >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - - - osgeo7-grass: LXD container on osgeo7 () - - OS: Debian Buster + - osgeo8-grass: LXD container on osgeo8 () + - OS: Debian GNU/Linux 11 bullseye - Apache Server with Hugo () - for migration details (7/2020), see - ssh login: via jumphost hop.osgeo8.osgeo.org @@ -827,13 +861,9 @@ Maintainer: M. Neteler - (CMSMS, replaced in 2020 by above Hugo based solution) - - Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University - Open Source Lab server: osgeo6.osgeo.osuosl.org) - - Login: via OSGeo LDAP, there is a "grass" LDAP group - - Software: - - OS: Debian Wheezy - - Apache Server with PHP - - Login: via OSGeo LDAP, there is a "grass" LDAP group + - a static copy of the old site is found at + `neteler@grasslxd:old-grass-website/old.grass.osgeo.org/` (13 GB) + - otherwise: <<<<<<< HEAD <<<<<<< HEAD @@ -849,6 +879,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -873,6 +904,8 @@ Maintainer: M. Neteler >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - Backups: ======= ======= @@ -887,6 +920,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -926,13 +960,16 @@ Maintainer: M. Neteler >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 * disabled: PDF: cronjob run Saturday morning California time >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) - - osgeo7-grass: container on osgeo8 is backup'ed, see + - osgeo8-grass + wiki: container on osgeo8 is backup'ed, + see - Mirrors: @@ -944,18 +981,18 @@ Maintainer: M. Neteler - Weekly software snapshots (generated Saturday morning Portland (OR), US time): - Source code tarball of git (GitHub) - - Linux binary snapshot is compiled on osgeo7-grass + - Linux binary snapshot is compiled on osgeo8-grass - GRASS is compiled with GDAL, PROJ, SQLite, MySQL, PostgreSQL, FFTW, C++ support, see - binary tar.gz and manuals are moved into Web space - GRASS user manual HTML: - - generated during compilation of weekly Linux binary snapshot on osgeo7-grass + - generated during compilation of weekly Linux binary snapshot on osgeo8-grass - GRASS addons manual HTML: - - generated during compilation of weekly Linux binary snapshot on osgeo7-grass + - generated during compilation of weekly Linux binary snapshot on osgeo8-grass - GRASS programmer's manual () @@ -963,13 +1000,15 @@ Maintainer: M. Neteler - HTML: cronjob run Saturday morning Portland (OR), US time - disabled: PDF: cronjob run Saturday morning Portland (OR), US time -- Mailman mailing lists + automated greylisting (at lists.osgeo.org since 11/2007) +- Mailman mailing lists + automated greylisting + (at , since 11/2007) - Mailman is doing the job, only registered users can post - messages from unsubscribed people is auto-discarded without notification - the open "weblist" operates instead like this: - - User -> grass-web at lists osgeo.org -> greylisting -> Mailman - - for greylisting, see + - mails goes to grass-web at lists osgeo.org -> greylisting -> Mailman + - for greylisting, see + - Moderation of queue: - Backup of mailing lists (mbox files) @@ -978,6 +1017,9 @@ Maintainer: M. Neteler - Web statistics - Matomo: (not publicly accessible; access: Markus Neteler) +<<<<<<< HEAD + - Selected stats: and +======= - Selected stats: ======= * @@ -1000,6 +1042,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -1046,6 +1089,10 @@ Maintainer: M. Neteler * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University Open Source Lab server: osgeo6.osgeo.osuosl.org) >>>>>>> osgeo-main +======= + * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University + Open Source Lab server: osgeo6.osgeo.osuosl.org) +>>>>>>> osgeo-main ======= * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University Open Source Lab server: osgeo6.osgeo.osuosl.org) @@ -1087,6 +1134,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1106,6 +1154,8 @@ Maintainer: M. Neteler ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= * * osgeo8-grass: LXD container on osgeo8 () * OS: Debian Buster @@ -1127,6 +1177,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1150,6 +1201,8 @@ Maintainer: M. Neteler ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University Open Source Lab server: osgeo6.osgeo.osuosl.org) @@ -1167,6 +1220,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1209,6 +1263,8 @@ Maintainer: M. Neteler ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * Login: via OSGeo LDAP, there is a "grass" LDAP group * Software: @@ -1250,6 +1306,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1309,6 +1366,11 @@ Maintainer: M. Neteler >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) * i18N translation statistics () <<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1332,6 +1394,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1396,6 +1459,8 @@ Maintainer: M. Neteler ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * text file parsed by PHP page and shown as table * GRASS GIS version is coded in devel/i18n_stats.inc @@ -1428,6 +1493,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1509,6 +1575,15 @@ Maintainer: M. Neteler ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Summary: The system should run almost autonomously. @@ -1529,6 +1604,7 @@ Summary: The system should run almost autonomously. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * ======= <<<<<<< HEAD @@ -1553,6 +1629,8 @@ Summary: The system should run almost autonomously. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main See ======= ======= @@ -1567,6 +1645,7 @@ See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -1612,6 +1691,8 @@ See >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD <<<<<<< HEAD @@ -1622,6 +1703,7 @@ See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1665,6 +1747,8 @@ See ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -1676,6 +1760,7 @@ See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1745,6 +1830,10 @@ See >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -1769,6 +1858,7 @@ Available lists: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * at OSGeo.org (): * grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) @@ -1827,6 +1917,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - at OSGeo.org (): - grass-abm: Integration of GRASS with JAVA based agent based modeling (ABM) @@ -1855,6 +1947,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -1878,6 +1971,8 @@ Notes: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) @@ -1900,6 +1995,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1919,6 +2015,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= * at OSGeo.org (): @@ -1933,6 +2031,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1961,6 +2060,8 @@ Notes: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) grass-announce GRASS announcements @@ -1980,6 +2081,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) @@ -2008,6 +2110,9 @@ Notes: >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) * OLD, UNUSED: at FBK-irst (): @@ -2040,6 +2145,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2190,6 +2296,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) - grass-announce: @@ -2216,6 +2324,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2241,6 +2350,8 @@ Notes: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= * grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) @@ -2275,6 +2386,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2307,6 +2419,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main * grass-announce: * moderated by M. Neteler * has monthly password reminder disabled to avoid leakage into publicly @@ -2331,6 +2445,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2384,6 +2499,9 @@ Notes: ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## GRASS Wiki @@ -2404,6 +2522,7 @@ Maintainer: Martin Landa, Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2441,8 +2560,15 @@ Maintainer: Martin Landa, Markus Neteler >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - - Mediawiki software +<<<<<<< HEAD +- requires registration at + [OSGeo-LDAP](https://www.osgeo.org/community/getting-started-osgeo/osgeo_userid/) + (to keep spammers out) +======= - requires registration to keep spammers out ======= <<<<<<< HEAD @@ -2457,6 +2583,7 @@ Maintainer: Martin Landa, Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2518,6 +2645,10 @@ Maintainer: Martin Landa, Markus Neteler ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * Mediawiki * mirrored at CZ Tech University @@ -2539,6 +2670,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 @@ -2581,9 +2713,12 @@ Macros for manual pages (src, cmd, API, ...): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD @@ -2600,6 +2735,7 @@ Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2630,6 +2766,8 @@ Macros for manual pages (src, cmd, API, ...): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - @@ -2638,9 +2776,15 @@ Macros for manual pages (src, cmd, API, ...): Channel: irc://irc.libera.chat/grass Web based client: See +Libera IRC: + +- Founder: jmckenna, markusN + +Former freenode IRC: + - channel owner: Alessandro Frigeri ("geoalf") - quasi guru level: Markus Neteler ("markusN") -- original (freenode) operators: +- original operators: - Jachym ("jachym") - Luca ("doktoreas") - Soeren ("huhabla") @@ -2659,6 +2803,7 @@ Web based client: See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2678,6 +2823,8 @@ Web based client: See ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= Summary: The system should run almost autonomous. An eye must be be kept on people @@ -2698,6 +2845,7 @@ Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2723,6 +2871,8 @@ Macros for manual pages (src, cmd, API, ...): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= Summary: The system should run almost autonomous. An eye must be be kept on people trying to spam the site @@ -2744,6 +2894,7 @@ Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2800,6 +2951,8 @@ Macros for manual pages (src, cmd, API, ...): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main * ## GRASS IRC @@ -2819,6 +2972,7 @@ Web based client: See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * channel owner: Alessandro Frigeri < afrigeri unipg.it > ("geoalf") ======= * channel owner: Alessandro Frigeri ("geoalf") @@ -2864,6 +3018,9 @@ Web based client: See ======= * channel owner: Alessandro Frigeri < afrigeri unipg.it > ("geoalf") >>>>>>> osgeo-main +======= +* channel owner: Alessandro Frigeri < afrigeri unipg.it > ("geoalf") +>>>>>>> osgeo-main * quasi guru level: Markus Neteler ("markusN") * further operators: * Jachym ("jachym") @@ -2885,6 +3042,7 @@ Web based client: See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2966,6 +3124,11 @@ Web based client: See ======= >>>>>>> 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 ## GRASS Bugtracker @@ -2985,6 +3148,7 @@ Current bugtracker (Jan 2020 - today): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3022,6 +3186,8 @@ Current bugtracker (Jan 2020 - today): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - @@ -3041,6 +3207,7 @@ Old bugtrackers: see <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3481,8 +3648,73 @@ Very very old bugtracker (Dec 2000 * Dec 2006): >>>>>>> osgeo-main ## GRASS Addons >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main + +* + +Old bugtracker (Jan 2008 - Jan 2020): + +* +* posted new bugs and comments to grass-dev list +* Settings: + +Old tracsvn (OSGeo server) (Dec 2007 * Mai 2019) +<<<<<<< HEAD + +======= +<<<<<<< HEAD +======= + +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +```text +/var/www/trac/env/grass/conf/trac.ini + downloadable_paths = /grass-addons/grass7/*/*,/sandbox/*/* + path = /var/www/grass/htdocs + link = + src = site/grasslogo_vector_small.png + smtp_always_cc = grass-dev@lists.osgeo.org + smtp_replyto = grass-dev@lists.osgeo.org + url = + .dir = /var/www/svn/repos/grass + base_url = + database = postgres://postgres@/trac_grass +``` + +Very old bugtracker (Jan 2007 * Dec 2008): + +* +* gforce, sponsored by Intevation GmbH, Germany +* spamassasin spamfilter locally, bogofilter at grass-dev list +* needs `noreply*wald.intevation.org` to be enabled as alias in Mailman + +Very very old bugtracker (Dec 2000 * Dec 2006): +<<<<<<< HEAD + +* +* webRT, sponsored by Intevation GmbH, Germany +* spamassasin spamfilter locally, bogofilter at grass-dev list +* reports are directly sent to GRASS Developers mailing list for notification +* TODO: migrate to trac +======= +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) + +<<<<<<< HEAD +======= +* +* webRT, sponsored by Intevation GmbH, Germany +* spamassasin spamfilter locally, bogofilter at grass-dev list +* reports are directly sent to GRASS Developers mailing list for notification +* TODO: migrate to trac + +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +## GRASS Addons +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -Maintainer: Martin Landa and Markus Neteler +Maintainer: Martin Landa, Tomas Zigo, and Markus Neteler Details: @@ -3505,6 +3737,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main * Windows-addons: grass-addons/utils/addons/README.txt @@ -3554,7 +3787,17 @@ Details: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +- Windows-addons: `grass-addons/utils/addons/README.txt` +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main - Windows-addons: grass-addons/utils/addons/README.txt +>>>>>>> e78917837c (Programmer's manual: update GRASS GIS arch drawing (#1610)) - Addon manual pages cronjob: - Rendered manuals: ======= @@ -3575,6 +3818,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3593,6 +3837,8 @@ Details: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -3613,6 +3859,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3638,6 +3885,8 @@ Details: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= * Windows-addons: grass-addons/utils/addons/README.txt * Addon manual pages cronjob: * Rendered manuals: @@ -3654,6 +3903,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3716,9 +3966,11 @@ Details: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main -The redirect to the latest grassX directory is defined on grass.osgeo.org: -/etc/apache2/includes/grass.osgeo.org.inc +The redirect to the latest `grassX` directory is defined on grass.osgeo.org: +`/etc/apache2/includes/grass.osgeo.org.inc` Procedure building of binaries (Windows): <<<<<<< HEAD @@ -3740,6 +3992,7 @@ Procedure building of binaries (Windows): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @@ -3797,14 +4050,16 @@ Procedure of granting write access to Addons repo: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. - A new compilation is triggered every time a commit is done in the Addons repo. - Logs: - Linux log files: (compiled on - `grasslxd` on `osgeo7`) - - Windows log files: + `grasslxd` on `osgeo8`) + - Windows log files: Procedure of granting write access to Addons repo: @@ -3817,6 +4072,9 @@ Procedure of granting write access to Addons repo: XML file for g.extension: +<<<<<<< HEAD +- generated in `grass-addons/utils/addons/grass-addons-publish.sh` +======= - generated in grass-addons/utils/addons/grass-addons-publish.sh ======= * 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. @@ -3832,6 +4090,7 @@ XML file for g.extension: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -3857,6 +4116,8 @@ XML file for g.extension: ======= >>>>>>> osgeo-main ======= +>>>>>>> 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. @@ -3871,6 +4132,7 @@ XML file for g.extension: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3967,6 +4229,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 @@ -4025,6 +4289,7 @@ XML file for g.extension: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -4179,6 +4444,10 @@ XML file for g.extension: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## GRASS Travis CI @@ -4199,6 +4468,7 @@ Maintainer: Martin Landa <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4230,6 +4500,8 @@ Maintainer: Martin Landa >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - - ======= @@ -4247,6 +4519,7 @@ Maintainer: Martin Landa <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4294,6 +4567,8 @@ Maintainer: Martin Landa >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main * * * OLD: @@ -4308,6 +4583,7 @@ Maintainer: Martin Landa <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4332,6 +4608,8 @@ Maintainer: Martin Landa >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Travis CI control files: trunk/.travis/ @@ -4360,6 +4638,7 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4481,6 +4760,9 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -4498,6 +4780,7 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4542,6 +4825,8 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## GRASS CI: GitHub Actions Started in Apr. 2020 @@ -4563,6 +4848,7 @@ Maintainer: Vaclav Petras <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4600,6 +4886,8 @@ Maintainer: Vaclav Petras >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - - Details: - CI workflow with: @@ -4631,6 +4919,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4692,6 +4981,10 @@ Helper files placed in .github/workflows/ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * Details: @@ -4711,6 +5004,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4746,6 +5040,8 @@ Helper files placed in .github/workflows/ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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.) @@ -4770,6 +5066,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4796,6 +5093,8 @@ Helper files placed in .github/workflows/ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4812,6 +5111,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -4872,6 +5172,10 @@ Helper files placed in .github/workflows/ ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -4901,6 +5205,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4931,6 +5236,8 @@ Helper files placed in .github/workflows/ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -4947,6 +5254,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5012,6 +5320,8 @@ Helper files placed in .github/workflows/ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## GRASS docker images @@ -5030,6 +5340,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5067,6 +5378,8 @@ Helper files placed in .github/workflows/ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Maintainer: Carmen Tawalika, Vaclav Petras + OSGeo-SAC Docker images are created with a GitHub action. Subsequently, login is done @@ -5117,6 +5430,7 @@ Explanations: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -5178,6 +5492,10 @@ Explanations: ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## GRASS Coverity Scan Maintainer: Markus Neteler @@ -5197,6 +5515,7 @@ Maintainer: Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * ======= <<<<<<< HEAD @@ -5235,6 +5554,8 @@ Maintainer: Markus Neteler >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Coverity Scan is a service to find security issues. At time the service is used only occasionally. ======= @@ -5252,6 +5573,7 @@ is used only occasionally. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5276,6 +5598,8 @@ is used only occasionally. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= * @@ -5290,6 +5614,7 @@ is used only occasionally. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5326,6 +5651,8 @@ is used only occasionally. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD - @@ -5343,6 +5670,7 @@ is used only occasionally. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5375,6 +5703,8 @@ is used only occasionally. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -5402,6 +5732,7 @@ Messages are extracted with `gettext` message macros. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5433,6 +5764,8 @@ Messages are extracted with `gettext` message macros. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Translations may be done using the OSGeo Weblate platform: ======= ======= @@ -5449,6 +5782,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5493,6 +5827,8 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main * Dashboard: * Auto-update URL to fetch files: * @@ -5517,6 +5853,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5555,6 +5892,9 @@ Translations may be done using the OSGeo Weblate platform: ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main <<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5571,6 +5911,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) @@ -5633,6 +5974,8 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5648,6 +5991,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5687,6 +6031,8 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - Weblate: - GRASS GIS Weblate server: @@ -5746,6 +6092,7 @@ Further notification/functionality test systems: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5827,6 +6174,11 @@ Further notification/functionality test systems: ======= >>>>>>> 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 ## Previous hosting sponsors @@ -5851,6 +6203,7 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5888,6 +6241,8 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main - 1997-1999: Institut fuer Landschaftspflege und Naturschutz (ILN), Universitaet Hannover, Germany - 1999-2001: Institut fuer Physische Geographie und Landschaftsoekologie, @@ -5908,6 +6263,7 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -5969,6 +6325,10 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 5cc884f74ba..77aee93aa20 100644 --- a/doc/notebooks/README.md +++ b/doc/notebooks/README.md @@ -26,6 +26,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -79,6 +80,8 @@ >>>>>>> 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: @@ -99,6 +102,7 @@ the `*.ipynb` files with: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -126,6 +130,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)) @@ -145,6 +151,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: @@ -180,6 +187,8 @@ server from the command line in the `doc/notebooks/` directory containing the `* ======= >>>>>>> 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: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -200,6 +209,7 @@ the `*.ipynb` files with: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -224,6 +234,8 @@ the `*.ipynb` files with: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -240,6 +252,7 @@ the `*.ipynb` files with: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -302,6 +315,8 @@ server from the command line in the `doc/notebooks/` directory containing the `* >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main `jupyter notebook` This will open a new browser tab or window with a list of the contents of the current @@ -343,6 +358,7 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -391,6 +407,8 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -409,6 +427,7 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -428,6 +447,8 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= @@ -446,6 +467,7 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -511,3 +533,5 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/doc/notebooks/example_notebook.ipynb b/doc/notebooks/example_notebook.ipynb index 9b8eee1d029..0bfb360bb8b 100644 --- a/doc/notebooks/example_notebook.ipynb +++ b/doc/notebooks/example_notebook.ipynb @@ -12,6 +12,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -47,6 +48,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "metadata": { "language_info": { @@ -79,6 +82,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110,6 +114,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "source": [ "# Try GRASS GIS in Jupyter Notebook with Python\n", @@ -141,6 +147,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -209,6 +216,11 @@ "cell_type": "markdown", "metadata": {} >>>>>>> osgeo-main +======= + ], + "cell_type": "markdown", + "metadata": {} +>>>>>>> osgeo-main ======= ], "cell_type": "markdown", @@ -266,6 +278,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -300,6 +313,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "source": [ "## Raster buffer\n", @@ -319,6 +334,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -387,6 +403,11 @@ "cell_type": "markdown", "metadata": {} >>>>>>> osgeo-main +======= + ], + "cell_type": "markdown", + "metadata": {} +>>>>>>> osgeo-main ======= ], "cell_type": "markdown", @@ -421,6 +442,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -455,6 +477,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "source": [ "## Vector buffer\n", @@ -475,6 +499,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -543,6 +568,11 @@ "cell_type": "markdown", "metadata": {} >>>>>>> osgeo-main +======= + ], + "cell_type": "markdown", + "metadata": {} +>>>>>>> osgeo-main ======= ], "cell_type": "markdown", @@ -577,6 +607,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -702,4 +733,8 @@ } ] >>>>>>> osgeo-main +======= + } + ] +>>>>>>> osgeo-main } diff --git a/doc/notebooks/hydrology.ipynb b/doc/notebooks/hydrology.ipynb index b021ef88498..2317f0c7cd1 100644 --- a/doc/notebooks/hydrology.ipynb +++ b/doc/notebooks/hydrology.ipynb @@ -83,6 +83,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "elev_map.d_legend(raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\")\n", ======= @@ -121,6 +122,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "elev_map.d_legend(\n", " raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\"\n", @@ -140,6 +143,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)) @@ -212,6 +216,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)) +>>>>>>> osgeo-main +======= +======= + "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", @@ -247,6 +256,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", @@ -287,6 +297,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.fill.dir\",\n", @@ -326,6 +338,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -350,6 +363,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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", @@ -367,6 +382,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -404,6 +420,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.mapcalc(\"depr_bin = if((elevation-elev_fill3) < 0., 1, null())\")\n", "gs.run_command(\"r.colors\", map=\"depr_bin\", color=\"blues\")" @@ -456,6 +474,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -492,6 +511,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.watershed\",\n", @@ -515,6 +536,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -575,6 +597,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "gs.run_command(\"r.watershed\", \n", " elevation=\"elevation@PERMANENT\",\n", @@ -598,6 +624,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -678,6 +705,11 @@ >>>>>>> 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 "\n", "# Convert streams raster to vector\n", @@ -717,6 +749,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", ======= @@ -755,6 +788,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "# elevation is in PERMANENT, not user1), the `r.colors` will not change\n", ======= @@ -772,6 +807,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)) @@ -844,6 +880,11 @@ ======= "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "# 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", @@ -892,6 +933,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -928,6 +970,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.stats.zonal\",\n", @@ -955,6 +999,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1015,6 +1060,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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", @@ -1038,6 +1087,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1118,6 +1168,11 @@ >>>>>>> 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 "\n", "# Calculate watersheds areas and convert from m2 to km2\n", @@ -1154,6 +1209,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1190,6 +1246,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "\n", "watershed_map = gj.Map()\n", @@ -1218,6 +1276,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1278,6 +1337,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main " \n", "watershed_map = gj.Map()\n", @@ -1306,6 +1369,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1386,6 +1450,11 @@ >>>>>>> 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 "watershed_map.show()" ] @@ -1434,6 +1503,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", ======= @@ -1472,6 +1542,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "slope_map.d_legend(\n", " raster=\"slope\",\n", @@ -1496,6 +1568,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)) @@ -1568,6 +1641,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)) +>>>>>>> osgeo-main +======= +======= + "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()" ] @@ -1602,6 +1680,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1638,6 +1717,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "columns = defaultdict(list) # each value in each column is appended to a list\n", "\n", @@ -1662,6 +1743,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1722,6 +1804,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "columns = defaultdict(list) # each value in each column is appended to a list\n", "\n", @@ -1746,6 +1832,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1826,6 +1913,11 @@ >>>>>>> 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 "\n", "watersheds = columns[\"zone\"]\n", @@ -1882,6 +1974,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" ======= @@ -1920,6 +2013,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\"\n", @@ -1939,6 +2034,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)) @@ -2011,6 +2107,11 @@ ======= "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ] }, @@ -2038,6 +2139,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2074,6 +2176,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "watershed_vect_map.d_vect(\n", " map=\"watersheds_vector\",\n", @@ -2098,6 +2202,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2158,6 +2263,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "watershed_vect_map.d_vect(map=\"watersheds_vector\",\n", " fill_color=\"none\",\n", @@ -2182,6 +2291,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2262,6 +2372,11 @@ >>>>>>> 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 "watershed_vect_map.show()" ] diff --git a/doc/notebooks/jupyter_example.ipynb b/doc/notebooks/jupyter_example.ipynb index 55a63fca8c1..014b3ad6b25 100644 --- a/doc/notebooks/jupyter_example.ipynb +++ b/doc/notebooks/jupyter_example.ipynb @@ -22,6 +22,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", ======= @@ -60,6 +61,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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", ======= @@ -77,6 +80,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)) @@ -149,6 +153,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)) +>>>>>>> osgeo-main +======= +======= + "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", @@ -218,6 +227,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", ======= @@ -256,6 +266,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500]\n", @@ -275,6 +287,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)) @@ -347,6 +360,11 @@ ======= "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(\"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", @@ -398,6 +416,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "v_buffer_map.d_vect(map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", ======= @@ -436,6 +455,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "v_buffer_map.d_vect(\n", " map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\"\n", @@ -455,6 +476,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)) @@ -527,6 +549,11 @@ ======= "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=\"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", diff --git a/doc/notebooks/jupyter_integration.ipynb b/doc/notebooks/jupyter_integration.ipynb index e04d3fd9ccf..225af5cb58f 100644 --- a/doc/notebooks/jupyter_integration.ipynb +++ b/doc/notebooks/jupyter_integration.ipynb @@ -17,6 +17,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", ======= @@ -60,6 +61,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", >>>>>>> osgeo-main +======= + "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 ======= "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 @@ -88,6 +92,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "import sys" ======= @@ -134,6 +139,9 @@ ======= "import sys" >>>>>>> osgeo-main +======= + "import sys" +>>>>>>> osgeo-main ======= "import sys" >>>>>>> osgeo-main @@ -178,6 +186,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= @@ -225,6 +234,10 @@ "# Start GRASS Session\n", "gj.init(\"../../data/grassdata\", \"nc_basic_spm_grass7\", \"user1\")" >>>>>>> osgeo-main +======= + "# Start GRASS Session\n", + "gj.init(\"../../data/grassdata\", \"nc_basic_spm_grass7\", \"user1\")" +>>>>>>> osgeo-main ======= "# Start GRASS Session\n", "gj.init(\"../../data/grassdata\", \"nc_basic_spm_grass7\", \"user1\")" @@ -246,6 +259,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -310,6 +324,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "# Set computational region to the study area.\n", "gs.run_command(\"g.region\", raster=\"elevation\")" @@ -333,6 +349,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -716,6 +733,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "cell_type": "code", "execution_count": null, @@ -835,6 +854,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "version": "3.8.10" ======= @@ -878,6 +898,9 @@ ======= "version": "3.8.10" >>>>>>> osgeo-main +======= + "version": "3.8.10" +>>>>>>> osgeo-main ======= "version": "3.8.10" >>>>>>> osgeo-main diff --git a/doc/notebooks/jupyter_tutorial.ipynb b/doc/notebooks/jupyter_tutorial.ipynb index e8be8bce65b..b9df343c4e9 100644 --- a/doc/notebooks/jupyter_tutorial.ipynb +++ b/doc/notebooks/jupyter_tutorial.ipynb @@ -21,6 +21,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57,6 +58,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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", @@ -76,6 +79,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -136,6 +140,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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", @@ -157,6 +165,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -237,6 +246,11 @@ >>>>>>> 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 "\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`." @@ -384,6 +398,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", ======= @@ -422,6 +437,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "example_map.run(\"d.vect\", map=\"zipcodes\", color=\"red\", fill_color=\"none\")\n", ======= @@ -439,6 +456,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)) @@ -511,6 +529,11 @@ ======= "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "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()" ] @@ -593,6 +616,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*." ======= @@ -631,12 +655,17 @@ ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> 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/).\n", "Backend is detected automatically; when both libraries are available, ipyleaflet is used. The backend can be also selected with the `map_backend` parameter." ======= ======= >>>>>>> 82b75069a1 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> 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/)." ======= @@ -654,6 +683,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)) @@ -721,10 +751,17 @@ >>>>>>> 3ecb21a9ab (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> 3ecb21a9ab (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/), a [*leaflet*](https://leafletjs.com/) library for *Python*." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 82b75069a1 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ======= >>>>>>> 82b75069a1 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -769,6 +806,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "raleigh_map = gj.InteractiveMap(width = 600)" ======= @@ -807,6 +845,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "raleigh_map = gj.InteractiveMap(width=600)" ======= @@ -824,6 +864,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "raleigh_map = gj.InteractiveMap(width = 600)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -896,6 +937,11 @@ ======= "raleigh_map = gj.InteractiveMap(width = 600)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "raleigh_map = gj.InteractiveMap(width = 600)" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ] }, @@ -925,6 +971,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "raleigh_map.add_layer_control(position = \"bottomright\")" ======= @@ -963,6 +1010,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "raleigh_map.add_layer_control(position=\"bottomright\")" ======= @@ -980,6 +1029,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "raleigh_map.add_layer_control(position = \"bottomright\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1011,6 +1061,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1025,6 +1077,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1058,6 +1111,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ] }, @@ -1119,6 +1174,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1155,6 +1211,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "import folium\n", "\n", @@ -1174,6 +1232,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1234,6 +1293,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "import folium \n", "\n", @@ -1257,6 +1320,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1337,6 +1401,11 @@ >>>>>>> 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 "\n", "# Create and add elevation layer to map\n", @@ -1362,6 +1431,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1398,6 +1468,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main " [35.781608, -78.675800], popup=\"Point of Interest\", tooltip=tooltip\n", ").add_to(m)\n", @@ -1454,6 +1526,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1514,6 +1587,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main " [35.781608,-78.675800], popup=\"Point of Interest\", tooltip=tooltip\n", ").add_to(m)\n", @@ -1538,6 +1615,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1618,6 +1696,11 @@ >>>>>>> 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 ] }, @@ -1732,6 +1815,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1768,6 +1852,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "## Animating Series of Maps\n", "\n", @@ -1845,6 +1931,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1905,6 +1992,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "## Switching Mapsets and Session Management\n", "\n", @@ -1955,6 +2046,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "display_name": "Python 3", ======= @@ -1993,6 +2085,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "display_name": "Python 3 (ipykernel)", ======= @@ -2010,6 +2104,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "display_name": "Python 3", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2082,6 +2177,11 @@ ======= "display_name": "Python 3", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "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 0e7d1909fd6..625f6a72aa0 100644 --- a/doc/notebooks/scripting_example.ipynb +++ b/doc/notebooks/scripting_example.ipynb @@ -88,6 +88,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", ======= @@ -126,6 +127,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500]\n", @@ -145,6 +148,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)) @@ -217,6 +221,11 @@ ======= "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(\"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", @@ -259,6 +268,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", @@ -298,6 +308,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"d.vect\", map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\"\n", @@ -321,6 +333,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -345,6 +358,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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", @@ -361,6 +376,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -398,6 +414,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 cc72910bfb1..b136034f150 100644 --- a/doc/notebooks/solar_potential.ipynb +++ b/doc/notebooks/solar_potential.ipynb @@ -107,6 +107,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\")" ======= @@ -145,6 +146,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.sunmask\",\n", @@ -173,6 +176,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)) @@ -245,6 +249,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)) +>>>>>>> osgeo-main +======= +======= + "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 ] }, @@ -277,6 +286,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", ======= @@ -315,6 +325,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.sun\",\n", @@ -340,6 +352,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)) @@ -412,6 +425,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)) +>>>>>>> osgeo-main +======= +======= + "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\")" @@ -497,6 +515,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -533,6 +552,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.run_command(\n", " \"r.sun\",\n", @@ -567,6 +588,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -627,6 +649,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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", @@ -647,6 +673,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -727,6 +754,11 @@ >>>>>>> 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 "gs.run_command(\"r.colors\", map=\"summer\", co=\"gyr\", flags=\"e\")" ] diff --git a/doc/notebooks/temporal.ipynb b/doc/notebooks/temporal.ipynb index 14790a90996..c40b5f0c471 100644 --- a/doc/notebooks/temporal.ipynb +++ b/doc/notebooks/temporal.ipynb @@ -46,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" ======= @@ -84,6 +85,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "shutil.unpack_archive(\n", " \"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\"\n", @@ -103,6 +106,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -175,6 +179,11 @@ ======= "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ] }, @@ -376,6 +385,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "precip_map.d_legend(color=\"black\", at=(10,40,2,6)) #Add legend\n", ======= @@ -414,6 +424,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "precip_map.d_legend(color=\"black\", at=(10, 40, 2, 6)) # Add legend\n", ======= @@ -431,6 +443,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)) @@ -503,6 +516,11 @@ ======= "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_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", @@ -538,6 +556,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "Image(precip_map.save(\"image.gif\", duration=500, label=True, text_size=16, text_color=\"gray\"))" ======= @@ -576,6 +595,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "Image(\n", " precip_map.save(\n", @@ -597,6 +618,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)) @@ -669,6 +691,11 @@ ======= "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 +======= +======= + "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 8f8df450b65..de0651880ee 100644 --- a/doc/notebooks/viewshed_analysis.ipynb +++ b/doc/notebooks/viewshed_analysis.ipynb @@ -79,6 +79,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\")" @@ -118,6 +119,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "gs.write_command(\n", " \"v.in.ascii\", input=\"-\", stdin=\"%s|%s\" % (642212, 224767), output=\"viewpoints\"\n", @@ -146,6 +149,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -170,6 +174,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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\")" @@ -186,6 +192,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -223,6 +230,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ] }, diff --git a/doc/projectionintro.html b/doc/projectionintro.html index e6fff07c639..5b5bb13fc1c 100644 --- a/doc/projectionintro.html +++ b/doc/projectionintro.html @@ -42,6 +42,7 @@

    Raster map transformation

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

    Raster map transformation

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -162,6 +168,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 @@ -202,6 +209,8 @@

    Vector map transformation

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -222,6 +231,7 @@

    Vector map transformation

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

    Vector map transformation

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -263,6 +275,7 @@

    Vector map transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -301,6 +314,8 @@

    Vector map transformation

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main the same location (v.transform). >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) diff --git a/doc/python/m.distance.py b/doc/python/m.distance.py index 5eddb1dcc56..576760c3b40 100755 --- a/doc/python/m.distance.py +++ b/doc/python/m.distance.py @@ -45,10 +45,21 @@ # %end import sys +from ctypes import byref, c_double import grass.script as gs - -from grass.lib.gis import * +from grass.lib.gis import ( + G_gisinit, + G_begin_distance_calculations, + G_scan_easting, + G_scan_northing, + G_distance, + G_begin_polygon_area_calculations, + G_area_of_polygon, + G_database_units_to_meters_factor, + G_database_unit_name, + PROJECTION_LL, +) def main(): diff --git a/doc/python/raster_example_ctypes.py b/doc/python/raster_example_ctypes.py index f62ce4a9492..67f7a2cf4cb 100644 --- a/doc/python/raster_example_ctypes.py +++ b/doc/python/raster_example_ctypes.py @@ -17,9 +17,23 @@ import os import sys - -from grass.lib.gis import * -from grass.lib.raster import * +import math + +from ctypes import POINTER, c_int, c_float, c_double, c_void_p, cast + +from grass.lib.gis import G_gisinit, G_find_raster2, G_free +from grass.lib.raster import ( + Rast_map_type, + CELL_TYPE, + FCELL_TYPE, + DCELL_TYPE, + Rast_open_old, + Rast_allocate_buf, + Rast_window_rows, + Rast_window_cols, + Rast_get_row, + Rast_close, +) # check if GRASS is running or not if "GISBASE" not in os.environ: diff --git a/doc/python/vector_example_ctypes.py b/doc/python/vector_example_ctypes.py index 9f8a90d6459..ae3877224d0 100644 --- a/doc/python/vector_example_ctypes.py +++ b/doc/python/vector_example_ctypes.py @@ -7,9 +7,28 @@ import os import sys +from ctypes import pointer, byref -from grass.lib.gis import * -from grass.lib.vector import * +# Import specific functions and classes instead of using wildcard imports +from grass.lib.gis import G_gisinit, G_find_vector2 +from grass.lib.vector import ( + Map_info, + Vect_set_open_level, + Vect_open_old, + Vect_get_full_name, + Vect_is_3d, + Vect_get_num_dblinks, + Vect_get_scale, + Vect_get_map_box, + Vect_point_in_box, + Vect_get_num_lines, + Vect_get_num_primitives, + Vect_get_num_areas, + Vect_close, + bound_box, + GV_POINT, + GV_LINE, +) if "GISBASE" not in os.environ: sys.exit("You must be in GRASS GIS to run this program.") diff --git a/doc/vector/v.example/main.c b/doc/vector/v.example/main.c index b55678aaf2d..2af52949466 100644 --- a/doc/vector/v.example/main.c +++ b/doc/vector/v.example/main.c @@ -124,6 +124,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* Output information useful for debuging ======= @@ -162,6 +163,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* Output information useful for debugging ======= @@ -179,6 +182,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* Output information useful for debuging >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -251,6 +255,11 @@ int main(int argc, char *argv[]) ======= /* Output information useful for debuging >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /* Output information useful for debuging +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main include/vect/dig_structs.h */ diff --git a/docker/README.md b/docker/README.md index 8533c171111..0248f7b62d6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -16,6 +16,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -56,6 +57,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main [![Docker Pulls](https://img.shields.io/docker/pulls/osgeo/grass-gis.svg)](https://grass.osgeo.org/download/docker/) @@ -93,6 +96,7 @@ docker pull osgeo/grass-gis: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -271,6 +275,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/) @@ -308,6 +316,7 @@ the table above): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -351,6 +360,8 @@ the table above): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ## GRASS GIS docker matrix @@ -390,6 +401,7 @@ the table above): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -432,6 +444,8 @@ the table above): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ```bash docker pull mundialis/grass-py3-pdal: ``` @@ -451,6 +465,7 @@ docker pull mundialis/grass-py3-pdal: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -532,4 +547,9 @@ docker pull mundialis/grass-py3-pdal: ======= >>>>>>> 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 See also: diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index 6f51057a253..d0be5a8dc9a 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM alpine:3.15 as common ======= <<<<<<< HEAD @@ -35,6 +36,13 @@ FROM alpine:3.15 as common >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +FROM alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as common +======= +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 as common ======= ======= @@ -44,6 +52,7 @@ FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as common ======= @@ -91,6 +100,8 @@ FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as common ======= ======= @@ -105,6 +116,7 @@ FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as common ======= @@ -150,6 +162,8 @@ FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as common ======= FROM alpine:3.15 as common @@ -163,6 +177,7 @@ FROM alpine:3.15 as common <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -232,6 +247,13 @@ FROM alpine:3.15 as common >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main +======= ======= ======= FROM alpine:3.15 as common @@ -243,6 +265,7 @@ FROM alpine:3.15 as common <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -257,6 +280,9 @@ FROM alpine:3.15 as common >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Based on: # https://github.com/mundialis/docker-grass-gis/blob/master/Dockerfile @@ -281,6 +307,7 @@ ARG PYTHON_VERSION=3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # List of packages to be installed ENV PACKAGES="\ attr \ @@ -321,9 +348,13 @@ ENV PACKAGES="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # List of packages to be installed (proj-data omitted: 570.04 MB) ENV GRASS_RUN_PACKAGES="\ attr \ +<<<<<<< HEAD +======= build-base \ ======= # List of packages to be installed @@ -342,6 +373,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -367,6 +399,10 @@ ENV PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= # List of packages to be installed ENV PACKAGES="\ attr \ @@ -383,6 +419,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -420,9 +457,13 @@ ENV PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main bash \ bison \ + build-base \ bzip2 \ cairo \ curl \ @@ -444,6 +485,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -480,6 +522,8 @@ ENV PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main g++ \ gcc \ @@ -490,14 +534,24 @@ ENV PACKAGES="\ gdal-driver-JP2OpenJPEG \ gdal-driver-LIBKML \ gdal-driver-MSSQLSpatial \ - gdal-driver-netCDF \ gdal-driver-ODBC \ gdal-driver-PG \ gdal-driver-PNG \ gdal-driver-WMS \ + gdal-driver-netCDF \ + gdal-tools \ + geos \ + geos-dev \ + gettext \ + git \ +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + gdal \ gdal-tools \ gettext \ geos \ +<<<<<<< HEAD geos-dev \ git \ ======= @@ -594,10 +648,13 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD ======= +======= +>>>>>>> osgeo-main <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -673,6 +730,8 @@ ENV PACKAGES="\ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main gnutls \ jsoncpp \ @@ -693,6 +752,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -729,6 +789,8 @@ ENV PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main libgeotiff \ libjpeg-turbo \ @@ -749,6 +811,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -809,6 +872,10 @@ ENV PACKAGES="\ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main libexecinfo \ libgeotiff \ @@ -830,6 +897,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -910,12 +978,19 @@ ENV PACKAGES="\ >>>>>>> 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 musl \ musl-utils \ ncurses \ - openjpeg \ openblas \ +<<<<<<< HEAD + openjpeg \ +======= py3-numpy \ py3-pillow \ <<<<<<< HEAD @@ -933,6 +1008,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -969,8 +1045,11 @@ ENV PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main python3 \ +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) pdal \ pdal-dev \ postgresql15-client \ @@ -987,6 +1066,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1047,6 +1127,10 @@ ENV PACKAGES="\ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main py3-six \ pdal \ @@ -1067,6 +1151,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1147,8 +1232,16 @@ ENV PACKAGES="\ >>>>>>> 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 proj-util \ + py3-numpy \ + py3-pillow \ + python3 \ sqlite \ sqlite-libs \ subversion \ @@ -1177,6 +1270,7 @@ WORKDIR /src <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1214,6 +1308,8 @@ WORKDIR /src >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Add the packages RUN echo "Install main packages";\ apk update; \ @@ -1231,6 +1327,7 @@ RUN echo "Install main packages";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1292,6 +1389,10 @@ RUN echo "Install main packages";\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ENV PYTHONBIN=python$PYTHON_VERSION RUN echo "Install Python";\ @@ -1322,6 +1423,7 @@ RUN echo "Install main packages";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1403,6 +1505,11 @@ RUN echo "Install main packages";\ ======= >>>>>>> 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 FROM common as build @@ -1414,23 +1521,23 @@ FROM common as build # set configuration options, without wxGUI ENV GRASS_CONFIG="\ --enable-largefile \ + --with-bzlib \ + --with-cairo --with-cairo-ldflags=-lfontconfig \ --with-cxx \ - --with-proj-share=/usr/share/proj \ + --with-fftw \ --with-gdal \ - --with-pdal \ --with-geos \ + --with-openmp \ + --with-pdal \ + --with-postgres --with-postgres-includes=/usr/include/postgresql \ + --with-proj-share=/usr/share/proj \ --with-sqlite \ - --with-bzlib \ --with-zstd \ - --with-cairo --with-cairo-ldflags=-lfontconfig \ - --with-fftw \ - --with-postgres --with-postgres-includes=/usr/include/postgresql \ - --with-openmp \ --without-freetype \ - --without-opengl \ - --without-nls \ --without-mysql \ + --without-nls \ --without-odbc \ + --without-opengl \ " # Set environmental variables for GRASS GIS compilation, without debug symbols @@ -1464,6 +1571,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD g++ \ gcc \ @@ -1505,6 +1613,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= g++ \ gcc \ @@ -1522,6 +1632,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1546,6 +1657,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= g++ \ gcc \ @@ -1563,6 +1676,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1600,6 +1714,8 @@ ENV GRASS_BUILD_PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main geos-dev \ git \ @@ -1621,6 +1737,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD make \ ======= @@ -1748,9 +1865,22 @@ ENV GRASS_BUILD_PACKAGES="\ ======= make \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + libpq-dev \ +<<<<<<< HEAD +======= +======= + make \ +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + make \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main openjpeg-dev \ +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) openblas-dev \ + openjpeg-dev \ pdal \ pdal-dev \ <<<<<<< HEAD @@ -1767,6 +1897,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD postgresql-dev \ ======= @@ -1800,6 +1931,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= postgresql-dev \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1818,6 +1951,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1864,10 +1998,12 @@ ENV GRASS_BUILD_PACKAGES="\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main proj-dev \ - python3-dev \ py3-numpy-dev \ + python3-dev \ sqlite-dev \ tar \ tiff-dev \ @@ -1914,6 +2050,7 @@ RUN echo " => Configure and compile grass" && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1960,6 +2097,8 @@ RUN echo " => Configure and compile grass" && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile <<<<<<< HEAD:docker/alpine/Dockerfile # Get rid of version number here, restore in next stage via symbolic link @@ -1995,6 +2134,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 @@ -2061,6 +2201,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 >>>>>>> osgeo-main +======= +======= +# 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; \ @@ -2080,6 +2225,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)) ======= @@ -2104,6 +2250,8 @@ RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/alpine/Dockerfile_alpine ======= @@ -2120,6 +2268,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)) @@ -2189,6 +2338,11 @@ RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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; \ @@ -2212,6 +2366,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)) @@ -2309,6 +2464,11 @@ RUN cp /usr/local/grass83/gui/wxpython/xml/module_items.xml module_items.xml; \ ======= >>>>>>> 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 FROM common as grass @@ -2332,6 +2492,7 @@ FROM common as grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2371,6 +2532,8 @@ FROM common as grass >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile ======= ======= @@ -2387,6 +2550,7 @@ FROM common as grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2460,6 +2624,10 @@ FROM common as grass ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ENV LC_ALL="en_US.UTF-8" # Copy GRASS GIS from build image @@ -2484,6 +2652,7 @@ COPY --from=build /usr/local/grass* /usr/local/grass/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2529,6 +2698,8 @@ COPY --from=build /usr/local/grass* /usr/local/grass/ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2549,6 +2720,7 @@ RUN apk add curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && p <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main <<<<<<< HEAD:docker/alpine/Dockerfile @@ -2576,6 +2748,8 @@ RUN apk add curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && p >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile <<<<<<< HEAD:docker/alpine/Dockerfile RUN pip3 install --upgrade pip six grass-session --ignore-installed six @@ -2595,6 +2769,7 @@ RUN pip3 install --upgrade grass-session <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2614,6 +2789,8 @@ RUN pip3 install --upgrade grass-session ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= RUN pip3 install --upgrade pip six grass-session --ignore-installed six >>>>>>> 7c10386e82 (g.proj: fix reading input WKT (#1582)):docker/alpine/Dockerfile_alpine @@ -2633,6 +2810,7 @@ RUN pip3 install --upgrade pip six grass-session --ignore-installed six <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2680,6 +2858,8 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN ln -sf /usr/local/grass `grass --config path` RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ ======= @@ -2692,6 +2872,7 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2721,6 +2902,8 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # install external Python API RUN pip3 install --upgrade pip six grass-session --ignore-installed six @@ -2742,6 +2925,7 @@ RUN grass --tmp-location XY --exec g.version -rge && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2889,6 +3073,11 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ >>>>>>> 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 pdal --version && \ python3 --version @@ -2921,6 +3110,7 @@ ENV GRASSBIN=grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2960,6 +3150,8 @@ ENV GRASSBIN=grass >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal # Not yet ready for GRASS GIS 8: @@ -2981,6 +3173,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 @@ -3042,6 +3235,10 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.learn.ml ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Test grass-session # Not yet ready for GRASS GIS 8: @@ -3067,6 +3264,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)) @@ -3179,6 +3377,11 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.learn.ml ======= >>>>>>> 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 FROM grass as final @@ -3202,6 +3405,7 @@ FROM grass as final <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3227,6 +3431,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)) @@ -3242,6 +3448,7 @@ FROM grass as final <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3333,6 +3540,13 @@ ENV GRASS_SKIP_MAPSET_OWNER_CHECK=1 \ ENV GRASS_SKIP_MAPSET_OWNER_CHECK=1 \ ======= >>>>>>> osgeo-main +======= +# 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 @@ -3344,6 +3558,7 @@ ENV GRASSBIN="/usr/local/bin/grass" \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -3457,6 +3672,11 @@ ENV GRASSBIN="/usr/local/bin/grass" \ ======= <<<<<<< HEAD >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main SHELL="/bin/bash" \ # https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK @@ -3497,6 +3717,7 @@ RUN ln -sf /usr/local/grass $(grass --config path); \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3567,6 +3788,10 @@ ENV PROJ_NETWORK="ON" ======= && python --version ======= +>>>>>>> osgeo-main +======= + && python --version +======= >>>>>>> osgeo-main && python3 --version ======= @@ -3596,6 +3821,7 @@ RUN grass --tmp-location XY --exec g.version -rge && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -3671,6 +3897,8 @@ 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)) @@ -3682,6 +3910,7 @@ RUN grass --tmp-location XY --exec g.version -rge && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3754,6 +3983,9 @@ RUN grass --tmp-location XY --exec g.version -rge && \ >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> 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 @@ -3773,6 +4005,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3816,6 +4049,9 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -3834,6 +4070,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3872,6 +4109,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Data workdir WORKDIR /grassdb VOLUME /grassdb @@ -3891,6 +4130,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD CMD $GRASSBIN --version ======= <<<<<<< HEAD @@ -3929,6 +4169,8 @@ CMD $GRASSBIN --version >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main CMD ["$GRASSBIN", "--version"] ======= CMD $GRASSBIN --version @@ -3945,6 +4187,7 @@ CMD $GRASSBIN --version <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= CMD $GRASSBIN --version >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4018,3 +4261,8 @@ CMD $GRASSBIN --version CMD $GRASSBIN --version >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 80f3141fd57..93bf8f1b1ae 100644 --- a/docker/alpine/Dockerfile_alpine_latest +++ b/docker/alpine/Dockerfile_alpine_latest @@ -17,6 +17,7 @@ LABEL maintainer="peter.zamb@gmail.com,neteler@osgeo.org" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # without PDAL ======= @@ -70,6 +71,10 @@ LABEL maintainer="peter.zamb@gmail.com,neteler@osgeo.org" ======= # without PDAL +>>>>>>> osgeo-main +======= +# without PDAL + >>>>>>> osgeo-main # PACKAGES VERSIONS ARG PYTHON_VERSION=3 @@ -246,6 +251,7 @@ RUN echo " => Configure and compile grass";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -269,6 +275,8 @@ RUN echo " => Configure and compile grass";\ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main rm -rf /usr/local/grass83/demolocation; \ rm -rf /usr/local/grass83/fonts; \ @@ -284,6 +292,7 @@ RUN echo " => Configure and compile grass";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -327,6 +336,8 @@ RUN echo " => Configure and compile grass";\ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Unset environmental variables to avoid later compilation issues diff --git a/docker/debian/Dockerfile b/docker/debian/Dockerfile index f711c58d20c..4c52b36e09f 100644 --- a/docker/debian/Dockerfile +++ b/docker/debian/Dockerfile @@ -21,6 +21,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -47,6 +48,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM debian:bookworm-20240612-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 ======= ======= @@ -62,6 +65,7 @@ FROM debian:bookworm-20240612-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100eaeb24d42e @@ -189,6 +193,8 @@ FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100eaeb24d42e ======= ======= @@ -202,6 +208,7 @@ FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -215,6 +222,8 @@ FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a4c707fec8d >>>>>>> 5c730e3bfc (wxpyimgview: explicit conversion to int (#2704)) # currently Debian 12 @@ -227,6 +236,7 @@ FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -257,6 +267,8 @@ FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # apt-get update && apt-get install lsb-release -y && lsb_release -a ======= @@ -275,6 +287,7 @@ FROM debian:10.1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -294,6 +307,8 @@ FROM debian:10.1 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= FROM debian:10.1 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -309,6 +324,7 @@ FROM debian:10.1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM debian:10.1 >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= @@ -382,6 +398,11 @@ FROM debian:10.1 >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +FROM debian:10.1 +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main FROM debian:stable # currently Debian 11 @@ -402,6 +423,7 @@ FROM debian:stable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -432,6 +454,8 @@ FROM debian:stable >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -448,6 +472,7 @@ FROM debian:stable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -510,6 +535,8 @@ FROM debian:10.1 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" @@ -538,6 +565,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # define versions to be used (PDAL is not available on Debian, so we compile it here) @@ -787,6 +815,14 @@ ARG PDAL_VERSION=2.7.2 ARG PDAL_VERSION=2.7.2 >>>>>>> osgeo-main ======= +# 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 +>>>>>>> osgeo-main +======= ARG PDAL_VERSION=2.7.1 ======= ARG PDAL_VERSION=2.5.5 @@ -794,6 +830,9 @@ ARG PDAL_VERSION=2.5.5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -810,6 +849,7 @@ ARG PDAL_VERSION=2.5.5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -826,6 +866,8 @@ ARG PDAL_VERSION=2.5.5 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # define versions to be used ARG PDAL_VERSION=1.8.0 ARG PROJ_VERSION=5.2.0 @@ -840,6 +882,7 @@ ARG LAZ_PERF_VERSION=1.3.0 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) ======= @@ -850,6 +893,8 @@ ARG LAZ_PERF_VERSION=1.3.0 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) @@ -862,6 +907,7 @@ ARG LAZ_PERF_VERSION=1.3.0 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -877,6 +923,8 @@ ARG LAZ_PERF_VERSION=1.3.0 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -891,6 +939,7 @@ ARG LAZ_PERF_VERSION=1.3.0 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -906,6 +955,8 @@ ARG LAZ_PERF_VERSION=1.3.0 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -926,6 +977,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= ======= @@ -941,6 +993,8 @@ ARG PDAL_VERSION=2.4.3 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -953,6 +1007,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -1018,6 +1073,8 @@ ARG PDAL_VERSION=2.4.3 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] @@ -1025,8 +1082,8 @@ WORKDIR /tmp RUN apt-get update && apt-get upgrade -y && \ apt-get install -y --no-install-recommends --no-install-suggests \ - build-essential \ bison \ + build-essential \ bzip2 \ cmake \ curl \ @@ -1055,6 +1112,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD libfreetype6-dev \ ======= @@ -1093,6 +1151,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main libfreetype-dev \ ======= @@ -1110,6 +1170,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= libfreetype6-dev \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1182,12 +1243,18 @@ RUN apt-get update && apt-get upgrade -y && \ ======= libfreetype6-dev \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + libfreetype6-dev \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main libgdal-dev \ libgeos-dev \ libgsl0-dev \ libjpeg-dev \ libjsoncpp-dev \ +<<<<<<< HEAD libnetcdf-dev \ <<<<<<< HEAD <<<<<<< HEAD @@ -1244,6 +1311,16 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main libncurses-dev \ +======= +<<<<<<< HEAD + libncurses-dev \ + libnetcdf-dev \ +======= + libnetcdf-dev \ +<<<<<<< HEAD +<<<<<<< HEAD + libncurses-dev \ +>>>>>>> osgeo-main ======= libncurses5-dev \ libopenblas-base \ @@ -1260,6 +1337,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1284,6 +1362,10 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= libncurses5-dev \ libopenblas-base \ @@ -1300,6 +1382,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1337,6 +1420,9 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main libopenblas-dev \ libopenjp2-7 \ @@ -1365,6 +1451,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1426,6 +1513,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)) @@ -1449,6 +1540,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1540,6 +1632,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main libpython3-all-dev \ libsqlite3-dev \ @@ -1573,6 +1667,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main proj-bin \ @@ -1682,6 +1777,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)) @@ -1696,6 +1797,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1715,6 +1817,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1728,6 +1832,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1747,6 +1852,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= proj-bin \ proj-data \ @@ -1762,6 +1869,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= ======= @@ -1781,6 +1889,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ======= proj-bin \ @@ -1796,6 +1906,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -1906,6 +2017,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main python3 \ python3-dateutil \ @@ -1938,6 +2051,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD zlib1g-dev ======= @@ -1976,6 +2090,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main zlib1g-dev \ && apt-get clean all && rm -rf /var/lib/apt/lists/* @@ -1994,6 +2110,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= zlib1g-dev >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2067,6 +2184,11 @@ RUN apt-get update && apt-get upgrade -y && \ zlib1g-dev >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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 @@ -2093,6 +2215,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2135,6 +2258,8 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2149,6 +2274,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2200,6 +2326,8 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 && \ @@ -2243,6 +2371,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2269,6 +2398,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2286,6 +2417,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)) ======= @@ -2311,6 +2443,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -2326,6 +2460,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2388,6 +2523,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ## fetch vertical datums for PDAL and store into PROJ dir WORKDIR /src RUN mkdir vdatum && \ @@ -2426,6 +2563,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2493,6 +2631,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)) ======= @@ -2513,6 +2655,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2538,6 +2681,8 @@ RUN mkdir vdatum && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ## install pdal ======= ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled @@ -2555,6 +2700,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2635,6 +2781,8 @@ RUN mkdir vdatum && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ENV NUMTHREADS=4 WORKDIR /src RUN wget -q \ @@ -2679,6 +2827,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2737,6 +2886,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -2755,6 +2906,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2783,6 +2935,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2797,6 +2951,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2841,6 +2996,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -2864,6 +3021,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2890,6 +3048,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2906,6 +3066,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -2959,6 +3120,10 @@ RUN wget -q \ ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -2977,6 +3142,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3001,6 +3167,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -3017,6 +3185,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3081,6 +3250,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main -DWITH_LAZPERF=ON \ -DWITH_TESTS=ON && \ @@ -3113,6 +3284,7 @@ WORKDIR /src/grass_build <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3186,6 +3358,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)) @@ -3211,6 +3388,7 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3307,6 +3485,8 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Set environmental variables for GRASS GIS compilation, without debug symbols # Set gcc/g++ environmental variables for GRASS GIS compilation, without debug symbols @@ -3322,24 +3502,24 @@ ENV CXXFLAGS "$MYCXXFLAGS" ENV NUMTHREADS=4 RUN make distclean || echo "nothing to clean" RUN /src/grass_build/configure \ - --with-cxx \ --enable-largefile \ - --with-proj-share=/usr/share/proj \ - --with-gdal=/usr/bin/gdal-config \ - --with-geos \ - --with-sqlite \ + --with-bzlib \ --with-cairo --with-cairo-ldflags=-lfontconfig \ - --with-freetype --with-freetype-includes="/usr/include/freetype2/" \ + --with-cxx \ --with-fftw \ - --with-postgres --with-postgres-includes="/usr/include/postgresql" \ + --with-freetype --with-freetype-includes="/usr/include/freetype2/" \ + --with-gdal=/usr/bin/gdal-config \ + --with-geos \ --with-netcdf \ - --with-zstd \ - --with-bzlib \ --with-pdal \ + --with-postgres --with-postgres-includes="/usr/include/postgresql" \ + --with-proj-share=/usr/share/proj \ + --with-sqlite \ + --with-zstd \ --without-mysql \ --without-odbc \ - --without-openmp \ --without-opengl \ + --without-openmp \ && make -j $NUMTHREADS \ && make install && ldconfig @@ -3377,6 +3557,7 @@ ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # Create generic GRASS GIS lib name regardless of version number @@ -3425,6 +3606,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/debian/Dockerfile <<<<<<< HEAD:docker/debian/Dockerfile # https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK @@ -3444,6 +3627,7 @@ ENV PROJ_NETWORK=ON <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/ubuntu/Dockerfile_ubuntu_pdal ======= @@ -3586,6 +3770,14 @@ RUN ln -sf /usr/local/grass85 /usr/local/grass RUN ln -sf /usr/local/grass85 /usr/local/grass ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -3604,6 +3796,7 @@ RUN ln -sf /usr/local/grass `grass --config path` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -3633,6 +3826,8 @@ RUN ln -sf /usr/local/grass `grass --config path` ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/ubuntu/Dockerfile_ubuntu_pdal @@ -3645,6 +3840,7 @@ RUN ln -sf /usr/local/grass `grass --config path` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD @@ -3681,6 +3877,9 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -3693,6 +3892,7 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -3729,6 +3929,9 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -3741,6 +3944,7 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -3777,6 +3981,9 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -3790,6 +3997,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -3826,6 +4034,9 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -3840,6 +4051,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3896,6 +4108,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # show GRASS GIS, PROJ, GDAL etc versions RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \ @@ -3920,6 +4134,7 @@ WORKDIR /scripts <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3976,6 +4191,8 @@ RUN pip3 install grass-session >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # enable GRASS GIS Python session support ## grass --config python-path ENV PYTHONPATH "/usr/local/grass/etc/python:${PYTHONPATH}" @@ -3994,6 +4211,7 @@ ENV LD_LIBRARY_PATH "/usr/local/grass/lib:$LD_LIBRARY_PATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD RUN pip3 install grass-session --break-system-packages ======= ======= @@ -4089,6 +4307,8 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN pip3 install grass-session --break-system-packages ======= ======= @@ -4109,6 +4329,7 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -4170,6 +4391,8 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= @@ -4178,6 +4401,9 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4199,6 +4425,7 @@ ENV LD_LIBRARY_PATH "$LD_LIBRARY_PATH:$GISBASE/lib" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4226,6 +4453,8 @@ ENV LD_LIBRARY_PATH "$LD_LIBRARY_PATH:$GISBASE/lib" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main WORKDIR /tmp COPY docker/testdata/simple.laz . @@ -4242,6 +4471,7 @@ COPY docker/testdata/test_grass_session.py . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4266,6 +4496,8 @@ COPY docker/testdata/test_grass_session.py . >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -4280,6 +4512,7 @@ RUN grass --tmp-project EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" outp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4500,6 +4733,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> osgeo-main ======= >>>>>>> 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 @@ -4526,6 +4761,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -4541,6 +4777,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -4553,6 +4791,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -4568,6 +4807,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -4580,6 +4821,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -4595,6 +4837,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -4607,6 +4851,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -4622,6 +4867,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -4634,6 +4881,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= ======= @@ -4649,6 +4897,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s ======= @@ -4663,6 +4913,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -4747,6 +4998,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main WORKDIR /grassdb VOLUME /grassdb diff --git a/docker/testdata/test_grass_session.py b/docker/testdata/test_grass_session.py index a7df291e4a7..aacdcfacc23 100644 --- a/docker/testdata/test_grass_session.py +++ b/docker/testdata/test_grass_session.py @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33,6 +34,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Import GRASS GIS Python bindings (requires 8.4+) and test r.in.pdal # PYTHONPATH=$(grass --config python-path) python @@ -45,6 +48,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -98,6 +102,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Import GRASS Python bindings # https://github.com/zarch/grass-session <<<<<<< HEAD @@ -115,6 +121,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -139,6 +146,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) @@ -150,6 +159,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> osgeo-main @@ -205,6 +215,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import grass.script as gs diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 054d1ad404c..63ac16fd20f 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -47,6 +48,13 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5 +======= +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main # syntax=docker/dockerfile:1.9@sha256:fe40cf4e92cd0c467be2cfc30657a680ae2398318afd50b0c80585784c604f28 ======= ======= @@ -56,6 +64,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main >>>>>>> main ======= @@ -66,6 +75,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # syntax=docker/dockerfile:1.8@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd ======= ======= @@ -76,6 +87,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 <<<<<<< HEAD <<<<<<< HEAD @@ -133,6 +145,9 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 >>>>>>> osgeo-main ======= +# syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144,6 +159,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -179,13 +195,18 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> bc7152a288 (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. ARG GUI=without -FROM ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 as common_start +FROM ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe as common_start LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Stefan Blumentrath" ======= @@ -205,6 +226,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -230,6 +252,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -246,6 +270,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -284,6 +309,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" ENV DEBIAN_FRONTEND noninteractive @@ -310,6 +337,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here) @@ -342,6 +370,8 @@ ARG PDAL_VERSION=2.4.3 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -377,6 +407,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -511,6 +542,8 @@ ARG PDAL_VERSION=2.4.3 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] WORKDIR /tmp @@ -530,6 +563,7 @@ WORKDIR /tmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -567,13 +601,25 @@ WORKDIR /tmp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ARG GUI # Todo: re-consider required dev packages for addons (~400MB in dev packages) -ARG GRASS_RUN_PACKAGES="build-essential \ +ARG GRASS_RUN_PACKAGES="\ bison \ + build-essential \ bzip2 \ ======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +RUN apt-get update && apt-get upgrade -y && \ + apt-get install -y --no-install-recommends --no-install-suggests \ + build-essential \ + bison \ + bzip2 \ +<<<<<<< HEAD +======= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD @@ -748,6 +794,13 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + cmake \ +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main curl \ flex \ @@ -769,6 +822,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -805,10 +859,10 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main geos-bin \ - proj-bin \ - netcdf-bin \ git \ language-pack-en-base \ libcairo2 \ @@ -817,28 +871,29 @@ RUN apt-get update && apt-get upgrade -y && \ libfftw3-dev \ libfreetype6 \ libgdal-dev \ + libgeos-dev \ + libgsl-dev \ libgsl27 \ libjpeg-turbo8 \ libjsoncpp-dev \ - libmagic1 \ + liblapacke-dev \ libmagic-mgc \ + libmagic1 \ libncurses5 \ - libopenblas-dev \ + libomp-dev \ + libomp5 \ libopenblas-base \ + libopenblas-dev \ libopenjp2-7 \ - libomp5 \ - libomp-dev \ - libgeos-dev \ - libpdal-dev \ - libproj-dev \ - libpq-dev \ - libgsl-dev \ libpdal-base13 \ + libpdal-dev \ libpdal-plugin-hdf \ libpdal-plugins \ libpdal-util13 \ libpnglite0 \ + libpq-dev \ libpq5 \ + libproj-dev \ libpython3-all-dev \ libreadline8 \ libsqlite3-0 \ @@ -849,7 +904,9 @@ RUN apt-get update && apt-get upgrade -y && \ mesa-utils \ moreutils \ ncurses-bin \ + netcdf-bin \ pdal \ + proj-bin \ proj-data \ python-is-python3 \ python3 \ @@ -869,6 +926,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -929,6 +987,10 @@ RUN apt-get update && apt-get upgrade -y && \ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main git \ language-pack-en-base \ @@ -993,6 +1055,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1073,6 +1136,11 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 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 unzip \ vim \ @@ -1093,6 +1161,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1129,62 +1198,66 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main zlib1g \ " ENV GRASS_RUN_PACKAGES=${GRASS_RUN_PACKAGES} # Define build packages -ARG GRASS_BUILD_PACKAGES="cmake \ +ARG GRASS_BUILD_PACKAGES="\ + cmake \ libbz2-dev \ libcairo2-dev \ libfreetype6-dev \ - zlib1g-dev \ + libjpeg-dev \ + libncurses5-dev \ libnetcdf-dev \ libopenjp2-7-dev \ - libreadline-dev \ - libjpeg-dev \ libpnglite-dev \ + libreadline-dev \ libsqlite3-dev \ libtiff-dev \ libzstd-dev \ - libncurses5-dev \ mesa-common-dev \ zlib1g-dev \ " ENV GRASS_BUILD_PACKAGES=${GRASS_BUILD_PACKAGES} -ARG GRASS_CONFIG="--with-cxx \ +ARG GRASS_CONFIG="\ --enable-largefile \ - --with-proj-share=/usr/share/proj \ - --with-gdal=/usr/bin/gdal-config \ - --with-geos \ - --with-sqlite \ + --with-blas \ + --with-bzlib \ --with-cairo --with-cairo-ldflags=-lfontconfig \ - --with-freetype --with-freetype-includes=/usr/include/freetype2/ \ + --with-cxx \ --with-fftw \ - --with-postgres --with-postgres-includes=/usr/include/postgresql \ - --with-netcdf \ - --with-zstd \ - --with-bzlib \ - --with-pdal \ - --without-mysql \ - --with-blas \ + --with-freetype --with-freetype-includes=/usr/include/freetype2/ \ + --with-gdal=/usr/bin/gdal-config \ + --with-geos \ --with-lapack \ - --with-readline \ + --with-netcdf \ --with-odbc \ --with-openmp \ + --with-pdal \ + --with-postgres --with-postgres-includes=/usr/include/postgresql \ + --with-proj-share=/usr/share/proj \ + --with-readline \ + --with-sqlite \ + --with-zstd \ + --without-mysql \ " -ARG GRASS_PYTHON_PACKAGES="pip \ - setuptools \ - python-dateutil \ - python-magic \ - numpy \ +ARG GRASS_PYTHON_PACKAGES="\ Pillow \ - ply \ matplotlib \ + numpy \ + pip \ + ply \ psycopg2 \ + python-dateutil \ + python-magic \ + setuptools \ " ENV GRASS_PYTHON_PACKAGES=${GRASS_PYTHON_PACKAGES} @@ -1196,31 +1269,33 @@ ENV GRASS_CONFIG=${GRASS_CONFIG} FROM common_start as grass_with_gui -ARG GRASS_RUN_PACKAGES="${GRASS_RUN_PACKAGES} adwaita-icon-theme-full \ - libglu1-mesa \ - libgtk-3-0 \ - libnotify4 \ - libsdl2-2.0-0 \ - libxtst6 \ - librsvg2-common \ - gettext \ +ARG GRASS_RUN_PACKAGES="${GRASS_RUN_PACKAGES} \ + adwaita-icon-theme-full \ freeglut3 \ + gettext \ + libglu1-mesa \ libgstreamer-plugins-base1.0 \ + libgtk-3-0 \ libjpeg8 \ + libnotify4 \ libpng16-16 \ + librsvg2-common \ + libsdl2-2.0-0 \ libsm6 \ libtiff5 \ libwebkit2gtk-4.0 \ + libxtst6 \ " # librsvg2-common \ # (fix error (wxgui.py:7782): Gtk-WARNING **: 19:53:09.774: # Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. # This may indicate that pixbuf loaders or the mime database could not be found.) -ARG GRASS_BUILD_PACKAGES="${GRASS_BUILD_PACKAGES} adwaita-icon-theme-full \ +ARG GRASS_BUILD_PACKAGES="${GRASS_BUILD_PACKAGES} \ + adwaita-icon-theme-full \ + freeglut3-dev \ libgl1-mesa-dev \ libglu1-mesa-dev \ - freeglut3-dev \ libgstreamer-plugins-base1.0-dev \ libgtk-3-dev \ libjpeg-dev \ @@ -1233,10 +1308,11 @@ ARG GRASS_BUILD_PACKAGES="${GRASS_BUILD_PACKAGES} adwaita-icon-theme-full \ libxtst-dev \ " -ARG GRASS_CONFIG="${GRASS_CONFIG} --with-opengl \ - --with-x \ +ARG GRASS_CONFIG="${GRASS_CONFIG} \ --with-nls \ + --with-opengl \ --with-readline \ + --with-x \ " ARG GRASS_PYTHON_PACKAGES="${GRASS_PYTHON_PACKAGES} wxPython" # If you do not use any Gnome Accessibility features, to suppress warning @@ -1325,6 +1401,7 @@ WORKDIR /src/grass_build <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1385,6 +1462,10 @@ WORKDIR /src/grass_build ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main zlib1g-dev @@ -1408,6 +1489,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1472,6 +1554,10 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main ## install laz-perf (missing from https://packages.ubuntu.com/) RUN apt-get install cmake WORKDIR /src @@ -1496,6 +1582,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)) @@ -1575,6 +1662,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)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 && \ @@ -1608,6 +1700,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled @@ -1676,6 +1769,11 @@ RUN mkdir vdatum && \ ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +## 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 @@ -1693,6 +1791,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1743,6 +1842,8 @@ RUN mkdir vdatum && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ENV NUMTHREADS=4 WORKDIR /src RUN wget -q \ @@ -1784,6 +1885,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1816,6 +1918,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -1834,6 +1938,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1895,6 +2000,10 @@ RUN wget -q \ ======= ======= <<<<<<< HEAD +>>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -1912,6 +2021,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1936,6 +2046,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -1955,6 +2067,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2010,6 +2123,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main -DWITH_LAZPERF=ON \ -DWITH_TESTS=ON && \ @@ -2039,6 +2154,7 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2120,6 +2236,11 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* ======= >>>>>>> 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 # 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" @@ -2141,6 +2262,7 @@ ENV MYLDFLAGS "-s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2159,6 +2281,8 @@ ENV MYLDFLAGS "-s" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ENV LD_LIBRARY_PATH "/usr/local/lib" ======= ======= @@ -2172,6 +2296,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main <<<<<<< HEAD @@ -2220,6 +2345,8 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #ENV LD_LIBRARY_PATH "/usr/local/lib" ======= ENV LD_LIBRARY_PATH "/usr/local/lib" @@ -2236,6 +2363,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)) @@ -2284,6 +2412,9 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2297,6 +2428,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2329,6 +2461,8 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ENV LDFLAGS "$MYLDFLAGS" ENV CFLAGS "$MYCFLAGS" ENV CXXFLAGS "$MYCXXFLAGS" @@ -2351,6 +2485,7 @@ RUN make distclean || echo "nothing to clean" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2388,6 +2523,8 @@ RUN make distclean || echo "nothing to clean" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN ./configure $GRASS_CONFIG \ && make -j $NUMTHREADS \ && make install && ldconfig \ @@ -2471,6 +2608,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2478,6 +2616,10 @@ VOLUME /grassdb CMD ["$GRASSBIN", "--version"] ======= >>>>>>> osgeo-main +======= +CMD ["$GRASSBIN", "--version"] +======= +>>>>>>> osgeo-main CMD ["bash", "-c", "$GRASSBIN", "--version"] ======= ======= @@ -2485,6 +2627,7 @@ CMD ["bash", "-c", "$GRASSBIN", "--version"] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2752,6 +2895,8 @@ CMD ["bash", "-c", "$GRASSBIN", "--version"] >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN /src/grass_build/configure \ --with-cxx \ --enable-largefile \ @@ -2839,6 +2984,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< 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)) @@ -2863,6 +3009,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s ======= # test LAZ file @@ -2885,6 +3033,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2904,6 +3053,8 @@ VOLUME /grassdb ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) @@ -2915,6 +3066,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -2974,3 +3126,5 @@ VOLUME /grassdb >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/docker/ubuntu_wxgui/Dockerfile b/docker/ubuntu_wxgui/Dockerfile index add2c3c0859..4e0404bf9ff 100644 --- a/docker/ubuntu_wxgui/Dockerfile +++ b/docker/ubuntu_wxgui/Dockerfile @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main FROM ubuntu:22.04 @@ -39,12 +40,20 @@ FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b ======= ======= >>>>>>> osgeo-main +======= +FROM ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe +======= +======= +>>>>>>> bb9e769d49 (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD +>>>>>>> osgeo-main FROM ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 ======= ======= >>>>>>> 641743d544 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 ======= @@ -96,6 +105,8 @@ FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5 >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 ======= ======= @@ -105,6 +116,7 @@ FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5 ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727)) ======= ======= @@ -132,6 +144,10 @@ FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5 ======= >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main <<<<<<< HEAD FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) @@ -141,6 +157,7 @@ FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= <<<<<<< HEAD @@ -161,6 +178,10 @@ FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b ======= >>>>>>> 2c0ff799c3 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main +======= +>>>>>>> 2c0ff799c3 (Fix missing function prototypes (#2727)) +>>>>>>> a3af1d0366 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile @@ -177,6 +198,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 @@ -209,6 +231,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 ======= @@ -226,6 +250,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= FROM ubuntu:22.04 @@ -312,6 +337,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" @@ -320,6 +347,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD @@ -368,6 +396,9 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main ======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" @@ -376,6 +407,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -390,6 +422,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" ENV DEBIAN_FRONTEND noninteractive @@ -413,6 +447,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -458,6 +493,8 @@ ENV DEBIAN_FRONTEND noninteractive >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -517,6 +554,7 @@ ARG PDAL_VERSION=2.7.1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -572,6 +610,8 @@ ARG PDAL_VERSION=2.7.1 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ARG PDAL_VERSION=2.4.3 ======= # define versions to be used @@ -589,6 +629,7 @@ ARG LAZ_PERF_VERSION=3.2.0 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= @@ -608,6 +649,8 @@ ARG LAZ_PERF_VERSION=3.2.0 ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -621,6 +664,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD >>>>>>> osgeo-main @@ -652,6 +696,9 @@ ARG PDAL_VERSION=2.4.3 >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -667,6 +714,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -717,6 +765,8 @@ ARG PDAL_VERSION=2.7.1 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] @@ -737,8 +787,8 @@ WORKDIR /tmp RUN apt-get update && apt-get upgrade -y && \ apt-get install -y --no-install-recommends --no-install-suggests \ adwaita-icon-theme-full \ - build-essential \ bison \ + build-essential \ bzip2 \ cmake \ curl \ @@ -756,16 +806,15 @@ RUN apt-get update && apt-get upgrade -y && \ libfftw3-bin \ libfftw3-dev \ libfreetype6-dev \ - libgl1-mesa-dev \ libgdal-dev \ libgeos-dev \ + libgl1-mesa-dev \ libglu1-mesa-dev \ libgsl0-dev \ libgtk-3-0 \ libgtk-3-dev \ libjpeg-dev \ libjsoncpp-dev \ - libnetcdf-dev \ libncurses5-dev \ <<<<<<< HEAD <<<<<<< HEAD @@ -786,6 +835,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main libnotify4 \ @@ -863,6 +913,22 @@ RUN apt-get update && apt-get upgrade -y && \ libnotify4 \ ======= >>>>>>> osgeo-main +======= + libnetcdf-dev \ +======= +======= +>>>>>>> a3af1d0366 (Fix missing function prototypes (#2727)) +======= +>>>>>>> bb9e769d49 (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile +<<<<<<< HEAD +>>>>>>> 73cc5e30fa (Dockerfile: fix broken lib link (#1625)) +======= +<<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile +>>>>>>> 4385ab760c (Dockerfile: fix broken lib link (#1625)) + 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 @@ -884,6 +950,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -975,6 +1042,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main libopenblas-base \ libopenblas-dev \ @@ -984,8 +1053,8 @@ RUN apt-get update && apt-get upgrade -y && \ libpq-dev \ libproj-dev \ libpython3-all-dev \ - librsvg2-common \ libreadline-dev \ + librsvg2-common \ libsdl2-2.0-0 \ libsqlite3-dev \ libtiff-dev \ @@ -1032,6 +1101,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD zlib1g-dev ======= @@ -1070,6 +1140,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main zlib1g-dev \ && apt-get clean all && rm -rf /var/lib/apt/lists/* @@ -1088,6 +1160,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= zlib1g-dev >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -1161,6 +1234,11 @@ RUN apt-get update && apt-get upgrade -y && \ zlib1g-dev >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= + zlib1g-dev +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main # wxGUI RUN pip install -U \ @@ -1197,6 +1275,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1247,6 +1326,8 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile @@ -1267,6 +1348,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 @@ -1348,6 +1430,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 >>>>>>> osgeo-main +======= +======= +## 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 && \ @@ -1373,6 +1460,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)) @@ -1439,6 +1527,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)) >>>>>>> osgeo-main +======= +======= +## 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 && \ @@ -1467,6 +1560,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1499,6 +1593,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal ======= @@ -1516,6 +1612,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1535,6 +1632,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -1550,6 +1649,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 @@ -1638,6 +1738,10 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## fetch vertical datums for PDAL and store into PROJ dir WORKDIR /src RUN mkdir vdatum && \ @@ -1673,6 +1777,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1731,6 +1836,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)) ======= @@ -1751,6 +1860,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1825,6 +1935,8 @@ RUN mkdir vdatum && \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ENV NUMTHREADS=4 WORKDIR /src RUN wget -q \ @@ -1866,6 +1978,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1942,6 +2055,10 @@ RUN wget -q \ ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -1961,6 +2078,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) ======= @@ -2011,6 +2129,9 @@ RUN wget -q \ >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -2029,6 +2150,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -2053,6 +2175,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -2071,6 +2195,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -2137,6 +2262,10 @@ RUN wget -q \ ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main -DWITH_LAZPERF=ON \ -DWITH_TESTS=ON && \ @@ -2168,26 +2297,26 @@ ENV CXXFLAGS "$MYCXXFLAGS" ENV NUMTHREADS=4 RUN make distclean || echo "nothing to clean" RUN /src/grass_build/configure \ - --with-cxx \ --enable-largefile \ - --with-proj-share=/usr/share/proj \ - --with-gdal=/usr/bin/gdal-config \ - --with-geos \ - --with-sqlite \ + --with-bzlib \ --with-cairo --with-cairo-ldflags=-lfontconfig \ - --with-freetype --with-freetype-includes="/usr/include/freetype2/" \ + --with-cxx \ --with-fftw \ - --with-postgres --with-postgres-includes="/usr/include/postgresql" \ + --with-freetype --with-freetype-includes="/usr/include/freetype2/" \ + --with-gdal=/usr/bin/gdal-config \ + --with-geos \ --with-netcdf \ - --with-zstd \ - --with-bzlib \ + --with-nls \ --with-pdal \ + --with-postgres --with-postgres-includes="/usr/include/postgresql" \ + --with-proj-share=/usr/share/proj \ + --with-readline \ + --with-sqlite \ + --with-x \ + --with-zstd \ --without-mysql \ --without-odbc \ --without-openmp \ - --with-x \ - --with-nls \ - --with-readline \ && make -j $NUMTHREADS \ && make install && ldconfig @@ -2225,6 +2354,7 @@ ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # Create generic GRASS GIS lib name regardless of version number @@ -2273,6 +2403,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile # https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK @@ -2292,6 +2424,7 @@ ENV PROJ_NETWORK=ON <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/debian/Dockerfile_debian_pdal ======= @@ -2434,6 +2567,14 @@ RUN ln -sf /usr/local/grass85 /usr/local/grass RUN ln -sf /usr/local/grass85 /usr/local/grass ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -2452,6 +2593,7 @@ RUN ln -sf /usr/local/grass `grass --config path` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -2481,6 +2623,8 @@ RUN ln -sf /usr/local/grass `grass --config path` ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal @@ -2493,6 +2637,7 @@ RUN ln -sf /usr/local/grass `grass --config path` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD @@ -2529,6 +2674,9 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -2541,6 +2689,7 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -2577,6 +2726,9 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -2589,6 +2741,7 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -2625,6 +2778,9 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -2638,6 +2794,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) <<<<<<< HEAD <<<<<<< HEAD @@ -2674,6 +2831,9 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -2688,6 +2848,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2744,6 +2905,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # show GRASS GIS, PROJ, GDAL etc versions RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \ @@ -2779,6 +2942,7 @@ COPY docker/testdata/test_grass_session.py . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2803,6 +2967,8 @@ COPY docker/testdata/test_grass_session.py . >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2817,6 +2983,7 @@ RUN grass --tmp-project EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" outp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2987,6 +3154,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> osgeo-main ======= >>>>>>> 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 @@ -3011,6 +3180,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -3026,6 +3196,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -3038,6 +3210,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -3053,6 +3226,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3065,6 +3240,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= ======= @@ -3080,6 +3256,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -3091,6 +3269,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -3152,6 +3331,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main WORKDIR /grassdb VOLUME /grassdb diff --git a/flake.lock b/flake.lock index 257ec2317b7..eacc92d3c4f 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1725234343, - "narHash": "sha256-+ebgonl3NbiKD2UD0x4BszCZQ6sTfL4xioaM49o5B3Y=", + "lastModified": 1727826117, + "narHash": "sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "567b938d64d4b4112ee253b9274472dc3a346eb6", + "rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1", "type": "github" }, "original": { @@ -19,11 +19,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1725194671, - "narHash": "sha256-tLGCFEFTB5TaOKkpfw3iYT9dnk4awTP/q4w+ROpMfuw=", + "lastModified": 1728538411, + "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c", + "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", "type": "github" }, "original": { @@ -35,14 +35,14 @@ }, "nixpkgs-lib": { "locked": { - "lastModified": 1725233747, - "narHash": "sha256-Ss8QWLXdr2JCBPcYChJhz4xJm+h/xjl4G0c0XlP6a74=", + "lastModified": 1727825735, + "narHash": "sha256-0xHYkMkeLVQAMa7gvkddbPqpxph+hDzdu1XdGPJR+Os=", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" }, "original": { "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" } }, "root": { diff --git a/general/g.filename/main.c b/general/g.filename/main.c index 5cb42fbbd0c..58360159ab5 100644 --- a/general/g.filename/main.c +++ b/general/g.filename/main.c @@ -94,6 +94,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -123,6 +124,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* Create element directory if requested and in current mapset. */ @@ -163,6 +166,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -184,6 +188,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* Create element directory if requested and in current mapset. */ @@ -208,6 +214,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -324,6 +331,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_file_name(path, element, name, mapset); diff --git a/general/g.findfile/g.findfile.html b/general/g.findfile/g.findfile.html index fb3fbb44f93..82cdb7662bb 100644 --- a/general/g.findfile/g.findfile.html +++ b/general/g.findfile/g.findfile.html @@ -97,6 +97,7 @@

    PYTHON

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -164,6 +165,10 @@

    PYTHON

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

    PYTHON

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

    PYTHON

    See
    Python >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 aa45236f291..eea518922e4 100644 --- a/general/g.findfile/local_proto.h +++ b/general/g.findfile/local_proto.h @@ -18,6 +18,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main void list_elements(void); @@ -66,6 +67,8 @@ int check_element(const char *); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void list_elements(void); /* int check_element(const char *); */ ======= @@ -83,6 +86,7 @@ void list_elements(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -102,6 +106,8 @@ void list_elements(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= void list_elements(void); >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= @@ -120,6 +126,7 @@ void list_elements(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162,6 +169,8 @@ void list_elements(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int check_element(const char *); <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -177,6 +186,7 @@ int check_element(const char *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -230,3 +240,5 @@ int check_element(const char *); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/general/g.gisenv/g.gisenv.html b/general/g.gisenv/g.gisenv.html index 044bcc6e926..dd2a2de1a66 100644 --- a/general/g.gisenv/g.gisenv.html +++ b/general/g.gisenv/g.gisenv.html @@ -161,6 +161,7 @@

    NOTES

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

    NOTES

    ======= >>>>>>> osgeo-main ======= +variables are stored in <gisdbase>/<project>/<mapset>/VAR +after the current GRASS session is closed. + +<<<<<<< HEAD +

    EXAMPLES

    + +

    Cache for raster operations

    + +The maximum memory to be used, i.e. the cache size for raster rows, is set +to 300 MB by default (GRASS variable MEMORYMB). To speed up +raster operations, it is recommended to increase this setting if enough RAM +is available. It is important to note that parallel processes will each +consume this amount of RAM. + +Set the maximum memory to be used (in MB), i.e. the cache size for raster rows: + +
    +# set to 6 GB (default: 300 MB)
    +g.gisenv set="MEMORYMB=6000"
    +
    + +

    Number of threads for parallel computing

    + +Set the number of threads for parallel computing: + +
    +# set to use 12 threads (default: 1)
    +g.gisenv set="NPROCS=12"
    +
    + +======= +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) variables are stored in <gisdbase>/<location>/<mapset>/VAR after the current GRASS session is closed. @@ -251,6 +286,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -325,16 +361,29 @@

    NOTES

    <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= + +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> 10cb905c76 (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -390,6 +439,9 @@

    NOTES

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

    GRASS Debugging

    To print debugging messages, the variable DEBUG must be set to level @@ -430,7 +482,8 @@

    SEE ALSO

    -See also variables list +See also +list of selected GRASS gisenv variables

    AUTHOR

    diff --git a/general/g.gui/g.gui.html b/general/g.gui/g.gui.html index 0c5d3bb63b1..fb29f159af2 100644 --- a/general/g.gui/g.gui.html +++ b/general/g.gui/g.gui.html @@ -27,6 +27,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -94,6 +95,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)) ======= @@ -114,6 +119,7 @@

    DESCRIPTION

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

    DESCRIPTION

    GRASS GIS comes with both a wxPython-based GUI >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 0e956c8ca70..00037deb56f 100644 --- a/general/g.mapset/main.c +++ b/general/g.mapset/main.c @@ -64,6 +64,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "mapsets in given location."); ======= @@ -102,6 +103,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "mapsets in given project (location)."); ======= @@ -119,6 +122,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "mapsets in given location."); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -191,6 +195,11 @@ int main(int argc, char *argv[]) ======= "mapsets in given location."); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "mapsets in given location."); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main opt.mapset = G_define_standard_option(G_OPT_M_MAPSET); diff --git a/general/g.mapsets/list.c b/general/g.mapsets/list.c index 68c9cb9fb6f..37be8961b9e 100644 --- a/general/g.mapsets/list.c +++ b/general/g.mapsets/list.c @@ -20,6 +20,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void list_available_mapsets(const char **mapset_name, int nmapsets, const char *fs) { @@ -60,6 +61,8 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main // Function to initialize a JSON object with a mapsets array static JSON_Object *initialize_json_object(void) { @@ -82,6 +85,7 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -113,6 +117,8 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int n; @@ -160,6 +166,7 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -193,6 +200,8 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main // Function to serialize and print JSON object static void serialize_and_print_json_object(JSON_Value *root_value) { @@ -239,6 +248,7 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -281,6 +291,9 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main void list_accessible_mapsets(const char *fs) { int n; @@ -304,6 +317,7 @@ void list_accessible_mapsets(const char *fs) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -356,6 +370,9 @@ void list_accessible_mapsets(const char *fs) >>>>>>> osgeo-main ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (strcmp(fs, "newline") == 0) fprintf(stdout, "\n"); diff --git a/general/g.mapsets/main.c b/general/g.mapsets/main.c index 1dd7991265a..9fd7bb3df07 100644 --- a/general/g.mapsets/main.c +++ b/general/g.mapsets/main.c @@ -85,6 +85,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -122,6 +123,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main enum OutputFormat format; ======= @@ -139,6 +142,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -210,6 +214,11 @@ int main(int argc, char *argv[]) ======= ======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main char **mapset_name; @@ -261,6 +270,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -283,6 +293,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main opt.format = G_define_standard_option(G_OPT_F_FORMAT); ======= @@ -297,6 +309,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= opt.format = G_define_standard_option(G_OPT_F_FORMAT); @@ -340,6 +353,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main opt.format = G_define_option(); opt.format->key = "format"; @@ -369,6 +384,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -429,6 +445,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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)"); @@ -449,6 +469,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -529,6 +550,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 opt.list = G_define_flag(); @@ -589,6 +615,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -625,6 +652,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (strcmp(opt.format->answer, "json") == 0) format = JSON; @@ -660,6 +689,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -720,6 +750,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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.mapsets/tests/g_mapsets_list_format_test.py b/general/g.mapsets/tests/g_mapsets_list_format_test.py index 79555085bb0..05fe946a6ae 100644 --- a/general/g.mapsets/tests/g_mapsets_list_format_test.py +++ b/general/g.mapsets/tests/g_mapsets_list_format_test.py @@ -14,6 +14,7 @@ """Test parsing and structure of CSV and JSON outputs from g.mapsets""" import json +import sys import pytest import grass.script as gs from grass.script import utils as gutils @@ -30,6 +31,10 @@ def _check_parsed_list(mapsets, text, sep="|"): assert text == sep.join(mapsets) + "\n" +@pytest.mark.xfail( + sys.platform == "win32", + reason="universal_newlines or text subprocess option not used", +) @pytest.mark.parametrize("separator", SEPARATORS) def test_plain_list_output(simple_dataset, separator): """Test that the separators are properly applied with list flag""" @@ -38,6 +43,10 @@ def test_plain_list_output(simple_dataset, separator): _check_parsed_list(mapsets, text, gutils.separator(separator)) +@pytest.mark.xfail( + sys.platform == "win32", + reason="universal_newlines or text subprocess option not used", +) @pytest.mark.parametrize("separator", SEPARATORS) def test_plain_print_output(simple_dataset, separator): """Test that the separators are properly applied with print flag""" diff --git a/general/g.message/g.message.html b/general/g.message/g.message.html index 3bb42f9894b..dd21b69c94e 100644 --- a/general/g.message/g.message.html +++ b/general/g.message/g.message.html @@ -68,6 +68,7 @@

    Usage in Python scripts

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -135,6 +136,10 @@

    Usage in Python scripts

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

    Usage in Python scripts

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

    Usage in Python scripts

    GRASS >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 a3cb34202fd..f70aad338f6 100644 --- a/general/g.mkfontcap/g.mkfontcap.html +++ b/general/g.mkfontcap/g.mkfontcap.html @@ -67,6 +67,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -126,6 +127,10 @@

    SEE ALSO

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -153,6 +158,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -239,6 +245,8 @@

    SEE ALSO

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main d.font diff --git a/general/g.mkfontcap/main.c b/general/g.mkfontcap/main.c index 1c24aba1657..54795cdac4e 100644 --- a/general/g.mkfontcap/main.c +++ b/general/g.mkfontcap/main.c @@ -20,6 +20,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50,6 +51,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * COPYRIGHT: (C) 2007-2024 by the GRASS Development Team ======= @@ -67,6 +70,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110,6 +114,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * COPYRIGHT: (C) 2007-2015 by the GRASS Development Team >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -185,6 +191,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -266,6 +273,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main overwrite = G_define_flag(); @@ -287,6 +299,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -367,6 +380,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 tostdout = G_define_flag(); @@ -413,6 +431,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -449,6 +468,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!G_get_overwrite()) G_fatal_error(_("Fontcap file %s already exists; use " @@ -468,6 +489,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -528,6 +550,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (!overwrite->answer) G_fatal_error( @@ -549,6 +575,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -629,6 +656,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 } } diff --git a/general/g.parser/g.parser.html b/general/g.parser/g.parser.html index 1c0154cca09..b1de89a3a08 100644 --- a/general/g.parser/g.parser.html +++ b/general/g.parser/g.parser.html @@ -673,7 +673,7 @@

    SEE ALSO

    Overview table: Parser standard options

    -Submitting rules for Python +Style Guide: Developing Python scripts

    Related Wiki pages: diff --git a/general/g.parser/test.py b/general/g.parser/test.py index 3b56230eb14..8166b354a37 100755 --- a/general/g.parser/test.py +++ b/general/g.parser/test.py @@ -53,10 +53,10 @@ def main(): # test if parameter present: if option1: - gs.message(_("Value of option1 option: '%s'" % option1)) + gs.message(_("Value of option1 option: '%s'") % option1) - gs.message(_("Value of raster option: '%s'" % raster)) - gs.message(_("Value of vector option: '%s'" % vector)) + gs.message(_("Value of raster option: '%s'") % raster) + gs.message(_("Value of vector option: '%s'") % vector) # End of your main code here diff --git a/general/g.pnmcomp/main.c b/general/g.pnmcomp/main.c index aa490831cb6..928939f68cd 100644 --- a/general/g.pnmcomp/main.c +++ b/general/g.pnmcomp/main.c @@ -89,6 +89,7 @@ static void read_header(FILE *fp, unsigned char *magic, int *maxval) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -169,6 +170,11 @@ static void read_header(FILE *fp, unsigned char *magic, int *maxval) >>>>>>> 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 G_fatal_error(_("Invalid PPM file")); diff --git a/general/g.proj/create.c b/general/g.proj/create.c index 750b9d05f3e..642b58d759f 100644 --- a/general/g.proj/create.c +++ b/general/g.proj/create.c @@ -27,6 +27,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Location <%s> created"), location); else if (ret == -1) @@ -67,6 +68,8 @@ void create_location(const char *location) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_message(_("Project <%s> created"), location); else if (ret == -1) @@ -88,6 +91,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112,6 +116,8 @@ void create_location(const char *location) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_message(_("Location <%s> created"), location); else if (ret == -1) @@ -129,6 +135,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166,6 +173,8 @@ void create_location(const char *location) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strerror(errno)); else if (ret == -2) @@ -188,6 +197,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -224,6 +234,8 @@ void create_location(const char *location) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to create project <%s>"), location); @@ -242,6 +254,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -302,6 +315,10 @@ void create_location(const char *location) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_fatal_error(_("Unable to create location <%s>"), location); @@ -322,6 +339,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -403,6 +421,11 @@ void create_location(const char *location) ======= >>>>>>> 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 } void modify_projinfo(void) @@ -427,6 +450,7 @@ void modify_projinfo(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "current location's projection (current mapset is <%s>)"), ======= @@ -465,6 +489,8 @@ void modify_projinfo(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "current project's coordinate reference system" " (current mapset is <%s>)"), @@ -483,6 +509,7 @@ void modify_projinfo(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "current location's projection (current mapset is <%s>)"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -555,6 +582,11 @@ void modify_projinfo(void) ======= "current location's projection (current mapset is <%s>)"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "current location's projection (current mapset is <%s>)"), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mapset); diff --git a/general/g.proj/g.proj.html b/general/g.proj/g.proj.html index 6783f70f449..78edfa4dbcd 100644 --- a/general/g.proj/g.proj.html +++ b/general/g.proj/g.proj.html @@ -26,6 +26,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 @@ -66,6 +67,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
  • Reporting the CRS information for the current project (previously called location), either in conventional GRASS (-p flag) or PROJ (-j flag) format
  • @@ -95,6 +98,7 @@

    DESCRIPTION

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

    DESCRIPTION

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -136,6 +142,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -174,6 +181,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main parameters, for the current location
  • @@ -214,6 +223,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD
    description should be a projection description in ======= <<<<<<< HEAD @@ -252,6 +262,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
    description should be a CRS description in =======
    description should be a projection description in @@ -268,6 +280,7 @@

    DESCRIPTION

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

    DESCRIPTION

    description should be a projection description in >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +
    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 @@ -388,6 +406,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -425,6 +444,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -442,6 +463,7 @@

    DESCRIPTION

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

    DESCRIPTION

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -540,6 +566,7 @@

    NOTES

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

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -594,6 +623,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)) @@ -667,6 +697,11 @@

    NOTES

    used when creating a location, other GRASS modules will use the "default" >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 @@ -692,6 +727,7 @@

    NOTES

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

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

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -746,6 +784,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)) @@ -819,6 +858,11 @@

    NOTES

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

    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. @@ -971,6 +1015,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1030,6 +1075,10 @@

    SEE ALSO

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -1057,6 +1106,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1143,6 +1193,8 @@

    SEE ALSO

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main m.proj, r.proj, diff --git a/general/g.proj/input.c b/general/g.proj/input.c index b9e9e58354b..427cc253a4c 100644 --- a/general/g.proj/input.c +++ b/general/g.proj/input.c @@ -140,6 +140,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -230,6 +231,10 @@ int input_wkt(char *wktfile) ======= ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> osgeo-main size_t wktlen; @@ -257,6 +262,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -286,6 +292,8 @@ int input_wkt(char *wktfile) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD ======= >>>>>>> 7c10386e82 (g.proj: fix reading input WKT (#1582)) @@ -300,6 +308,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 398a3c2388 (g.proj: fix reading input WKT (#1582)) @@ -351,6 +360,8 @@ int input_wkt(char *wktfile) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main size_t wktlen; @@ -378,6 +389,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 250c6900d1 (g.proj: fix reading input WKT (#1582)) ======= @@ -402,6 +414,8 @@ int input_wkt(char *wktfile) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> b3579a4902 (g.proj: fix reading input WKT (#1582)) ======= size_t wktlen; @@ -418,6 +432,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -442,6 +457,8 @@ int input_wkt(char *wktfile) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= size_t wktlen; @@ -456,6 +473,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -488,6 +506,8 @@ int input_wkt(char *wktfile) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main wktlen = fread(buff, 1, sizeof(buff), infd); if (wktlen == sizeof(buff)) @@ -514,6 +534,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -532,6 +553,8 @@ int input_wkt(char *wktfile) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -550,6 +573,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -614,6 +638,8 @@ int input_wkt(char *wktfile) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else @@ -717,8 +743,12 @@ int input_proj4(char *proj4params) if (fgets(buff, sizeof(buff), infd) == NULL) G_warning(_("Failed to read PROJ.4 parameter from stdin")); } - else - strcpy(buff, proj4params); + else { + if (G_strlcpy(buff, proj4params, sizeof(buff)) >= sizeof(buff)) { + G_fatal_error(_("PROJ.4 parameter string is too long: %s"), + proj4params); + } + } #if PROJ_VERSION_MAJOR >= 6 if (!strstr(buff, "+type=crs")) diff --git a/general/g.proj/main.c b/general/g.proj/main.c index 85263a85059..0fec49fe28b 100644 --- a/general/g.proj/main.c +++ b/general/g.proj/main.c @@ -77,6 +77,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 @@ -117,6 +118,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_no_gisinit(); ======= @@ -136,6 +139,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -160,6 +164,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_no_gisinit(); /* We don't call G_gisinit() here because it validates the * mapset, whereas this module may legitmately be used @@ -177,6 +183,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -214,6 +221,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main module = G_define_module(); @@ -237,6 +246,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD module->description = _("Can also be used to create new GRASS locations."); ======= @@ -275,6 +285,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main module->description = _("Can also be used to create new GRASS projects."); ======= @@ -292,6 +304,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)) @@ -365,6 +378,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)) >>>>>>> osgeo-main +======= +======= + 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."); @@ -411,6 +429,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD dontprettify->description = _("Print 'flat' output with no linebreaks (applies to " @@ -455,6 +474,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #ifdef HAVE_OGR dontprettify->description = _("Print 'flat' output with no linebreaks " "(applies to WKT and PROJ.4 output)"); @@ -482,6 +503,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -506,6 +528,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= dontprettify->description = _("Print 'flat' output with no linebreaks (applies to " @@ -526,6 +550,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -564,6 +589,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #ifdef HAVE_OGR printwkt = G_define_flag(); @@ -779,6 +806,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -815,6 +843,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (formats > 1) { #ifdef HAVE_OGR @@ -842,6 +872,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -902,6 +933,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (formats > 1) G_fatal_error(_("Only one of -%c, -%c, -%c, -%c" diff --git a/general/g.proj/output.c b/general/g.proj/output.c index a95e91b96b2..544d6c88569 100644 --- a/general/g.proj/output.c +++ b/general/g.proj/output.c @@ -292,6 +292,7 @@ void print_wkt(int esristyle, int dontprettify) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_free(outwkt); ======= @@ -330,6 +331,8 @@ void print_wkt(int esristyle, int dontprettify) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main CPLFree(outwkt); ======= @@ -347,6 +350,7 @@ void print_wkt(int esristyle, int dontprettify) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_free(outwkt); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -419,6 +423,11 @@ void print_wkt(int esristyle, int dontprettify) ======= G_free(outwkt); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + G_free(outwkt); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } else diff --git a/general/g.region/g.region.html b/general/g.region/g.region.html index ecd25120827..b4108e49d23 100644 --- a/general/g.region/g.region.html +++ b/general/g.region/g.region.html @@ -145,6 +145,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -212,6 +213,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)) ======= @@ -232,6 +237,7 @@

    NOTES

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

    NOTES

    without actually modifying the current region. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 @@ -698,6 +709,7 @@

    Using g.region in a shell in combination with GDAL

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -769,6 +781,8 @@

    Using g.region in a shell in combination with GDAL

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) diff --git a/general/g.region/main.c b/general/g.region/main.c index d44483a4b84..76a6db7fe51 100644 --- a/general/g.region/main.c +++ b/general/g.region/main.c @@ -50,6 +50,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -113,6 +114,10 @@ int main(int argc, char *argv[]) ======= int flat_flag; ======= +>>>>>>> osgeo-main +======= + int flat_flag; +======= >>>>>>> osgeo-main int flat_flag; <<<<<<< HEAD @@ -134,6 +139,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int flat_flag; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -242,6 +248,11 @@ int main(int argc, char *argv[]) ======= int flat_flag; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + int flat_flag; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main double x, xs, ys, zs; int ival; @@ -277,6 +288,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -312,6 +324,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -327,6 +341,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -376,6 +391,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct { struct Flag *noupdate, *force, *print, *gprint, *flprint, *lprint, @@ -399,6 +416,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -455,6 +473,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main struct { @@ -476,6 +497,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -495,6 +517,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -510,6 +534,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -559,6 +584,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } flag; struct { @@ -901,6 +928,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -934,6 +962,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_option_exclusive(flag.noupdate, flag.force, NULL); G_option_requires(flag.noupdate, flag.savedefault, flag.print, flag.lprint, @@ -969,6 +999,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -1101,6 +1132,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_option_exclusive(flag.noupdate, flag.force, NULL); G_option_requires(flag.noupdate, flag.savedefault, flag.print, flag.lprint, @@ -1115,6 +1148,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1135,6 +1169,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_option_exclusive(flag.noupdate, flag.force, NULL); G_option_requires(flag.noupdate, flag.savedefault, flag.print, flag.lprint, @@ -1148,6 +1184,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 965183f78e (WMS: replace broken URLs with alternative WMS (#1635)) @@ -1172,6 +1209,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (G_parser(argc, argv)) @@ -1269,6 +1308,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1305,6 +1345,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1320,6 +1362,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1375,6 +1418,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; mapset = G_find_file2("windows", name, ""); @@ -1399,6 +1444,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1488,6 +1534,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; mapset = G_find_file2("windows", name, ""); @@ -1508,6 +1559,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1527,6 +1579,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1542,6 +1596,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1591,6 +1646,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -1620,6 +1677,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1656,6 +1714,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1671,6 +1731,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1726,6 +1787,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; rast_ptr = parm.raster->answers; @@ -1749,6 +1812,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1838,6 +1902,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; rast_ptr = parm.raster->answers; @@ -1857,6 +1926,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1876,6 +1946,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1891,6 +1963,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1940,6 +2013,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcpy(rast_name, *rast_ptr); @@ -1995,6 +2070,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2035,6 +2111,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) @@ -2058,6 +2136,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2131,6 +2210,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) @@ -2148,6 +2231,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2172,6 +2256,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) @@ -2189,6 +2275,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2213,6 +2300,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) @@ -2230,6 +2319,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2273,6 +2363,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (Rast3d_read_region_map(name, mapset, &win) < 0) @@ -2308,6 +2400,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2348,6 +2441,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; vect_ptr = parm.vect->answers; @@ -2371,6 +2466,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2444,6 +2540,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; vect_ptr = parm.vect->answers; @@ -2461,6 +2561,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2485,6 +2586,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_file = true; vect_ptr = parm.vect->answers; @@ -2502,6 +2605,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2526,6 +2630,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_file = true; vect_ptr = parm.vect->answers; @@ -2543,6 +2649,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2586,6 +2693,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int ret; struct Map_info Map; @@ -2691,6 +2800,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2727,6 +2837,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2742,6 +2854,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2797,6 +2910,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "n+", "n-", "s+"))) { @@ -2839,6 +2954,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2928,6 +3044,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "n+", "n-", "s+"))) { @@ -2963,6 +3084,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2982,6 +3104,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2997,6 +3121,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3046,6 +3171,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -3073,6 +3200,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3109,6 +3237,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3124,6 +3254,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3179,6 +3310,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "s+", "s-", "n-"))) { @@ -3221,6 +3354,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3310,6 +3444,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "s+", "s-", "n-"))) { @@ -3345,6 +3484,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3364,6 +3504,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3379,6 +3521,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3428,6 +3571,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -3455,6 +3600,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3491,6 +3637,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3506,6 +3654,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3561,6 +3710,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "e+", "e-", "w+"))) { @@ -3603,6 +3754,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3692,6 +3844,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "e+", "e-", "w+"))) { @@ -3727,6 +3884,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3746,6 +3904,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3761,6 +3921,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3810,6 +3971,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -3837,6 +4000,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3873,6 +4037,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3888,6 +4054,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3943,6 +4110,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "w+", "w-", "e-"))) { @@ -3985,6 +4154,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4074,6 +4244,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "w+", "w-", "e-"))) { @@ -4109,6 +4284,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4128,6 +4304,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4143,6 +4321,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4192,6 +4371,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -4219,6 +4400,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4255,6 +4437,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4270,6 +4454,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4325,6 +4510,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "t+", "t-", "b+"))) { @@ -4364,6 +4551,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4453,6 +4641,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "t+", "t-", "b+"))) { @@ -4488,6 +4681,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4507,6 +4701,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4522,6 +4718,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4571,6 +4768,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -4598,6 +4797,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4634,6 +4834,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4649,6 +4851,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4704,6 +4907,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "b+", "b-", "t-"))) { @@ -4743,6 +4948,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4832,6 +5038,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "b+", "b-", "t-"))) { @@ -4867,6 +5078,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4886,6 +5098,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4901,6 +5115,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4950,6 +5165,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -4977,6 +5194,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5013,6 +5231,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5028,6 +5248,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5083,6 +5304,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -5107,6 +5330,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5196,6 +5420,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -5216,6 +5445,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -5235,6 +5465,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5250,6 +5482,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5299,6 +5532,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (flag.res_set->answer) { @@ -5333,6 +5568,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5369,6 +5605,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5384,6 +5622,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5439,6 +5678,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -5464,6 +5705,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5553,6 +5795,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -5574,6 +5821,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -5593,6 +5841,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5608,6 +5858,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5657,6 +5908,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -5684,6 +5937,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5720,6 +5974,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5735,6 +5991,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5790,6 +6047,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -5813,6 +6072,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5902,6 +6162,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -5921,6 +6186,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -5940,6 +6206,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5955,6 +6223,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6004,6 +6273,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (flag.res_set->answer) { @@ -6036,6 +6307,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6072,6 +6344,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6087,6 +6361,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6142,6 +6417,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -6165,6 +6442,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6254,6 +6532,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) @@ -6273,6 +6556,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6292,6 +6576,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6307,6 +6593,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6356,6 +6643,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (flag.res_set->answer) { @@ -6388,6 +6677,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6424,6 +6714,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6439,6 +6731,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6494,6 +6787,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (sscanf(value, "%lf", &x) != 1) @@ -6517,6 +6812,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6606,6 +6902,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (sscanf(value, "%lf", &x) != 1) @@ -6625,6 +6926,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6644,6 +6946,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6659,6 +6963,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6708,6 +7013,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (flag.res_set->answer) { @@ -6740,6 +7047,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6776,6 +7084,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6791,6 +7101,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6846,6 +7157,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) @@ -6870,6 +7183,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6959,6 +7273,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) @@ -6979,6 +7298,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6998,6 +7318,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7013,6 +7335,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7062,6 +7385,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -7089,6 +7414,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7125,6 +7451,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7140,6 +7468,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7195,6 +7524,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) @@ -7219,6 +7550,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7308,6 +7640,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) @@ -7328,6 +7665,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -7347,6 +7685,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7362,6 +7702,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7411,6 +7752,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -7438,6 +7781,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7474,6 +7818,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7489,6 +7835,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7544,6 +7891,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); @@ -7568,6 +7917,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7657,6 +8007,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); @@ -7677,6 +8032,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -7696,6 +8052,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7711,6 +8069,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7760,6 +8119,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -7787,6 +8148,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7845,6 +8207,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); @@ -7865,6 +8229,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7918,6 +8283,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); @@ -7933,6 +8303,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7947,6 +8318,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -7970,6 +8343,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= update_file = true; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8018,6 +8392,11 @@ int main(int argc, char *argv[]) ======= update_file = true; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + update_file = true; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mapset = G_find_raster2(name, ""); if (!mapset) @@ -8032,6 +8411,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8183,6 +8563,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -8197,6 +8579,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -8248,6 +8631,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main xs = window.ns_res * pix; if (window.north + xs > window.south - xs) { @@ -8315,6 +8702,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8351,6 +8739,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8366,6 +8756,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8421,6 +8812,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_file = false; temp_window = window; @@ -8445,6 +8838,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8534,6 +8928,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> osgeo-main update_file = false; temp_window = window; @@ -8554,6 +8953,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -8573,6 +8973,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8588,6 +8990,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8637,6 +9040,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -8664,6 +9069,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8737,6 +9143,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) @@ -8762,6 +9173,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8854,6 +9266,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } diff --git a/general/g.region/printwindow.c b/general/g.region/printwindow.c index 631b679752b..912cba21813 100644 --- a/general/g.region/printwindow.c +++ b/general/g.region/printwindow.c @@ -40,7 +40,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -53,6 +56,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -81,6 +87,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)) @@ -161,6 +168,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 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 else x = window->proj; @@ -235,6 +247,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (print_flag & PRINT_SH) { <<<<<<< HEAD @@ -334,6 +347,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main switch (format) { case SHELL: @@ -352,6 +367,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -406,6 +424,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -442,6 +461,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(stdout, "datum=%s%s", datum, sep); else @@ -463,6 +484,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 @@ -523,6 +545,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fprintf(stdout, "datum=%s\n", datum); else @@ -546,6 +572,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)) @@ -626,6 +653,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 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 } else @@ -668,6 +700,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (flat_flag) sep = " "; @@ -708,6 +741,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (flat_flag) sep = " "; @@ -724,6 +759,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)) ======= @@ -754,6 +790,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main +======= +>>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (flat_flag) sep = " "; @@ -770,6 +810,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -810,6 +851,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fprintf(stdout, "n=%s%s", north, sep); fprintf(stdout, "s=%s%s", south, sep); @@ -866,6 +910,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"); @@ -935,6 +980,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; case PLAIN: @@ -948,6 +995,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -969,6 +1019,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1006,6 +1057,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -1118,6 +1171,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")); ======= @@ -1147,6 +1201,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Can't get projection info of current project")); >>>>>>> osgeo-main @@ -1181,6 +1237,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1199,6 +1256,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_free_key_value(in_proj_info); @@ -1238,6 +1297,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1271,6 +1331,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= _("Can't get projection key values of current location")); >>>>>>> osgeo-main +======= + _("Can't get projection key values of current location")); +>>>>>>> osgeo-main ======= _("Can't get projection key values of current location")); >>>>>>> osgeo-main @@ -1410,6 +1473,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1443,6 +1507,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fprintf(stdout, "nw_long=%.8f%snw_lat=%.8f%s", lo1, sep, la1, sep); @@ -1457,6 +1524,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1495,6 +1563,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; case PLAIN: @@ -1502,6 +1572,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1525,6 +1598,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1564,6 +1638,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) } else { @@ -1657,6 +1733,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, fprintf(stdout, "center_lat=%.8f\n", lac); <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main } else { @@ -2077,6 +2154,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -2136,6 +2215,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2168,6 +2248,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (window->proj != 0) G_message( @@ -2188,6 +2270,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 " ======= @@ -2226,6 +2309,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("You are in a simple XY project, projection to Lat/Lon " ======= @@ -2243,6 +2328,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)) @@ -2315,6 +2401,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)) +>>>>>>> osgeo-main +======= +======= + _("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.")); } @@ -2324,6 +2415,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, if (print_flag & PRINT_EXTENT) { <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (print_flag & PRINT_SH) { <<<<<<< HEAD @@ -2379,6 +2471,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main switch (format) { case SHELL: @@ -2396,6 +2490,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, fprintf(stdout, "ew_extent=%f%s", window->east - window->west, sep); <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2417,6 +2514,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)) ======= @@ -2441,6 +2539,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(stdout, "ns_extent=%f\n", window->north - window->south); fprintf(stdout, "ew_extent=%f\n", window->east - window->west); @@ -2457,6 +2557,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2494,6 +2595,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -2544,6 +2647,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2580,12 +2684,17 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2598,6 +2707,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2662,6 +2772,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; case PLAIN: @@ -2671,6 +2783,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2695,6 +2810,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)) @@ -2775,6 +2891,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 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 } else { @@ -2854,6 +2975,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); ======= @@ -2892,6 +3014,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(stdout, "bbox=%s,%s,%s,%s%s", west, south, east, north, sep); ======= @@ -2909,6 +3033,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)) @@ -2931,12 +3056,16 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= fprintf(stdout, "bbox=%s,%s,%s,%s\n", west, south, east, north); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2987,6 +3116,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } @@ -3017,6 +3149,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3083,6 +3216,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)) @@ -3104,6 +3241,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)) ======= @@ -3128,6 +3266,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= convergence = 0. / 0.; ======= @@ -3146,6 +3286,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3225,6 +3366,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else if (G_projection() == PROJECTION_LL) convergence = 0.0; @@ -3260,6 +3403,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3296,6 +3440,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Can't get projection info of current project")); @@ -3319,6 +3465,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 @@ -3379,6 +3526,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main _("Can't get projection info of current location")); @@ -3404,6 +3555,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)) @@ -3484,6 +3636,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 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 G_free_key_value(in_proj_info); @@ -3525,6 +3682,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (print_flag & PRINT_SH) <<<<<<< HEAD @@ -3647,6 +3805,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main switch (format) { case SHELL: @@ -3666,6 +3826,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3715,6 +3878,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")); ======= @@ -3753,6 +3917,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Can't get projection info of current project")); ======= @@ -3770,6 +3936,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)) @@ -3842,6 +4009,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)) +>>>>>>> osgeo-main +======= +======= + _("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 @@ -3865,6 +4037,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")); @@ -3898,6 +4071,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Can't get projection units of current project")); @@ -3922,6 +4097,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3951,6 +4127,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* output projection to lat/long and wgs84 ellipsoid */ @@ -3970,6 +4148,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)) ======= @@ -4024,6 +4203,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Can't get projection units of current location")); @@ -4048,6 +4229,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4079,6 +4261,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_set_key_value("proj", "ll", out_proj_info); @@ -4102,6 +4286,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 " ======= @@ -4140,6 +4325,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "WGS84 output not possible as this project does not " ======= @@ -4157,6 +4344,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)) @@ -4229,6 +4417,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)) +>>>>>>> osgeo-main +======= +======= + "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.")); @@ -4377,6 +4570,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4413,12 +4607,17 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4435,6 +4634,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4499,6 +4699,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; case PLAIN: @@ -4508,6 +4710,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4535,6 +4740,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)) @@ -4615,6 +4821,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag, >>>>>>> 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 } else { diff --git a/general/g.region/testsuite/test_g_region.py b/general/g.region/testsuite/test_g_region.py index 829515d54a0..a758a0c13a2 100644 --- a/general/g.region/testsuite/test_g_region.py +++ b/general/g.region/testsuite/test_g_region.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD from grass.gunittest.case import TestCase ======= <<<<<<< HEAD @@ -54,6 +55,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import json >>>>>>> osgeo-main @@ -75,6 +78,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= from grass.gunittest.case import TestCase >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -148,6 +152,11 @@ from grass.gunittest.case import TestCase >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +from grass.gunittest.case import TestCase +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import grass.script as gs @@ -200,6 +209,7 @@ def test_d_flag(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -236,6 +246,8 @@ def test_d_flag(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_f_flag(self): line = call_module("g.region", flags="fglecn3", capture_stdout=True) @@ -244,6 +256,7 @@ def test_f_flag(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -309,6 +322,8 @@ def test_f_flag(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_format_json(self): """Test json format""" @@ -389,6 +404,9 @@ def test_format_json(self): >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main diff --git a/general/g.remove/testsuite/test_g_remove.py b/general/g.remove/testsuite/test_g_remove.py index 955466f29ca..10c3018f67a 100644 --- a/general/g.remove/testsuite/test_g_remove.py +++ b/general/g.remove/testsuite/test_g_remove.py @@ -52,7 +52,7 @@ def tearDownClass(cls): def test_remove_procedure(self): """Test that maps are removed only with -f""" - for i in range(0, 10): + for i in range(10): rmapcalc("test_map_%i = 100" % i) rmapcalc("test_two = 2") diff --git a/general/g.setproj/g.setproj.html b/general/g.setproj/g.setproj.html index d5bebc57097..61017ecbd6a 100644 --- a/general/g.setproj/g.setproj.html +++ b/general/g.setproj/g.setproj.html @@ -40,6 +40,7 @@

    DESCRIPTION

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

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main current project. PROJ_INFO file is used to record the CRS information associated with the specified project. ======= @@ -97,6 +100,7 @@

    DESCRIPTION

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

    DESCRIPTION

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -137,6 +143,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -175,6 +182,8 @@

    DESCRIPTION

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

    NOTES

    @@ -225,6 +234,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -270,6 +280,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. @@ -289,6 +301,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -316,6 +329,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. @@ -336,6 +351,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -360,6 +376,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. @@ -375,6 +393,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -394,6 +413,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. @@ -412,6 +433,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -516,6 +538,8 @@

    NOTES

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

    SEE ALSO

    diff --git a/general/g.setproj/main.c b/general/g.setproj/main.c index 1172ee7dfd2..6e227d37de6 100644 --- a/general/g.setproj/main.c +++ b/general/g.setproj/main.c @@ -287,6 +287,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * recurively, to allow input of options for ======= @@ -325,6 +326,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * recursively, to allow input of options for ======= @@ -342,6 +345,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)) @@ -414,6 +418,11 @@ int main(int argc, char *argv[]) ======= * recurively, to allow input of options for >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * 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); @@ -439,6 +448,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* if legal ellips. exist, ask wether or not to change ======= @@ -477,6 +487,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* if legal ellips. exist, ask whether or not to change ======= @@ -494,6 +506,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)) @@ -566,6 +579,11 @@ int main(int argc, char *argv[]) ======= /* if legal ellips. exist, ask wether or not to change >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /* 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); diff --git a/general/g.version/g.version.html b/general/g.version/g.version.html index 5f09e881c86..119ca7b1074 100644 --- a/general/g.version/g.version.html +++ b/general/g.version/g.version.html @@ -60,6 +60,7 @@

    Basic info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main GRASS 8.2.0dev (2022) @@ -115,6 +116,8 @@

    Basic info

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GRASS 8.4.0 (2024) ======= GRASS 8.0.0alpha (2021) @@ -132,6 +135,7 @@

    Basic info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -151,6 +155,8 @@

    Basic info

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS 8.0.0alpha (2021) >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -168,6 +174,7 @@

    Basic info

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

    Basic info

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

    GIS Library info

    @@ -291,6 +303,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main GRASS 8.2.0dev (2022) @@ -348,6 +361,8 @@

    GIS Library info

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main GRASS 8.4.0 (2024) libgis revision: c9e8576cf libgis date: 2024-04-27T09:38:49+00:00 @@ -368,6 +383,7 @@

    GIS Library info

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

    GIS Library info

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS 8.0.0alpha (2021) libgis revision: 1e0c11f52 libgis date: 2021-05-19T09:38:49+00:00 @@ -409,6 +427,7 @@

    GIS Library info

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

    GIS Library info

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS 8.2.0dev (2022) libgis revision: c9e8576cf libgis date: 2022-04-27T09:38:49+00:00 @@ -450,6 +471,7 @@

    GIS Library info

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

    GIS Library info

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= GRASS 8.2.0dev (2022) libgis revision: c9e8576cf libgis date: 2022-04-27T09:38:49+00:00 @@ -491,6 +515,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -541,6 +566,8 @@

    GIS Library info

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

    Full info in shell script style

    @@ -569,6 +596,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main version=8.2.0dev @@ -630,6 +658,8 @@

    Full info in shell script style

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main version=8.4.0 date=2024 revision=d57f40906 @@ -657,6 +687,7 @@

    Full info in shell script style

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

    Full info in shell script style

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

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -728,6 +762,8 @@

    Full info in shell script style

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main revision=d57f40906 build_date=2021-05-23 build_platform=x86_64-pc-linux-gnu @@ -749,6 +785,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -776,6 +813,8 @@

    Full info in shell script style

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= version=8.0.0alpha date=2021 ======= @@ -792,6 +831,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -834,6 +874,8 @@

    Full info in shell script style

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main revision=d57f40906 build_date=2021-05-23 build_platform=x86_64-pc-linux-gnu @@ -851,6 +893,7 @@

    Full info in shell script style

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

    Full info in shell script style

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -919,6 +965,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -937,6 +984,8 @@

    Full info in shell script style

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

    Full info in shell script style

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

    Full info in shell script style

    >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) libgis_revision=c9e8576cf >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -1040,6 +1095,7 @@

    Full info in shell script style

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

    Full info in shell script style

    ======= >>>>>>> 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 Note: if revision=exported is reported instead of the git hash then the diff --git a/general/g.version/tests/conftest.py b/general/g.version/tests/conftest.py new file mode 100644 index 00000000000..e4357b2f672 --- /dev/null +++ b/general/g.version/tests/conftest.py @@ -0,0 +1,17 @@ +import os +import pytest +import grass.script as gs + + +@pytest.fixture(scope="module") +def session(tmp_path_factory): + """Set up a GRASS session for the tests.""" + tmp_path = tmp_path_factory.mktemp("grass_session") + project = "test_project" + + # Create a test location + gs.create_project(tmp_path, project) + + # Initialize the GRASS session + with gs.setup.init(tmp_path / project, env=os.environ.copy()) as session: + yield session diff --git a/general/g.version/tests/g_version_test.py b/general/g.version/tests/g_version_test.py new file mode 100644 index 00000000000..805518382a2 --- /dev/null +++ b/general/g.version/tests/g_version_test.py @@ -0,0 +1,83 @@ +import grass.script as gs + + +def test_g_version_no_flag(session): + """Test that g.version output contains the word 'GRASS'.""" + output = gs.read_command("g.version", env=session.env).strip() + assert ( + "GRASS" in output + ), "Expected 'GRASS' in g.version output, but it was not found." + + +def test_c_flag(session): + """Test the output of g.version -c for Copyright and License Statement.""" + expected_text = "Copyright and License Statement" + output = gs.read_command("g.version", flags="c", env=session.env).strip() + assert ( + expected_text in output + ), f"Expected '{expected_text}' in g.version -c output, but got: '{output}'" + + +def test_e_flag(session): + """Test that g.version -e contains the expected keys.""" + expected_keys = ["PROJ:", "GDAL/OGR:", "SQLite:"] + output = gs.read_command("g.version", flags="e", env=session.env).strip() + for key in expected_keys: + assert ( + key in output + ), f"Expected key '{key}' in g.version -e output, but it was not found." + + +def test_b_flag(session): + """Test that g.version -b output contains the word 'GRASS'.""" + output = gs.read_command("g.version", flags="b", env=session.env).strip() + assert ( + "GRASS" in output + ), "Expected 'GRASS' in g.version -b output, but it was not found." + + +def test_g_flag(session): + """Test that g.version -g contains the expected keys.""" + expected_keys = [ + "version", + "date", + "revision", + "build_date", + "build_platform", + "build_off_t_size", + ] + output = gs.parse_command("g.version", flags="g", env=session.env) + for key in expected_keys: + assert ( + key in output + ), f"Expected key '{key}' in g.version -g output, but it was not found." + + +def test_r_flag(session): + """Test that g.version -r contains the expected keys.""" + expected_texts = ["libgis revision:", "libgis date:"] + output = gs.read_command("g.version", flags="r", env=session.env).strip() + for text in expected_texts: + assert ( + text in output + ), f"Expected key '{text}' in g.version -r output, but it was not found." + + +def test_x_flag(session): + """Test that g.version -x output has paired curly brackets.""" + output = gs.read_command("g.version", flags="x", env=session.env).strip() + + def curly_brackets_paired(text): + counter = 0 + for character in text: + if character == "{": + counter += 1 + elif character == "}": + counter -= 1 + if counter < 0: + return False + return counter == 0 + + assert curly_brackets_paired( + output + ), "Curly brackets are not properly paired in the g.version -x output." diff --git a/grasslib.dox b/grasslib.dox index a569795f342..cec688c9841 100644 --- a/grasslib.dox +++ b/grasslib.dox @@ -29,6 +29,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 @@ -97,6 +98,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * updated 8/2005, 2006-2024 ======= @@ -115,6 +118,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -133,6 +137,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= * updated 8/2005, 2006-2008, 2010-2011, 2017, 2018, 2019, 2021 >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -152,6 +158,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -170,6 +177,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= * updated 8/2005, 2006-2008, 2010-2011, 2017-2022 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188,6 +197,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)) @@ -302,6 +312,11 @@ ======= * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main +======= +======= + * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main --> @@ -346,6 +361,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main © 2000-2023 by the GRASS Development Team @@ -401,6 +417,8 @@ pages. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main © 2000-2024 by the GRASS Development Team ======= © 2000-2022 by the GRASS Development Team @@ -418,6 +436,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -437,6 +456,8 @@ pages. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= © 2000-2022 by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -454,6 +475,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= © 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -548,6 +570,11 @@ pages. © 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +© 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 @@ -583,6 +610,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -642,6 +670,8 @@ href="https://grass.osgeo.org">https://grass.osgeo.org >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main @@ -710,6 +743,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -735,6 +769,8 @@ href="https://grass.osgeo.org">https://grass.osgeo.org ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= @@ -752,6 +788,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -777,6 +814,8 @@ href="https://grass.osgeo.org">https://grass.osgeo.org ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= diff --git a/lib/gis/ilist.c b/lib/gis/ilist.c index 814f5240fc1..6f907bb0eeb 100644 --- a/lib/gis/ilist.c +++ b/lib/gis/ilist.c @@ -62,6 +62,7 @@ void G_free_ilist(struct ilist *list) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -129,6 +130,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)) ======= @@ -149,6 +154,7 @@ struct ilist *G_new_ilist(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -174,6 +180,8 @@ struct ilist *G_new_ilist(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= struct ilist *G_new_ilist() ======= struct ilist *G_new_ilist(void) @@ -191,6 +199,7 @@ struct ilist *G_new_ilist(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -271,6 +280,8 @@ struct ilist *G_new_ilist() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { struct ilist *l = G_malloc(sizeof(struct ilist)); diff --git a/lib/gis/list.c b/lib/gis/list.c index 68e4b9b74f1..f73d49e4378 100644 --- a/lib/gis/list.c +++ b/lib/gis/list.c @@ -44,6 +44,7 @@ static int list_element(FILE *, const char *, const char *, const char *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -110,6 +111,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)) @@ -131,6 +136,7 @@ static int list_element(FILE *, const char *, const char *, const char *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -155,6 +161,8 @@ static int list_element(FILE *, const char *, const char *, const char *, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int (*)(const char *, const char *, const char *)); ======= @@ -173,6 +181,7 @@ static int list_element(FILE *, const char *, const char *, const char *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -253,6 +262,8 @@ static int list_element(FILE *, const char *, const char *, const char *, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /*! \brief General purpose list function @@ -301,6 +312,7 @@ void G_list_element(const char *element, const char *desc, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -367,6 +379,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)) @@ -388,6 +404,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)) ======= @@ -412,6 +429,8 @@ void G_list_element(const char *element, const char *desc, const char *mapset, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int (*lister)(const char *, const char *, const char *)) ======= @@ -430,6 +449,7 @@ void G_list_element(const char *element, const char *desc, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -510,6 +530,8 @@ void G_list_element(const char *element, const char *desc, const char *mapset, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { struct Popen pager; int n; @@ -576,6 +598,7 @@ static int list_element(FILE *out, const char *element, const char *desc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -642,6 +665,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)) @@ -663,6 +690,7 @@ static int list_element(FILE *out, const char *element, const char *desc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -687,6 +715,8 @@ static int list_element(FILE *out, const char *element, const char *desc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int (*lister)(const char *, const char *, const char *)) ======= @@ -705,6 +735,7 @@ static int list_element(FILE *out, const char *element, const char *desc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -785,6 +816,8 @@ static int list_element(FILE *out, const char *element, const char *desc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { char path[GPATH_MAX]; int count = 0; diff --git a/lib/gis/locale.c b/lib/gis/locale.c index 7d4d43f0ead..f85080c8eb5 100644 --- a/lib/gis/locale.c +++ b/lib/gis/locale.c @@ -99,6 +99,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) ======= @@ -138,6 +139,8 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main char *G_ngettext(const char *package NO_NLS_UNUSED, const char *msgids, const char *msgidp, unsigned long int n) ======= @@ -156,6 +159,7 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -181,6 +185,8 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -196,6 +202,7 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -234,6 +241,8 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 299e4b4a111..7554815f703 100644 --- a/lib/gis/ls.c +++ b/lib/gis/ls.c @@ -205,6 +205,7 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -271,6 +272,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)) @@ -292,6 +297,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)) ======= @@ -316,6 +322,8 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int max_len = 0; ======= @@ -334,6 +342,7 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -413,6 +422,8 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (i = 0; i < num_items; i++) { diff --git a/lib/gis/lz4.c b/lib/gis/lz4.c index 2085f69a442..a9a4530ae79 100644 --- a/lib/gis/lz4.c +++ b/lib/gis/lz4.c @@ -656,6 +656,7 @@ int LZ4_compressBound(int isize) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int LZ4_sizeofState() ======= <<<<<<< HEAD @@ -694,6 +695,8 @@ int LZ4_sizeofState() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int LZ4_sizeofState(void) ======= int LZ4_sizeofState() @@ -710,6 +713,7 @@ int LZ4_sizeofState() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int LZ4_sizeofState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -783,6 +787,11 @@ int LZ4_sizeofState() int LZ4_sizeofState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +int LZ4_sizeofState() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return LZ4_STREAMSIZE; } @@ -2610,6 +2619,7 @@ int LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int LZ4_sizeofStreamState() ======= <<<<<<< HEAD @@ -2648,6 +2658,8 @@ int LZ4_sizeofStreamState() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int LZ4_sizeofStreamState(void) ======= int LZ4_sizeofStreamState() @@ -2664,6 +2676,7 @@ int LZ4_sizeofStreamState() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int LZ4_sizeofStreamState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2737,6 +2750,11 @@ int LZ4_sizeofStreamState() int LZ4_sizeofStreamState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 e754d2f77da..6ba7a8920da 100644 --- a/lib/gis/mapset_msc.c +++ b/lib/gis/mapset_msc.c @@ -69,6 +69,7 @@ int G_make_mapset_element(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -145,6 +146,10 @@ int G_make_mapset_element(const char *p_element) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \brief Create directory for group of elements of a given type. @@ -180,6 +185,7 @@ int G_make_mapset_element(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -220,6 +226,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. ======= @@ -264,6 +273,7 @@ int G_make_mapset_element(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -400,6 +410,8 @@ int G_make_mapset_element(const char *p_element) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main */ int G_make_mapset_object_group(const char *type) @@ -430,6 +442,7 @@ int G_make_mapset_object_group(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -506,6 +519,10 @@ int G_make_mapset_object_group(const char *type) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \brief Create directory for an object of a given type. @@ -545,6 +562,7 @@ int G_make_mapset_object_group(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -585,6 +603,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. ======= @@ -632,6 +653,7 @@ int G_make_mapset_object_group(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -777,6 +799,8 @@ int G_make_mapset_object_group(const char *type) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main */ int G_make_mapset_dir_object(const char *type, const char *name) @@ -830,6 +854,7 @@ int G_make_mapset_element_tmp(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -906,6 +931,10 @@ int G_make_mapset_element_tmp(const char *p_element) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \brief Create directory for type of objects in the temporary directory. @@ -936,6 +965,7 @@ int G_make_mapset_object_group_tmp(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { char path[GPATH_MAX]; @@ -1070,6 +1100,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= \brief Create directory for type of objects in the temporary directory. ======= @@ -1113,6 +1145,7 @@ int G_make_mapset_object_group_tmp(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f6958f78a7 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= ======= @@ -1124,6 +1157,8 @@ int G_make_mapset_object_group_tmp(const char *type) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int G_make_mapset_object_group_basedir(const char *type, const char *basedir) { char path[GPATH_MAX]; @@ -1139,6 +1174,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1148,6 +1184,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { char path[GPATH_MAX]; @@ -1161,6 +1199,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD /*! \brief Create directory for type of objects in the temporary directory. @@ -1310,6 +1349,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)) ======= @@ -1348,6 +1389,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1387,6 +1429,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, bool rac >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { char path[GPATH_MAX]; @@ -1459,6 +1503,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1535,6 +1580,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (*element == '/' || *element == 0) { *p = 0; @@ -1554,6 +1603,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1604,6 +1654,9 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (*element == '/' || *element == 0) { *p = 0; @@ -1621,6 +1674,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)) ======= @@ -1645,6 +1699,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (*element == '/' || *element == 0) { *p = 0; @@ -1663,6 +1719,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 @@ -1729,6 +1786,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (access(path, 0) != 0) { /* Assuming that directory does not exist. */ @@ -1756,6 +1817,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1832,6 +1894,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /* Directory is not accessible even after attempt to create it. */ @@ -1865,6 +1931,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1916,6 +1983,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= /* Directory is not accessible even after attempt to create it. */ ======= @@ -1943,6 +2012,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 @@ -2017,6 +2087,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (*element == 0) return 1; @@ -2035,6 +2107,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)) ======= @@ -2059,6 +2132,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (*element == 0) return 1; @@ -2077,6 +2152,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 @@ -2143,6 +2219,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } } @@ -2171,6 +2251,7 @@ int make_mapset_element(const char *p_path, const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2241,6 +2322,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)) ======= @@ -2263,6 +2349,7 @@ int make_mapset_element_no_fail_on_race(const char *p_path, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2341,6 +2428,8 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { return make_mapset_element_impl(p_path, p_element, true); } @@ -2364,6 +2453,7 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2405,6 +2495,8 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2421,6 +2513,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 @@ -2496,6 +2589,10 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /*! \brief Create misc element in the current mapset. @@ -2526,6 +2623,7 @@ int G__make_mapset_element_misc(const char *dir, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2583,6 +2681,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)) @@ -2604,6 +2706,7 @@ int G__make_mapset_element_misc(const char *dir, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2678,6 +2781,8 @@ int G__make_mapset_element_misc(const char *dir, const char *name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main } static int check_owner(const struct stat *info) diff --git a/lib/gis/open.c b/lib/gis/open.c index 605204c376a..8ae1ff850eb 100644 --- a/lib/gis/open.c +++ b/lib/gis/open.c @@ -129,6 +129,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -169,6 +170,8 @@ static int G__open(const char *element, const char *name, const char *mapset, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (mode == 1 || access(path, 0) != 0) { @@ -186,6 +189,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -227,6 +231,8 @@ static int G__open(const char *element, const char *name, const char *mapset, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (is_tmp) G_make_mapset_object_group_tmp(element); @@ -245,6 +251,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)) ======= @@ -268,6 +275,8 @@ static int G__open(const char *element, const char *name, const char *mapset, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main close(open(path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); } @@ -286,6 +295,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -332,6 +342,8 @@ static int G__open(const char *element, const char *name, const char *mapset, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (mode == 1 || access(path, 0) != 0) { @@ -356,6 +368,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -406,6 +419,9 @@ static int G__open(const char *element, const char *name, const char *mapset, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main close(open(path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); } @@ -423,6 +439,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 @@ -483,6 +500,10 @@ static int G__open(const char *element, const char *name, const char *mapset, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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, diff --git a/lib/gis/parser.c b/lib/gis/parser.c index 87ef3f16cb6..59e3e3ab201 100644 --- a/lib/gis/parser.c +++ b/lib/gis/parser.c @@ -510,6 +510,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 */ @@ -602,6 +603,8 @@ int G_parser(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* If first arg is "--md-description" then print out * a Markdown description of the task */ @@ -734,6 +737,7 @@ int G_parser(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -758,6 +762,8 @@ int G_parser(int argc, char **argv) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= /* If first arg is "--wps-process-description" then print out * the wps process description of the task */ @@ -827,6 +833,7 @@ int G_parser(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -864,6 +871,8 @@ int G_parser(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* print nothing, but errors and warnings */ st->module_info.verbose = G_verbose_min(); @@ -1244,6 +1253,7 @@ int G__uses_new_gisprompt(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1280,6 +1290,8 @@ int G__uses_new_gisprompt(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \param newline TRUE to include newline */ @@ -1298,6 +1310,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1358,6 +1371,10 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *), ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main */ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) @@ -1386,6 +1403,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, ", "); @@ -1425,6 +1443,8 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (i < st->n_keys - 1) { fprintf(fd, ","); @@ -1449,6 +1469,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1473,6 +1494,8 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (i < st->n_keys - 1) fprintf(fd, ", "); @@ -1489,6 +1512,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1526,6 +1550,8 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -1560,6 +1586,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1622,6 +1649,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)) @@ -1646,6 +1677,7 @@ int G_get_overwrite(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1732,6 +1764,8 @@ int G_get_overwrite(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { return st->module_info.overwrite; } @@ -1817,6 +1851,7 @@ void set_flag(int f) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1853,6 +1888,8 @@ void set_flag(int f) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* First, check if key has been renamed */ G_asprintf(&key, "-%c", f); @@ -1929,6 +1966,7 @@ void set_flag(int f) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1989,6 +2027,10 @@ void set_flag(int f) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_asprintf(&err, _("%s: Sorry, <%c> is not a valid flag"), G_program_name(), f); @@ -2161,6 +2203,7 @@ void set_option(const char *string) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2197,6 +2240,8 @@ void set_option(const char *string) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* if renamed to a new flag (option value given but will be lost), * fatal error */ @@ -2230,6 +2275,7 @@ void set_option(const char *string) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2290,6 +2336,10 @@ void set_option(const char *string) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main for (at_opt = &st->first_option; at_opt; at_opt = at_opt->next_opt) { diff --git a/lib/gis/parser_dependencies.c b/lib/gis/parser_dependencies.c index 01fc9fa2cac..0ef607711c1 100644 --- a/lib/gis/parser_dependencies.c +++ b/lib/gis/parser_dependencies.c @@ -222,6 +222,7 @@ static void append_error(const char *msg) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -258,6 +259,8 @@ static void append_error(const char *msg) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The last item of the list must be NULL. @@ -275,6 +278,7 @@ static void append_error(const char *msg) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -335,6 +339,10 @@ static void append_error(const char *msg) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \param first first given option */ @@ -377,6 +385,7 @@ static void check_exclusive(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -413,6 +422,8 @@ static void check_exclusive(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The last item of the list must be NULL. @@ -430,6 +441,7 @@ static void check_exclusive(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -490,6 +502,10 @@ static void check_exclusive(const struct rule *rule) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \param first first given option */ @@ -534,6 +550,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. @@ -576,6 +593,8 @@ static void check_required(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The last item of the list must be NULL. @@ -603,6 +622,7 @@ static void check_required(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -627,6 +647,8 @@ static void check_required(const struct rule *rule) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= If you want all options to be provided use G_option_requires_all() function. @@ -646,6 +668,7 @@ static void check_required(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -683,6 +706,8 @@ static void check_required(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \param first first given option */ @@ -731,6 +756,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. @@ -773,6 +799,8 @@ static void check_requires(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The last item of the list must be NULL. @@ -800,6 +828,7 @@ static void check_requires(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -824,6 +853,8 @@ static void check_requires(const struct rule *rule) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= If it is enough if only one option from a set is present, use G_option_requires() function. @@ -843,6 +874,7 @@ static void check_requires(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -880,6 +912,8 @@ static void check_requires(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \param first first given option */ @@ -925,6 +959,7 @@ static void check_requires_all(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -961,6 +996,8 @@ static void check_requires_all(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The last item of the list must be NULL. @@ -978,6 +1015,7 @@ static void check_requires_all(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1038,6 +1076,10 @@ static void check_requires_all(const struct rule *rule) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \param first first given option */ @@ -1083,6 +1125,7 @@ static void check_excludes(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1119,6 +1162,8 @@ static void check_excludes(const struct rule *rule) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The last item of the list must be NULL. @@ -1136,6 +1181,7 @@ static void check_excludes(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1196,6 +1242,10 @@ static void check_excludes(const struct rule *rule) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \param first first given option */ @@ -1354,6 +1404,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1412,6 +1463,8 @@ void G__describe_option_rules_xml(FILE *fp) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (rule->count < 0) G_fatal_error(_("Internal error: the number of options is < 0")); @@ -1431,6 +1484,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1463,6 +1517,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1479,6 +1535,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1503,6 +1560,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1519,6 +1578,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++) { @@ -1553,6 +1613,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1576,6 +1638,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1600,6 +1663,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1616,6 +1681,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1668,6 +1734,8 @@ void G__describe_option_rules_xml(FILE *fp) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main void *p = rule->opts[j]; diff --git a/lib/gis/parser_help.c b/lib/gis/parser_help.c index 91513e0528f..6d7079aa95f 100644 --- a/lib/gis/parser_help.c +++ b/lib/gis/parser_help.c @@ -115,6 +115,7 @@ static void usage(FILE *fp, int markers) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G__print_keywords(fp, NULL); ======= @@ -153,6 +154,8 @@ static void usage(FILE *fp, int markers) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G__print_keywords(fp, NULL, FALSE); ======= @@ -170,6 +173,7 @@ static void usage(FILE *fp, int markers) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G__print_keywords(fp, NULL); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -242,6 +246,11 @@ static void usage(FILE *fp, int markers) ======= G__print_keywords(fp, NULL); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 45ad3e8bf3e..a7754d93592 100644 --- a/lib/gis/parser_html.c +++ b/lib/gis/parser_html.c @@ -25,6 +25,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2001-2023 by the GRASS Development Team @@ -79,6 +80,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main (C) 2001-2024 by the GRASS Development Team ======= @@ -97,6 +100,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -115,6 +119,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= (C) 2001-2022 by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -133,6 +139,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2001-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -226,6 +233,11 @@ ======= (C) 2001-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main +======= +======= + (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 @@ -324,6 +336,7 @@ void G__usage_html(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G__print_keywords(stdout, print_escaped_for_html_keywords); ======= @@ -362,6 +375,8 @@ void G__usage_html(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G__print_keywords(stdout, print_escaped_for_html_keywords, FALSE); ======= @@ -379,6 +394,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)) @@ -451,6 +467,11 @@ void G__usage_html(void) ======= G__print_keywords(stdout, print_escaped_for_html_keywords); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + G__print_keywords(stdout, print_escaped_for_html_keywords); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fprintf(stdout, "\n"); } diff --git a/lib/gis/parser_interface.c b/lib/gis/parser_interface.c index d728e6f8be2..2467f6767de 100644 --- a/lib/gis/parser_interface.c +++ b/lib/gis/parser_interface.c @@ -107,6 +107,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -151,6 +152,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (enc) { G_freea(enc); @@ -171,6 +174,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -197,6 +201,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (enc) G_freea(enc); @@ -217,6 +223,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -240,6 +247,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (enc) G_freea(enc); @@ -255,6 +264,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -273,6 +283,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (enc) { G_freea(enc); @@ -292,6 +304,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -392,6 +405,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (conv != (iconv_t)-1) @@ -468,6 +483,7 @@ void G__usage_xml(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G__print_keywords(stdout, print_escaped_for_xml); ======= @@ -506,6 +522,8 @@ void G__usage_xml(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G__print_keywords(stdout, print_escaped_for_xml, FALSE); ======= @@ -523,6 +541,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)) @@ -595,6 +614,11 @@ void G__usage_xml(void) ======= G__print_keywords(stdout, print_escaped_for_xml); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 49de29bd534..6d7f926f684 100644 --- a/lib/gis/parser_local_proto.h +++ b/lib/gis/parser_local_proto.h @@ -74,6 +74,7 @@ int G__uses_new_gisprompt(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105,6 +106,8 @@ int G__uses_new_gisprompt(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void G__print_keywords(FILE *, void (*)(FILE *, const char *), int); ======= @@ -122,6 +125,7 @@ void G__print_keywords(FILE *, void (*)(FILE *, const char *), int); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -169,6 +173,8 @@ void G__print_keywords(FILE *, void (*)(FILE *, const char *), int); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 8fa877d175b..7e351c706c4 100644 --- a/lib/gis/parser_standard_options.c +++ b/lib/gis/parser_standard_options.c @@ -709,6 +709,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -745,6 +746,8 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Opt->key = "project"; Opt->type = TYPE_STRING; @@ -765,6 +768,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -825,6 +829,10 @@ struct Option *G_define_standard_option(int opt) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Opt->key = "location"; Opt->type = TYPE_STRING; @@ -847,6 +855,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -927,6 +936,11 @@ struct Option *G_define_standard_option(int opt) >>>>>>> 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 Opt->gisprompt = "old,location,location"; Opt->key_desc = "name"; @@ -1010,6 +1024,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1046,6 +1061,8 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 03a790ad9a (wxGUI: refactoring: build GUI tools' status bars based on wx.StatusBar widget (#1689)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1061,6 +1078,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1116,6 +1134,8 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* start dynamic answer */ /* check NPROCS in GISRC, set with g.gisenv */ @@ -1137,6 +1157,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1203,6 +1224,10 @@ struct Option *G_define_standard_option(int opt) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Opt->description = _("Number of threads for parallel computing"); break; @@ -1222,6 +1247,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1264,6 +1290,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)) @@ -1290,6 +1319,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1378,6 +1408,8 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case G_OPT_STDS_INPUT: Opt->key = "input"; diff --git a/lib/gis/parser_wps.c b/lib/gis/parser_wps.c index 226c5cda5dd..6a9a0402be7 100644 --- a/lib/gis/parser_wps.c +++ b/lib/gis/parser_wps.c @@ -295,6 +295,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -337,6 +338,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -351,6 +354,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -401,6 +405,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (is_input == 1) num_vector_inputs++; @@ -419,6 +425,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)) @@ -480,6 +487,11 @@ void G__wps_print_process_description(void) >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -495,6 +507,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -541,6 +554,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } /* Modules may have different types of space time datasets @@ -579,6 +594,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -621,6 +637,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -635,6 +653,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -685,6 +704,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (is_input == 1) num_stvds_inputs++; @@ -703,6 +724,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)) @@ -764,6 +786,11 @@ void G__wps_print_process_description(void) >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -779,6 +806,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -825,6 +853,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } if (strcmp(token, "file") == 0) { @@ -1169,6 +1199,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1204,6 +1235,8 @@ static void wps_print_process_description_begin( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1219,6 +1252,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1268,6 +1302,8 @@ static void wps_print_process_description_begin( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (abstract) { fprintf(stdout, "\t\t"); @@ -1291,6 +1327,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1347,6 +1384,9 @@ static void wps_print_process_description_begin( >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if(abstract) @@ -1367,6 +1407,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1385,6 +1426,8 @@ static void wps_print_process_description_begin( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1402,6 +1445,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1486,6 +1530,10 @@ static void wps_print_process_description_begin( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 caaeaf56768..8b5b27a7824 100644 --- a/lib/gis/proj3.c +++ b/lib/gis/proj3.c @@ -85,6 +85,7 @@ const char *G_database_unit_name(int plural) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -147,6 +148,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)) @@ -171,6 +176,7 @@ int G_database_unit(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -257,6 +263,8 @@ int G_database_unit(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int units; const char *name; diff --git a/lib/gis/rd_cellhd.c b/lib/gis/rd_cellhd.c index b248969b310..8369b0390a7 100644 --- a/lib/gis/rd_cellhd.c +++ b/lib/gis/rd_cellhd.c @@ -66,6 +66,7 @@ static double scan_double(const char *, double *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD \param is_cellhd ? (unused) */ @@ -106,6 +107,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main */ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd) @@ -126,6 +129,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)) ======= @@ -150,6 +154,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= \param is_cellhd ? (unused) */ @@ -167,6 +173,7 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -205,6 +212,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int count; char **array; @@ -258,6 +267,7 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -288,6 +298,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main */ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd) @@ -306,6 +318,7 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -352,6 +365,8 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \param is_cellhd ? (unused) */ @@ -372,6 +387,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)) @@ -453,6 +469,11 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd, ======= >>>>>>> 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 { char *buf; char label[200]; diff --git a/lib/gis/snprintf.c b/lib/gis/snprintf.c index 2d496f7c825..2fcba7fff45 100644 --- a/lib/gis/snprintf.c +++ b/lib/gis/snprintf.c @@ -70,6 +70,7 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -133,6 +134,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 @@ -154,6 +159,7 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -178,6 +184,8 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (count == size) ======= @@ -196,6 +204,7 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -269,6 +278,8 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main str[--count] = '\0'; diff --git a/lib/gis/spawn.c b/lib/gis/spawn.c index bbb10e63668..5c95d81e3ce 100644 --- a/lib/gis/spawn.c +++ b/lib/gis/spawn.c @@ -947,6 +947,7 @@ int G_spawn(const char *command, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1013,6 +1014,10 @@ int G_spawn(const char *command, ...) ======= for (;;) { ======= +>>>>>>> osgeo-main +======= + for (;;) { +======= >>>>>>> osgeo-main for (i = 0;; i++) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1034,6 +1039,7 @@ int G_spawn(const char *command, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1058,6 +1064,8 @@ int G_spawn(const char *command, ...) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (i = 0;; i++) { ======= @@ -1076,6 +1084,7 @@ int G_spawn(const char *command, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1155,6 +1164,8 @@ int G_spawn(const char *command, ...) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main const char *arg = va_arg(va, const char *); diff --git a/lib/gis/strlcat.c b/lib/gis/strlcat.c new file mode 100644 index 00000000000..635ffbdedb8 --- /dev/null +++ b/lib/gis/strlcat.c @@ -0,0 +1,92 @@ +/*! + * \file lib/gis/strlcat.c + * + * \brief GIS Library - GRASS implementation of strlcat(). + * + * If available, G_strlcat() calls system strlcat(), otherwise it uses + * implementation by Todd C. Miller of OpenBSD. + * + * Addition to GRASS GIS by Nicklas Larsson, 2024 + * + * Original OpenBSD implementation notes: + * + * Copyright (c) 1998, 2015 Todd C. Miller + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#include +#include + +static size_t G__strlcat(char *restrict dst, const char *restrict src, + size_t dsize); + +/** + * \brief Size-bounded string concatenation + * + * Appends string src to the end of dst. It will append at most + * dstsize - strlen(dst) - 1 characters. It will then NUL-terminate, unless + * dstsize is 0 or the original dst string was longer than dstsize (in practice + * this should not happen as it means that either dstsize is incorrect or that + * dst is not a proper string). + * + * If the src and dst strings overlap, the behavior is undefined. + * This function is a safer alternative to strncat. + * + * \param[out] dst Pointer to the destination buffer. Must be a NUL-terminated + * C string. + * \param[in] src Pointer to the source string, which will be appended. Must + * be a NUL-terminated C string. + * \param[in] dsize The size of the destination buffer. + * + * \return The total length of the string src, which was attempted to be + * created (the initial length of dst plus the length of src, not + * including the terminating NUL character). If the return value + * is >= dsize, truncation occurred. + */ +size_t G_strlcat(char *dst, const char *src, size_t dsize) +{ +#ifdef HAVE_STRLCAT + return strlcat(dst, src, dsize); +#else + return G__strlcat(dst, src, dsize); +#endif +} + +static size_t G__strlcat(char *restrict dst, const char *restrict src, + size_t dsize) +{ + const char *odst = dst; + const char *osrc = src; + size_t n = dsize; + size_t dlen; + + /* Find the end of dst and adjust bytes left but don't go past end. */ + while (n-- != 0 && *dst != '\0') + dst++; + dlen = dst - odst; + n = dsize - dlen; + + if (n-- == 0) + return (dlen + strlen(src)); + while (*src != '\0') { + if (n != 0) { + *dst++ = *src; + n--; + } + src++; + } + *dst = '\0'; + + return (dlen + (src - osrc)); /* count does not include NUL */ +} diff --git a/lib/gis/strlcpy.c b/lib/gis/strlcpy.c index 5c0601391f5..a2d6e8918e7 100644 --- a/lib/gis/strlcpy.c +++ b/lib/gis/strlcpy.c @@ -22,6 +22,9 @@ #include +static size_t G__strlcpy(char *restrict dst, const char *restrict src, + size_t dsize); + /** * \brief Safe string copy function. * @@ -46,12 +49,18 @@ * \warning The src string must be a valid NUL-terminated C string. Passing an * unterminated string may result in buffer overrun. */ - -size_t G_strlcpy(char *restrict dst, const char *restrict src, size_t dsize) +size_t G_strlcpy(char *dst, const char *src, size_t dsize) { #ifdef HAVE_STRLCPY return strlcpy(dst, src, dsize); #else + return G__strlcpy(dst, src, dsize); +#endif +} + +static size_t G__strlcpy(char *restrict dst, const char *restrict src, + size_t dsize) +{ const char *osrc = src; size_t nleft = dsize; @@ -72,5 +81,4 @@ size_t G_strlcpy(char *restrict dst, const char *restrict src, size_t dsize) } return (src - osrc - 1); /* count does not include NUL */ -#endif } diff --git a/lib/gis/tempfile.c b/lib/gis/tempfile.c index 0a3074af920..53f54e08d25 100644 --- a/lib/gis/tempfile.c +++ b/lib/gis/tempfile.c @@ -190,6 +190,7 @@ void G__temp_element(char *element, int tmp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -246,6 +247,10 @@ void G__temp_element(char *element, int tmp) >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main @@ -268,6 +273,7 @@ void G__temp_element(char *element, int tmp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -341,6 +347,8 @@ void G__temp_element(char *element, int tmp) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_debug(2, "G__temp_element(): %s (tmp=%d)", element, tmp); } diff --git a/lib/gis/testsuite/test_gis_lib_getl.py b/lib/gis/testsuite/test_gis_lib_getl.py new file mode 100644 index 00000000000..98092955ab2 --- /dev/null +++ b/lib/gis/testsuite/test_gis_lib_getl.py @@ -0,0 +1,81 @@ +"""Test of gis library line reading functions + +@author Vaclav Petras +""" + +import ctypes +import pathlib +import platform +import unittest + +import grass.lib.gis as libgis +from grass.gunittest.case import TestCase +from grass.gunittest.main import test + + +class TestNewlinesWithGetlFunctions(TestCase): + """Test C functions G_getl() and G_getl2() from gis library""" + + @classmethod + def setUpClass(cls): + cls.libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("c")) + cls.libc.fopen.restype = ctypes.POINTER(libgis.FILE) + cls.libc.fopen.argtypes = [ctypes.c_char_p, ctypes.c_char_p] + cls.file_path = pathlib.Path("test.txt") + + def tearDown(self): + self.file_path.unlink() + + def read_lines_and_assert(self, get_line_function, newline): + """Write and read lines and then assert they are as expected""" + lines = ["Line 1", "Line 2", "Line 3"] + with open(self.file_path, mode="w", newline=newline) as stream: + for line in lines: + # Python text newline here. + # The specific newline is added by the stream. + stream.write(f"{line}\n") + + file_ptr = self.libc.fopen(str(self.file_path).encode("utf-8"), b"r") + if not file_ptr: + raise FileNotFoundError(f"Could not open file: {self.file_path}") + + try: + buffer_size = 50 + buffer = ctypes.create_string_buffer(buffer_size) + + for line in lines: + get_line_function(buffer, ctypes.sizeof(buffer), file_ptr) + result = buffer.value.decode("utf-8") if buffer else None + self.assertEqual(line, result) + finally: + self.libc.fclose(file_ptr) + + def test_getl_lf(self): + r"""Check G_getl() with LF (\n)""" + self.read_lines_and_assert(libgis.G_getl, "\n") + + @unittest.expectedFailure + def test_getl_cr(self): + r"""Check G_getl() with CR (\r)""" + self.read_lines_and_assert(libgis.G_getl, "\r") + + def test_getl_crlf(self): + r"""Check G_getl() with CRLF (\r\n)""" + self.read_lines_and_assert(libgis.G_getl, "\r\n") + + def test_getl2_lf(self): + r"""Check G_getl2() with LF (\n)""" + self.read_lines_and_assert(libgis.G_getl2, "\n") + + @unittest.expectedFailure + def test_getl2_cr(self): + r"""Check G_getl2() with CR (\r)""" + self.read_lines_and_assert(libgis.G_getl2, "\r") + + def test_getl2_crlf(self): + r"""Check G_getl2() with CRLF (\r\n)""" + self.read_lines_and_assert(libgis.G_getl2, "\r\n") + + +if __name__ == "__main__": + test() diff --git a/lib/gis/testsuite/test_parser_json.py b/lib/gis/testsuite/test_parser_json.py index 918fb453d04..74ff9673c7f 100644 --- a/lib/gis/testsuite/test_parser_json.py +++ b/lib/gis/testsuite/test_parser_json.py @@ -10,11 +10,14 @@ import subprocess from grass.gunittest.case import TestCase +from grass.gunittest.utils import xfail_windows from grass.script import decode import json class TestParserJson(TestCase): + + @xfail_windows def test_r_slope_aspect_json(self): args = [ "r.slope.aspect", @@ -58,6 +61,7 @@ def test_r_slope_aspect_json(self): self.assertEqual(json_code["inputs"], inputs) self.assertEqual(json_code["outputs"], outputs) + @xfail_windows def test_v_out_ascii(self): args = [ "v.out.ascii", @@ -91,6 +95,7 @@ def test_v_out_ascii(self): self.assertEqual(json_code["inputs"], inputs) self.assertEqual(json_code["outputs"], outputs) + @xfail_windows def test_v_info(self): args = ["v.info", "map=hospitals@PERMANENT", "-c", "--json"] diff --git a/lib/gis/user_config.c b/lib/gis/user_config.c index 73db2f39b37..2b103392a4c 100644 --- a/lib/gis/user_config.c +++ b/lib/gis/user_config.c @@ -182,6 +182,7 @@ static int _elem_count_split(char *elems) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -245,6 +246,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 @@ -266,6 +271,7 @@ static int _elem_count_split(char *elems) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -290,6 +296,8 @@ static int _elem_count_split(char *elems) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (i = 0; begin != NULL && len > begin - elems; i++) { ======= @@ -308,6 +316,7 @@ static int _elem_count_split(char *elems) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -381,6 +390,8 @@ static int _elem_count_split(char *elems) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* check '.' condition */ if (*begin == '.') diff --git a/lib/gis/view.c b/lib/gis/view.c index f20a27466cb..1f00befa2e5 100644 --- a/lib/gis/view.c +++ b/lib/gis/view.c @@ -181,6 +181,7 @@ int G_put_3dview(const char *fname, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -262,6 +263,11 @@ int G_put_3dview(const char *fname, const char *mapset, ======= >>>>>>> 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 { FILE *fp; diff --git a/lib/gmath/ATLAS_wrapper_blas_level_1.c b/lib/gmath/CBLAS_wrapper_blas_level_1.c similarity index 80% rename from lib/gmath/ATLAS_wrapper_blas_level_1.c rename to lib/gmath/CBLAS_wrapper_blas_level_1.c index 24390a61dfb..556f1654b46 100644 --- a/lib/gmath/ATLAS_wrapper_blas_level_1.c +++ b/lib/gmath/CBLAS_wrapper_blas_level_1.c @@ -21,15 +21,19 @@ #include #include -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) +#if defined(HAVE_CBLAS_ATLAS_H) +#include +#else #include #endif +#endif /* HAVE_LIBBLAS */ /*! * \brief Compute the dot product of vector x and y - * using the ATLAS routine cblas_ddot + * using the CBLAS routine cblas_ddot * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_x_dot_y, the OpenMP multi threaded * grass implementatiom * @@ -41,7 +45,7 @@ * */ double G_math_ddot(double *x, double *y, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_ddot(rows, x, 1, y, 1); #else double val; @@ -53,9 +57,9 @@ double G_math_ddot(double *x, double *y, int rows) /*! * \brief Compute the dot product of vector x and y - * using the ATLAS routine cblas_sdsdot + * using the CBLAS routine cblas_sdsdot * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_x_dot_y, the OpenMP multi threaded * grass implementatiom * @@ -68,7 +72,7 @@ double G_math_ddot(double *x, double *y, int rows) * */ float G_math_sdsdot(float *x, float *y, float a, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_sdsdot(rows, a, x, 1, y, 1); #else float val; @@ -80,9 +84,9 @@ float G_math_sdsdot(float *x, float *y, float a, int rows) /*! * \brief Compute the euclidean norm of vector x - * using the ATLAS routine cblas_dnrm2 + * using the CBLAS routine cblas_dnrm2 * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_d_euclid_norm, the OpenMP multi threaded * grass implementatiom * @@ -93,7 +97,7 @@ float G_math_sdsdot(float *x, float *y, float a, int rows) * */ double G_math_dnrm2(double *x, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_dnrm2(rows, x, 1); #else double val; @@ -105,9 +109,9 @@ double G_math_dnrm2(double *x, int rows) /*! * \brief Compute the absolute sum norm of vector x - * using the ATLAS routine cblas_dasum + * using the CBLAS routine cblas_dasum * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_d_asum_norm, the OpenMP multi threaded * grass implementatiom * @@ -118,7 +122,7 @@ double G_math_dnrm2(double *x, int rows) * */ double G_math_dasum(double *x, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_dasum(rows, x, 1); #else double val; @@ -130,9 +134,9 @@ double G_math_dasum(double *x, int rows) /*! * \brief Compute the maximum norm of vector x - * using the ATLAS routine cblas_idamax + * using the CBLAS routine cblas_idamax * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_d_max_norm, the OpenMP multi threaded * grass implementatiom * @@ -143,7 +147,7 @@ double G_math_dasum(double *x, int rows) * */ double G_math_idamax(double *x, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_idamax(rows, x, 1); #else double val; @@ -155,9 +159,9 @@ double G_math_idamax(double *x, int rows) /*! * \brief Scale vector x with scalar a - * using the ATLAS routine cblas_dscal + * using the CBLAS routine cblas_dscal * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_d_ax_by, the OpenMP multi threaded * grass implementatiom * @@ -169,7 +173,7 @@ double G_math_idamax(double *x, int rows) * */ void G_math_dscal(double *x, double a, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) cblas_dscal(rows, a, x, 1); #else G_math_d_ax_by(x, x, x, a, 0.0, rows); @@ -181,7 +185,7 @@ void G_math_dscal(double *x, double a, int rows) /*! * \brief Copy vector x to vector y * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_d_copy * * \param x (double *) @@ -192,7 +196,7 @@ void G_math_dscal(double *x, double a, int rows) * */ void G_math_dcopy(double *x, double *y, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) cblas_dcopy(rows, x, 1, y, 1); #else G_math_d_copy(x, y, rows); @@ -206,7 +210,7 @@ void G_math_dcopy(double *x, double *y, int rows) * * \f[ {\bf z} = a{\bf x} + {\bf y} \f] * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_d_ax_by, the * grass implementatiom @@ -220,7 +224,7 @@ void G_math_dcopy(double *x, double *y, int rows) * */ void G_math_daxpy(double *x, double *y, double a, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) cblas_daxpy(rows, a, x, 1, y, 1); #else G_math_d_ax_by(x, y, y, a, 1.0, rows); @@ -231,15 +235,15 @@ void G_math_daxpy(double *x, double *y, double a, int rows) /****************************************************************** */ -/********* F L O A T / S I N G L E P E P R E C I S I O N ******** */ +/********* F L O A T / S I N G L E P R E C I S I O N ********* */ /****************************************************************** */ /*! * \brief Compute the dot product of vector x and y - * using the ATLAS routine cblas_sdot + * using the CBLAS routine cblas_sdot * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_x_dot_y, the OpenMP multi threaded * grass implementatiom * @@ -251,7 +255,7 @@ void G_math_daxpy(double *x, double *y, double a, int rows) * */ float G_math_sdot(float *x, float *y, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_sdot(rows, x, 1, y, 1); #else float val; @@ -263,9 +267,9 @@ float G_math_sdot(float *x, float *y, int rows) /*! * \brief Compute the euclidean norm of vector x - * using the ATLAS routine cblas_dnrm2 + * using the CBLAS routine cblas_dnrm2 * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_euclid_norm, the OpenMP multi threaded * grass implementatiom * @@ -276,7 +280,7 @@ float G_math_sdot(float *x, float *y, int rows) * */ float G_math_snrm2(float *x, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_snrm2(rows, x, 1); #else float val; @@ -288,9 +292,9 @@ float G_math_snrm2(float *x, int rows) /*! * \brief Compute the absolute sum norm of vector x - * using the ATLAS routine cblas_dasum + * using the CBLAS routine cblas_dasum * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_asum_norm, the OpenMP multi threaded * grass implementatiom * @@ -301,7 +305,7 @@ float G_math_snrm2(float *x, int rows) * */ float G_math_sasum(float *x, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_sasum(rows, x, 1); #else float val; @@ -313,9 +317,9 @@ float G_math_sasum(float *x, int rows) /*! * \brief Compute the maximum norm of vector x - * using the ATLAS routine cblas_idamax + * using the CBLAS routine cblas_idamax * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_max_norm, the OpenMP multi threaded * grass implementatiom * @@ -326,7 +330,7 @@ float G_math_sasum(float *x, int rows) * */ float G_math_isamax(float *x, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) return cblas_isamax(rows, x, 1); #else float val; @@ -338,9 +342,9 @@ float G_math_isamax(float *x, int rows) /*! * \brief Scale vector x with scalar a - * using the ATLAS routine cblas_dscal + * using the CBLAS routine cblas_dscal * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_ax_by, the OpenMP multi threaded * grass implementatiom * @@ -352,7 +356,7 @@ float G_math_isamax(float *x, int rows) * */ void G_math_sscal(float *x, float a, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) cblas_sscal(rows, a, x, 1); #else G_math_f_ax_by(x, x, x, a, 0.0, rows); @@ -364,7 +368,7 @@ void G_math_sscal(float *x, float a, int rows) /*! * \brief Copy vector x to vector y * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_copy, the * grass implementatiom * @@ -376,7 +380,7 @@ void G_math_sscal(float *x, float a, int rows) * */ void G_math_scopy(float *x, float *y, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) cblas_scopy(rows, x, 1, y, 1); #else G_math_f_copy(x, y, rows); @@ -390,7 +394,7 @@ void G_math_scopy(float *x, float *y, int rows) * * \f[ {\bf z} = a{\bf x} + {\bf y} \f] * - * If grass was not compiled with ATLAS support + * If grass was not compiled with CBLAS support * it will call #G_math_f_ax_by, the * grass implementatiom @@ -404,7 +408,7 @@ void G_math_scopy(float *x, float *y, int rows) * */ void G_math_saxpy(float *x, float *y, float a, int rows) { -#if defined(HAVE_ATLAS) +#if defined(HAVE_LIBBLAS) cblas_saxpy(rows, a, x, 1, y, 1); #else G_math_f_ax_by(x, y, y, a, 1.0, rows); diff --git a/lib/gmath/Makefile b/lib/gmath/Makefile index 0fd6e14f55d..2927d32dec6 100644 --- a/lib/gmath/Makefile +++ b/lib/gmath/Makefile @@ -1,7 +1,7 @@ MODULE_TOPDIR = ../.. EXTRA_LIBS = $(OPENMP_LIBPATH) $(OPENMP_LIB) -EXTRA_INC = $(OPENMP_INCPATH) +EXTRA_INC = $(OPENMP_INCPATH) $(BLASINC) $(LAPACKINC) EXTRA_CFLAGS = $(FFTWINC) $(OPENMP_CFLAGS) LIB = GMATH diff --git a/lib/gmath/blas_level_1.c b/lib/gmath/blas_level_1.c index 509eda15419..d8f500a9c05 100644 --- a/lib/gmath/blas_level_1.c +++ b/lib/gmath/blas_level_1.c @@ -353,6 +353,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -406,6 +407,8 @@ void G_math_f_asum_norm(float *x, float *value, int rows) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #pragma omp parallel for schedule(static) private(i) reduction(+ : s) for (i = 0; i < rows; i++) { s += fabs(x[i]); @@ -428,6 +431,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]); @@ -486,6 +490,10 @@ void G_math_f_asum_norm(float *x, float *value, int rows) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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]); @@ -503,6 +511,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -591,6 +600,10 @@ void G_math_f_asum_norm(float *x, float *value, int rows) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #pragma omp parallel for schedule(static) private(i) reduction(+ : s, count) for (i = 0; i < rows; i++) { s += fabs(x[i]); @@ -601,6 +614,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -673,6 +687,8 @@ void G_math_f_asum_norm(float *x, float *value, int rows) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= #pragma omp parallel for schedule(static) private(i) reduction(+ : s) @@ -685,6 +701,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727)) ======= ======= @@ -715,6 +732,11 @@ 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)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main } #pragma omp single diff --git a/lib/gmath/brent.c b/lib/gmath/brent.c index 656ffd2912d..ac3c3c02349 100644 --- a/lib/gmath/brent.c +++ b/lib/gmath/brent.c @@ -66,6 +66,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -133,6 +134,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)) ======= @@ -153,6 +158,7 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -178,6 +184,8 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= static int brent(void *vstate, double (*f)(), double *x_minimum, ======= static int brent(void *vstate, double (*f)(double), double *x_minimum, @@ -195,6 +203,7 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -274,6 +283,8 @@ static int brent(void *vstate, double (*f)(), double *x_minimum, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main double *f_minimum, double *x_lower, double *f_lower, double *x_upper, double *f_upper) @@ -422,6 +433,7 @@ static int brent(void *vstate, double (*f)(), double *x_minimum, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -501,6 +513,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)) ======= @@ -522,6 +539,7 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -547,6 +565,8 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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, @@ -565,6 +585,7 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -648,6 +669,8 @@ double brent_iterate(double (*f)(), double x_lower, double x_upper, int maxiter) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 f2b0aaa84d7..1e523ecbcd9 100644 --- a/lib/gmath/la.c +++ b/lib/gmath/la.c @@ -22,14 +22,21 @@ ******************************************************************************/ -#include /* needed here for ifdef/else */ +#include + +#if defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) + +#include +#include #include #include -#include -#include - -#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS) +#include +#if defined(HAVE_CBLAS_ATLAS_H) +#include +#else +#include +#endif // HAVE_CBLAS_ATLAS_H #include #include @@ -66,7 +73,7 @@ mat_struct *G_matrix_init(int rows, int cols, int ldim) tmp_arry->type = MATRIX_; tmp_arry->v_indx = -1; - tmp_arry->vals = (doublereal *)G_calloc(ldim * cols, sizeof(doublereal)); + tmp_arry->vals = (double *)G_calloc(ldim * cols, sizeof(double)); tmp_arry->is_init = 1; return tmp_arry; @@ -86,7 +93,7 @@ int G_matrix_zero(mat_struct *A) if (!A->vals) return 0; - memset(A->vals, 0, (A->ldim * A->cols) * sizeof(doublereal)); + memset(A->vals, 0, (A->ldim * A->cols) * sizeof(double)); return 1; } @@ -119,7 +126,7 @@ int G_matrix_set(mat_struct *A, int rows, int cols, int ldim) A->type = MATRIX_; A->v_indx = -1; - A->vals = (doublereal *)G_calloc(ldim * cols, sizeof(doublereal)); + A->vals = (double *)G_calloc(ldim * cols, sizeof(double)); A->is_init = 1; return 0; @@ -150,7 +157,8 @@ mat_struct *G_matrix_copy(const mat_struct *A) return NULL; } - memcpy(&B->vals[0], &A->vals[0], A->cols * A->ldim * sizeof(doublereal)); + memcpy(&B->vals[0], &A->vals[0], + (size_t)A->cols * A->ldim * sizeof(double)); return B; } @@ -225,7 +233,7 @@ mat_struct *G_matrix_scalar_mul(double scalar, mat_struct *matrix, for (i = 0; i < m; i++) { for (j = 0; j < n; j++) { - doublereal value = scalar * G_matrix_get_element(matrix, i, j); + double value = scalar * G_matrix_get_element(matrix, i, j); G_matrix_set_element(out, i, j, value); } @@ -328,8 +336,6 @@ mat_struct *G__matrix_add(mat_struct *mt1, mat_struct *mt2, const double c1, return mt3; } -#if defined(HAVE_LIBBLAS) - /*! * \fn mat_struct *G_matrix_product (mat_struct *mt1, mat_struct *mt2) * @@ -346,9 +352,8 @@ mat_struct *G__matrix_add(mat_struct *mt1, mat_struct *mt2, const double c1, mat_struct *G_matrix_product(mat_struct *mt1, mat_struct *mt2) { mat_struct *mt3; - doublereal unity = 1, zero = 0; - integer rows, cols, interdim, lda, ldb; - integer1 no_trans = 'n'; + double unity = 1., zero = 0.; + int rows, cols, interdim, lda, ldb; if (!((mt1->is_init) || (mt2->is_init))) { G_warning(_("One or both input matrices uninitialised")); @@ -367,23 +372,19 @@ mat_struct *G_matrix_product(mat_struct *mt1, mat_struct *mt2) /* Call the driver */ - rows = (integer)mt1->rows; - interdim = (integer)mt1->cols; - cols = (integer)mt2->cols; + rows = (int)mt1->rows; + interdim = (int)mt1->cols; + cols = (int)mt2->cols; - lda = (integer)mt1->ldim; - ldb = (integer)mt2->ldim; + lda = (int)mt1->ldim; + ldb = (int)mt2->ldim; - f77_dgemm(&no_trans, &no_trans, &rows, &cols, &interdim, &unity, mt1->vals, - &lda, mt2->vals, &ldb, &zero, mt3->vals, &lda); + cblas_dgemm(CblasColMajor, CblasNoTrans, CblasNoTrans, rows, cols, interdim, + unity, mt1->vals, lda, mt2->vals, ldb, zero, mt3->vals, lda); return mt3; } -#else /* defined(HAVE_LIBBLAS) */ -#warning G_matrix_product() not compiled; requires BLAS library -#endif /* defined(HAVE_LIBBLAS) */ - /*! * \fn mat_struct *G_matrix_transpose (mat_struct *mt) * @@ -401,7 +402,7 @@ mat_struct *G_matrix_transpose(mat_struct *mt) { mat_struct *mt1; int ldim, ldo; - doublereal *dbo, *dbt, *dbx, *dby; + double *dbo, *dbt, *dbx, *dby; int cnt, cnt2; /* Word align the workspace blocks */ @@ -438,8 +439,6 @@ mat_struct *G_matrix_transpose(mat_struct *mt) return mt1; } -#if defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) - /*! * \fn int G_matrix_LU_solve (const mat_struct *mt1, mat_struct **xmat0, * const mat_struct *bmat, mat_type mtype) @@ -509,20 +508,20 @@ int G_matrix_LU_solve(const mat_struct *mt1, mat_struct **xmat0, switch (mtype) { case NONSYM: { - integer *perm, res_info; - integer num_eqns, nrhs, lda, ldb; + int *perm, res_info; + int num_eqns, nrhs, lda, ldb; - perm = (integer *)G_malloc(wmat->rows * sizeof(integer)); + perm = (int *)G_malloc(wmat->rows * sizeof(int)); /* Set fields to pass to fortran routine */ - num_eqns = (integer)mt1->rows; - nrhs = (integer)wmat->cols; - lda = (integer)mt1->ldim; - ldb = (integer)wmat->ldim; + num_eqns = (int)mt1->rows; + nrhs = (int)wmat->cols; + lda = (int)mt1->ldim; + ldb = (int)wmat->ldim; /* Call LA driver */ - f77_dgesv(&num_eqns, &nrhs, mtx->vals, &lda, perm, wmat->vals, &ldb, - &res_info); + res_info = LAPACKE_dgesv(LAPACK_COL_MAJOR, num_eqns, nrhs, mtx->vals, + lda, perm, wmat->vals, ldb); /* Copy the results from the modified data matrix, taking account of pivot permutations ??? @@ -545,7 +544,7 @@ int G_matrix_LU_solve(const mat_struct *mt1, mat_struct **xmat0, */ memcpy(xmat->vals, wmat->vals, - wmat->cols * wmat->ldim * sizeof(doublereal)); + (size_t)wmat->cols * wmat->ldim * sizeof(double)); /* Free temp arrays */ G_free(perm); @@ -574,12 +573,6 @@ int G_matrix_LU_solve(const mat_struct *mt1, mat_struct **xmat0, return 0; } -#else /* defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) */ -#warning G_matrix_LU_solve() not compiled; requires BLAS and LAPACK libraries -#endif /* defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) */ - -#if defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) - /*! * \fn mat_struct *G_matrix_inverse (mat_struct *mt) * @@ -635,10 +628,6 @@ mat_struct *G_matrix_inverse(mat_struct *mt) } } -#else /* defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) */ -#warning G_matrix_inverse() not compiled; requires BLAS and LAPACK libraries -#endif /* defined(HAVE_LIBBLAS) && defined(HAVE_LIBLAPACK) */ - /*! * \fn void G_matrix_free (mat_struct *mt) * @@ -672,14 +661,14 @@ void G_matrix_free(mat_struct *mt) void G_matrix_print(mat_struct *mt) { int i, j; - char buf[64], numbuf[64]; + char buf[2048], numbuf[64]; for (i = 0; i < mt->rows; i++) { - strcpy(buf, ""); + G_strlcpy(buf, "", sizeof(buf)); for (j = 0; j < mt->cols; j++) { - - sprintf(numbuf, "%14.6f", G_matrix_get_element(mt, i, j)); + snprintf(numbuf, sizeof(numbuf), "%14.6f", + G_matrix_get_element(mt, i, j)); strcat(buf, numbuf); if (j < mt->cols - 1) strcat(buf, ", "); @@ -720,7 +709,7 @@ int G_matrix_set_element(mat_struct *mt, int rowval, int colval, double val) return -1; } - mt->vals[rowval + colval * mt->ldim] = (doublereal)val; + mt->vals[rowval + colval * mt->ldim] = (double)val; return 0; } @@ -876,6 +865,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -906,6 +896,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; ======= @@ -924,6 +916,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -970,6 +963,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -991,6 +986,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1021,6 +1017,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; ======= @@ -1039,6 +1037,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1085,6 +1084,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -1136,7 +1137,7 @@ int G_matvect_retrieve_matrix(vec_struct *vc) vec_struct *G_matvect_product(mat_struct *A, vec_struct *b, vec_struct *out) { unsigned int i, m, n, j; - register doublereal sum; + register double sum; /* G_message("A=%d,%d,%d", A->cols, A->rows, A->ldim); */ /* G_message("B=%d,%d,%d", b->cols, b->rows, b->ldim); */ @@ -1215,8 +1216,7 @@ vec_struct *G_vector_init(int cells, int ldim, vtype vt) tmp_arry->v_indx = 0; - tmp_arry->vals = - (doublereal *)G_calloc(ldim * tmp_arry->cols, sizeof(doublereal)); + tmp_arry->vals = (double *)G_calloc(ldim * tmp_arry->cols, sizeof(double)); tmp_arry->is_init = 1; return tmp_arry; @@ -1362,14 +1362,12 @@ int G_vector_set(vec_struct *A, int cells, int ldim, vtype vt, int vindx) else A->v_indx = vindx; - A->vals = (doublereal *)G_calloc(ldim * A->cols, sizeof(doublereal)); + A->vals = (double *)G_calloc(ldim * A->cols, sizeof(double)); A->is_init = 1; return 0; } -#if defined(HAVE_LIBBLAS) - /*! * \fn double G_vector_norm_euclid (vec_struct *vc) * @@ -1384,22 +1382,22 @@ int G_vector_set(vec_struct *A, int cells, int ldim, vtype vt, int vindx) double G_vector_norm_euclid(vec_struct *vc) { - integer incr, Nval; - doublereal *startpt; + int incr, Nval; + double *startpt; if (!vc->is_init) G_fatal_error(_("Matrix is not initialised")); if (vc->type == ROWVEC_) { - Nval = (integer)vc->cols; - incr = (integer)vc->ldim; + Nval = (int)vc->cols; + incr = (int)vc->ldim; if (vc->v_indx < 0) startpt = vc->vals; else startpt = vc->vals + vc->v_indx; } else { - Nval = (integer)vc->rows; + Nval = (int)vc->rows; incr = 1; if (vc->v_indx < 0) startpt = vc->vals; @@ -1408,13 +1406,9 @@ double G_vector_norm_euclid(vec_struct *vc) } /* Call the BLAS routine dnrm2_() */ - return (double)f77_dnrm2(&Nval, startpt, &incr); + return cblas_dnrm2(Nval, startpt, incr); } -#else /* defined(HAVE_LIBBLAS) */ -#warning G_vector_norm_euclid() not compiled; requires BLAS library -#endif /* defined(HAVE_LIBBLAS) */ - /*! * \fn double G_vector_norm_maxval (vec_struct *vc, int vflag) * @@ -1434,7 +1428,7 @@ double G_vector_norm_euclid(vec_struct *vc) double G_vector_norm_maxval(vec_struct *vc, int vflag) { - doublereal xval, *startpt, *curpt; + double xval, *startpt, *curpt; double cellval; int ncells, incr; @@ -1442,15 +1436,15 @@ double G_vector_norm_maxval(vec_struct *vc, int vflag) G_fatal_error(_("Matrix is not initialised")); if (vc->type == ROWVEC_) { - ncells = (integer)vc->cols; - incr = (integer)vc->ldim; + ncells = (int)vc->cols; + incr = (int)vc->ldim; if (vc->v_indx < 0) startpt = vc->vals; else startpt = vc->vals + vc->v_indx; } else { - ncells = (integer)vc->rows; + ncells = (int)vc->rows; incr = 1; if (vc->v_indx < 0) startpt = vc->vals; @@ -1533,6 +1527,7 @@ double G_vector_norm1(vec_struct *vc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1599,6 +1594,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)) @@ -1620,6 +1619,7 @@ double G_vector_norm1(vec_struct *vc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1644,6 +1644,8 @@ double G_vector_norm1(vec_struct *vc) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= return 0.0 / 0.0; /* NaN */ ======= @@ -1662,6 +1664,7 @@ double G_vector_norm1(vec_struct *vc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1741,6 +1744,8 @@ double G_vector_norm1(vec_struct *vc) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -1808,9 +1813,6 @@ vec_struct *G_vector_product(vec_struct *v1, vec_struct *v2, vec_struct *out) return NULL; } -#if defined(HAVE_LAPACK) && defined(HAVE_LIBBLAS) - f77_dhad(v1->cols, 1.0, v1->vals, 1, v2->vals, 1, 0.0, out->vals, 1.0); -#else idx1 = (v1->v_indx > 0) ? v1->v_indx : 0; idx2 = (v2->v_indx > 0) ? v2->v_indx : 0; idx0 = (out->v_indx > 0) ? out->v_indx : 0; @@ -1827,7 +1829,6 @@ vec_struct *G_vector_product(vec_struct *v1, vec_struct *v2, vec_struct *out) G_matrix_get_element(v1, i, idx1) * G_matrix_get_element(v2, i, idx2)); } -#endif return out; } @@ -1847,7 +1848,7 @@ vec_struct *G_vector_copy(const vec_struct *vc1, int comp_flag) { vec_struct *tmp_arry; int incr1, incr2; - doublereal *startpt1, *startpt2, *curpt1, *curpt2; + double *startpt1, *startpt2, *curpt1, *curpt2; int cnt; if (!vc1->is_init) { @@ -1889,8 +1890,8 @@ vec_struct *G_vector_copy(const vec_struct *vc1, int comp_flag) return NULL; } - tmp_arry->vals = (doublereal *)G_calloc(tmp_arry->ldim * tmp_arry->cols, - sizeof(doublereal)); + tmp_arry->vals = + (double *)G_calloc(tmp_arry->ldim * tmp_arry->cols, sizeof(double)); if (comp_flag == DO_COMPACT) { if (tmp_arry->type == ROWVEC_) { startpt1 = tmp_arry->vals; @@ -1930,7 +1931,7 @@ vec_struct *G_vector_copy(const vec_struct *vc1, int comp_flag) } while (cnt > 0) { - memcpy(curpt1, curpt2, sizeof(doublereal)); + memcpy(curpt1, curpt2, sizeof(double)); curpt1 += incr1; curpt2 += incr2; cnt--; @@ -2081,7 +2082,7 @@ int G_matrix_eigen_sort(vec_struct *d, mat_struct *m) } /* sort the combined matrix */ - qsort(tmp.vals, tmp.cols, tmp.ldim * sizeof(doublereal), egcmp); + qsort(tmp.vals, tmp.cols, tmp.ldim * sizeof(double), egcmp); /* split tmp into m and d */ for (i = 0; i < m->cols; i++) { @@ -2100,8 +2101,8 @@ int G_matrix_eigen_sort(vec_struct *d, mat_struct *m) static int egcmp(const void *pa, const void *pb) { - double a = *(doublereal *const)pa; - double b = *(doublereal *const)pb; + double a = *(double *const)pa; + double b = *(double *const)pb; if (a > b) return 1; @@ -2111,4 +2112,6 @@ static int egcmp(const void *pa, const void *pb) return 0; } -#endif /* HAVE_BLAS && HAVE_LAPACK && HAVE_G2C */ +#endif // HAVE_LIBLAPACK HAVE_LIBBLAS + +typedef int suppress_empty_translation_unit_compiler_warning; diff --git a/lib/gmath/solvers_classic_iter.c b/lib/gmath/solvers_classic_iter.c index bfde69a2c62..021875bf9ee 100644 --- a/lib/gmath/solvers_classic_iter.c +++ b/lib/gmath/solvers_classic_iter.c @@ -86,6 +86,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -144,6 +145,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; @@ -163,6 +166,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -191,6 +195,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)) ======= @@ -205,6 +211,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -249,6 +256,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (j = 0; j < rows; j++) { Enew[j] = x[j]; @@ -273,6 +282,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -299,6 +309,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -315,6 +327,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)) ======= ======= @@ -368,6 +381,10 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= >>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; @@ -387,6 +404,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)) ======= @@ -411,6 +429,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -427,6 +447,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -491,6 +512,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main E = 0; center = 0; @@ -523,6 +546,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -589,6 +613,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)) @@ -610,6 +638,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)) ======= @@ -634,6 +663,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (j = 0; j < rows; j++) { ======= @@ -652,6 +683,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -731,6 +763,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main err += (x[j] - Enew[j]) * (x[j] - Enew[j]); @@ -815,6 +849,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -873,6 +908,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; @@ -892,6 +929,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -920,6 +958,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)) ======= @@ -934,6 +974,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -978,6 +1019,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (j = 0; j < rows; j++) { Enew[j] = x[j]; @@ -1002,6 +1045,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1028,6 +1072,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1044,6 +1090,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)) ======= ======= @@ -1097,6 +1144,10 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= >>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; @@ -1116,6 +1167,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)) ======= @@ -1140,6 +1192,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1156,6 +1210,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1220,6 +1275,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main E = 0; center = 0; @@ -1252,6 +1309,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1318,6 +1376,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)) @@ -1339,6 +1401,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)) ======= @@ -1363,6 +1426,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (j = 0; j < rows; j++) { ======= @@ -1381,6 +1446,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1460,6 +1526,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main err += (x[j] - Enew[j]) * (x[j] - Enew[j]); diff --git a/lib/gmath/solvers_krylov.c b/lib/gmath/solvers_krylov.c index 6d2cb5cc235..f275b431e4e 100644 --- a/lib/gmath/solvers_krylov.c +++ b/lib/gmath/solvers_krylov.c @@ -196,6 +196,7 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*performe the preconditioning */ ======= @@ -234,6 +235,8 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*perform the preconditioning */ ======= @@ -251,6 +254,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)) @@ -323,6 +327,11 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, ======= /*performe the preconditioning */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /*performe the preconditioning */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_math_Ax_sparse(M, r, p, rows); @@ -393,6 +402,7 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*performe the preconditioning */ ======= @@ -431,6 +441,8 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*perform the preconditioning */ ======= @@ -448,6 +460,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)) @@ -520,6 +533,11 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, ======= /*performe the preconditioning */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /*performe the preconditioning */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_math_Ax_sparse(M, r, z, rows); @@ -1063,6 +1081,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1129,6 +1148,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)) @@ -1150,6 +1173,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)) ======= @@ -1174,6 +1198,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (i = 0; i < rows; i++) { ======= @@ -1192,6 +1218,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1271,6 +1298,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_math_spvector *spvect = G_math_alloc_spvector(1); @@ -1324,6 +1353,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1390,6 +1420,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)) @@ -1411,6 +1445,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)) ======= @@ -1435,6 +1470,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (i = 0; i < rows; i++) { ======= @@ -1453,6 +1490,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1532,6 +1570,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_math_spvector *spvect = G_math_alloc_spvector(1); diff --git a/lib/gmath/sparse_matrix.c b/lib/gmath/sparse_matrix.c index 9492a61c167..e4b8c84aacf 100644 --- a/lib/gmath/sparse_matrix.c +++ b/lib/gmath/sparse_matrix.c @@ -53,6 +53,7 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD spvector, row); ======= @@ -91,6 +92,8 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main (void *)spvector, row); ======= @@ -108,6 +111,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)) @@ -180,6 +184,11 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, ======= spvector, row); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + spvector, row); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Asp[row] = spvector; } @@ -316,6 +325,7 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -382,6 +392,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)) @@ -403,6 +417,7 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -427,6 +442,8 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (Asp[i]->index[k] == j) { ======= @@ -445,6 +462,7 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -524,6 +542,8 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(stdout, "%4.5f ", Asp[i]->values[k]); out = 1; @@ -622,6 +642,7 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -685,6 +706,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 @@ -706,6 +731,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)) ======= @@ -730,6 +756,8 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (i = 0; i < rows; i++) { ======= @@ -748,6 +776,7 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -821,6 +850,8 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (j = 0; j < Asp[i]->cols; j++) { if (Asp[i]->index[j] == i) { diff --git a/lib/gmath/test/bench_solver_direct.c b/lib/gmath/test/bench_solver_direct.c index e36ed70b3bd..c96bcd51e12 100644 --- a/lib/gmath/test/bench_solver_direct.c +++ b/lib/gmath/test/bench_solver_direct.c @@ -40,6 +40,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -77,6 +78,8 @@ static int bench_solvers(int rows); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Perform the solver unit tests ****************************************** */ @@ -96,6 +99,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128,6 +132,8 @@ static int bench_solvers(int rows); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Performe the solver unit tests ****************************************** */ @@ -147,6 +153,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -228,6 +235,11 @@ static int bench_solvers(int rows); ======= >>>>>>> 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 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 7859450cb47..b8848faa07b 100644 --- a/lib/gmath/test/bench_solver_krylov.c +++ b/lib/gmath/test/bench_solver_krylov.c @@ -40,6 +40,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -77,6 +78,8 @@ static int bench_solvers(int rows); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Perform the solver unit tests ****************************************** */ @@ -96,6 +99,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -128,6 +132,8 @@ static int bench_solvers(int rows); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Performe the solver unit tests ****************************************** */ @@ -147,6 +153,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -228,6 +235,11 @@ static int bench_solvers(int rows); ======= >>>>>>> 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 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 dae7f831fe7..98b2eb46e44 100644 --- a/lib/gpde/N_pde.h +++ b/lib/gpde/N_pde.h @@ -329,6 +329,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -395,6 +396,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)) @@ -416,6 +421,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -440,6 +446,8 @@ typedef struct { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= N_data_star *(*callback)(); ======= @@ -458,6 +466,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -538,6 +547,8 @@ typedef struct { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main } N_les_callback_3d; /*! @@ -566,6 +577,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -624,6 +636,8 @@ typedef struct { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main N_data_star *(*callback)(void *, N_geom_data *, int, int); } N_les_callback_2d; @@ -647,6 +661,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -672,6 +687,8 @@ extern void N_set_les_callback_2d_func( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) N_data_star *(*callback)(); @@ -686,6 +703,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -715,6 +733,8 @@ extern void N_set_les_callback_2d_func( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main N_data_star *(*callback)(); } N_les_callback_2d; @@ -728,6 +748,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -780,6 +801,8 @@ extern void N_set_les_callback_2d_func( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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, @@ -802,6 +825,7 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -828,6 +852,8 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -844,6 +870,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)) ======= ======= @@ -897,6 +924,10 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= >>>>>>> osgeo-main N_data_star *(*callback)(void *, N_geom_data *, int, int); } N_les_callback_2d; @@ -920,6 +951,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -944,6 +976,8 @@ extern void N_set_les_callback_2d_func( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -960,6 +994,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1025,6 +1060,8 @@ extern void N_set_les_callback_2d_func( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 3d12abc0b21..f4410b355bf 100644 --- a/lib/gpde/gpdelib.dox +++ b/lib/gpde/gpdelib.dox @@ -245,6 +245,7 @@ void #N_write_array_2d_to_rast (N_array_2d * array, char *name); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -312,6 +313,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)) ======= @@ -332,6 +337,7 @@ The GRASS module r.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -447,6 +453,11 @@ The GRASS module r.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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. @@ -539,6 +550,7 @@ void #N_write_array_3d_to_rast3d (N_array_3d * array, char *name, int mask); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -606,6 +618,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)) ======= @@ -626,6 +642,7 @@ The GRASS module r3.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -741,6 +758,11 @@ The GRASS module r3.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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. @@ -1065,6 +1087,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)) @@ -1145,6 +1168,11 @@ The two dimensional gradient consits of 4 values between the neighbour cells >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +>>>>>>> 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 bd64636d527..456c14843b5 100644 --- a/lib/gpde/n_arrays.c +++ b/lib/gpde/n_arrays.c @@ -633,6 +633,7 @@ void N_print_array_2d_info(N_array_2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -713,6 +714,11 @@ void N_print_array_2d_info(N_array_2d *data) >>>>>>> 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 return; diff --git a/lib/gpde/n_arrays_calc.c b/lib/gpde/n_arrays_calc.c index 56840ddb826..917295f5191 100644 --- a/lib/gpde/n_arrays_calc.c +++ b/lib/gpde/n_arrays_calc.c @@ -467,6 +467,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 " ======= @@ -499,6 +500,8 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "N_convert_array_2d_null_to_zero: %i values of type " ======= @@ -514,6 +517,7 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -574,6 +578,11 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) ======= "N_convert_array_2d_null_to_zero: %i valuess of type " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "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); @@ -585,6 +594,7 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -636,6 +646,8 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "N_convert_array_2d_null_to_zero: %i values of type " ======= @@ -653,6 +665,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)) @@ -738,6 +751,11 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) ======= "N_convert_array_2d_null_to_zero: %i valuess of type " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "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 486bcb21bf4..d17c292ea27 100644 --- a/lib/gpde/n_arrays_io.c +++ b/lib/gpde/n_arrays_io.c @@ -256,6 +256,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 ======= @@ -294,6 +295,8 @@ void N_write_array_2d_to_rast(N_array_2d *array, char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \param mask int - 0 = false, 1 = true : if a mask is presenent, use it with ======= @@ -311,6 +314,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)) @@ -383,6 +387,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)) +>>>>>>> osgeo-main +======= +======= + * \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 @@ -508,6 +517,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")); ======= @@ -546,6 +556,8 @@ N_array_3d *N_read_rast3d_to_array_3d(char *name, N_array_3d *array, int mask) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast3d_fatal_error(_("Error closing g3d file <%s>"), name); ======= @@ -563,6 +575,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)) @@ -635,6 +648,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)) +>>>>>>> osgeo-main +======= +======= + Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main return data; @@ -750,6 +768,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")); ======= @@ -788,6 +807,8 @@ void N_write_array_3d_to_rast3d(N_array_3d *array, char *name, int mask) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast3d_fatal_error(_("Error closing g3d file <%s>"), name); ======= @@ -805,6 +826,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)) @@ -877,6 +899,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)) +>>>>>>> osgeo-main +======= +======= + 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 0d382e0e439..4749cde13bc 100644 --- a/lib/gpde/n_gradient.c +++ b/lib/gpde/n_gradient.c @@ -114,6 +114,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. ======= @@ -152,6 +153,8 @@ int N_copy_gradient_2d(N_gradient_2d *source, N_gradient_2d *target) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * input gradient field. Returned is a new structure of type N_gradient_2d. ======= @@ -169,6 +172,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)) @@ -241,6 +245,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)) +>>>>>>> osgeo-main +======= +======= + * 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 diff --git a/lib/gpde/n_gwflow.c b/lib/gpde/n_gwflow.c index 9e4a00f33ff..c626fb7a763 100644 --- a/lib/gpde/n_gwflow.c +++ b/lib/gpde/n_gwflow.c @@ -35,6 +35,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \brief Alllocate memory for the groundwater calculation data structure in 3 ======= @@ -73,6 +74,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \brief Allocate memory for the groundwater calculation data structure in 3 ======= @@ -90,6 +93,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \brief Alllocate memory for the groundwater calculation data structure in 3 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -162,6 +166,11 @@ ======= * \brief Alllocate memory for the groundwater calculation data structure in 3 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * \brief Alllocate memory for the groundwater calculation data structure in 3 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * dimensions * @@ -287,6 +296,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 ======= @@ -325,6 +335,8 @@ void N_free_gwflow_data3d(N_gwflow_data3d *data) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \brief Allocate memory for the groundwater calculation data structure in 2 ======= @@ -342,6 +354,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)) @@ -414,6 +427,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)) +>>>>>>> osgeo-main +======= +======= + * \brief Alllocate memory for the groundwater calculation data structure in 2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * dimensions * @@ -823,6 +841,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 ======= @@ -861,6 +880,8 @@ N_data_star *N_callback_gwflow_2d(void *gwdata, N_geom_data *geom, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* If the aquifer is unconfied use an explicit scheme to solve ======= @@ -878,6 +899,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)) @@ -950,6 +972,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)) +>>>>>>> osgeo-main +======= +======= + /* 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) - diff --git a/lib/gpde/n_les.c b/lib/gpde/n_les.c index 7eae54dea89..a91f8b4ad6e 100644 --- a/lib/gpde/n_les.c +++ b/lib/gpde/n_les.c @@ -284,6 +284,7 @@ void N_print_les(N_les *les) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -362,6 +363,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) { @@ -386,6 +392,7 @@ void N_print_les(N_les *les) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -410,6 +417,8 @@ void N_print_les(N_les *les) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (k = 0; k < les->Asp[i]->cols; k++) { if (les->Asp[i]->index[k] == j) { @@ -430,6 +439,7 @@ void N_print_les(N_les *les) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -516,6 +526,8 @@ void N_print_les(N_les *les) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 2640f96370e..babdc6e87de 100644 --- a/lib/gpde/n_les_assemble.c +++ b/lib/gpde/n_les_assemble.c @@ -361,6 +361,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -413,6 +414,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)(void *, N_geom_data *, @@ -434,6 +437,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -460,6 +464,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)) @@ -478,6 +484,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)) @@ -509,6 +516,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)()) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -529,6 +538,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -553,6 +563,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -569,6 +581,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -628,6 +641,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { data->callback = callback_func_3d; } @@ -666,6 +681,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -718,6 +734,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)(void *, N_geom_data *, @@ -739,6 +757,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -765,6 +784,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)) @@ -783,6 +804,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)) @@ -814,6 +836,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)()) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -834,6 +858,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -858,6 +883,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -874,6 +901,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -933,6 +961,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { data->callback = callback_func_2d; } @@ -1011,6 +1041,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) ======= @@ -1050,6 +1081,8 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -1069,6 +1102,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)) ======= @@ -1094,6 +1128,8 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -1109,6 +1145,7 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1147,6 +1184,8 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { N_data_star *star = N_alloc_7star(); @@ -1197,6 +1236,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) ======= @@ -1236,6 +1276,8 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main N_data_star *N_callback_template_2d(void *data UNUSED, N_geom_data *geom, int col UNUSED, int row UNUSED) ======= @@ -1254,6 +1296,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)) ======= @@ -1279,6 +1322,8 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -1294,6 +1339,7 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1332,6 +1378,8 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { N_data_star *star = N_alloc_9star(); @@ -1736,6 +1784,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1794,6 +1843,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; @@ -1814,6 +1865,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1842,6 +1894,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)) ======= @@ -1856,6 +1910,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1900,6 +1955,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (i = 0; i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; @@ -1925,6 +1982,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1951,6 +2009,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1967,6 +2027,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)) ======= ======= @@ -2020,6 +2081,10 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> 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; @@ -2040,6 +2105,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)) ======= @@ -2064,6 +2130,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -2080,6 +2148,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2144,6 +2213,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main les->Asp[i]->values[j] = 0.0; } @@ -2622,6 +2693,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2680,6 +2752,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) @@ -2703,6 +2777,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2731,6 +2806,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)) ======= @@ -2745,6 +2822,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2789,6 +2867,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (i = 0; i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; @@ -2814,6 +2894,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2840,6 +2921,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2856,6 +2939,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)) ======= ======= @@ -2909,6 +2993,10 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= >>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) @@ -2932,6 +3020,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)) ======= @@ -2956,6 +3045,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -2972,6 +3063,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3036,6 +3128,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 ce80c9e095a..79f871017a5 100644 --- a/lib/gpde/n_solute_transport.c +++ b/lib/gpde/n_solute_transport.c @@ -384,6 +384,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 ======= @@ -422,6 +423,8 @@ N_data_star *N_callback_solute_transport_2d(void *solutedata, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \brief Allocate memory for the solute transport data structure in three ======= @@ -439,6 +442,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)) @@ -511,6 +515,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)) +>>>>>>> osgeo-main +======= +======= + * \brief Alllocate memory for the solute transport data structure in three +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * dimensions * @@ -579,6 +588,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 ======= @@ -617,6 +627,8 @@ N_solute_transport_data3d *N_alloc_solute_transport_data3d(int cols, int rows, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \brief Allocate memory for the solute transport data structure in two ======= @@ -634,6 +646,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)) @@ -706,6 +719,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)) +>>>>>>> osgeo-main +======= +======= + * \brief Alllocate memory for the solute transport data structure in two +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * dimensions * @@ -920,6 +938,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 ======= @@ -958,6 +977,8 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * To compute the dispersivity tensor, the dispersivity lengths and the gradient ======= @@ -975,6 +996,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)) @@ -1047,6 +1069,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)) +>>>>>>> osgeo-main +======= +======= + * To compute the dispersivity tensor, the dispersivity lentghs and the gradient +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * field must be present. * @@ -1066,6 +1093,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 ======= @@ -1104,6 +1132,8 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \todo Change the tensor calculation to a more realistic algorithm ======= @@ -1121,6 +1151,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)) @@ -1193,6 +1224,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)) +>>>>>>> osgeo-main +======= +======= + * \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 * @@ -1263,6 +1299,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 ======= @@ -1301,6 +1338,8 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * To compute the dispersivity tensor, the dispersivity lengths and the gradient ======= @@ -1318,6 +1357,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)) @@ -1390,6 +1430,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)) +>>>>>>> osgeo-main +======= +======= + * To compute the dispersivity tensor, the dispersivity lentghs and the gradient +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * field must be present. * @@ -1409,6 +1454,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 ======= @@ -1447,6 +1493,8 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \todo Change the tensor calculation to a more realistic algorithm ======= @@ -1464,6 +1512,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)) @@ -1536,6 +1585,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)) +>>>>>>> osgeo-main +======= +======= + * \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 * diff --git a/lib/gpde/n_upwind.c b/lib/gpde/n_upwind.c index fad50c8f20c..39941fe66b9 100644 --- a/lib/gpde/n_upwind.c +++ b/lib/gpde/n_upwind.c @@ -36,6 +36,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \param sprod double -- the scalar produkt between the velocity vector and the ======= @@ -74,6 +75,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \param sprod double -- the scalar product between the velocity vector and the ======= @@ -91,6 +94,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \param sprod double -- the scalar produkt between the velocity vector and the >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -163,6 +167,11 @@ ======= * \param sprod double -- the scalar produkt between the velocity vector and the >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * \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 @@ -208,6 +217,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 ======= @@ -246,6 +256,8 @@ double N_full_upwinding(double sprod, double distance, double D) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * \param sprod double -- the scalar product between the velocity vector and the ======= @@ -263,6 +275,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)) @@ -335,6 +348,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)) +>>>>>>> osgeo-main +======= +======= + * \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 diff --git a/lib/gpde/test/test_gwflow.c b/lib/gpde/test/test_gwflow.c index ebf9728b03d..ccd4911ce53 100644 --- a/lib/gpde/test/test_gwflow.c +++ b/lib/gpde/test/test_gwflow.c @@ -293,6 +293,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= @@ -331,6 +332,8 @@ int test_gwflow_3d(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= @@ -348,6 +351,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)) @@ -420,6 +424,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)) +>>>>>>> osgeo-main +======= +======= + /*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); @@ -446,6 +455,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = ======= @@ -484,6 +494,8 @@ int test_gwflow_3d(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*GAUSS*/ les = ======= @@ -501,6 +513,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -573,6 +586,11 @@ int test_gwflow_3d(void) ======= /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /*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); @@ -763,6 +781,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= @@ -801,6 +820,8 @@ int test_gwflow_2d(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= @@ -818,6 +839,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)) @@ -890,6 +912,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)) +>>>>>>> osgeo-main +======= +======= + /*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); @@ -916,6 +943,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = ======= @@ -954,6 +982,8 @@ int test_gwflow_2d(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*GAUSS*/ les = ======= @@ -971,6 +1001,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1043,6 +1074,11 @@ int test_gwflow_2d(void) ======= /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + /*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); diff --git a/lib/gpde/test/test_solute_transport.c b/lib/gpde/test/test_solute_transport.c index b66f7abbf4f..fb443a6e311 100644 --- a/lib/gpde/test/test_solute_transport.c +++ b/lib/gpde/test/test_solute_transport.c @@ -203,6 +203,7 @@ int test_solute_transport_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= @@ -241,6 +242,8 @@ int test_solute_transport_3d(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= @@ -258,6 +261,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)) @@ -330,6 +334,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)) +>>>>>>> osgeo-main +======= +======= + /*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); @@ -430,6 +439,7 @@ int test_solute_transport_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= @@ -468,6 +478,8 @@ int test_solute_transport_2d(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= @@ -485,6 +497,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)) @@ -557,6 +570,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)) +>>>>>>> osgeo-main +======= +======= + /*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); diff --git a/lib/htmldriver/README b/lib/htmldriver/README index 499b974de81..67587f6d82c 100644 --- a/lib/htmldriver/README +++ b/lib/htmldriver/README @@ -89,6 +89,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 ======= @@ -127,6 +128,8 @@ that exists in a vector file will have the same HREF tag. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main specifies the maximum number of vertices that a polygon can ======= @@ -144,6 +147,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)) @@ -216,6 +220,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)) +>>>>>>> osgeo-main +======= +======= + 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 e199849382b..24dae37b1d6 100644 --- a/lib/htmldriver/graph_clse.c +++ b/lib/htmldriver/graph_clse.c @@ -48,6 +48,7 @@ void HTML_Graph_close(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -78,6 +79,8 @@ void HTML_Graph_close(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * examine the list of polygons, if a polygon wholly exists inside of ======= @@ -95,6 +98,7 @@ void HTML_Graph_close(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138,6 +142,8 @@ void HTML_Graph_close(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * exmaine the list of polygons, if a polygon wholly exists inside of >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/lib/imagery/find.c b/lib/imagery/find.c index 88dedf78414..b1e8b979f93 100644 --- a/lib/imagery/find.c +++ b/lib/imagery/find.c @@ -220,6 +220,7 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -255,6 +256,8 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -270,6 +273,7 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -320,6 +324,8 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset) { @@ -338,6 +344,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -404,6 +411,10 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_debug(1, "I_find_signature(): type=%d name=%s mapset=%s", type, name, @@ -428,6 +439,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -469,6 +481,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' */ ======= @@ -501,6 +516,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -605,6 +621,8 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main } /*! @@ -647,6 +665,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -682,6 +701,8 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -697,6 +718,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -747,6 +769,8 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char *mapset) { @@ -765,6 +789,7 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -831,6 +856,10 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_debug(1, "I_find_signature2(): type=%d name=%s mapset=%s", type, name, @@ -853,6 +882,7 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -894,6 +924,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' */ ======= @@ -924,6 +957,7 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1022,4 +1056,6 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main } diff --git a/lib/imagery/group.c b/lib/imagery/group.c index 43f1427b1e8..461a775c2ad 100644 --- a/lib/imagery/group.c +++ b/lib/imagery/group.c @@ -60,6 +60,7 @@ int I_get_group(char *group) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -90,6 +91,8 @@ int I_get_group(char *group) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main stat = (fscanf(fd, "%255s", group) == 1); ======= @@ -107,6 +110,7 @@ int I_get_group(char *group) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -150,6 +154,8 @@ int I_get_group(char *group) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main stat = (fscanf(fd, "%s", group) == 1); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -199,6 +205,7 @@ int I_get_subgroup(const char *group, char *subgroup) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -229,6 +236,8 @@ int I_get_subgroup(const char *group, char *subgroup) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main stat = (fscanf(fd, "%255s", subgroup) == 1); ======= @@ -246,6 +255,7 @@ int I_get_subgroup(const char *group, char *subgroup) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -289,6 +299,8 @@ int I_get_subgroup(const char *group, char *subgroup) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main stat = (fscanf(fd, "%s", subgroup) == 1); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -427,6 +439,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 */ @@ -466,6 +479,8 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int n = sscanf(buf, "%255s %255s %15s", name, mapset, color); /* better use INAME_LEN */ @@ -485,6 +500,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)) ======= @@ -509,6 +525,8 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= n = sscanf(buf, "%255s %255s %15s", name, mapset, color); /* better use INAME_LEN */ @@ -525,6 +543,7 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -562,6 +581,8 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (n == 2 || n == 3) { I_add_file_to_group_ref(name, mapset, ref); @@ -637,6 +658,7 @@ int I_init_ref_color_nums(struct Ref *ref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ref->blu.n >= 0) ======= @@ -675,6 +697,8 @@ int I_init_ref_color_nums(struct Ref *ref) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ref->grn.n >= 0) ======= @@ -692,6 +716,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)) @@ -764,6 +789,11 @@ int I_init_ref_color_nums(struct Ref *ref) ======= ref->blu.n >= 0) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + ref->blu.n >= 0) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main return 1; switch (ref->nfiles) { diff --git a/lib/imagery/iclass_perimeter.c b/lib/imagery/iclass_perimeter.c index e28600c9f87..aa6522018a9 100644 --- a/lib/imagery/iclass_perimeter.c +++ b/lib/imagery/iclass_perimeter.c @@ -231,6 +231,7 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD i = first; /* stmt not necssary */ ======= @@ -269,6 +270,8 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main i = first; /* stmt not necessary */ ======= @@ -286,6 +289,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)) @@ -358,6 +362,11 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, ======= i = first; /* stmt not necssary */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + i = first; /* stmt not necssary */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main do { diff --git a/lib/imagery/iclass_signatures.c b/lib/imagery/iclass_signatures.c index c4133d9e6f0..28f3565f260 100644 --- a/lib/imagery/iclass_signatures.c +++ b/lib/imagery/iclass_signatures.c @@ -67,6 +67,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -156,6 +157,11 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) sigs->semantic_labels[i] = Rast_get_semantic_label_or_name( refer->file[i].name, refer->file[i].mapset); ======= +>>>>>>> osgeo-main +======= + 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]) { @@ -176,6 +182,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -200,6 +207,8 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= sigs->semantic_labels[i] = Rast_get_semantic_label_or_name( refer->file[i].name, refer->file[i].mapset); @@ -216,6 +225,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -240,6 +250,8 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= sigs->semantic_labels[i] = Rast_get_semantic_label_or_name( refer->file[i].name, refer->file[i].mapset); @@ -256,6 +268,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -299,6 +312,8 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -380,6 +395,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -424,6 +440,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); @@ -444,6 +462,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -478,6 +497,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (! (outsig_fd = @@ -497,6 +518,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -521,6 +543,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); @@ -538,6 +562,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -562,6 +587,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); @@ -579,6 +606,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -622,6 +650,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } diff --git a/lib/imagery/iscatt_core.c b/lib/imagery/iscatt_core.c index 56008e232f6..f22250c2108 100644 --- a/lib/imagery/iscatt_core.c +++ b/lib/imagery/iscatt_core.c @@ -540,6 +540,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -606,6 +607,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)) @@ -627,6 +632,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -651,6 +657,8 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (n_pixs != (row_size) / sizeof(unsigned char)) { ======= @@ -669,6 +677,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -748,6 +757,8 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_free(rast_pixs); G_free(belongs_pix); @@ -814,6 +825,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* pixels meets condtion defined in scatter plot -> ======= @@ -852,6 +864,8 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* pixels meets condition defined in scatter plot -> ======= @@ -869,6 +883,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)) @@ -941,6 +956,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)) +>>>>>>> osgeo-main +======= +======= + /* 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]) @@ -1014,6 +1034,7 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1050,6 +1071,8 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int *b_needed_bands, int *fd_cats_rasts, FILE **f_cats_rasts_conds, int n_a_cats) @@ -1069,6 +1092,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 @@ -1129,6 +1153,10 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main int *fd_cats_rasts, FILE **f_cats_rasts_conds, int n_a_cats) @@ -1152,6 +1180,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)) @@ -1232,6 +1261,11 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, >>>>>>> 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 if (band_id >= 0) { Rast_close(fd_bands[i]); @@ -1280,6 +1314,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)) @@ -1361,6 +1396,11 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, ======= >>>>>>> 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 } /*! @@ -1438,6 +1478,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1474,6 +1515,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (i_cat = 0; i_cat < scatts->n_a_cats; i_cat++) fd_cats_rasts[i_cat] = -1; @@ -1492,6 +1535,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 @@ -1552,6 +1596,10 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_zero(b_needed_bands, (size_t)n_bands * sizeof(int)); @@ -1581,6 +1629,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, @@ -1615,6 +1664,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main free_compute_scatts_data( fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, @@ -1634,6 +1685,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1653,6 +1705,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, @@ -1668,6 +1722,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1696,6 +1751,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Unable to find raster <%s>"), bands[band_id]); return -1; @@ -1709,6 +1766,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1762,6 +1820,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main free_compute_scatts_data( fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, @@ -1782,6 +1842,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1846,6 +1907,9 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, @@ -1859,6 +1923,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1911,6 +1976,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Unable to open raster <%s>"), bands[band_id]); return -1; @@ -1942,6 +2009,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, @@ -1982,6 +2050,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main free_compute_scatts_data( fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, @@ -2003,6 +2073,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2027,6 +2098,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, @@ -2044,6 +2117,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2081,6 +2155,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Unable to read range of raster <%s>"), bands[band_id]); @@ -2112,6 +2188,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; @@ -2152,6 +2229,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= else fd_cats_rasts[i_cat] = -1; @@ -2168,6 +2247,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2192,6 +2272,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= else fd_cats_rasts[i_cat] = -1; @@ -2208,6 +2290,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2245,6 +2328,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (cats_rasts_conds[id_cat]) { @@ -2265,6 +2350,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); @@ -2304,6 +2390,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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); @@ -2323,6 +2411,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2347,6 +2436,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fd_bands, bands_rows, n_a_bands, bands_ids, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -2363,6 +2454,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2400,6 +2492,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning( _("Unable to open category raster condition file <%s>"), @@ -2448,6 +2542,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); @@ -2487,6 +2582,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -2506,6 +2603,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2530,6 +2628,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -2546,6 +2646,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2583,6 +2684,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return -1; } @@ -2602,6 +2705,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, ======= @@ -2640,6 +2744,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, ======= @@ -2657,6 +2763,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)) @@ -2729,6 +2836,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)) +>>>>>>> osgeo-main +======= +======= + 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 6b61fd97417..0b9458135ae 100644 --- a/lib/imagery/manage_signatures.c +++ b/lib/imagery/manage_signatures.c @@ -38,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -114,6 +115,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \brief Get signature directory @@ -143,6 +148,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -175,6 +181,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else if (type == I_SIGFILE_TYPE_LIBSVM) { sprintf(dir, "signatures%clibsvm", HOST_DIRSEP); @@ -193,6 +201,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -211,6 +220,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= \brief Get signature directory >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -232,6 +243,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -292,6 +304,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else if (type == I_SIGFILE_TYPE_SIGSET) { @@ -303,6 +317,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4d7f752c19 (ci: Ignore paths in CodeQL (#1778)) ======= ======= @@ -363,6 +378,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)) @@ -381,6 +398,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -412,6 +430,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else { G_fatal_error("Programming error: unknown signature file type"); @@ -438,6 +458,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -514,6 +535,10 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main \brief Make signature dir @@ -543,6 +568,7 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -583,6 +609,9 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main \brief Make signature element (internal use only) ======= @@ -621,6 +650,7 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -740,6 +770,8 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main } static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); @@ -765,6 +797,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -841,6 +874,10 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * * If removal fails, prints a warning and returns 1. @@ -860,6 +897,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -910,6 +948,9 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main * * If removal fails, prints a warning and returns 1. @@ -928,6 +969,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -952,6 +994,8 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= * * If removal fails, prints a warning and returns 1. @@ -970,6 +1014,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 @@ -1036,6 +1081,10 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * \param type I_SIGFILE_TYPE signature type * \param name of signature to remove @@ -1064,6 +1113,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1121,6 +1171,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; @@ -1143,6 +1197,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1219,6 +1274,8 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_debug(1, "I_signatures_remove(%d, %s);", type, name); @@ -1245,6 +1302,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1321,6 +1379,10 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_warning(_("%s is not in the current mapset (%s)"), name, G_mapset()); return 1; @@ -1342,6 +1404,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1392,6 +1455,9 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main G_warning(_("%s is not in the current mapset (%s)"), name, G_mapset()); @@ -1413,6 +1479,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1437,6 +1504,8 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_warning(_("%s is not in the current mapset (%s)"), name, G_mapset()); return 1; @@ -1457,6 +1526,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1523,6 +1593,10 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_verbose_message(_("%s removed"), name); return 0; @@ -1571,6 +1645,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1647,6 +1722,10 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main char dir[GNAME_MAX]; const char *smapset; @@ -1668,6 +1747,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1718,6 +1798,9 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main char element[GNAME_MAX]; const char *smapset; @@ -1738,6 +1821,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1762,6 +1846,8 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= char dir[GNAME_MAX]; const char *smapset; @@ -1782,6 +1868,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 @@ -1848,6 +1935,10 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /* Copy only if mapset of new name is the current mapset */ @@ -1887,6 +1978,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1963,6 +2055,10 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main I_make_signatures_dir(type); @@ -1987,6 +2083,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2027,6 +2124,9 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main I__make_signatures_element(type); ======= @@ -2059,6 +2159,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2159,6 +2260,8 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Unable to copy <%s> to current mapset as <%s>"), G_fully_qualified_name(old_name, smapset), tname); @@ -2202,6 +2305,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2259,6 +2363,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)) @@ -2280,6 +2388,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2353,6 +2462,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main const char *smapset; char old_path[GPATH_MAX], new_path[GPATH_MAX]; @@ -2404,6 +2515,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2439,6 +2551,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2454,6 +2568,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2503,6 +2618,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_get_signatures_dir(dir, type); /* Note – we need whole directory not just an element in it thus @@ -2527,6 +2644,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2583,6 +2701,9 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main I__get_signatures_element(element, type); G_file_name(old_path, element, sname, tmapset); @@ -2601,6 +2722,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2620,6 +2742,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2635,6 +2759,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2684,6 +2809,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (G_rename_file(old_path, new_path) != 0) { @@ -2750,6 +2877,7 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main * Sets pointer to NULL to prevent accidental use after free. @@ -2802,6 +2930,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. @@ -2819,6 +2951,7 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2904,6 +3037,8 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * \param int Return value of I_signatures_list_by_type() @@ -2934,6 +3069,7 @@ void I_free_signatures_list(int count, char ***list) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main *list = NULL; @@ -2986,6 +3122,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; @@ -3003,6 +3143,7 @@ void I_free_signatures_list(int count, char ***list) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3089,6 +3230,8 @@ void I_free_signatures_list(int count, char ***list) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main } static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, @@ -3115,6 +3258,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3191,6 +3335,10 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main char dir[GNAME_MAX]; char **dirlist; @@ -3211,6 +3359,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3261,6 +3410,9 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main char element[GNAME_MAX]; char **dirlist; @@ -3280,6 +3432,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)) ======= @@ -3304,6 +3457,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= char dir[GNAME_MAX]; char **dirlist; @@ -3323,6 +3478,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 @@ -3389,6 +3545,10 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (access(path, 0) != 0) { @@ -3421,6 +3581,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3497,6 +3658,10 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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++) { @@ -3516,6 +3681,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3549,6 +3715,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_free(dirlist[i]); } @@ -3569,6 +3737,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3587,6 +3756,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= *out_list = (char **)G_realloc(*out_list, (base + count) * sizeof(char *)); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3611,6 +3782,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3681,6 +3853,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return count; diff --git a/lib/imagery/sig.c b/lib/imagery/sig.c index ad988f7d70e..42e2b0acc34 100644 --- a/lib/imagery/sig.c +++ b/lib/imagery/sig.c @@ -33,6 +33,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -77,6 +78,8 @@ int I_init_signatures(struct Signature *S, int nbands) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -97,6 +100,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131,6 +135,8 @@ int I_init_signatures(struct Signature *S, int nbands) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->bandrefs = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -148,6 +154,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -172,6 +179,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -189,6 +198,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -213,6 +223,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -230,6 +242,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -273,6 +286,8 @@ int I_init_signatures(struct Signature *S, int nbands) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->nsigs = 0; S->have_oclass = 0; @@ -346,6 +361,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -422,6 +438,10 @@ int I_free_signatures(struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main free(S->semantic_labels[n]); free(S->semantic_labels); @@ -442,6 +462,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -492,6 +513,9 @@ int I_free_signatures(struct Signature *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main free(S->bandrefs[n]); free(S->bandrefs); @@ -511,6 +535,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -535,6 +560,8 @@ int I_free_signatures(struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= free(S->semantic_labels[n]); free(S->semantic_labels); @@ -554,6 +581,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -620,6 +648,10 @@ int I_free_signatures(struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S->nbands = 0; S->nsigs = 0; @@ -709,6 +741,7 @@ int I_read_one_signature(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -754,6 +787,8 @@ int I_read_one_signature(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -775,6 +810,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -812,6 +848,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int I_read_signatures(FILE * fd, struct Signature *S) { int ver, n, pos; @@ -830,6 +868,7 @@ int I_read_signatures(FILE * fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -855,6 +894,8 @@ int I_read_signatures(FILE * fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -873,6 +914,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -898,6 +940,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -916,6 +960,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -959,6 +1004,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_init_signatures(S, 0); @@ -987,6 +1034,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1056,6 +1104,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) { @@ -1080,6 +1133,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1160,6 +1214,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Invalid signature file version")); return -1; @@ -1191,6 +1247,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1267,6 +1324,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /* Read semantic labels and count them to set nbands */ n = 0; @@ -1292,6 +1353,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1332,6 +1394,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 */ ======= @@ -1366,6 +1431,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1472,6 +1538,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main n++; } @@ -1498,6 +1566,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1574,6 +1643,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main semantic_label[pos] = '\0'; S->semantic_labels[n] = G_store(semantic_label); @@ -1595,6 +1668,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1645,6 +1719,9 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref[pos] = '\0'; S->bandrefs[n] = G_store(bandref); @@ -1664,6 +1741,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1688,6 +1766,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= semantic_label[pos] = '\0'; S->semantic_labels[n] = G_store(semantic_label); @@ -1708,6 +1788,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1774,6 +1855,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main pos = 0; prev = c; @@ -1798,6 +1883,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1874,6 +1960,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /* Semantic labels are limited to GNAME_MAX - 1 + \0 in length; * n is 0-based */ @@ -1897,6 +1987,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1937,6 +2028,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; ======= @@ -1968,6 +2062,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2065,6 +2160,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main pos++; prev = c; @@ -2094,6 +2191,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2129,6 +2227,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2144,6 +2244,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2193,6 +2294,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* Read marker of original class value presence */ if (ver >= 2 && fscanf(fd, "%d", &S->have_oclass) != 1) { @@ -2221,6 +2324,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2255,6 +2359,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)) @@ -2272,6 +2379,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2351,6 +2459,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (n < 0) @@ -2391,6 +2501,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2449,6 +2560,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)) ======= @@ -2469,6 +2584,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2543,6 +2659,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int k; int n; @@ -2571,6 +2689,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2647,6 +2766,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main fprintf(fd, "2\n"); /* Title of signatures */ @@ -2695,6 +2818,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2744,6 +2868,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(fd, "1\n"); ======= @@ -2769,6 +2895,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -2839,6 +2966,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main s = &S->sig[k]; if (s->status != 1) @@ -2871,6 +3000,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2895,6 +3025,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= s = &S->sig[k]; if (s->status != 1) @@ -2930,6 +3062,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2996,6 +3129,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } return 1; @@ -3023,6 +3160,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3099,6 +3237,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * The function will check for semantic label match between signature struct * and imagery group. @@ -3134,6 +3276,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3174,6 +3317,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 ======= @@ -3217,6 +3363,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3350,6 +3497,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * \param *Signature existing signatures to check & sort @@ -3377,6 +3526,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3454,6 +3604,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char **I_sort_signatures_by_semantic_label(struct Signature *S, const struct Ref *R) { @@ -3475,6 +3629,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3526,6 +3681,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; @@ -3544,6 +3702,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)) ======= @@ -3569,6 +3728,8 @@ char **I_sort_signatures_by_bandref(struct Signature *S, const struct Ref *R) { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= char **I_sort_signatures_by_semantic_label(struct Signature *S, const struct Ref *R) { @@ -3589,6 +3750,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3655,6 +3817,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /* Safety measure. Untranslated as this should not happen in production! */ @@ -3679,6 +3845,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3755,6 +3922,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "I_sort_signatures_by_semantic_label(%d, %d);", S->nbands, R->nfiles); @@ -3778,6 +3949,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3818,6 +3990,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); ======= @@ -3849,6 +4024,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3946,6 +4122,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -3977,6 +4155,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4034,6 +4213,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)) @@ -4055,6 +4238,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4128,6 +4312,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main new_means = (double **)G_malloc(S->nsigs * sizeof(double *)); // new_vars[S.sig[x]][band1][band1] @@ -4161,6 +4347,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4196,6 +4383,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4211,6 +4400,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4260,6 +4450,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (S->semantic_labels[i] && group_semantic_labels[j] && !strcmp(S->semantic_labels[i], group_semantic_labels[j])) { @@ -4290,6 +4482,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4346,6 +4539,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (S->bandrefs[i] && group_bandrefs[j] && !strcmp(S->bandrefs[i], group_bandrefs[j])) { @@ -4372,6 +4568,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4391,6 +4588,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4406,6 +4605,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4455,6 +4655,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -4479,6 +4681,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4536,6 +4739,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)) @@ -4557,6 +4764,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4630,6 +4838,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mc1 = mc2 = 0; mismatches = (char **)G_malloc(2 * sizeof(char **)); @@ -4658,6 +4868,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4775,6 +4986,12 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) for (unsigned int i = 0; i < (unsigned int)S->nbands; i++) { ======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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++) { ======= @@ -4793,6 +5010,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4824,6 +5042,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!match1[i]) { if (S->semantic_labels[i]) @@ -4845,6 +5065,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4870,6 +5091,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++) { @@ -4900,6 +5123,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5009,6 +5233,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (mc1) strcat(mismatches[0], ","); @@ -5033,6 +5259,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5109,6 +5336,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); @@ -5128,6 +5359,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5178,6 +5410,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (S->bandrefs[i]) strcat(mismatches[0], S->bandrefs[i]); @@ -5196,6 +5431,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5220,6 +5456,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); @@ -5238,6 +5476,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5304,6 +5543,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mc1++; total = total + 1; @@ -5332,6 +5575,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5449,6 +5693,12 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) for (unsigned int j = 0; j < (unsigned int)R->nfiles; j++) { ======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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++) { ======= @@ -5467,6 +5717,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5498,6 +5749,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!match2[j]) { if (group_semantic_labels[j]) @@ -5519,6 +5772,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5544,6 +5798,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++) { @@ -5574,6 +5830,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5683,6 +5940,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (mc2) strcat(mismatches[1], ","); @@ -5707,6 +5966,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5783,6 +6043,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); @@ -5802,6 +6066,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5852,6 +6117,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (group_bandrefs[j]) strcat(mismatches[1], group_bandrefs[j]); @@ -5870,6 +6138,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5894,6 +6163,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); @@ -5912,6 +6183,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5978,6 +6250,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mc2++; total = total + 1; @@ -6009,6 +6285,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6126,6 +6403,12 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) for (unsigned int b1 = 0; b1 < (unsigned int)S->nbands; b1++) { ======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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++) { ======= @@ -6144,6 +6427,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6175,6 +6459,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main new_means[c][new_order[b1]] = S->sig[c].mean[b1]; for (unsigned int b2 = 0; b2 <= b1; b2++) { @@ -6198,6 +6484,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6270,6 +6557,11 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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]; @@ -6288,6 +6580,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6305,6 +6598,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main new_vars[c][new_order[b1]][new_order[b2]] = S->sig[c].var[b1][b2]; @@ -6334,6 +6629,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6422,6 +6718,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -6448,6 +6746,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6524,6 +6823,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main memcpy(S->semantic_labels, new_semantic_labels, S->nbands * sizeof(char **)); @@ -6546,6 +6849,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6596,6 +6900,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main memcpy(S->bandrefs, new_bandrefs, S->nbands * sizeof(char **)); for (unsigned int c = S->nsigs; c--;) { @@ -6615,6 +6922,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6639,6 +6947,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= memcpy(S->semantic_labels, new_semantic_labels, S->nbands * sizeof(char **)); @@ -6660,6 +6970,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6726,6 +7037,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } } @@ -6751,6 +7066,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6827,6 +7143,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main free(group_semantic_labels[j]); free(group_semantic_labels); @@ -6848,6 +7168,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6898,6 +7219,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main free(group_bandrefs[j]); free(group_bandrefs); @@ -6918,6 +7242,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6942,6 +7267,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= free(group_semantic_labels[j]); free(group_semantic_labels); @@ -6962,6 +7289,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7028,6 +7356,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main for (unsigned int c = S->nsigs; c--;) { free(new_means[c]); diff --git a/lib/imagery/sigfile.c b/lib/imagery/sigfile.c index 8663dbda396..a97165fbdc6 100644 --- a/lib/imagery/sigfile.c +++ b/lib/imagery/sigfile.c @@ -36,6 +36,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -80,6 +81,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Returns a pointer to FILE for writing signature file. Use fclose on the pointer to close after use. @@ -100,6 +103,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127,6 +131,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= Returns a pointer to FILE for writing signature file. @@ -145,6 +151,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -169,6 +176,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= Returns a pointer to FILE for writing signature file. Use fclose on the pointer to close after use. @@ -186,6 +195,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -232,6 +242,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \param name signature filename @@ -259,6 +271,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -335,6 +348,10 @@ FILE *I_fopen_signature_file_new(const char *name) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main char dir[GNAME_MAX]; FILE *fd; @@ -357,6 +374,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -386,6 +404,9 @@ FILE *I_fopen_signature_file_new(const char *name) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main char element[GNAME_MAX]; ======= @@ -410,6 +431,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -503,6 +525,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return fd; } @@ -529,6 +553,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -564,6 +589,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -579,6 +606,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -628,6 +656,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Use fully qualified names for signatures from other mapsets. @@ -651,6 +681,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -685,6 +716,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)) @@ -702,6 +736,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -781,6 +816,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main \param name signature filename @@ -810,6 +847,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -867,6 +905,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)) @@ -888,6 +930,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -961,6 +1004,8 @@ FILE *I_fopen_signature_file_old(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main FILE *fd; @@ -986,6 +1031,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1055,6 +1101,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); @@ -1079,6 +1130,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1159,6 +1211,8 @@ FILE *I_fopen_signature_file_old(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return fd; diff --git a/lib/imagery/sigset.c b/lib/imagery/sigset.c index 28e17295fd1..da08e3c9921 100644 --- a/lib/imagery/sigset.c +++ b/lib/imagery/sigset.c @@ -21,6 +21,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -98,6 +99,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include static int gettag(FILE *, char *); @@ -116,6 +121,7 @@ static int get_semantic_labels(FILE *, struct SigSet *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -167,6 +173,9 @@ static int get_semantic_labels(FILE *, struct SigSet *); ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main static int gettag(FILE *, char *); static int get_bandrefs(FILE *, struct SigSet *); @@ -183,6 +192,7 @@ static int get_bandrefs(FILE *, struct SigSet *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -208,6 +218,8 @@ static int get_bandrefs(FILE *, struct SigSet *); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #include static int gettag(FILE *, char *); @@ -225,6 +237,7 @@ static int get_semantic_labels(FILE *, struct SigSet *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -292,6 +305,10 @@ static int get_semantic_labels(FILE *, struct SigSet *); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 *); @@ -369,6 +386,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -413,6 +431,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -433,6 +453,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -467,6 +488,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->bandrefs = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -484,6 +507,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -508,6 +532,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -525,6 +551,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -549,6 +576,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -566,6 +595,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -609,6 +639,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->nclasses = 0; S->ClassSig = NULL; @@ -700,6 +732,7 @@ struct SubSig *I_NewSubSig(struct SigSet *S, struct ClassSig *C) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -758,6 +791,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)) ======= @@ -778,6 +815,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -852,6 +890,8 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { char tag[256]; unsigned int version; @@ -874,6 +914,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -924,6 +965,9 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main } if (version != 1) { @@ -946,6 +990,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -975,6 +1020,8 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (eq(tag, "title:")) if (get_title(fd, S) != 0) @@ -998,6 +1045,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1058,6 +1106,10 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } if (version != 1) { @@ -1091,6 +1143,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1141,6 +1194,9 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (eq(tag, "title:")) if (get_title(fd, S) != 0) @@ -1165,6 +1221,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1225,6 +1282,10 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main return 1; /* for now assume success */ } @@ -1251,6 +1312,7 @@ static int gettag(FILE *fd, char *tag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1308,6 +1370,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)) @@ -1329,6 +1395,7 @@ static int gettag(FILE *fd, char *tag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1402,6 +1469,8 @@ static int gettag(FILE *fd, char *tag) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_strip(tag); return 1; @@ -1426,6 +1495,7 @@ static int gettag(FILE *fd, char *tag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1503,6 +1573,10 @@ static int gettag(FILE *fd, char *tag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static int get_semantic_labels(FILE *fd, struct SigSet *S) { int n, pos; @@ -1567,6 +1641,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1652,6 +1727,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= static int get_bandrefs(FILE * fd, struct SigSet *S) ======= static int get_semantic_labels(FILE *fd, struct SigSet *S) @@ -1711,6 +1788,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= static int get_bandrefs(FILE * fd, struct SigSet *S) @@ -1853,6 +1931,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!(S->nbands > 0)) { G_warning(_("Signature file does not contain bands")); @@ -1871,6 +1951,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -1900,6 +1981,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S->bandrefs = (char **)G_realloc(S->bandrefs, S->nbands * sizeof(char **)); for (unsigned int i = S->nbands; i--;) { @@ -1924,6 +2007,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1943,6 +2027,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1958,6 +2044,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2007,6 +2094,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return 0; @@ -2036,6 +2125,7 @@ static int get_title(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2093,6 +2183,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)) @@ -2114,6 +2208,7 @@ static int get_title(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2187,6 +2282,8 @@ static int get_title(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return -1; G_strip(title); @@ -2261,6 +2358,7 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2318,6 +2416,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)) @@ -2339,6 +2441,7 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2412,6 +2515,8 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return -1; G_strip(title); @@ -2541,6 +2646,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2585,6 +2691,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { @@ -2605,6 +2713,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2639,6 +2748,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main fprintf(fd, "bandrefs: "); for (i = 0; i < S->nbands; i++) { @@ -2656,6 +2767,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2680,6 +2792,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { @@ -2697,6 +2811,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2721,6 +2836,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { @@ -2738,6 +2855,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2781,6 +2899,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } fprintf(fd, "\n"); @@ -2840,6 +2960,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2916,6 +3037,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * The function will check for semantic label match between sigset struct * and imagery group. @@ -2935,6 +3060,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2985,6 +3111,9 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main * The function will check for band reference match between sigset struct * and imagery group. @@ -3003,6 +3132,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3027,6 +3157,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= * The function will check for semantic label match between sigset struct * and imagery group. @@ -3045,6 +3177,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3111,6 +3244,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -3135,6 +3272,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3211,6 +3349,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -3240,6 +3382,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3280,6 +3423,9 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main * If all band references are not identical (in ======= @@ -3317,6 +3463,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3432,6 +3579,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * \param *SigSet existing signatures to check & sort @@ -3459,6 +3608,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3536,6 +3686,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) { unsigned int total, complete; @@ -3556,6 +3710,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3607,6 +3762,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main char **I_SortSigSetByBandref(struct SigSet *S, const struct Ref *R) { unsigned int total, complete; unsigned int *match1, *match2, mc1, mc2, *new_order; @@ -3625,6 +3783,7 @@ char **I_SortSigSetByBandref(struct SigSet *S, const struct Ref *R) { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3650,6 +3809,8 @@ char **I_SortSigSetByBandref(struct SigSet *S, const struct Ref *R) { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) { unsigned int total, complete; @@ -3669,6 +3830,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3735,6 +3897,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /* Safety measure. Untranslated as this should not happen in production! */ @@ -3759,6 +3925,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3835,6 +4002,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "I_sort_signatures_by_semantic_label(%d, %d);", S->nbands, R->nfiles); @@ -3858,6 +4029,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3898,6 +4070,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); ======= @@ -3929,6 +4104,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4026,6 +4202,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -4057,6 +4235,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4114,6 +4293,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)) @@ -4135,6 +4318,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4208,6 +4392,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main new_means = (double ***)G_malloc(S->nclasses * sizeof(double **)); // new_vars[S.ClassSig[x]][.SubSig[y]][R[band1]][R[band1]] @@ -4232,6 +4418,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4267,6 +4454,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4282,6 +4471,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4331,6 +4521,8 @@ 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 *)); @@ -4354,6 +4546,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4394,6 +4587,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 **)); @@ -4414,6 +4610,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4482,6 +4679,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (unsigned int s = S->ClassSig[c].nsubclasses; s--;) { new_means[c][s] = (double *)G_malloc(S->nbands * sizeof(double)); @@ -4506,6 +4705,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4575,6 +4775,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)) @@ -4598,6 +4803,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4675,6 +4881,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -4701,6 +4909,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4736,6 +4945,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4751,6 +4962,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4800,6 +5012,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (S->semantic_labels[i] && group_semantic_labels[j] && !strcmp(S->semantic_labels[i], group_semantic_labels[j])) { @@ -4830,6 +5044,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4886,6 +5101,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (S->bandrefs[i] && group_bandrefs[j] && !strcmp(S->bandrefs[i], group_bandrefs[j])) { @@ -4912,6 +5130,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4931,6 +5150,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4946,6 +5167,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4995,6 +5217,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -5019,6 +5243,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5076,6 +5301,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)) @@ -5097,6 +5326,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5170,6 +5400,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mc1 = mc2 = 0; mismatches = (char **)G_malloc(2 * sizeof(char **)); @@ -5198,6 +5430,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5315,6 +5548,12 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) for (unsigned int i = 0; i < (unsigned int)S->nbands; i++) { ======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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++) { ======= @@ -5333,6 +5572,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5364,6 +5604,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!match1[i]) { if (S->semantic_labels[i]) @@ -5385,6 +5627,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5410,6 +5653,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 i = 0; i < S->nbands; i++) { @@ -5440,6 +5685,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5549,6 +5795,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (mc1) strcat(mismatches[0], ","); @@ -5573,6 +5821,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5649,6 +5898,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); @@ -5668,6 +5921,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5718,6 +5972,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (S->bandrefs[i]) strcat(mismatches[0], S->bandrefs[i]); @@ -5736,6 +5993,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5760,6 +6018,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); @@ -5778,6 +6038,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5844,6 +6105,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mc1++; total = total + 1; @@ -5872,6 +6137,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5989,6 +6255,12 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) for (unsigned int j = 0; j < (unsigned int)R->nfiles; j++) { ======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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++) { ======= @@ -6007,6 +6279,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6038,6 +6311,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (!match2[j]) { if (group_semantic_labels[j]) @@ -6059,6 +6334,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6084,6 +6360,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++) { @@ -6114,6 +6392,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6223,6 +6502,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (mc2) strcat(mismatches[1], ","); @@ -6247,6 +6528,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6323,6 +6605,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); @@ -6342,6 +6628,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6392,6 +6679,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (group_bandrefs[j]) strcat(mismatches[1], group_bandrefs[j]); @@ -6410,6 +6700,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6434,6 +6725,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); @@ -6452,6 +6745,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6518,6 +6812,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mc2++; total = total + 1; @@ -6550,6 +6848,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6608,6 +6907,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (unsigned int b1 = 0; b1 < (unsigned int)S->nbands; b1++) { new_means[c][s][new_order[b1]] = @@ -6629,6 +6930,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6654,6 +6956,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6698,6 +7002,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6849,6 +7154,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -6875,6 +7182,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6951,6 +7259,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main memcpy(S->semantic_labels, new_semantic_labels, S->nbands * sizeof(char **)); @@ -6975,6 +7287,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7015,6 +7328,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 **)); ======= @@ -7047,6 +7363,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7147,6 +7464,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -7173,6 +7492,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7249,6 +7569,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main free(group_semantic_labels[j]); free(group_semantic_labels); @@ -7270,6 +7594,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7320,6 +7645,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main free(group_bandrefs[j]); free(group_bandrefs); @@ -7340,6 +7668,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7364,6 +7693,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= free(group_semantic_labels[j]); free(group_semantic_labels); @@ -7384,6 +7715,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7450,6 +7782,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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--;) { diff --git a/lib/imagery/sigsetfile.c b/lib/imagery/sigsetfile.c index 1f2f20192e9..a530080c8e0 100644 --- a/lib/imagery/sigsetfile.c +++ b/lib/imagery/sigsetfile.c @@ -46,6 +46,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -122,6 +123,10 @@ FILE *I_fopen_sigset_file_new(const char *name) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main char dir[GNAME_MAX]; FILE *fd; @@ -146,6 +151,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -183,6 +189,8 @@ FILE *I_fopen_sigset_file_new(const char *name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= char element[GNAME_MAX]; ======= @@ -202,6 +210,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4d7f752c19 (ci: Ignore paths in CodeQL (#1778)) ======= ======= @@ -296,6 +305,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); @@ -316,6 +327,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -347,6 +359,8 @@ FILE *I_fopen_sigset_file_new(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return fd; } @@ -381,6 +395,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -438,6 +453,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)) @@ -459,6 +478,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -532,6 +552,8 @@ FILE *I_fopen_sigset_file_old(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main FILE *fd; @@ -557,6 +579,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -626,6 +649,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); @@ -650,6 +678,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -730,6 +759,8 @@ FILE *I_fopen_sigset_file_old(const char *name) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return fd; diff --git a/lib/imagery/testsuite/test_imagery_find.py b/lib/imagery/testsuite/test_imagery_find.py index 5da20ef7a64..c0227fdc4e2 100644 --- a/lib/imagery/testsuite/test_imagery_find.py +++ b/lib/imagery/testsuite/test_imagery_find.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import os import shutil ======= @@ -56,6 +57,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import os import shutil @@ -81,6 +84,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155,6 +159,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -182,6 +188,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -212,6 +219,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_SIGFILE_TYPE_LIBSVM, ======= @@ -230,6 +239,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -276,6 +286,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_find_signature, I_find_signature2, @@ -306,6 +318,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main cls.sigdirs = [] @@ -358,6 +371,10 @@ def setUpClass(cls): cls.sigdirs = [] ======= >>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= cls.sigdirs = [] @@ -375,6 +392,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -460,6 +478,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist @@ -480,6 +500,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -516,6 +537,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) cls.sig_name1 = tempname(10) @@ -551,6 +574,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -603,6 +627,10 @@ def tearDownClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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}" @@ -630,6 +658,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -722,6 +751,8 @@ def tearDownClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main try: os.remove(cls.sigfile_name1) @@ -741,6 +772,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -765,6 +797,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -781,6 +815,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -805,6 +840,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -821,6 +858,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -864,6 +902,8 @@ def tearDownClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_find_sig(self): @@ -929,6 +969,7 @@ def test_find_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -965,6 +1006,8 @@ def test_find_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_find_libsvm(self): # Non existing without a mapset @@ -1004,6 +1047,7 @@ def test_find_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1064,6 +1108,10 @@ def test_find_libsvm(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_find2_sig(self): # Non existing without a mapset @@ -1128,6 +1176,7 @@ def test_find2_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1164,6 +1213,8 @@ def test_find2_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_find2_libsvm(self): # Non existing without a mapset @@ -1203,6 +1254,7 @@ def test_find2_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1264,6 +1316,10 @@ def test_find2_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 62bb2302405..973238dfc9a 100644 --- a/lib/imagery/testsuite/test_imagery_sigfile.py +++ b/lib/imagery/testsuite/test_imagery_sigfile.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -97,10 +98,18 @@ >>>>>>> osgeo-main ======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + +<<<<<<< HEAD +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main import os +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) import stat import ctypes import shutil @@ -122,6 +131,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179,6 +189,15 @@ ======= ======= >>>>>>> osgeo-main +======= +from pathlib import Path +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import os import stat import ctypes @@ -196,6 +215,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -280,6 +300,18 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -308,6 +340,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -366,6 +399,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)) ======= @@ -386,6 +423,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -460,6 +498,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from grass.lib.imagery import ( Signature, Ref, @@ -488,6 +528,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -545,6 +586,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)) @@ -566,6 +611,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -639,6 +685,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures, I_init_group_ref, @@ -673,6 +721,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -749,6 +798,10 @@ def setUpClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main cls.sig_dir = f"{cls.mpath}/signatures/sig/{cls.sig_name}" @@ -769,6 +822,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -819,6 +873,9 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main cls.sigfile_name = f"{cls.mpath}/signatures/sig/{cls.sig_name}" @@ -841,6 +898,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -865,6 +923,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cls.sig_dir = f"{cls.mpath}/signatures/sig/{cls.sig_name}" @@ -884,6 +944,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -950,6 +1011,10 @@ def tearDownClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_I_fopen_signature_file_old_fail(self): @@ -975,6 +1040,7 @@ def test_I_fopen_signature_file_old_fail(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main def test_roundtrip_signature_v1_norgb_one_label(self): @@ -1023,6 +1089,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) @@ -1044,6 +1112,7 @@ def test_roundtrip_signature_v1_norgb_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1068,6 +1137,8 @@ def test_roundtrip_signature_v1_norgb_one_band(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) @@ -1085,6 +1156,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1109,6 +1181,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) @@ -1126,6 +1200,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1169,6 +1244,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Create signature struct @@ -1199,6 +1276,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1256,6 +1334,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)) @@ -1277,6 +1359,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1350,6 +1433,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main So.sig[0].status = 1 So.sig[0].have_color = 0 @@ -1379,6 +1464,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1530,6 +1616,32 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + sig_stat = Path(self.sig_dir, "sig").stat() +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= + sig_stat = os.stat(self.sigfile_name) +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +<<<<<<< HEAD +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (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)) @@ -1562,6 +1674,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1597,6 +1710,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1612,6 +1727,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1661,6 +1777,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.have_oclass, 0) semantic_label = utils.decode( @@ -1685,6 +1803,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1725,6 +1844,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") @@ -1745,6 +1867,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1813,6 +1936,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.sig[0].status, 1) self.assertEqual(Sn.sig[0].have_color, 0) @@ -1841,6 +1966,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1898,6 +2024,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)) @@ -1919,6 +2049,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1992,6 +2123,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(So)) I_free_signatures(ctypes.byref(Sn)) @@ -2019,6 +2152,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2076,6 +2210,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)) @@ -2097,6 +2235,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2170,6 +2309,8 @@ def test_broken_signature_v1_norgb(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Create signature struct @@ -2201,6 +2342,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2258,6 +2400,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)) @@ -2279,6 +2425,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2352,6 +2499,8 @@ def test_broken_signature_v1_norgb(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main So.sig[0].status = 1 So.sig[0].have_color = 0 @@ -2381,6 +2530,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2532,6 +2682,32 @@ def test_broken_signature_v1_norgb(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + sig_stat = Path(self.sig_dir, "sig").stat() +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= + sig_stat = os.stat(self.sigfile_name) +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +<<<<<<< HEAD +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (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)) @@ -2562,6 +2738,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2638,6 +2815,10 @@ def test_broken_signature_v1_norgb(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main So.semantic_labels[0] = None I_free_signatures(ctypes.byref(So)) @@ -2659,6 +2840,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2709,6 +2891,9 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main So.bandrefs[0] = None I_free_signatures(ctypes.byref(So)) @@ -2729,6 +2914,7 @@ def test_roundtrip_signature_v1_norgb_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2753,6 +2939,8 @@ def test_roundtrip_signature_v1_norgb_two_bands(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= So.semantic_labels[0] = None I_free_signatures(ctypes.byref(So)) @@ -2773,6 +2961,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2839,6 +3028,10 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Create signature struct @@ -2871,6 +3064,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2940,6 +3134,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") @@ -2964,6 +3163,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3044,6 +3244,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main So.sig[0].status = 1 So.sig[0].have_color = 0 @@ -3085,6 +3287,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3236,6 +3439,32 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + sig_stat = Path(self.sig_dir, "sig").stat() +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= + sig_stat = os.stat(self.sigfile_name) +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +<<<<<<< HEAD +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (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)) @@ -3267,6 +3496,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3302,6 +3532,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3317,6 +3549,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3366,6 +3599,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.have_oclass, 0) semantic_label = utils.decode( @@ -3390,6 +3625,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3430,6 +3666,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") @@ -3450,6 +3689,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3518,6 +3758,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.sig[0].status, 1) self.assertEqual(Sn.sig[0].have_color, 0) @@ -3547,6 +3789,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3582,6 +3825,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3597,6 +3842,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3646,6 +3892,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[1], ctypes.c_char_p).value @@ -3669,6 +3917,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3709,6 +3958,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") @@ -3729,6 +3981,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3797,6 +4050,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.sig[1].status, 1) self.assertEqual(Sn.sig[1].have_color, 0) @@ -3828,6 +4083,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3863,6 +4119,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3878,6 +4136,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3927,6 +4186,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main So.semantic_labels[0] = None So.semantic_labels[1] = None @@ -3976,7 +4237,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): # Write signatures to file p_new_sigfile = I_fopen_signature_file_new(self.sig_name) - sig_stat = os.stat(f"{self.sig_dir}/sig") + sig_stat = Path(self.sig_dir, "sig").stat() self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_write_signatures(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -4039,6 +4300,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4079,6 +4341,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 @@ -4099,6 +4364,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4167,6 +4433,8 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(So)) I_free_signatures(ctypes.byref(Sn)) @@ -4193,6 +4461,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4251,6 +4520,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)) ======= @@ -4271,6 +4544,7 @@ class SortSignaturesBysemantic_labelTest(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4344,6 +4618,8 @@ class SortSignaturesBysemantic_labelTest(TestCase): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @classmethod def setUpClass(cls): @@ -4369,6 +4645,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4413,6 +4690,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -4433,6 +4712,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4467,6 +4747,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.bandref1 = "The_Doors" cls.map2 = tempname(10) @@ -4484,6 +4766,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4508,6 +4791,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -4525,6 +4810,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4549,6 +4835,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -4566,6 +4854,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4609,6 +4898,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.map3 = tempname(10) cls.use_temp_region() @@ -4635,6 +4926,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4704,6 +4996,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) @@ -4728,6 +5025,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4808,6 +5106,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @classmethod @@ -4849,6 +5149,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4906,6 +5207,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)) @@ -4927,6 +5232,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5000,6 +5306,8 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.title = b"Signature title" S.sig[0].status = 1 @@ -5029,6 +5337,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5086,6 +5395,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)) @@ -5107,6 +5420,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5180,6 +5494,8 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) @@ -5207,6 +5523,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main S.semantic_labels[ @@ -5255,6 +5572,8 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.semantic_labels[0] = ( None # C should not call free() on memory allocated by python @@ -5274,6 +5593,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5289,7 +5609,9 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ->>>>>>> main +>>>>>>> main +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -5315,6 +5637,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5339,6 +5662,8 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.semantic_labels[ 0 @@ -5356,6 +5681,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5399,6 +5725,8 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) @@ -5444,6 +5772,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5501,6 +5830,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)) @@ -5522,6 +5855,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5595,6 +5929,8 @@ def test_asymmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -5623,6 +5959,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5680,6 +6017,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)) @@ -5701,6 +6042,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5774,6 +6116,8 @@ def test_asymmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) @@ -5801,6 +6145,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5858,6 +6203,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)) @@ -5879,6 +6228,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5952,6 +6302,8 @@ def test_asymmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) @@ -5981,6 +6333,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6038,6 +6391,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)) @@ -6059,6 +6416,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6132,6 +6490,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Prepare imagery group reference struct R = Ref() @@ -6169,6 +6529,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6226,6 +6587,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)) @@ -6247,6 +6612,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6320,6 +6686,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -6348,6 +6716,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6405,6 +6774,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)) @@ -6426,6 +6799,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6499,6 +6873,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) @@ -6524,6 +6900,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6559,6 +6936,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6574,6 +6953,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6623,6 +7003,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ",," + ",," @@ -6643,6 +7025,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -6709,6 +7092,10 @@ def test_missing_semantic_label(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -6729,6 +7116,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6779,6 +7167,9 @@ def test_missing_semantic_label(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main ",," + ",," @@ -6798,6 +7189,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -6817,6 +7209,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -6842,6 +7236,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6930,6 +7325,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) @@ -6973,6 +7370,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7030,6 +7428,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)) @@ -7051,6 +7453,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7124,6 +7527,8 @@ def test_single_complete_match(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -7152,6 +7557,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7228,6 +7634,10 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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)) @@ -7249,6 +7659,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7299,6 +7710,9 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7317,6 +7731,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7341,6 +7756,8 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7361,6 +7778,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7427,6 +7845,10 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -7451,6 +7873,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7508,6 +7931,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)) @@ -7529,6 +7956,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7602,6 +8030,8 @@ def test_single_complete_match(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) @@ -7649,6 +8079,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7718,6 +8149,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") @@ -7742,6 +8178,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7822,6 +8259,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -7862,6 +8301,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7906,6 +8346,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7926,6 +8368,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7960,6 +8403,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7977,6 +8422,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8001,6 +8447,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -8018,6 +8466,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8042,6 +8491,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -8059,6 +8510,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8102,6 +8554,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Static items self.assertEqual(S.sig[0].npoints, 69) @@ -8126,6 +8580,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8161,6 +8616,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8176,6 +8633,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8225,6 +8683,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -8252,6 +8712,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8308,6 +8769,9 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Doors") @@ -8327,6 +8791,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -8346,6 +8811,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8361,6 +8828,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8410,6 +8878,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 6.6) self.assertEqual(S.sig[0].mean[1], 3.3) @@ -8442,6 +8912,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8511,6 +8982,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 @@ -8535,6 +9011,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8615,6 +9092,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) @@ -8662,6 +9141,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8731,6 +9211,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") @@ -8755,6 +9240,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8835,6 +9321,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -8873,6 +9361,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8917,6 +9406,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -8937,6 +9428,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8971,6 +9463,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -8988,6 +9482,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9012,6 +9507,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -9029,6 +9526,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9053,6 +9551,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -9070,6 +9570,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9113,6 +9614,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Static items self.assertEqual(S.sig[0].npoints, 69) @@ -9137,6 +9640,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9172,6 +9676,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9187,6 +9693,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9236,6 +9743,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -9263,6 +9772,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9319,6 +9829,9 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Who") @@ -9338,6 +9851,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -9357,6 +9871,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9372,6 +9888,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9421,6 +9938,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 3.5) self.assertEqual(S.sig[0].var[0][0], 1.7) @@ -9447,6 +9966,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9516,6 +10036,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 @@ -9540,6 +10065,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9620,6 +10146,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) @@ -9671,6 +10199,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9740,6 +10269,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") @@ -9764,6 +10298,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9844,6 +10379,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -9902,6 +10439,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9946,6 +10484,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -9966,6 +10506,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10000,6 +10541,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -10017,6 +10560,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10041,6 +10585,8 @@ def test_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -10058,6 +10604,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10082,6 +10629,8 @@ def test_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -10099,6 +10648,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10142,6 +10692,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Static items self.assertEqual(S.sig[0].npoints, 69) @@ -10168,6 +10720,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -10203,6 +10756,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -10218,6 +10773,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10267,6 +10823,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -10294,6 +10852,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10350,6 +10909,9 @@ def test_complete_match_reorder(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Doors") @@ -10369,6 +10931,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -10388,6 +10951,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -10403,6 +10968,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10452,6 +11018,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 6.6) self.assertEqual(S.sig[0].mean[1], 3.3) @@ -10494,6 +11062,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -10563,6 +11132,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 @@ -10587,6 +11161,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10667,6 +11242,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) diff --git a/lib/imagery/testsuite/test_imagery_signature_management.py b/lib/imagery/testsuite/test_imagery_signature_management.py index fd7bcd9be20..48ba1334db4 100644 --- a/lib/imagery/testsuite/test_imagery_signature_management.py +++ b/lib/imagery/testsuite/test_imagery_signature_management.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54,6 +55,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -71,6 +74,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -118,12 +122,15 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import os import shutil import ctypes from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows from grass.script.core import tempname import grass.script as gs @@ -155,6 +162,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -185,6 +193,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_SIGFILE_TYPE_LIBSVM, ======= @@ -203,6 +213,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -249,6 +260,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_find_signature, I_signatures_remove, @@ -275,6 +288,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -351,6 +365,10 @@ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main I_get_signatures_dir, I_make_signatures_dir, @@ -370,6 +388,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -403,23 +422,55 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main class GetSignaturesDirTestCase(TestCase): + @xfail_windows def test_get_sig(self): cdir = ctypes.create_string_buffer(GNAME_MAX) I_get_signatures_dir(cdir, I_SIGFILE_TYPE_SIG) self.assertEqual(utils.decode(cdir.value), f"signatures{HOST_DIRSEP}sig") + @xfail_windows def test_get_sigset(self): cdir = ctypes.create_string_buffer(GNAME_MAX) I_get_signatures_dir(cdir, I_SIGFILE_TYPE_SIGSET) self.assertEqual(utils.decode(cdir.value), f"signatures{HOST_DIRSEP}sigset") + @xfail_windows def test_get_libsvm(self): elem = ctypes.create_string_buffer(GNAME_MAX) I_get_signatures_dir(elem, I_SIGFILE_TYPE_LIBSVM) self.assertEqual(utils.decode(elem.value), f"signatures{HOST_DIRSEP}libsvm") +class MakeSignaturesDirTestCase(TestCase): +======= + I__get_signatures_element, + I__make_signatures_element, +======= + I_get_signatures_dir, + I_make_signatures_dir, +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +) + + +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +class GetSignaturesElementTestCase(TestCase): + def test_get_sig(self): + cdir = ctypes.create_string_buffer(GNAME_MAX) + I_get_signatures_dir(cdir, I_SIGFILE_TYPE_SIG) + self.assertEqual(utils.decode(cdir.value), f"signatures{HOST_DIRSEP}sig") + + def test_get_sigset(self): + cdir = ctypes.create_string_buffer(GNAME_MAX) + I_get_signatures_dir(cdir, I_SIGFILE_TYPE_SIGSET) + self.assertEqual(utils.decode(cdir.value), f"signatures{HOST_DIRSEP}sigset") + + +<<<<<<< HEAD + class MakeSignaturesDirTestCase(TestCase): ======= I__get_signatures_element, @@ -664,6 +715,13 @@ class MakeSignaturesElementTestCase(TestCase): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +class MakeSignaturesElementTestCase(TestCase): +<<<<<<< HEAD +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @classmethod def setUpClass(cls): @@ -699,6 +757,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -754,6 +813,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)) @@ -774,6 +837,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -819,6 +883,8 @@ def test_make_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sig")) @@ -830,6 +896,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -900,6 +967,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)) @@ -919,6 +990,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1035,6 +1107,8 @@ def test_make_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sig")) @@ -1060,6 +1134,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1115,6 +1190,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)) @@ -1135,6 +1214,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1180,6 +1260,8 @@ def test_make_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sigset")) @@ -1191,6 +1273,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1261,6 +1344,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)) @@ -1280,6 +1367,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1396,6 +1484,8 @@ def test_make_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sigset")) @@ -1416,6 +1506,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1452,6 +1543,8 @@ def test_make_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_make_libsvm(self): I_make_signatures_dir(I_SIGFILE_TYPE_LIBSVM) @@ -1478,6 +1571,7 @@ def test_make_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1539,6 +1633,10 @@ def test_make_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class SignaturesRemoveTestCase(TestCase): @classmethod @@ -1564,6 +1662,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1621,6 +1720,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1642,6 +1745,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1715,6 +1819,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist @@ -1735,6 +1841,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1811,6 +1918,11 @@ def setUpClass(cls): os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @classmethod @@ -1830,6 +1942,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1872,6 +1985,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @classmethod @@ -1887,6 +2002,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -1916,6 +2032,8 @@ def tearDownClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for f in cls.sigfiles: try: @@ -1935,6 +2053,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1959,6 +2078,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -1975,6 +2096,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2041,6 +2163,10 @@ def tearDownClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_remove_existing_sig(self): @@ -2066,6 +2192,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2101,6 +2228,8 @@ def test_remove_existing_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2116,6 +2245,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2165,6 +2295,8 @@ def test_remove_existing_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) @@ -2184,6 +2316,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2250,6 +2383,10 @@ def test_remove_existing_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) @@ -2278,6 +2415,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2318,6 +2456,9 @@ def test_remove_existing_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -2354,6 +2495,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2466,6 +2608,8 @@ def test_remove_existing_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Try to remove with wrong type ret = I_signatures_remove(I_SIGFILE_TYPE_SIGSET, sig_name2) @@ -2516,6 +2660,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2551,6 +2696,8 @@ def test_remove_nonexisting_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2566,6 +2713,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2615,6 +2763,8 @@ def test_remove_nonexisting_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) @@ -2634,6 +2784,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2700,6 +2851,10 @@ def test_remove_nonexisting_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) @@ -2724,6 +2879,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2764,6 +2920,9 @@ def test_remove_nonexisting_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -2796,6 +2955,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2896,6 +3056,8 @@ def test_remove_nonexisting_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Now remove one (should fail as file is absent) ret = I_signatures_remove(I_SIGFILE_TYPE_SIG, sig_name2) @@ -2935,6 +3097,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2970,6 +3133,8 @@ def test_remove_existing_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2985,6 +3150,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3034,6 +3200,8 @@ def test_remove_existing_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) @@ -3053,6 +3221,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3119,6 +3288,10 @@ def test_remove_existing_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) @@ -3147,6 +3320,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3187,6 +3361,9 @@ def test_remove_existing_sigset(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -3223,6 +3400,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3335,6 +3513,8 @@ def test_remove_existing_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Try to remove with wrong type ret = I_signatures_remove(I_SIGFILE_TYPE_SIG, sig_name2) @@ -3385,6 +3565,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3420,6 +3601,8 @@ def test_remove_nonexisting_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3435,6 +3618,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3484,6 +3668,8 @@ def test_remove_nonexisting_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) @@ -3503,6 +3689,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3569,6 +3756,10 @@ def test_remove_nonexisting_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) @@ -3593,6 +3784,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3633,6 +3825,9 @@ def test_remove_nonexisting_sigset(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -3665,6 +3860,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3765,6 +3961,8 @@ def test_remove_nonexisting_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Now remove one (should fail as file doesn't exist) ret = I_signatures_remove(I_SIGFILE_TYPE_SIGSET, sig_name2) @@ -3797,6 +3995,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3833,6 +4032,8 @@ def test_remove_nonexisting_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_remove_existing_libsvm(self): # This test will fail if run in PERMANENT! @@ -3928,6 +4129,7 @@ def test_remove_nonexisting_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3989,6 +4191,10 @@ def test_remove_nonexisting_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class SignaturesCopyTestCase(TestCase): @classmethod @@ -4014,6 +4220,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4071,6 +4278,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -4092,6 +4303,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4165,6 +4377,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist @@ -4185,6 +4399,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4215,6 +4430,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) ======= @@ -4233,6 +4450,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4279,6 +4497,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # A mapset with a random name cls.src_mapset_name = tempname(10) @@ -4305,6 +4525,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4381,6 +4602,10 @@ def setUpClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Create fake signature files os.makedirs(f"{cls.src_mapset_path}/signatures/sig/") @@ -4403,6 +4628,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4453,6 +4679,9 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main os.makedirs(f"{cls.src_mapset_path}/signatures/sig/") cls.src_sig = tempname(10) @@ -4471,6 +4700,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4495,6 +4725,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # Create fake signature files os.makedirs(f"{cls.src_mapset_path}/signatures/sig/") @@ -4516,6 +4748,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4582,6 +4815,10 @@ def setUpClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sig file") f.close() @@ -4606,6 +4843,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4641,6 +4879,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4656,6 +4896,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4705,6 +4946,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.src_sigset_dir = f"{cls.src_mapset_path}/signatures/sigset/{cls.src_sigset}" os.makedirs(cls.src_sigset_dir) @@ -4724,6 +4967,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD f.write("A sigset file") f.close() @@ -4763,6 +5007,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main f.write("A sigset file") f.close() @@ -4789,6 +5035,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4814,6 +5061,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) f.write("A sigset file") f.close() @@ -4834,6 +5083,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4880,6 +5130,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @classmethod @@ -4905,6 +5157,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4994,6 +5247,11 @@ def tearDownClass(cls): for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) ======= +>>>>>>> osgeo-main +======= + for d in cls.sigdirs: + shutil.rmtree(d, ignore_errors=True) +======= >>>>>>> osgeo-main for f in cls.sigfiles: try: @@ -5013,6 +5271,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5037,6 +5296,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -5053,6 +5314,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5077,6 +5339,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -5093,6 +5357,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5136,6 +5401,8 @@ def tearDownClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_copy_to_wrong_mapset(self): @@ -5172,6 +5439,7 @@ def test_sigset_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5208,6 +5476,8 @@ def test_sigset_does_not_exist(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_libsvm_does_not_exist(self): ret = I_signatures_copy( @@ -5229,6 +5499,7 @@ def test_libsvm_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5289,6 +5560,10 @@ def test_libsvm_does_not_exist(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_success_unqualified_sig(self): dst = tempname(10) @@ -5318,6 +5593,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5375,6 +5651,10 @@ def test_success_unqualified_sig(self): ======= self.sigdirs.append(f"{self.mpath}/signatures/sig/{dst}") ======= +>>>>>>> osgeo-main +======= + 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)) @@ -5396,6 +5676,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5469,6 +5750,8 @@ def test_success_unqualified_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(ret, 0) ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) @@ -5494,6 +5777,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5570,6 +5854,10 @@ def test_success_unqualified_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) @@ -5591,6 +5879,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5641,6 +5930,9 @@ def test_success_fq_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def test_success_fq_sig(self): @@ -5660,6 +5952,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5684,6 +5977,8 @@ def test_success_fq_sig(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) @@ -5704,6 +5999,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5770,6 +6066,10 @@ def test_success_fq_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertFalse(ret) @@ -5805,6 +6105,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) @@ -5857,6 +6158,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")) @@ -5874,6 +6179,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5959,6 +6265,8 @@ def test_success_fq_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_success_unqualified_sigset(self): @@ -5991,6 +6299,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6048,6 +6357,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)) @@ -6069,6 +6382,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6142,6 +6456,8 @@ def test_success_unqualified_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(ret, 0) ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) @@ -6167,6 +6483,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6243,6 +6560,10 @@ def test_success_unqualified_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) @@ -6264,6 +6585,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6314,6 +6636,9 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def test_success_fq_sigset(self): @@ -6333,6 +6658,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6357,6 +6683,8 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) @@ -6377,6 +6705,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6443,6 +6772,10 @@ def test_success_fq_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertFalse(ret) @@ -6480,6 +6813,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6556,6 +6890,10 @@ def test_success_fq_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") @@ -6574,6 +6912,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6606,6 +6945,8 @@ def test_success_fq_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_success_unqualified_libsvm(self): dst = tempname(10) @@ -6663,6 +7004,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6687,6 +7029,8 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") @@ -6702,6 +7046,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6775,6 +7120,11 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -6803,6 +7153,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6860,6 +7211,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -6881,6 +7236,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6954,6 +7310,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist @@ -6974,6 +7332,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7050,6 +7409,11 @@ def setUpClass(cls): os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @classmethod @@ -7069,6 +7433,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7111,6 +7476,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @classmethod @@ -7126,6 +7493,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -7155,6 +7523,8 @@ def tearDownClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for f in cls.sigfiles: try: @@ -7174,6 +7544,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7198,6 +7569,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -7214,6 +7587,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7280,6 +7654,10 @@ def tearDownClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_rename_from_wrong_mapset(self): @@ -7315,6 +7693,7 @@ def test_sigset_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7351,6 +7730,8 @@ def test_sigset_does_not_exist(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_libsvm_does_not_exist(self): ret = I_signatures_rename(I_SIGFILE_TYPE_LIBSVM, tempname(10), tempname(10)) @@ -7370,6 +7751,7 @@ def test_libsvm_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7401,6 +7783,8 @@ def test_libsvm_does_not_exist(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_success_unqualified_sig(self): src_sig = tempname(10) @@ -7426,6 +7810,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7466,6 +7851,9 @@ def test_success_unqualified_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def test_success_unqualified_sig(self): src_sig = tempname(10) @@ -7496,6 +7884,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7590,6 +7979,8 @@ def test_success_unqualified_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertFalse(ret) @@ -7620,6 +8011,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7696,6 +8088,10 @@ def test_success_unqualified_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) @@ -7723,6 +8119,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7769,6 +8166,8 @@ def test_success_fq_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7789,6 +8188,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -7851,6 +8251,8 @@ def test_success_fq_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main dst = tempname(10) self.sigfiles.append(f"{self.mpath}/signatures/sig/{dst}") @@ -7868,6 +8270,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7892,6 +8295,8 @@ def test_success_fq_sig(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= dst_name = tempname(10) self.sigdirs.append(f"{self.mpath}/signatures/sig/{dst_name}") @@ -7909,6 +8314,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7975,6 +8381,10 @@ def test_success_fq_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertFalse(ret) @@ -8009,6 +8419,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8085,6 +8496,10 @@ def test_success_fq_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) @@ -8112,6 +8527,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8153,6 +8569,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)) @@ -8186,6 +8605,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8292,6 +8712,8 @@ def test_success_unqualified_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertFalse(ret) @@ -8322,6 +8744,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8398,6 +8821,10 @@ def test_success_unqualified_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) @@ -8425,6 +8852,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -8471,6 +8899,8 @@ def test_success_fq_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8491,6 +8921,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -8553,6 +8984,8 @@ def test_success_fq_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main dst = tempname(10) self.sigfiles.append(f"{self.mpath}/signatures/sigset/{dst}") @@ -8570,6 +9003,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8594,6 +9028,8 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= dst_name = tempname(10) self.sigdirs.append(f"{self.mpath}/signatures/sigset/{dst_name}") @@ -8611,6 +9047,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8677,6 +9114,10 @@ def test_success_fq_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertFalse(ret) @@ -8711,6 +9152,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8787,6 +9229,10 @@ def test_success_fq_sigset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") @@ -8805,6 +9251,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8837,6 +9284,8 @@ def test_success_fq_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_success_unqualified_libsvm(self): src_sig = tempname(10) @@ -8901,6 +9350,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8916,7 +9366,9 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ->>>>>>> main +>>>>>>> main +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -8940,6 +9392,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9013,6 +9466,11 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -9042,6 +9500,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9099,6 +9558,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -9120,6 +9583,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9193,6 +9657,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist @@ -9213,6 +9679,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9243,6 +9710,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) ======= @@ -9261,6 +9730,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9307,6 +9777,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # A mapset with a random name cls.rnd_mapset_name = tempname(10) @@ -9331,6 +9803,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9361,6 +9834,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main os.makedirs(f"{cls.rnd_mapset_path}/signatures/libsvm/") ======= @@ -9379,6 +9854,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9425,6 +9901,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @classmethod @@ -9450,6 +9928,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9539,6 +10018,11 @@ def tearDownClass(cls): for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) ======= +>>>>>>> osgeo-main +======= + for d in cls.sigdirs: + shutil.rmtree(d, ignore_errors=True) +======= >>>>>>> osgeo-main for f in cls.sigfiles: try: @@ -9558,6 +10042,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9582,6 +10067,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -9598,6 +10085,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9622,6 +10110,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -9638,6 +10128,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9681,6 +10172,8 @@ def tearDownClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_no_sigs_at_all(self): @@ -9711,6 +10204,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9746,6 +10240,8 @@ def test_no_sigs_at_all(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9761,6 +10257,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9810,6 +10307,8 @@ def test_no_sigs_at_all(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_signatures_list_by_type( I_SIGFILE_TYPE_SIGSET, self.rnd_mapset_name, ctypes.byref(sig_list) @@ -9831,6 +10330,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9867,6 +10367,8 @@ def test_no_sigs_at_all(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = I_signatures_list_by_type( I_SIGFILE_TYPE_LIBSVM, self.rnd_mapset_name, ctypes.byref(sig_list) @@ -9887,6 +10389,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9918,6 +10421,8 @@ def test_no_sigs_at_all(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_sig_in_different_mapset(self): @@ -9941,6 +10446,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -9982,6 +10488,8 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9997,6 +10505,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -10049,6 +10558,8 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_file = f"{self.mpath}/signatures/sig/{local_sig}" self.sigfiles.append(sig_file) @@ -10066,6 +10577,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10090,6 +10602,8 @@ def test_sig_in_different_mapset(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= sig_dir = f"{self.mpath}/signatures/sig/{local_sig}" os.makedirs(sig_dir) @@ -10108,6 +10622,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10174,6 +10689,10 @@ def test_sig_in_different_mapset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sig file") f.close() @@ -10200,6 +10719,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -10276,6 +10796,10 @@ def test_sig_in_different_mapset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main shutil.rmtree(sig_dir) self.assertEqual(ret, 0) @@ -10299,6 +10823,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -10340,6 +10865,8 @@ def test_sig_in_different_mapset(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= os.remove(sig_file) ======= @@ -10357,6 +10884,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -10411,6 +10939,8 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sigset_file = f"{self.mpath}/signatures/sigset/{local_sigset}" self.sigfiles.append(sigset_file) @@ -10428,6 +10958,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10452,6 +10983,8 @@ def test_sig_in_different_mapset(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= sig_dir = f"{self.mpath}/signatures/sigset/{local_sigset}" os.makedirs(sig_dir) @@ -10470,6 +11003,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10536,6 +11070,10 @@ def test_sig_in_different_mapset(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sigset file") f.close() @@ -10562,6 +11100,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -10607,6 +11146,8 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main shutil.rmtree(sig_dir) self.assertEqual(ret, 0) @@ -10640,6 +11181,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= shutil.rmtree(sig_dir) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10705,6 +11247,11 @@ def test_sig_in_different_mapset(self): ======= shutil.rmtree(sig_dir) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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)) @@ -10729,6 +11276,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -10772,6 +11320,9 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main shutil.rmtree(sig_dir) self.assertEqual(ret, 0) @@ -10792,6 +11343,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10850,6 +11402,9 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Sig type rnd_sig = tempname(10) @@ -10871,6 +11426,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10921,6 +11477,9 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main rnd_sig = tempname(10) sig_file = f"{self.rnd_mapset_path}/signatures/sig/{rnd_sig}" @@ -10938,6 +11497,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10962,6 +11522,8 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # Sig type rnd_sig = tempname(10) @@ -10982,6 +11544,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11048,6 +11611,10 @@ def test_single_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sig file") f.close() @@ -11074,6 +11641,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -11131,6 +11699,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)) @@ -11152,6 +11724,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11225,6 +11798,8 @@ def test_single_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(ret, 1) val = utils.decode(sig_list[0]) @@ -11249,6 +11824,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -11325,6 +11901,10 @@ def test_single_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # SigSet type # SigSet equals sig. Just testing branching inside. @@ -11347,6 +11927,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11397,6 +11978,9 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main # SigSet equals sig. Just testing branching inside. rnd_sigset = tempname(10) @@ -11415,6 +11999,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11439,6 +12024,8 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # SigSet type # SigSet equals sig. Just testing branching inside. @@ -11460,6 +12047,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11526,6 +12114,10 @@ def test_single_sig(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sigset file") f.close() @@ -11552,6 +12144,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -11609,6 +12202,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)) @@ -11630,6 +12227,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11703,6 +12301,8 @@ def test_single_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(ret, 1) val = utils.decode(sigset_list[0]) @@ -11723,6 +12323,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11759,6 +12360,8 @@ def test_single_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # libsvm type rnd_sig = tempname(10) @@ -11791,6 +12394,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11822,6 +12426,8 @@ def test_single_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_multiple_sigs(self): @@ -11853,6 +12459,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11893,6 +12500,9 @@ def test_multiple_sigs(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def test_multiple_sigs(self): @@ -11930,6 +12540,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12049,6 +12660,8 @@ def test_multiple_sigs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main f.write("A sig file") f.close() @@ -12076,6 +12689,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -12145,6 +12759,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) @@ -12169,6 +12788,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12249,6 +12869,8 @@ def test_multiple_sigs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(ret, 2) golden = ( @@ -12277,6 +12899,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -12353,6 +12976,10 @@ def test_multiple_sigs(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # SigSet type rnd_sigset1 = tempname(10) @@ -12381,6 +13008,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12421,6 +13049,9 @@ def test_multiple_sigs(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main # Ditto for sigset ======= @@ -12458,6 +13089,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12573,6 +13205,8 @@ def test_multiple_sigs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main f.write("A sigset file") f.close() @@ -12599,6 +13233,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -12668,6 +13303,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) @@ -12692,6 +13332,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12772,6 +13413,8 @@ def test_multiple_sigs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(ret, 2) golden = ( @@ -12796,6 +13439,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12832,6 +13476,8 @@ def test_multiple_sigs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # libsvm type rnd_sig1 = tempname(10) @@ -12877,6 +13523,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12937,6 +13584,10 @@ def test_multiple_sigs(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_multiple_sigs_multiple_mapsets(self): @@ -12961,6 +13612,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -12996,6 +13648,8 @@ def test_multiple_sigs_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13011,6 +13665,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13060,6 +13715,8 @@ def test_multiple_sigs_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_dir1 = f"{self.rnd_mapset_path}/signatures/sig/{rnd_sig1}" os.makedirs(sig_dir1) @@ -13079,6 +13736,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -13145,6 +13803,10 @@ def test_multiple_sigs_multiple_mapsets(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sig file") f.close() @@ -13169,6 +13831,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13209,6 +13872,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") @@ -13242,6 +13908,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13345,6 +14012,8 @@ def test_multiple_sigs_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_list = self.list_ptr() ret = I_signatures_list_by_type( @@ -13391,6 +14060,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -13460,6 +14130,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) @@ -13484,6 +14159,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13564,6 +14240,8 @@ def test_multiple_sigs_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # There could be more sigs if this is not an empty mapset self.assertTrue(ret >= 2) @@ -13594,6 +14272,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -13629,6 +14308,8 @@ def test_multiple_sigsets_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13644,6 +14325,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13693,6 +14375,8 @@ def test_multiple_sigsets_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_dir1 = f"{self.rnd_mapset_path}/signatures/sigset/{rnd_sig1}" os.makedirs(sig_dir1) @@ -13712,6 +14396,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -13778,6 +14463,10 @@ def test_multiple_sigsets_multiple_mapsets(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main f.write("A sigset file") f.close() @@ -13836,6 +14525,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13868,6 +14558,8 @@ def test_multiple_sigsets_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_multiple_libsvms_multiple_mapsets(self): # Test searching in multiple mapsets. Identical to SIG and SIGSET case @@ -13905,6 +14597,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -13924,6 +14617,8 @@ def test_multiple_libsvms_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) f.write("A sigset file") f.close() @@ -13942,6 +14637,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -14016,6 +14712,8 @@ def test_multiple_libsvms_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sig_list = self.list_ptr() ret = I_signatures_list_by_type( @@ -14065,6 +14763,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14088,6 +14787,8 @@ def test_multiple_libsvms_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main os.remove(sig_file1) os.remove(sig_file2) @@ -14106,6 +14807,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14147,6 +14849,8 @@ def test_multiple_libsvms_multiple_mapsets(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # There could be more sigs if this is not an empty mapset self.assertTrue(ret >= 2) @@ -14169,6 +14873,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14201,6 +14906,8 @@ def test_multiple_libsvms_multiple_mapsets(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 e7ec3efca19..12889bb792a 100644 --- a/lib/imagery/testsuite/test_imagery_sigsetfile.py +++ b/lib/imagery/testsuite/test_imagery_sigsetfile.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -97,10 +98,18 @@ >>>>>>> osgeo-main ======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= + +<<<<<<< HEAD +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main import os +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) import stat import ctypes import shutil @@ -122,6 +131,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179,6 +189,15 @@ ======= ======= >>>>>>> osgeo-main +======= +from pathlib import Path +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import os import stat import ctypes @@ -196,6 +215,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -280,6 +300,18 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -308,6 +340,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -366,6 +399,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)) ======= @@ -386,6 +423,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -460,6 +498,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from grass.lib.imagery import ( SigSet, I_InitSigSet, @@ -486,6 +526,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -543,6 +584,10 @@ ======= I_SortSigSetBySemanticLabel, ======= +>>>>>>> osgeo-main +======= + I_SortSigSetBySemanticLabel, +======= >>>>>>> osgeo-main I_SortSigSetByBandref, >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -564,6 +609,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -637,6 +683,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main I_fopen_sigset_file_new, I_fopen_sigset_file_old, @@ -663,6 +711,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -720,6 +769,10 @@ ======= ReturnString, ======= +>>>>>>> osgeo-main +======= + ReturnString, +======= >>>>>>> osgeo-main String, >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -741,6 +794,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -815,6 +869,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ) @@ -844,6 +900,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -920,6 +977,10 @@ def setUpClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main cls.sig_dir = f"{cls.mpath}/signatures/sigset/{cls.sig_name}" @@ -940,6 +1001,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -990,6 +1052,9 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main cls.sigfile_name = f"{cls.mpath}/signatures/sigset/{cls.sig_name}" @@ -1012,6 +1077,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1036,6 +1102,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cls.sig_dir = f"{cls.mpath}/signatures/sigset/{cls.sig_name}" @@ -1055,6 +1123,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1121,6 +1190,10 @@ def tearDownClass(cls): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main def test_I_fopen_signature_file_old_fail(self): @@ -1146,6 +1219,7 @@ def test_I_fopen_signature_file_old_fail(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1190,6 +1264,8 @@ def test_I_fopen_signature_file_old_fail(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) @@ -1210,6 +1286,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1244,6 +1321,8 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_roundtrip_sigset_v1_one_band(self): """Test writing and reading back sigset file (v1) @@ -1261,6 +1340,7 @@ def test_roundtrip_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1285,6 +1365,8 @@ def test_roundtrip_sigset_v1_one_band(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) @@ -1302,6 +1384,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1326,6 +1409,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) @@ -1343,6 +1428,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1386,6 +1472,8 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Create signature struct @@ -1417,6 +1505,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1493,6 +1582,10 @@ def test_roundtrip_sigset_v1_one_label(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -1513,6 +1606,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1563,6 +1657,9 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main So.title = String("Signature title") So.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") @@ -1582,6 +1679,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1606,6 +1704,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") @@ -1625,6 +1725,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1691,6 +1792,10 @@ def test_roundtrip_sigset_v1_one_label(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main So.ClassSig[0].type = 1 So.ClassSig[0].SubSig[0].pi = 3.14 @@ -1718,6 +1823,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1869,6 +1975,32 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + sig_stat = Path(self.sig_dir, "sig").stat() +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= + sig_stat = os.stat(self.sigfile_name) +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +<<<<<<< HEAD +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (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)) @@ -1901,6 +2033,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1936,6 +2069,8 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1951,6 +2086,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2000,6 +2136,8 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[0], ctypes.c_char_p).value @@ -2023,6 +2161,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2063,6 +2202,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") @@ -2083,6 +2225,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2151,6 +2294,8 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.nclasses, 1) self.assertEqual(Sn.ClassSig[0].nsubclasses, 1) @@ -2184,6 +2329,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2253,6 +2399,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""" @@ -2277,6 +2428,7 @@ def test_read_fail_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2357,6 +2509,8 @@ def test_read_fail_sigset_v1_one_band(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Create signature struct @@ -2388,6 +2542,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2464,6 +2619,10 @@ def test_read_fail_sigset_v1_one_band(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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()) @@ -2484,6 +2643,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2534,6 +2694,9 @@ def test_read_fail_sigset_v1_one_band(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main So.title = String("Signature title") So.bandrefs[0] = ctypes.create_string_buffer(tempname(252).encode()) @@ -2553,6 +2716,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2577,6 +2741,8 @@ def test_read_fail_sigset_v1_one_band(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(tempname(252).encode()) @@ -2596,6 +2762,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2662,6 +2829,10 @@ def test_read_fail_sigset_v1_one_band(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main So.ClassSig[0].type = 1 So.ClassSig[0].SubSig[0].pi = 3.14 @@ -2689,6 +2860,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2840,6 +3012,32 @@ def test_read_fail_sigset_v1_one_band(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + sig_stat = Path(self.sig_dir, "sig").stat() +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= + sig_stat = os.stat(self.sigfile_name) +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +<<<<<<< HEAD +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (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)) @@ -2873,6 +3071,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2942,6 +3141,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""" @@ -2966,6 +3170,7 @@ def test_roundtrip_sigset_v1_two_labels(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3046,6 +3251,8 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Create signature struct @@ -3077,6 +3284,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3153,6 +3361,10 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -3174,6 +3386,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3224,6 +3437,9 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main So.title = String("Signature title") So.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") @@ -3244,6 +3460,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3268,6 +3485,8 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") @@ -3288,6 +3507,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3354,6 +3574,10 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main So.ClassSig[0].type = 1 So.ClassSig[0].SubSig[0].pi = 3.14 @@ -3385,6 +3609,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3536,6 +3761,32 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + sig_stat = Path(self.sig_dir, "sig").stat() +======= +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= + sig_stat = os.stat(self.sigfile_name) +>>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) +<<<<<<< HEAD +>>>>>>> af0cda6849 (ci: Ignore paths in CodeQL (#1778)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b5acd78515 (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)) @@ -3567,6 +3818,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3602,6 +3854,8 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3617,6 +3871,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3666,6 +3921,8 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[0], ctypes.c_char_p).value @@ -3693,6 +3950,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3749,6 +4007,9 @@ def test_roundtrip_sigset_v1_two_bands(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") @@ -3768,6 +4029,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3787,6 +4049,8 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3802,6 +4066,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3851,6 +4116,8 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertEqual(Sn.nclasses, 1) self.assertEqual(Sn.ClassSig[0].nsubclasses, 1) @@ -3889,6 +4156,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3947,6 +4215,10 @@ class SortSigSetBySemanticLabelTest(TestCase): class SortSigSetBySemanticLabelTest(TestCase): ======= >>>>>>> osgeo-main +======= +class SortSigSetBySemanticLabelTest(TestCase): +======= +>>>>>>> osgeo-main class SortSigSetByBandrefTest(TestCase): >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -3967,6 +4239,7 @@ class SortSigSetBySemanticLabelTest(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4040,6 +4313,8 @@ class SortSigSetBySemanticLabelTest(TestCase): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @classmethod def setUpClass(cls): @@ -4065,6 +4340,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4109,6 +4385,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -4129,6 +4407,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4163,6 +4442,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.bandref1 = "The_Doors" cls.map2 = tempname(10) @@ -4180,6 +4461,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4204,6 +4486,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -4221,6 +4505,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4245,6 +4530,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -4262,6 +4549,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4305,6 +4593,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cls.map3 = tempname(10) cls.use_temp_region() @@ -4331,6 +4621,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4400,6 +4691,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) @@ -4424,6 +4720,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4504,6 +4801,8 @@ def setUpClass(cls): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @classmethod @@ -4547,6 +4846,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4623,6 +4923,10 @@ def test_symmetric_complete_difference(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -4643,6 +4947,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4693,6 +4998,9 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Troggs") @@ -4712,6 +5020,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4736,6 +5045,8 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") @@ -4755,6 +5066,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4821,6 +5133,10 @@ def test_symmetric_complete_difference(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 @@ -4847,6 +5163,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4904,6 +5221,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)) @@ -4925,6 +5246,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4998,6 +5320,8 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) @@ -5051,6 +5375,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5127,6 +5452,10 @@ def test_asymmetric_complete_difference(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -5147,6 +5476,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5197,6 +5527,9 @@ def test_asymmetric_complete_difference(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Troggs") @@ -5216,6 +5549,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5240,6 +5574,8 @@ def test_asymmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") @@ -5259,6 +5595,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5325,6 +5662,10 @@ def test_asymmetric_complete_difference(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 @@ -5351,6 +5692,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5408,6 +5750,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)) @@ -5429,6 +5775,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5502,6 +5849,8 @@ def test_asymmetric_complete_difference(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) @@ -5537,6 +5886,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5594,6 +5944,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)) @@ -5615,6 +5969,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5688,6 +6043,8 @@ def test_missing_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Prepare imagery group reference struct R = Ref() @@ -5726,6 +6083,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5802,6 +6160,10 @@ def test_missing_label(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -5822,6 +6184,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5872,6 +6235,9 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") @@ -5891,6 +6257,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5915,6 +6282,8 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") @@ -5934,6 +6303,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6000,6 +6370,10 @@ def test_missing_label(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 @@ -6026,6 +6400,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6083,6 +6458,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)) @@ -6104,6 +6483,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6177,6 +6557,8 @@ def test_missing_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) @@ -6202,6 +6584,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6237,6 +6620,8 @@ def test_missing_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6252,6 +6637,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6301,6 +6687,8 @@ def test_missing_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ",," + ",," @@ -6321,6 +6709,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6400,6 +6789,11 @@ def test_missing_label(self): ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") ======= +>>>>>>> osgeo-main +======= + ) + self.assertEqual(ref_err, f"The_Doors,{self.map3}") +======= >>>>>>> osgeo-main ",," + ",," @@ -6421,6 +6815,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6445,6 +6840,8 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -6461,6 +6858,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6485,6 +6883,8 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -6501,6 +6901,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6544,6 +6945,8 @@ def test_missing_label(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Clean up memory to help track memory leaks when run by valgrind @@ -6589,6 +6992,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6665,6 +7069,10 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -6685,6 +7093,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6735,6 +7144,9 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") @@ -6754,6 +7166,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6778,6 +7191,8 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") @@ -6797,6 +7212,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6863,6 +7279,10 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 @@ -6889,6 +7309,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6965,6 +7386,10 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -6986,6 +7411,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7036,6 +7462,9 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7054,6 +7483,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7078,6 +7508,8 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7098,6 +7530,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7164,6 +7597,10 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -7214,6 +7651,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7290,6 +7728,10 @@ def test_double_complete_match_reorder(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -7311,6 +7753,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7361,6 +7804,9 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") @@ -7381,6 +7827,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7405,6 +7852,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") @@ -7425,6 +7874,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7491,6 +7941,10 @@ def test_double_complete_match_reorder(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 @@ -7521,6 +7975,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7597,6 +8052,10 @@ def test_double_complete_match_reorder(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -7625,6 +8084,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7667,6 +8127,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) ======= @@ -7685,6 +8147,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -7741,6 +8204,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Doors") @@ -7759,6 +8224,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7783,6 +8249,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -7805,6 +8273,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7871,6 +8340,10 @@ def test_double_complete_match_reorder(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -7924,6 +8397,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8000,6 +8474,10 @@ def test_double_complete_match_same_order(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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") @@ -8021,6 +8499,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8071,6 +8550,9 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") @@ -8091,6 +8573,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8115,6 +8598,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") @@ -8135,6 +8620,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8201,6 +8687,10 @@ def test_double_complete_match_same_order(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 @@ -8231,6 +8721,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8307,6 +8798,10 @@ def test_double_complete_match_same_order(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -8335,6 +8830,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -8377,6 +8873,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) ======= @@ -8395,6 +8893,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -8451,6 +8950,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Who") @@ -8469,6 +8970,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8493,6 +8995,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -8515,6 +9019,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8581,6 +9086,10 @@ def test_double_complete_match_same_order(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) diff --git a/lib/init/grass.html b/lib/init/grass.html index 1250cc49d6f..45d5022ba6c 100644 --- a/lib/init/grass.html +++ b/lib/init/grass.html @@ -20,6 +20,7 @@

    SYNOPSIS

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

    SYNOPSIS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main [--tmp-project | --tmp-mapset] [[[<GISDBASE>/]<PROJECT>/] ======= @@ -77,6 +80,7 @@

    SYNOPSIS

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

    SYNOPSIS

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

    SYNOPSIS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154,6 +161,8 @@

    SYNOPSIS

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main <MAPSET>] [--exec EXECUTABLE] @@ -183,6 +192,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -220,6 +230,8 @@

    Flags:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
    -c XY
    Creates new GRASS project (location) without coordinate reference system in specified GISDBASE @@ -247,6 +259,7 @@

    Flags:

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

    Flags:

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

    Flags:

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

    Flags:

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -455,6 +478,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -522,6 +546,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)) ======= @@ -542,6 +570,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)) @@ -657,6 +686,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)) >>>>>>> osgeo-main +======= +======= +
    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. @@ -676,6 +710,7 @@

    Flags:

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

    Flags:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
    --tmp-project
    Run using a temporary project which is created based on the given ======= @@ -733,6 +770,7 @@

    Flags:

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

    Flags:

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -773,6 +813,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -811,6 +852,8 @@

    Flags:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -832,6 +875,7 @@

    Flags:

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

    Flags:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main project and deleted at the end of the execution ======= location and deleted at the end of the execution @@ -886,6 +932,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)) @@ -959,6 +1006,11 @@

    Flags:

    location and deleted at the end of the execution >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +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). @@ -985,6 +1037,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1022,6 +1075,8 @@

    Parameters:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
    PROJECT
    Initial project directory which is a subdirectory of GISDBASE (project was previously called location) @@ -1041,6 +1096,7 @@

    Parameters:

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

    Parameters:

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

    Parameters:

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

    Parameters:

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1224,6 +1290,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD LOCATION/MAPSET GISDBASE/LOCATION/MAPSET @@ -1263,6 +1330,8 @@

    Parameters:

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main PROJECT/MAPSET GISDBASE/PROJECT/MAPSET @@ -1282,6 +1351,7 @@

    Parameters:

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

    Parameters:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= LOCATION/MAPSET GISDBASE/LOCATION/MAPSET @@ -1322,6 +1394,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1360,6 +1433,8 @@

    Parameters:

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

    DESCRIPTION

    @@ -1401,6 +1476,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1478,6 +1554,10 @@

    DESCRIPTION

    ======= >>>>>>> 6dd43833fd (Improve G_open|find _misc function documentation (#1760)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -1504,6 +1584,7 @@

    Config flag

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5b1a121e4b (Improve G_open|find _misc function documentation (#1760)) ======= @@ -1545,6 +1626,9 @@

    Config flag

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

    FLAGS

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

    FLAGS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1629,6 +1714,8 @@

    FLAGS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main The flag --config option prints GRASS GIS configuration and version parameters, with the options: @@ -1652,6 +1739,7 @@

    FLAGS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1689,6 +1777,8 @@

    FLAGS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)
  • @@ -1715,6 +1805,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -1756,6 +1847,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)
  • @@ -1777,6 +1872,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1810,6 +1906,8 @@

    SAMPLE DATA

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +=======
  • version: (e.g., 8.2.0dev)
  • @@ -1826,6 +1924,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1912,6 +2011,8 @@

    SAMPLE DATA

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

    SAMPLE DATA

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

    SAMPLE DATA

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

    SAMPLE DATA

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2129,6 +2236,7 @@

    HTML Browser Variable

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2213,6 +2321,11 @@

    HTML Browser Variable

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -2236,6 +2349,7 @@

    Running non-interactive batch jobs

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2254,6 +2368,8 @@

    Running non-interactive batch jobs

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

    Running non-interactive batch jobs

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2327,6 +2444,8 @@

    Running non-interactive batch jobs

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

    EXAMPLES

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

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2385,6 +2505,8 @@

    EXAMPLES

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main prompted to choose the appropriate project and mapset. @@ -2408,6 +2530,7 @@

    EXAMPLES

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

    EXAMPLES

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

    EXAMPLES

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

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2592,6 +2725,7 @@

    EXAMPLES

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

    EXAMPLES

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main prompted to choose the appropriate project and mapset. ======= @@ -2647,6 +2783,7 @@

    EXAMPLES

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

    EXAMPLES

    prompted to choose the appropriate location and mapset. >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= + 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 @@ -2742,6 +2884,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2778,6 +2921,8 @@

    EXAMPLES

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main obtain the project and mapset from environment variables. @@ -2800,6 +2945,7 @@

    EXAMPLES

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

    EXAMPLES

    ======= ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main obtain the location and mapset from environment variables. @@ -2884,6 +3034,7 @@

    EXAMPLES

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

    EXAMPLES

    >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2984,6 +3140,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3021,6 +3178,8 @@

    EXAMPLES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
    Creates a new GRASS project from PROJ definition string (here: gnomonic) in the specified GISDBASE @@ -3043,6 +3202,7 @@

    EXAMPLES

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

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -3128,6 +3292,7 @@

    EXAMPLES

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

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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

    @@ -3235,6 +3405,7 @@

    Batch jobs with the exec interface

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

    Batch jobs with the exec interface

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -3289,6 +3462,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)) @@ -3362,6 +3536,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)) >>>>>>> osgeo-main +======= +======= +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:
    @@ -3444,6 +3623,7 @@ 

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3540,6 +3720,11 @@

    Execution of shell and Python scripts instead of single commands

    >>>>>>> osgeo-main ======= +gs.message('Current GRASS GIS environment:') +======= +>>>>>>> osgeo-main +======= + gs.message('Current GRASS GIS environment:') ======= >>>>>>> osgeo-main @@ -3559,6 +3744,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)) ======= @@ -3584,6 +3770,8 @@

    Execution of shell and Python scripts instead of single commands

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= import grass.script.setup as gsetup gs.message('Current GRASS GIS 8 environment:') @@ -3600,6 +3788,7 @@

    Execution of shell and Python scripts instead of single commands

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

    Execution of shell and Python scripts instead of single commands

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

    Execution of shell and Python scripts instead of single commands

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

    Execution of shell and Python scripts instead of single commands

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

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3730,6 +3925,8 @@

    Execution of shell and Python scripts instead of single commands

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main print(gs.gisenv()) gs.message('Available raster maps:') @@ -3756,6 +3953,7 @@

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3793,6 +3991,8 @@

    Execution of shell and Python scripts instead of single commands

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

    Using temporary project

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

    Using temporary project

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

    Using temporary project

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -3898,6 +4103,7 @@

    Using temporary location

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

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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: @@ -3999,6 +4210,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4036,6 +4248,8 @@

    Using temporary location

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main grass --tmp-project EPSG:3358 --exec test.py @@ -4059,6 +4273,7 @@

    Using temporary location

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

    Using temporary location

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

    Using temporary location

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

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -4246,6 +4471,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4283,6 +4509,8 @@

    Using temporary location

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main temporary project:
    @@ -4307,6 +4535,7 @@ 

    Using temporary location

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

    Using temporary location

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

    Using temporary location

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

    Using temporary location

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

    Using temporary mapset

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

    Using temporary mapset

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main project (here using the NC SPM sample dataset): ======= location (here using the NC SPM sample location): @@ -4551,6 +4793,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)) @@ -4624,6 +4867,11 @@

    Using temporary mapset

    location (here using the NC SPM sample location): >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +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
    @@ -4679,6 +4927,7 @@ 

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4738,6 +4987,8 @@

    Troubleshooting

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -4756,6 +5007,7 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4829,6 +5081,11 @@

    Troubleshooting

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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) @@ -4848,6 +5105,7 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4866,6 +5124,8 @@

    Troubleshooting

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

    Troubleshooting

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

    Troubleshooting

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -4931,6 +5194,7 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4993,6 +5257,8 @@

    Troubleshooting

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

    CAVEAT

    @@ -5046,6 +5312,7 @@

    AUTHORS (of this page)

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5137,6 +5404,11 @@

    AUTHORS (of this page)

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main cronjob (on grasslxd container): /home/neteler/cronjobs/cron_grass8_main_src_snapshot.sh @@ -654,6 +690,7 @@ GENERAL TRANSLATION PROCEDURE (no programming required) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -710,6 +747,8 @@ GENERAL TRANSLATION PROCEDURE (no programming required) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main https://www.transifex.com/grass-gis/grass7/dashboard/ @@ -727,6 +766,7 @@ GENERAL TRANSLATION PROCEDURE (no programming required) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -801,6 +841,11 @@ GENERAL TRANSLATION PROCEDURE (no programming required) Script: https://github.com/OSGeo/grass-addons/blob/grass8/utils/transifex_merge.sh >>>>>>> osgeo-main ======= +[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 +======= [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 @@ -826,6 +871,7 @@ Semi-automated procedure: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -870,6 +916,9 @@ Semi-automated procedure: >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main ./configured --with-nls [...further options...] make @@ -891,6 +940,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 ======= @@ -934,6 +984,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 >>>>>>> osgeo-main +======= + 3. Now translate the messages in the po/*.po files (using kbabel or +>>>>>>> osgeo-main ======= 3. Now translate the messages in the po/*.po files (using kbabel or >>>>>>> osgeo-main @@ -953,6 +1006,7 @@ TODO OLD make update-po merges new messages into existing *.po files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -997,6 +1051,9 @@ TODO OLD make update-po merges new messages into existing *.po files >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main make mo creates the mo files (containing translated messages as binary file) @@ -1054,6 +1111,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -1098,6 +1156,9 @@ DETAILED PROCEDURE : >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main This will create ./templates/grasslibs.pot @@ -1124,6 +1185,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1141,6 +1203,8 @@ DETAILED PROCEDURE : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main 3.a) First CASE: Messages have not yet been translated to your language. @@ -1158,6 +1222,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= @@ -1226,6 +1291,8 @@ DETAILED PROCEDURE : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Move the generated file from the ./template/ directory to the ./po/ directory (for example German language): @@ -1250,6 +1317,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD 3.b) Second CASE: Some messages have already been translated to ======= @@ -1293,6 +1361,9 @@ DETAILED PROCEDURE : ======= 3.b) Second CASE: Some messages have already been translated to >>>>>>> osgeo-main +======= + 3.b) Second CASE: Some messages have already been translated to +>>>>>>> osgeo-main ======= 3.b) Second CASE: Some messages have already been translated to >>>>>>> osgeo-main @@ -1313,6 +1384,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1330,6 +1402,8 @@ DETAILED PROCEDURE : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main First we have to merge new messages into existing .po files (which contain already translated messages) as new messages @@ -1350,6 +1424,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= First we have to merge new messages into existing .po files ======= @@ -1428,6 +1503,8 @@ DETAILED PROCEDURE : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main 4. TRANSLATE MESSAGES @@ -1445,6 +1522,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -1489,6 +1567,9 @@ DETAILED PROCEDURE : >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main Run 'kbabel' or equivalent program kbabel ./po/grasslibs_.po @@ -1518,6 +1599,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1535,6 +1617,8 @@ DETAILED PROCEDURE : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * Pay attention to keep '%s', '\n' and other stuff also in the translated messages! @@ -1553,6 +1637,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * Pay attention to keep '%s', '\n' and other stuff also ======= @@ -1625,6 +1710,8 @@ DETAILED PROCEDURE : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main 5. CREATE MO FILES run @@ -1660,6 +1747,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1677,6 +1765,8 @@ DETAILED PROCEDURE : ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main git diff file.c > file.diff @@ -1692,6 +1782,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= @@ -1755,6 +1846,8 @@ DETAILED PROCEDURE : >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main PLEASE HELP TO TRANSLATE GRASS MESSAGES! ---------------------------------------------- diff --git a/locale/grass_po_stats.py b/locale/grass_po_stats.py index b5f15026691..bfae49629d3 100644 --- a/locale/grass_po_stats.py +++ b/locale/grass_po_stats.py @@ -21,10 +21,12 @@ import subprocess import sys +from pathlib import Path + def read_po_files(inputdirpath): """Return a dictionary with for each language the list of *.po files""" - originalpath = os.getcwd() + originalpath = Path.cwd() os.chdir(inputdirpath) languages = {} for pofile in sorted(glob.glob("*.po")): @@ -79,10 +81,9 @@ def langDefinition(fil): f.close() if len(lang) == 2: return " ".join(lang) - elif len(lang) == 1: + if len(lang) == 1: return lang[0] - else: - return "" + return "" def get_stats(languages, directory): @@ -144,7 +145,7 @@ def writejson(stats, outfile): fout.close() try: os.remove("messages.mo") - except: + except OSError: pass diff --git a/locale/po/grasslibs_cs.po b/locale/po/grasslibs_cs.po index 232a32abf66..70a7f95aaf5 100644 --- a/locale/po/grasslibs_cs.po +++ b/locale/po/grasslibs_cs.po @@ -3757,6 +3757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3794,6 +3795,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET není nastaven" @@ -4019,6 +4022,7 @@ msgstr "<%s> v mapsetu <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4061,6 +4065,9 @@ msgstr "<%s> v mapsetu <%s>" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4218,6 +4225,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4251,6 +4259,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -9536,6 +9546,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9617,6 +9628,11 @@ 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 #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -12108,6 +12124,7 @@ msgstr "[%s]: Neznámá barva" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12192,6 +12209,8 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format #~ msgid "Datum <%s> not recognised by GRASS and no parameters found" #~ msgstr "" @@ -12402,6 +12421,7 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12427,6 +12447,8 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "jenž chybí." @@ -12491,6 +12513,7 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12529,5 +12552,7 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 a8397a57a02..c24edd0d1a7 100644 --- a/locale/po/grasslibs_de.po +++ b/locale/po/grasslibs_de.po @@ -24,6 +24,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86,6 +87,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +"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" @@ -107,6 +113,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -188,6 +195,11 @@ 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 "Last-Translator: Markus \n" "Language-Team: German \n" @@ -211,6 +223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -248,6 +261,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "X-Generator: Weblate 5.0\n" #: ../lib/nviz/render.c:43 @@ -264,6 +279,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -325,6 +341,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "X-Generator: Weblate 4.12.2\n" #: ../lib/init/grass.py:209 @@ -933,6 +953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1014,6 +1035,11 @@ 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 #: ../lib/nviz/render.c:186 msgid "Unable to get visual info" @@ -1058,6 +1084,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1089,6 +1116,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to set current context (CGL error = %d)" msgstr "" ======= @@ -1106,6 +1135,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1153,6 +1183,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "There are classbreaks outside the range min-max. Number of classes reduced " "to %i, but using probabilities for %i classes." @@ -1174,6 +1206,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1255,6 +1288,11 @@ 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 #: ../lib/nviz/render.c:390 #, c-format @@ -3146,6 +3184,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3227,6 +3266,11 @@ 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 #: ../lib/gis/parser.c:566 msgid "Use either --quiet or --verbose flag, not both. Assuming --quiet." @@ -3415,6 +3459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3446,6 +3491,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "G__open(read): mapset <%s> doesn't match xmapset <%s>" msgstr "G__open(read): mapset <%s> passt nicht zu xmapset <%s>." ======= @@ -3463,6 +3510,7 @@ msgstr "G__open(read): mapset <%s> passt nicht zu xmapset <%s>." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3510,6 +3558,8 @@ msgstr "G__open(read): mapset <%s> passt nicht zu xmapset <%s>." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Module built against version %s but trying to use version %s. You need to " "rebuild GRASS GIS or untangle multiple installations." @@ -3532,6 +3582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3613,6 +3664,11 @@ 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 #: ../lib/gis/open.c:90 #, c-format @@ -4593,6 +4649,7 @@ msgstr "Datenbank Schema" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4674,6 +4731,11 @@ msgstr "Datenbank Schema" ======= >>>>>>> 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 msgid "" "Do not use this option if schemas are not supported by driver/database server" msgstr "" @@ -4838,6 +4900,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4919,6 +4982,11 @@ 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 msgid "" "Number of digits used as mantissa in the internal map storage, 0 -23 for " "float, 0 - 52 for double, max or default" @@ -4947,6 +5015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5028,6 +5097,11 @@ 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 msgid "" "The dimensions of the tiles used in the output raster3d map (XxYxZ or " "default: 16x16x8)" @@ -5291,6 +5365,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5372,6 +5447,11 @@ 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 msgid "" "WHERE conditions of SQL statement without 'where' keyword used in the " "temporal GIS framework" @@ -5557,6 +5637,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5638,6 +5719,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../lib/gis/rd_cellhd.c:219 @@ -5698,6 +5784,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5723,6 +5810,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/imagery/iscatt_core.c:817 msgid "Corrupted category raster conditions file (fseek failed)" @@ -5756,6 +5845,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5809,6 +5899,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -6020,6 +6113,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Neither %s (managed by d.mon command) nor %s (used for direct rendering) " "defined" @@ -6379,6 +6473,11 @@ msgid "Unable to open %s for writing" msgstr "Kann %s nicht zum Schreiben öffnen." ======= >>>>>>> osgeo-main +======= +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" @@ -6396,6 +6495,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6428,6 +6528,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../lib/gis/view.c:254 ../lib/gis/view.c:471 @@ -6476,6 +6578,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6537,6 +6640,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "++ Führe Tests für ccmath wrapper aus ++" @@ -6792,6 +6899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6829,6 +6937,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/timestamp.c:525 #, c-format msgid "Unable to create timestamp file for vector map <%s@%s>" @@ -6899,6 +7009,7 @@ msgstr "Variable '%s' nicht gesetzt" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -6941,6 +7052,9 @@ msgstr "Variable '%s' nicht gesetzt" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -6958,6 +7072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6991,6 +7106,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -7051,6 +7168,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7132,6 +7250,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../lib/gis/mapset_msc.c:223 @@ -7151,6 +7274,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." @@ -7191,6 +7315,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to make mapset element %s (%s): %s" msgstr "Kann das Mapset Element %s (%s) nicht erzeugen: %s." @@ -7219,6 +7345,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7244,6 +7371,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "" "Your GRASS version does not fully support topology format %d.%d of the " "vector. Consider to rebuild topology or upgrade GRASS." @@ -7260,6 +7389,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7298,6 +7428,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/cmprzlib.c:199 @@ -7317,6 +7449,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." @@ -7357,6 +7490,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "ZLIB decompression error %d: %s" ======= msgid "" @@ -7375,6 +7510,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7400,6 +7536,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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." @@ -7416,6 +7554,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7454,6 +7593,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/mapset.c:38 @@ -7487,6 +7628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7518,6 +7660,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "gettimeofday failed: %s" msgstr "gettimeofday fehlgeschlagen: %s" ======= @@ -7535,6 +7679,7 @@ msgstr "gettimeofday fehlgeschlagen: %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7582,6 +7727,8 @@ msgstr "gettimeofday fehlgeschlagen: %s" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Attempt to read line angle for the line which is not connected to the node: " "node %d, line %d" @@ -7603,6 +7750,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7684,6 +7832,11 @@ 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 #: ../lib/gis/lrand48.c:121 msgid "Pseudo-random number generator not seeded" @@ -7981,6 +8134,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8018,6 +8172,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -8036,6 +8192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8097,6 +8254,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "++ Führe grundlegende Tests aus ++" @@ -9020,6 +9181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "%d features without category skipped. To export also features without " "category use '%s=-1'." @@ -9089,6 +9251,11 @@ msgid "" "%d features without category skipped. To export also features without " "category use '%s=-1'." >>>>>>> osgeo-main +======= +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 @@ -9111,6 +9278,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." @@ -9180,6 +9348,11 @@ msgstr "" "Fehler beim Hinzufügen eines Punktes zum Array. Nicht genügend " "Arbeitsspeicher." >>>>>>> osgeo-main +======= +msgstr "" +"Fehler beim Hinzufügen eines Punktes zum Array. Nicht genügend " +"Arbeitsspeicher." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/close.c:91 #, c-format @@ -9282,6 +9455,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "More DB links defined for input vector map. Using only first DB link for " "output." @@ -9351,6 +9525,11 @@ msgid "" "More DB links defined for input vector map. Using only first DB link for " "output." >>>>>>> osgeo-main +======= +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 @@ -9414,6 +9593,7 @@ msgstr "Kann den OGR DBMI-Treiber nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9438,6 +9618,8 @@ msgstr "Kann den OGR DBMI-Treiber nicht öffnen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "All FID tests failed. Neither 'FID' nor 'ogc_fid' nor 'ogr_fid' nor 'gid' " "available in OGR DB table" @@ -9454,6 +9636,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9473,6 +9656,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/field.c:885 #, c-format @@ -9486,6 +9671,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -9543,6 +9729,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/field.c:905 @@ -9572,6 +9760,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." ======= @@ -9629,6 +9818,10 @@ msgstr "" msgstr "" "Bug: Versuch eine Karte zu aktualisieren, die nicht im aktuellen Mapset ist." >>>>>>> osgeo-main +======= +msgstr "" +"Bug: Versuch eine Karte zu aktualisieren, die nicht im aktuellen Mapset ist." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/bridges.c:213 #, c-format @@ -9700,6 +9893,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Connection to PostgreSQL database failed. Try to set up username/password by " "db.login." @@ -9769,6 +9963,11 @@ msgid "" "Connection to PostgreSQL database failed. Try to set up username/password by " "db.login." >>>>>>> osgeo-main +======= +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 @@ -9868,6 +10067,7 @@ msgid "Changed" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "Geändert" ======= msgstr "" @@ -9913,6 +10113,9 @@ msgstr "Geändert" ======= msgstr "Geändert" >>>>>>> osgeo-main +======= +msgstr "Geändert" +>>>>>>> osgeo-main #: ../lib/vector/Vlib/dangles.c:151 msgid "Removed" @@ -10047,6 +10250,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10071,6 +10275,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Feature index format version %d.%d is not supported by this release. Try to " "rebuild topology or upgrade GRASS." @@ -10087,6 +10293,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10106,6 +10313,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/open_ogr.c:289 #, c-format @@ -10124,6 +10333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -10189,6 +10399,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -10341,6 +10553,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10365,6 +10578,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Vector map which is not in the current mapset cannot be opened for update" msgstr "" @@ -10380,6 +10595,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10419,6 +10635,8 @@ msgstr "Eine Karte, die sich nicht im aktuellen Mapset befindet, kann nicht zum >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/open.c:311 #, c-format @@ -10449,6 +10667,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." @@ -10518,6 +10737,11 @@ msgid "" "Unable to open vector map <%s> on level %d. Try to rebuild vector topology " "with v.build." >>>>>>> osgeo-main +======= +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 @@ -10591,6 +10815,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." @@ -10660,6 +10885,11 @@ msgstr "" "Größe der 'coor' Datei unterscheidet sich von dem in der Topologie-Datei " "gespeicherten Wert." >>>>>>> osgeo-main +======= +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 @@ -10698,6 +10928,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "There exists more than one point on node <%d> with unique category in field " "<%d>.\n" ======= @@ -10755,6 +10986,10 @@ msgid "" "There exists more than one point on node <%d> with unique category in field " "<%d>.\n" >>>>>>> osgeo-main +======= +"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 "" @@ -10874,6 +11109,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." ======= @@ -10931,6 +11167,10 @@ msgstr "" msgstr "" "Ungültiger Name der Vektorkarte <%s>. Darf nicht '.' oder 'NULL' enthalten." >>>>>>> osgeo-main +======= +msgstr "" +"Ungültiger Name der Vektorkarte <%s>. Darf nicht '.' oder 'NULL' enthalten." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:50 #, c-format @@ -10947,6 +11187,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." ======= @@ -11004,6 +11245,10 @@ msgstr "" msgstr "" "Ungültiger Name der Vektorkarte <%s>. Muss mit einem Buchstaben beginnen." >>>>>>> osgeo-main +======= +msgstr "" +"Ungültiger Name der Vektorkarte <%s>. Muss mit einem Buchstaben beginnen." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:58 #, c-format @@ -11024,6 +11269,7 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. Zeichen '%c' ist nicht erlaubt." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11048,6 +11294,8 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. Zeichen '%c' ist nicht erlaubt." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Illegal vector map name <%s>. SQL keyword cannot be used as vector map name." msgstr "" @@ -11063,6 +11311,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11102,6 +11351,8 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. SQL-Schlüsselwort darf nicht als >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:100 ../lib/vector/Vlib/legal_vname.c:104 #, c-format @@ -11172,6 +11423,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Requesting invalid feature from cache (%d). Number of features in cache: %d" ======= @@ -11229,6 +11481,10 @@ msgid "" msgid "" "Requesting invalid feature from cache (%d). Number of features in cache: %d" >>>>>>> osgeo-main +======= +msgid "" +"Requesting invalid feature from cache (%d). Number of features in cache: %d" +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/read_pg.c:368 @@ -11345,6 +11601,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." @@ -11414,6 +11671,11 @@ msgstr "" "Kann die Kategorie-Zeichenkette '%s' (von '%s') nicht in eine " "Kategoriespanne konvertieren." >>>>>>> osgeo-main +======= +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" @@ -11665,6 +11927,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -11683,6 +11946,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to rewrite feature/offset %" msgstr "" @@ -11697,6 +11962,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -11760,6 +12026,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" @@ -11823,6 +12091,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)." ======= @@ -11880,6 +12149,10 @@ msgstr "" msgstr "" "Spaltentyp der Spalte <%s> wird nicht unterstützt (muss numerisch sein)." >>>>>>> osgeo-main +======= +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..." @@ -11900,6 +12173,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)." @@ -11969,6 +12243,11 @@ msgstr "" "Datenbankeintrag für Knoten %d (cat = %d) nicht gefunden (Kosten auf 0 " "gesetzt)." >>>>>>> osgeo-main +======= +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." @@ -11989,6 +12268,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12013,6 +12293,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -12027,6 +12309,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12066,6 +12349,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:393 @@ -12084,6 +12369,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -12102,6 +12388,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Unable to find point representing intersection <%d> in unique categories " "field <%d>.\n" "Cost for the intersection was set to 0.\n" @@ -12115,6 +12403,7 @@ msgid "" <<<<<<< HEAD <<<<<<< 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" @@ -12169,6 +12458,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:407 @@ -12187,6 +12478,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -12205,6 +12497,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Unable to find node for point representing intersection <%d> in unique " "categories field <%d>.\n" "Cost for the intersection was set to 0.\n" @@ -12218,6 +12512,7 @@ msgid "" <<<<<<< HEAD <<<<<<< 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" @@ -12272,6 +12567,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:432 @@ -12288,6 +12585,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Database record for turn with cat = %d in not found. (The turn was skipped." ======= @@ -12345,6 +12643,10 @@ msgid "" msgid "" "Database record for turn with cat = %d in not found. (The turn was skipped." >>>>>>> osgeo-main +======= +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 @@ -12375,6 +12677,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "The unique categories layer is not valid therefore you will probably get " "incorrect results." ======= @@ -12432,6 +12735,10 @@ msgid "" "The unique categories layer is not valid therefore you will probably get " "incorrect results." >>>>>>> osgeo-main +======= +"The unique categories layer is not valid therefore you will probably get " +"incorrect results." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:579 @@ -12448,6 +12755,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)" @@ -12517,6 +12825,11 @@ msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(cost was set to 0)" >>>>>>> osgeo-main +======= +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 @@ -12533,6 +12846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Database record for line %d (cat = %d, backword direction) not found(cost " "was set to 0)" @@ -12602,6 +12916,11 @@ msgid "" "Database record for line %d (cat = %d, backword direction) not found(cost " "was set to 0)" >>>>>>> osgeo-main +======= +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 @@ -12626,6 +12945,7 @@ msgstr "Graph wurde erstellt." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12650,6 +12970,8 @@ msgstr "Graph wurde erstellt." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(forward/both direction(s) of line skipped)" @@ -12666,6 +12988,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12685,6 +13008,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:888 #, c-format @@ -12702,6 +13027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -12766,6 +13092,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:937 msgid "Cannot add network arc" @@ -12827,6 +13155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Random read is not supported by OGR for this layer. Unable to build topology." ======= @@ -12884,6 +13213,10 @@ msgid "" msgid "" "Random read is not supported by OGR for this layer. Unable to build topology." >>>>>>> osgeo-main +======= +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 @@ -12983,6 +13316,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to build simple features from topogeometry data. Unsupported type %d." ======= @@ -13040,6 +13374,10 @@ msgid "" msgid "" "Unable to build simple features from topogeometry data. Unsupported type %d." >>>>>>> osgeo-main +======= +msgid "" +"Unable to build simple features from topogeometry data. Unsupported type %d." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/break_polygons.c:102 @@ -13110,6 +13448,7 @@ msgid "Vect_segment_intersection() ERROR (collinear non vertical segments)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente)" ======= @@ -13167,6 +13506,10 @@ msgstr "" msgstr "" "Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente)" >>>>>>> osgeo-main +======= +msgstr "" +"Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente)" +>>>>>>> osgeo-main #: ../lib/vector/Vlib/select.c:116 #, c-format @@ -13212,6 +13555,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" ======= @@ -13269,6 +13613,10 @@ msgid "" msgid "" "Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" >>>>>>> osgeo-main +======= +msgid "" +"Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" +>>>>>>> osgeo-main msgstr "" #: ../lib/cairodriver/read_bmp.c:96 @@ -13435,6 +13783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "DB connection <%s/%s> already exists. Re-run '%s' with '--%s' flag to " "overwrite existing settings." @@ -13504,6 +13853,11 @@ msgid "" "DB connection <%s/%s> already exists. Re-run '%s' with '--%s' flag to " "overwrite existing settings." >>>>>>> osgeo-main +======= +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 @@ -13527,6 +13881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Führe Tests für Spalten aus ++" ======= @@ -13581,6 +13936,10 @@ msgstr "" "\n" "++ Führe Tests für Spalten aus ++" >>>>>>> osgeo-main +======= +"\n" +"++ Führe Tests für Spalten aus ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:42 msgid "" @@ -13611,6 +13970,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Teste das Kopieren von Spalten ++" ======= @@ -13665,6 +14025,10 @@ msgstr "" "\n" "++ Teste das Kopieren von Spalten ++" >>>>>>> osgeo-main +======= +"\n" +"++ Teste das Kopieren von Spalten ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:150 msgid "" @@ -13683,6 +14047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Tests für das Kopieren von Spalten beendet ++" ======= @@ -13737,6 +14102,10 @@ msgstr "" "\n" "++ Tests für das Kopieren von Spalten beendet ++" >>>>>>> osgeo-main +======= +"\n" +"++ Tests für das Kopieren von Spalten beendet ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_table.c:38 msgid "" @@ -13755,6 +14124,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Führe Tests für Tabellen aus ++" ======= @@ -13809,6 +14179,10 @@ msgstr "" "\n" "++ Führe Tests für Tabellen aus ++" >>>>>>> osgeo-main +======= +"\n" +"++ Führe Tests für Tabellen aus ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_table.c:43 msgid "" @@ -13927,6 +14301,7 @@ msgstr "Kann die Symbol-Linien-Koordinaten %s nicht lesen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13951,6 +14326,8 @@ msgstr "Kann die Symbol-Linien-Koordinaten %s nicht lesen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Incorrect symbol name: '%s' (should be: group/name or group/name@mapset)" msgstr "" @@ -13965,6 +14342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14004,6 +14382,8 @@ msgstr "Falscher Symbolname: '%s' (sollte sein: Gruppe/Name oder Gruppe/Name@Map >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/symbol/read.c:284 #, c-format @@ -14123,6 +14503,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Map <{}> not found in current mapset" msgstr "Karte <{}> nicht im aktuellen Mapset <%s> gefunden." ======= @@ -14186,6 +14567,10 @@ msgstr "Karte <{}> nicht im aktuellen Mapset <%s> gefunden." msgid "Map <{}> not found in current mapset" msgstr "Karte <{}> nicht im aktuellen Mapset <%s> gefunden." >>>>>>> osgeo-main +======= +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 @@ -14303,6 +14688,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -14321,6 +14707,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Projections are different. Unable to compute overlapping_2d for spatial " "extents" @@ -14348,6 +14736,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Projections are different. Unable to compute overlapping_2d for spatial extents" ======= @@ -14450,6 +14839,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/spatial_extent.py:835 @@ -14508,6 +14899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Start time must be of type datetime for %(type)s map <%(id)s> with layer: " "%(l)s" @@ -14577,6 +14969,11 @@ msgid "" "Start time must be of type datetime for %(type)s map <%(id)s> with layer: " "%(l)s" >>>>>>> osgeo-main +======= +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 @@ -14598,6 +14995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "End time must be of type datetime for %(type)s map <%(id)s> with layer: %(l)s" ======= @@ -14655,6 +15053,10 @@ msgid "" msgid "" "End time must be of type datetime for %(type)s map <%(id)s> with layer: %(l)s" >>>>>>> osgeo-main +======= +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 @@ -14676,6 +15078,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" @@ -14745,6 +15148,11 @@ msgid "" "End time must be greater than start time for %(type)s map <%(id)s> with " "layer: %(l)s" >>>>>>> osgeo-main +======= +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 @@ -14771,6 +15179,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" @@ -14840,6 +15249,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" >>>>>>> osgeo-main +======= +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 @@ -14856,6 +15270,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unsupported relative time unit type for %(type)s map <%(id)s> with layer " "%(l)s: %(u)s" @@ -14925,6 +15340,11 @@ msgid "" "Unsupported relative time unit type for %(type)s map <%(id)s> with layer " "%(l)s: %(u)s" >>>>>>> osgeo-main +======= +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 @@ -14946,6 +15366,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" @@ -15015,6 +15436,11 @@ msgid "" "End time must be greater than start time for %(typ)s map <%(id)s> with layer " "%(l)s" >>>>>>> osgeo-main +======= +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 @@ -15031,6 +15457,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" @@ -15100,6 +15527,11 @@ msgid "" "Map <%(id)s> with layer %(layer)s has incorrect time interval, start time is " "greater than end time" >>>>>>> osgeo-main +======= +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 @@ -15116,6 +15548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%s> has incorrect time interval, start time is greater than end time" ======= @@ -15173,6 +15606,10 @@ msgid "" msgid "" "Map <%s> has incorrect time interval, start time is greater than end time" >>>>>>> osgeo-main +======= +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 @@ -15195,6 +15632,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" @@ -15264,6 +15702,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" >>>>>>> osgeo-main +======= +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 @@ -15285,6 +15728,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" @@ -15354,6 +15798,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" >>>>>>> osgeo-main +======= +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 @@ -15389,6 +15838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -15407,6 +15857,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Illegal dataset name <{}>. Character '.' not allowed." msgstr "Ungültiger Datensatz-Name <{}>. Zeichen '.' ist nicht erlaubt." @@ -15423,6 +15875,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -15492,6 +15945,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/open_stds.py:169 @@ -15508,6 +15963,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Overwriting space time %(sp)s dataset <%(name)s> and unregistering all maps" ======= @@ -15565,6 +16021,10 @@ msgid "" msgid "" "Overwriting space time %(sp)s dataset <%(name)s> and unregistering all maps" >>>>>>> osgeo-main +======= +msgid "" +"Overwriting space time %(sp)s dataset <%(name)s> and unregistering all maps" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/open_stds.py:177 @@ -15587,6 +16047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%s> is already in temporal database, use overwrite flag to overwrite" ======= @@ -15644,6 +16105,10 @@ msgid "" msgid "" "Map <%s> is already in temporal database, use overwrite flag to overwrite" >>>>>>> osgeo-main +======= +msgid "" +"Map <%s> is already in temporal database, use overwrite flag to overwrite" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/stds_export.py:105 @@ -15724,6 +16189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -15742,6 +16208,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Space time %(sp)s dataset <%(name)s> with relative time found, but no " "relative unit set for %(sp)s maps" @@ -15758,6 +16226,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -15823,6 +16292,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:196 @@ -15852,6 +16323,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." @@ -15921,6 +16393,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." >>>>>>> osgeo-main +======= +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 @@ -15937,6 +16414,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." @@ -16006,6 +16484,11 @@ msgid "" "Unable to register %(t)s map <%(id)s>. The map has no timestamp and the " "start time is not set." >>>>>>> osgeo-main +======= +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 @@ -16032,6 +16515,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." @@ -16101,6 +16585,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." >>>>>>> osgeo-main +======= +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 @@ -16117,6 +16606,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." @@ -16186,6 +16676,11 @@ msgid "" "Map is already registered in temporal database. Unable to update %(t)s map <" "%(id)s>. Overwrite flag is not set." >>>>>>> osgeo-main +======= +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 @@ -16202,6 +16697,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to update %(t)s map <%(id)s> with layer %(l)s. The temporal types are " "different." @@ -16271,6 +16767,11 @@ msgid "" "Unable to update %(t)s map <%(id)s> with layer %(l)s. The temporal types are " "different." >>>>>>> osgeo-main +======= +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 @@ -16315,6 +16816,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Set absolute valid time for map <%(id)s> with layer %(layer)s to %(start)s - " "%(end)s" @@ -16384,6 +16886,11 @@ msgid "" "Set absolute valid time for map <%(id)s> with layer %(layer)s to %(start)s - " "%(end)s" >>>>>>> osgeo-main +======= +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 @@ -16405,6 +16912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Set relative valid time for map <%s> with layer %s to %i - %s with unit %s" ======= @@ -16462,6 +16970,10 @@ msgid "" msgid "" "Set relative valid time for map <%s> with layer %s to %i - %s with unit %s" >>>>>>> osgeo-main +======= +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 @@ -16520,6 +17032,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" @@ -16589,6 +17102,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" >>>>>>> osgeo-main +======= +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 @@ -16611,6 +17129,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" @@ -16680,6 +17199,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" >>>>>>> osgeo-main +======= +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 @@ -16696,6 +17220,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" @@ -16765,6 +17290,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" >>>>>>> osgeo-main +======= +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 @@ -16800,6 +17330,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -16818,6 +17349,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Unable to register map in dataset <%(ds)s> of type %(type)s. The mapset of " "the dataset does not match the current mapset" @@ -16835,6 +17368,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -16903,6 +17437,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2177 @@ -16929,6 +17465,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" @@ -16998,6 +17535,11 @@ msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> with layer " "%(l)s are different" >>>>>>> osgeo-main +======= +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 @@ -17014,6 +17556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> are different" ======= @@ -17071,6 +17614,10 @@ msgid "" msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> are different" >>>>>>> osgeo-main +======= +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 @@ -17092,6 +17639,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" @@ -17161,6 +17709,11 @@ msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> with " "layer %(l)s are different" >>>>>>> osgeo-main +======= +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 @@ -17177,6 +17730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> are " "different" @@ -17225,7 +17779,12 @@ msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> are " "different" >>>>>>> osgeo-main ->>>>>>> main +>>>>>>> main +======= +msgid "" +"Relative time units of space time dataset <%(id)s> and map <%(map)s> are " +"different" +>>>>>>> osgeo-main ======= msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> are " @@ -17276,6 +17835,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17300,6 +17860,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -17314,6 +17876,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17350,6 +17913,8 @@ msgid "Unable to unregister map from dataset <%(ds)s> of type %(type)s in the te >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2312 @@ -17366,6 +17931,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%(map)s> with layer %(l)s is not registered in space time dataset <" "%(base)s>" @@ -17435,6 +18001,11 @@ msgid "" "Map <%(map)s> with layer %(l)s is not registered in space time dataset <" "%(base)s>" >>>>>>> osgeo-main +======= +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 @@ -17456,6 +18027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Update metadata, spatial and temporal extent from all registered maps of <%s>" ======= @@ -17513,6 +18085,10 @@ msgid "" msgid "" "Update metadata, spatial and temporal extent from all registered maps of <%s>" >>>>>>> osgeo-main +======= +msgid "" +"Update metadata, spatial and temporal extent from all registered maps of <%s>" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/mapcalc.py:117 @@ -17540,6 +18116,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17564,6 +18141,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -17578,6 +18157,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17614,6 +18194,8 @@ msgid "Found more than a single map in a sample granule. Only the first map is u >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/mapcalc.py:185 @@ -17669,6 +18251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Output granularity seems not to be valid. Please use one of the following " "values : {gr}" @@ -17738,6 +18321,11 @@ msgid "" "Output granularity seems not to be valid. Please use one of the following " "values : {gr}" >>>>>>> osgeo-main +======= +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 @@ -17764,6 +18352,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Error vector maps with basename %s exist. Use --o flag to overwrite existing " "file" @@ -17833,6 +18422,11 @@ msgid "" "Error vector maps with basename %s exist. Use --o flag to overwrite existing " "file" >>>>>>> osgeo-main +======= +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 @@ -17862,6 +18456,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Spatio-temporal topological operators are not supported in granularity " "algebra mode" @@ -17931,6 +18526,11 @@ msgid "" "Spatio-temporal topological operators are not supported in granularity " "algebra mode" >>>>>>> osgeo-main +======= +msgid "" +"Spatio-temporal topological operators are not supported in granularity " +"algebra mode" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:867 @@ -17966,6 +18566,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Wrong temporal type of space time dataset <" "%s> <%s> time is required" @@ -18035,6 +18636,11 @@ msgid "" "Wrong temporal type of space time dataset <" "%s> <%s> time is required" >>>>>>> osgeo-main +======= +msgid "" +"Wrong temporal type of space time dataset <" +"%s> <%s> time is required" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:1234 @@ -18056,6 +18662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -18074,6 +18681,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "The resulting space time dataset type <%(a)s> is different from the " "requested type <%(b)s>" @@ -18091,6 +18700,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -18159,6 +18769,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:2434 @@ -18180,6 +18792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Wrong map type. TMAP only supports single maps that are registered in the " "temporal GRASS database" @@ -18249,6 +18862,11 @@ msgid "" "Wrong map type. TMAP only supports single maps that are registered in the " "temporal GRASS database" >>>>>>> osgeo-main +======= +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 @@ -18303,6 +18921,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" @@ -18372,6 +18991,11 @@ msgid "" "Unable to initialize the temporal DBMI interface. Please use t.connect to " "specify the driver and the database string" >>>>>>> osgeo-main +======= +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 @@ -18395,6 +19019,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -18413,6 +19038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Run t.upgrade command installed from GRASS Addons in order to upgrade your " "temporal database.\n" @@ -18436,6 +19063,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -18510,6 +19138,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/core.py:686 ../lib/python/temporal/core.py:879 @@ -18777,6 +19407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Space time %(t)s dataset <%(sp)s> is already in the database. Use the " "overwrite flag." @@ -18846,6 +19477,11 @@ msgid "" "Space time %(t)s dataset <%(sp)s> is already in the database. Use the " "overwrite flag." >>>>>>> osgeo-main +======= +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 @@ -18979,6 +19615,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" @@ -19048,6 +19685,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" >>>>>>> osgeo-main +======= +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 @@ -19069,6 +19711,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Raster map <%(name)s> is already in temporal database, use overwrite flag to " "overwrite" @@ -19138,6 +19781,11 @@ msgid "" "Raster map <%(name)s> is already in temporal database, use overwrite flag to " "overwrite" >>>>>>> osgeo-main +======= +msgid "" +"Raster map <%(name)s> is already in temporal database, use overwrite flag to " +"overwrite" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/aggregation.py:145 @@ -19168,6 +19816,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to perform aggregation. Output raster map <%(name)s> exists and " "overwrite flag was not set" @@ -19237,6 +19886,11 @@ msgid "" "Unable to perform aggregation. Output raster map <%(name)s> exists and " "overwrite flag was not set" >>>>>>> osgeo-main +======= +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 @@ -19253,6 +19907,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." @@ -19322,6 +19977,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." >>>>>>> osgeo-main +======= +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 @@ -19374,6 +20034,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Mapset <{mapset}> or Location <{location}> is invalid for an unknown reason" ======= @@ -19431,6 +20092,10 @@ msgid "" msgid "" "Mapset <{mapset}> or Location <{location}> is invalid for an unknown reason" >>>>>>> osgeo-main +======= +msgid "" +"Mapset <{mapset}> or Location <{location}> is invalid for an unknown reason" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:268 @@ -19457,6 +20122,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)" @@ -19526,6 +20192,11 @@ msgid "" "<%s> is not a valid GRASS Location because PERMANENT Mapset does not have a " "DEFAULT_WIND file (default computational region)" >>>>>>> osgeo-main +======= +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 @@ -19547,6 +20218,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "<{location}> looks like a mapset, not a location. Did you mean just " "<{one_dir_up}>?" @@ -19616,6 +20288,11 @@ msgid "" "<{location}> looks like a mapset, not a location. Did you mean just " "<{one_dir_up}>?" >>>>>>> osgeo-main +======= +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 @@ -19633,6 +20310,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -19651,6 +20329,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "It looks like <{location}> contains locations. Did you mean to specify one " "of them?" @@ -19674,6 +20354,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "It looks like <{location}> contains locations. Did you mean to specify one of them?" ======= @@ -19764,6 +20445,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:351 @@ -19780,6 +20463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Mapset <{mapset}> already exists. Please consider using another name for " "your mapset." @@ -19849,6 +20533,11 @@ msgid "" "Mapset <{mapset}> already exists. Please consider using another name for " "your mapset." >>>>>>> osgeo-main +======= +msgid "" +"Mapset <{mapset}> already exists. Please consider using another name for " +"your mapset." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:378 @@ -19865,6 +20554,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Location <{location}> already exists. Please consider using another name " "for your location." @@ -19934,6 +20624,11 @@ msgid "" "Location <{location}> already exists. Please consider using another name " "for your location." >>>>>>> osgeo-main +======= +msgid "" +"Location <{location}> already exists. Please consider using another name " +"for your location." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:433 @@ -19955,6 +20650,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -19973,6 +20669,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Mapset <{mapset}> is the current mapset." msgstr "Mapset <{mapset}> ist das aktuellen Mapset." @@ -19989,6 +20687,7 @@ msgstr "Mapset <{mapset}> ist in Gebrauch." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy, python-brace-format ======= @@ -20058,6 +20757,8 @@ msgstr "Mapset <{mapset}> ist in Gebrauch." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/python/grassdb/checks.py:445 #, python-brace-format @@ -20117,6 +20818,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Install a newer version of PIL or Pillow to use this function (missing " "ImageOps module)" @@ -20186,6 +20888,11 @@ msgid "" "Install a newer version of PIL or Pillow to use this function (missing " "ImageOps module)" >>>>>>> osgeo-main +======= +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 @@ -20248,6 +20955,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20272,6 +20980,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -20286,6 +20996,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20322,6 +21033,8 @@ msgid "To run the module <%s> add underscore at the end of the option <%s> to av >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/core.py:385 @@ -20417,6 +21130,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to write history for <%(map)s>. Raster map <%(map)s> not found in " "current mapset." @@ -20486,6 +21200,11 @@ msgid "" "Unable to write history for <%(map)s>. Raster map <%(map)s> not found in " "current mapset." >>>>>>> osgeo-main +======= +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 @@ -20523,6 +21242,7 @@ msgstr "Farbe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provided" ======= @@ -20580,6 +21300,10 @@ msgid "" msgid "" "Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provided" >>>>>>> osgeo-main +======= +msgid "" +"Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provided" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/db.py:172 @@ -20612,6 +21336,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" @@ -20681,6 +21406,11 @@ msgid "" "grass.script.array.read is deprecated and does not work on MS Windows, pass " "raster name in the constructor" >>>>>>> osgeo-main +======= +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 @@ -20706,6 +21436,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" @@ -20775,6 +21506,11 @@ msgid "" "grass.script.array3d.read is deprecated and does not work on MS Windows, " "pass 3D raster name in the constructor" >>>>>>> osgeo-main +======= +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 @@ -21478,6 +22214,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21559,6 +22296,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../lib/raster/put_row.c:413 @@ -22201,6 +22943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22282,6 +23025,11 @@ 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 msgid "" "Rast_set_read_window(): projection/zone differs from that of currently open " "raster maps" @@ -23730,6 +24478,7 @@ msgstr "Kann Datei mit Kontrollpunkten der Gruppe [%s in %s] nicht erzeugen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23807,6 +24556,11 @@ msgid "subgroup <%s> of group <%s> is empty\n" msgstr "Untergruppe <%s> der Gruppe <%s> ist leer\n" ======= >>>>>>> osgeo-main +======= +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." @@ -24113,6 +24867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24194,6 +24949,11 @@ 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 #: ../lib/imagery/georef_tps.c:267 ../lib/imagery/georef_tps.c:271 #: ../lib/imagery/georef_tps.c:275 ../lib/imagery/georef_tps.c:281 @@ -24271,6 +25031,7 @@ msgstr "FEHLER: <%s> ist keine gültige GRASS location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24352,6 +25113,11 @@ msgstr "FEHLER: <%s> ist keine gültige GRASS location" ======= >>>>>>> 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 #: ../lib/imagery/iscatt_core.c:81 #, c-format @@ -24378,6 +25144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24415,6 +25182,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:250 #, c-format msgid "Unable to open category raster conditions file <%s>." @@ -24437,6 +25206,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24498,6 +25268,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Hit RETURN to continue" msgstr "RETURN zum Weitermachen drücken" @@ -24518,6 +25292,7 @@ msgstr "Vektorkarte <%s> ist nicht im Topologielevel geöffnet." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24599,6 +25374,11 @@ msgstr "Vektorkarte <%s> ist nicht im Topologielevel geöffnet." ======= >>>>>>> 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 #: ../lib/imagery/iscatt_core.c:274 #, c-format @@ -24620,6 +25400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Removing empty 3D raster maps" msgstr "Entfernen der leeren 3D Rasterkarte" ======= @@ -24659,6 +25440,8 @@ msgstr "Entfernen der leeren 3D Rasterkarte" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -24679,6 +25462,7 @@ msgstr "Entfernen der leeren 3D Rasterkarte" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24704,6 +25488,8 @@ msgstr "Entfernen der leeren 3D Rasterkarte" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Removing empty 3D raster maps" msgstr "Entfernen der leeren 3D Rasterkarte" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -24719,6 +25505,7 @@ msgstr "Entfernen der leeren 3D Rasterkarte" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24757,6 +25544,8 @@ msgstr "Entfernen der leeren 3D Rasterkarte" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:331 #, c-format @@ -27153,6 +27942,7 @@ msgstr "Zuviele Kategorien (%d), kann cat %d (Layer %d) nicht setzen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27190,6 +27980,8 @@ msgstr "Zuviele Kategorien (%d), kann cat %d (Layer %d) nicht setzen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/cats.c:420 #, c-format msgid "Unable to convert category string '%s' (from '%s') to category range" @@ -27209,6 +28001,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27270,6 +28063,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)" @@ -27291,6 +28088,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27372,6 +28170,11 @@ 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 #: ../lib/vector/Vlib/cats.c:573 ../lib/vector/Vlib/cats.c:677 msgid "Layer number must be > 0 for category constraints" @@ -27444,6 +28247,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27531,6 +28335,8 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -29121,6 +29927,7 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29146,6 +29953,8 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "welche fehlt." @@ -29213,6 +30022,7 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29251,5 +30061,7 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 81a1b5a14b3..73a370ce283 100644 --- a/locale/po/grasslibs_el.po +++ b/locale/po/grasslibs_el.po @@ -2384,6 +2384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -2433,6 +2434,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -2449,6 +2453,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2482,6 +2487,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -3867,6 +3874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3904,6 +3912,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET δεν έχει οÏιστεί" @@ -4131,6 +4141,7 @@ msgstr "<%s> στο mapset <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4173,6 +4184,9 @@ msgstr "<%s> στο mapset <%s>" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4252,6 +4266,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4285,6 +4300,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -4602,6 +4619,7 @@ msgid "Invalid offset (%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4646,6 +4664,9 @@ msgid "Invalid offset (%" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/write_pg.c:348 ../lib/vector/Vlib/write_ogr.c:140 @@ -4661,6 +4682,7 @@ msgid "Unable to delete feature" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4694,6 +4716,8 @@ msgid "Unable to delete feature" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9223,6 +9247,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9260,6 +9285,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/read_pg.c:1097 #, c-format msgid "Invalid cache index %d (max: %d)" @@ -9537,6 +9564,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9598,6 +9626,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -12978,6 +13010,7 @@ msgstr "[%s]: Δεν υπάÏχει τέτοιο χÏώμα" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13064,6 +13097,8 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format #~ msgid "" #~ "Datum <%s> apparently recognised by GRASS but no parameters found. You " @@ -13257,6 +13292,7 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -13307,6 +13343,10 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ ======= >>>>>>> osgeo-main ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "το οποίο λείπει" @@ -13373,6 +13413,7 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13426,3 +13467,6 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_es.po b/locale/po/grasslibs_es.po index 0f2c2301730..c388c990bab 100644 --- a/locale/po/grasslibs_es.po +++ b/locale/po/grasslibs_es.po @@ -4407,6 +4407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4488,6 +4489,11 @@ 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 #: ../lib/gis/mkstemp.c:133 msgid "Attempt to create read-only temporary file" @@ -11371,6 +11377,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11452,6 +11459,11 @@ 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 #: ../lib/vector/Vlib/write_nat.c:420 #, c-format @@ -13415,6 +13427,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13534,6 +13547,8 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/diglib/test.c:105 #, c-format msgid "" @@ -15935,6 +15950,7 @@ msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coor file of vector map <%s@%s> is larger than it should be (%ld bytes excess)" msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es mayor de lo que debiera (%ld bytes sobrantes)" @@ -15999,6 +16015,8 @@ msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -16024,6 +16042,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)) ======= @@ -16049,6 +16068,8 @@ msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -16064,6 +16085,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)) ======= @@ -16089,6 +16111,8 @@ msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <% ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "el cual no se ha encontrado." @@ -16187,6 +16211,7 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16219,6 +16244,8 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" @@ -16237,6 +16264,7 @@ msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16296,3 +16324,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)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_fr.po b/locale/po/grasslibs_fr.po index c9bb890454a..76f20733e6d 100644 --- a/locale/po/grasslibs_fr.po +++ b/locale/po/grasslibs_fr.po @@ -2835,6 +2835,7 @@ msgstr "erreur dans la table du fichier de datums, ligne %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to print %s" msgstr "" @@ -2889,6 +2890,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Failed to print %s" msgstr "" @@ -2910,6 +2914,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2943,6 +2948,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Failed to print %s" msgstr "" @@ -3074,6 +3081,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3155,6 +3163,11 @@ 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 #, c-format msgid "Illegal e-w resolution value: %g" msgstr "" @@ -3183,6 +3196,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3264,6 +3278,11 @@ 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 #, c-format msgid "North must be north of South, but %g (north) <= %g (south" msgstr "" @@ -3287,6 +3306,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3368,6 +3388,11 @@ 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 #, c-format msgid "North must be larger than South, but %g (north) <= %g (south" msgstr "" @@ -3391,6 +3416,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3472,6 +3498,11 @@ 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 #, c-format msgid "East must be larger than West, but %g (east) <= %g (west)" msgstr "" @@ -3499,6 +3530,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3580,6 +3612,11 @@ 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 msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -3614,6 +3651,7 @@ msgstr "Les résolutions NS et EO sont différentes" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3695,6 +3733,11 @@ msgstr "Les résolutions NS et EO sont différentes" ======= >>>>>>> 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 #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -3723,6 +3766,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3804,6 +3848,11 @@ 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 #, c-format msgid "Illegal e-w resolution value for 3D: %g" msgstr "" @@ -3832,6 +3881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3913,6 +3963,11 @@ 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 #, c-format msgid "Illegal t-b resolution value: %g" msgstr "" @@ -3936,6 +3991,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4017,6 +4073,11 @@ 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 #, c-format msgid "Illegal depths value: %d" msgstr "" @@ -4040,6 +4101,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4121,6 +4183,11 @@ 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 #, c-format msgid "Top must be larger than Bottom, but %g (top) <= %g (bottom)" msgstr "" @@ -4967,6 +5034,7 @@ msgstr "Champ d'est invalide : %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5004,6 +5072,8 @@ msgstr "Champ d'est invalide : %s" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/rd_cellhd.c:217 msgid "Duplicate west field" msgstr "Champ Ouest dupliqué" @@ -5280,6 +5350,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 @@ -5341,6 +5412,10 @@ msgstr "Tentative de création d'un fichier temporaire en lecture-seule" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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>" @@ -6769,6 +6844,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6850,6 +6926,11 @@ msgstr[1] "" ======= >>>>>>> 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 #: ../lib/gis/gisinit.c:67 ../lib/gis/gisinit.c:118 #, c-format @@ -7569,6 +7650,7 @@ msgstr "Impossible d'écrire le fichier de plage pour <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7606,6 +7688,8 @@ msgstr "Impossible d'écrire le fichier de plage pour <%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/raster/range.c:465 ../lib/raster/range.c:479 #: ../lib/raster/range.c:497 ../lib/raster/range.c:502 #, c-format @@ -7857,6 +7941,7 @@ msgstr "afficher les paramètres de configuration GRASS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7918,6 +8003,10 @@ msgstr "afficher les paramètres de configuration GRASS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:234 msgid "Unable to rewrite feature/offset %" msgstr "" @@ -15437,6 +15526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15601,6 +15691,8 @@ msgstr "Le fichier coor de la carte vecteur <%s@%s> est plus petit qu'il ne devr >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/diglib/test.c:56 msgid "Unable to open test.tmp file" msgstr "Impossible d'ouvrir le fichier test.tmp" @@ -18488,6 +18580,7 @@ msgstr "Impossible de lire le fichier header de la carte raster <%s@%s>. II s'ag <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18512,6 +18605,8 @@ msgstr "Impossible de lire le fichier header de la carte raster <%s@%s>. II s'ag >>>>>>> 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)" @@ -18530,6 +18625,7 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18641,6 +18737,10 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio >>>>>>> osgeo-main ======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + <<<<<<< HEAD >>>>>>> osgeo-main #~ msgid "" @@ -18667,6 +18767,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)) ======= @@ -18697,6 +18798,8 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -18713,6 +18816,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 @@ -18774,3 +18878,7 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 5fa87b76603..7b0601b7de7 100644 --- a/locale/po/grasslibs_id_ID.po +++ b/locale/po/grasslibs_id_ID.po @@ -10404,6 +10404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10485,6 +10486,11 @@ 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 #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -12645,6 +12651,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12678,6 +12685,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -12958,6 +12967,7 @@ msgstr "[%s]: Tidak ada warna seperti itu" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13019,5 +13029,9 @@ msgstr "[%s]: Tidak ada warna seperti itu" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 b8dc71e6a79..dabc233e6e1 100644 --- a/locale/po/grasslibs_it.po +++ b/locale/po/grasslibs_it.po @@ -12207,6 +12207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12300,6 +12301,8 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:61 #, c-format msgid "Illegal vector map name <%s>. Character '%c' not allowed." @@ -14321,6 +14324,7 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14361,6 +14365,9 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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>" @@ -14379,6 +14386,7 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -14409,6 +14417,8 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -14434,6 +14444,7 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14459,6 +14470,8 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -14474,6 +14487,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)) ======= @@ -14499,6 +14513,8 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "che non è presente." @@ -14571,6 +14587,7 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14603,6 +14620,8 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copia %s <%s> al mapset corrente come <%s>" @@ -14621,6 +14640,7 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14680,3 +14700,6 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ja.po b/locale/po/grasslibs_ja.po index 2d265cdc23f..f1d3aaac4a9 100644 --- a/locale/po/grasslibs_ja.po +++ b/locale/po/grasslibs_ja.po @@ -3641,6 +3641,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3678,6 +3679,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/timestamp.c:534 #, c-format msgid "Invalid timestamp specified for vector map <%s@%s>" @@ -3986,6 +3989,7 @@ msgstr "<%s> マップセット <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4028,6 +4032,9 @@ msgstr "<%s> マップセット <%s>" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4045,6 +4052,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4078,6 +4086,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -9429,6 +9439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9510,6 +9521,11 @@ 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 #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -12125,6 +12141,7 @@ msgstr "[%s]: ãã®ã‚ˆã†ãªè‰²ã¯ã‚ã‚Šã¾ã›ã‚“" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12214,6 +12231,8 @@ msgstr "無効ãªã‚ªãƒ•ã‚»ãƒƒãƒˆ (%ld)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Absurd polygon." #~ msgstr "ä¸æ­£ãªãƒãƒªã‚´ãƒ³" @@ -12301,6 +12320,7 @@ msgstr "é™é †" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12326,6 +12346,8 @@ msgstr "é™é †" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "見ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -12388,6 +12410,7 @@ msgstr "é™é †" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12421,6 +12444,8 @@ msgstr "é™é †" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to open header file for raster map <%s@%s>" msgstr "ラスターマップ <%s@%s>ã®ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ•ã‚¡ã‚¤ãƒ«ãŒé–‹ãã¾ã›ã‚“" @@ -12439,6 +12464,7 @@ msgstr "無効ãªã‚ªãƒ•ã‚»ãƒƒãƒˆ (%ld)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12514,3 +12540,8 @@ msgstr "無効ãªã‚ªãƒ•ã‚»ãƒƒãƒˆ (%ld)" ======= >>>>>>> 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 diff --git a/locale/po/grasslibs_ko.po b/locale/po/grasslibs_ko.po index 35036735500..2eef12d0daf 100644 --- a/locale/po/grasslibs_ko.po +++ b/locale/po/grasslibs_ko.po @@ -20,6 +20,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82,6 +83,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +"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" @@ -103,6 +109,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -184,6 +191,11 @@ 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 "Last-Translator: Huidae Cho \n" "Language-Team: Korean \n" @@ -207,6 +219,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -244,6 +257,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "X-Generator: Weblate 5.0\n" #: ../lib/nviz/render.c:43 @@ -260,6 +275,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -321,6 +337,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "X-Generator: Weblate 4.12.2\n" #: ../lib/init/grass.py:209 @@ -7197,6 +7217,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -7215,6 +7236,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to rewrite feature/offset %" msgstr "" @@ -7229,6 +7252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -7292,6 +7316,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" @@ -7859,6 +7885,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ ì—´ 복사 검정 ++" ======= @@ -7913,6 +7940,10 @@ msgstr "" "\n" "++ ì—´ 복사 검정 ++" >>>>>>> osgeo-main +======= +"\n" +"++ ì—´ 복사 검정 ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:150 msgid "" @@ -11400,6 +11431,7 @@ msgstr "GRASS GIS를 시작하는 중입니다..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11535,6 +11567,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../lib/init/grass.py:2614 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../lib/init/grass.py:2598 >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -16062,6 +16099,7 @@ msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16102,6 +16140,9 @@ msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Illegal row value" msgstr "ìž˜ëª»ëœ row ê°’" @@ -16127,6 +16168,7 @@ msgstr "ìž˜ëª»ëœ col3 ê°’" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -16144,6 +16186,8 @@ msgstr "ìž˜ëª»ëœ col3 ê°’" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD #~ msgid "Illegal n-s resolution value <%lf>" @@ -16207,6 +16251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -16216,6 +16261,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" @@ -16226,6 +16273,7 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #~ msgid "Illegal n-s resolution value <%lf>" #~ msgstr "ìž˜ëª»ëœ n-s í•´ìƒë„ê°’ <%lf>" ======= @@ -16396,6 +16444,8 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -16420,6 +16470,7 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16445,6 +16496,8 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -16460,6 +16513,7 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16485,6 +16539,8 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "whose header file can't be opened." msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" @@ -16566,6 +16622,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16598,6 +16655,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" @@ -16616,6 +16675,7 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16675,3 +16735,6 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ml.po b/locale/po/grasslibs_ml.po index 178f46787f1..a4abbcd8133 100644 --- a/locale/po/grasslibs_ml.po +++ b/locale/po/grasslibs_ml.po @@ -3327,6 +3327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3364,6 +3365,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "" @@ -3589,6 +3592,7 @@ msgstr "<%s> മാപàµà´ªàµà´¸àµ†à´±àµà´±à´¿àµ½ <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3631,6 +3635,9 @@ msgstr "<%s> മാപàµà´ªàµà´¸àµ†à´±àµà´±à´¿àµ½ <%s>" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4244,6 +4251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4277,6 +4285,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 4102524f9ed..b2ab10e4016 100644 --- a/locale/po/grasslibs_pl.po +++ b/locale/po/grasslibs_pl.po @@ -4569,6 +4569,7 @@ msgid "Invalid offset (%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4613,6 +4614,9 @@ msgid "Invalid offset (%" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/write_pg.c:348 ../lib/vector/Vlib/write_ogr.c:140 @@ -4628,6 +4632,7 @@ msgid "Unable to delete feature" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4661,6 +4666,8 @@ msgid "Unable to delete feature" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9445,6 +9452,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9526,6 +9534,11 @@ 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 #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -10834,6 +10847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10921,6 +10935,8 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -12327,6 +12343,7 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12352,6 +12369,8 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr ", której brak." @@ -12419,6 +12438,7 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12457,5 +12477,7 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 93311b75d24..8f34aea4a82 100644 --- a/locale/po/grasslibs_pt.po +++ b/locale/po/grasslibs_pt.po @@ -3730,6 +3730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3767,6 +3768,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET não foi definido" @@ -4003,6 +4006,7 @@ msgstr "nenhum" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4035,6 +4039,8 @@ msgstr "nenhum" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -9530,6 +9536,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9611,6 +9618,11 @@ 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 #: ../lib/ogsf/gsd_legend.c:245 #, c-format @@ -12807,6 +12819,7 @@ msgstr "[%s]: Cor não existe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12893,6 +12906,8 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "invalid color name" #~ msgstr "nome de cor inválido" @@ -12987,6 +13002,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)) ======= @@ -13012,6 +13028,8 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "que está faltando." @@ -13078,6 +13096,7 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13116,3 +13135,5 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_pt_BR.po b/locale/po/grasslibs_pt_BR.po index 5b28cc0805b..caf0ee5cb80 100644 --- a/locale/po/grasslibs_pt_BR.po +++ b/locale/po/grasslibs_pt_BR.po @@ -222,6 +222,7 @@ msgstr "GUI <%s> não suportado nesta versão" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -255,6 +256,8 @@ msgstr "GUI <%s> não suportado nesta versão" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "The python command does not work as expected.\n" "Please check your installation or set the GRASS_PYTHON environment variable." @@ -271,6 +274,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" @@ -310,6 +314,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/init/grass.py:810 msgid "GRASS GUI not found. Please check your installation." @@ -366,6 +372,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Mapset <{}> already exists." msgstr "" ======= @@ -429,6 +436,10 @@ msgstr "" msgid "Mapset <{}> already exists." msgstr "" >>>>>>> osgeo-main +======= +msgid "Mapset <{}> already exists." +msgstr "" +>>>>>>> osgeo-main #: ../lib/init/grass.py:985 msgid "A new mapset can be created using '-c' flag." @@ -3070,6 +3081,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3151,6 +3163,11 @@ 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 #, c-format msgid "Illegal number of rows: %d (resolution is %g)" msgstr "" @@ -3174,6 +3191,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3255,6 +3273,11 @@ 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 #, c-format msgid "Illegal e-w resolution value: %g" msgstr "" @@ -3283,6 +3306,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3364,6 +3388,11 @@ 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 #, c-format msgid "North must be north of South, but %g (north) <= %g (south" msgstr "" @@ -3387,6 +3416,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3468,6 +3498,11 @@ 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 #, c-format msgid "North must be larger than South, but %g (north) <= %g (south" msgstr "" @@ -3491,6 +3526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3572,6 +3608,11 @@ 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 #, c-format msgid "East must be larger than West, but %g (east) <= %g (west)" msgstr "" @@ -3599,6 +3640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3680,6 +3722,11 @@ 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 msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -3714,6 +3761,7 @@ msgstr "As resoluções para NS e EW são diferentes" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3795,6 +3843,11 @@ msgstr "As resoluções para NS e EW são diferentes" ======= >>>>>>> 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 #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -3823,6 +3876,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3904,6 +3958,11 @@ 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 #, c-format msgid "Illegal e-w resolution value for 3D: %g" msgstr "" @@ -3932,6 +3991,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4013,6 +4073,11 @@ 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 #, c-format msgid "Illegal t-b resolution value: %g" msgstr "" @@ -4036,6 +4101,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4117,6 +4183,11 @@ 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 #, c-format msgid "Illegal depths value: %d" msgstr "" @@ -4140,6 +4211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4221,6 +4293,11 @@ 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 #, c-format msgid "Top must be larger than Bottom, but %g (top) <= %g (bottom)" msgstr "" @@ -5185,6 +5262,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)) @@ -5266,6 +5344,11 @@ msgstr "As dimensões dos mosaicos usados ​​no mapa raster3d de saída (XxYx ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -6701,6 +6784,7 @@ msgstr "Erro interno: tipo de regra inválido:%d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6731,6 +6815,8 @@ msgstr "Erro interno: tipo de regra inválido:%d" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_dependencies.c:514 #, fuzzy msgid "Internal error: the number of options is < 0" @@ -6752,6 +6838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6777,6 +6864,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/vector/diglib/test.c:150 #, c-format msgid "Error in read/write portable short, byte_order = %d Written: %d Read: %d" @@ -7467,6 +7556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7520,6 +7610,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -8459,6 +8552,7 @@ msgstr[1] "%d primitivas registradas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8497,6 +8591,8 @@ msgstr[1] "%d primitivas registradas" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #, fuzzy, c-format msgid "Incomplete GRASS session: Variable '%s' not set" @@ -8514,6 +8610,7 @@ msgstr "Variável '%s' não definida" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8568,6 +8665,10 @@ msgstr "Variável '%s' não definida" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "One vertex registered" msgid_plural "% vertices registered" @@ -8586,6 +8687,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8654,6 +8756,11 @@ msgstr[1] "" ======= >>>>>>> 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 #: ../lib/gis/mkstemp.c:133 msgid "Attempt to create read-only temporary file" @@ -9677,6 +9784,7 @@ msgstr "Não foi possível excluir linha de coor" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9713,6 +9821,8 @@ msgstr "Não foi possível excluir linha de coor" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../lib/raster/histogram.c:53 @@ -10019,6 +10129,7 @@ msgstr "opções: arch,build,compiler,date,path,revision,svn_revision,version" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -10038,6 +10149,8 @@ msgstr "opções: arch,build,compiler,date,path,revision,svn_revision,version" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/vector/Vlib/write.c:234 >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to rewrite feature/offset %" @@ -10051,6 +10164,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -10367,6 +10481,10 @@ msgstr "" >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main @@ -10581,6 +10699,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10617,6 +10736,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/init/grass.py:387 msgid "initial GRASS database directory" @@ -10650,6 +10771,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10681,6 +10803,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "diretório contendo Mapsets com um sistema de coordenadas comum (projeção)" #: ../lib/init/grass.py:393 @@ -14180,6 +14304,7 @@ msgid "Unable to flush all tiles" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -14198,6 +14323,8 @@ msgid "Unable to flush all tiles" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "Não foi possível limpar todos os mosaicos" #: ../lib/raster3d/close.c:84 @@ -14211,6 +14338,7 @@ msgstr "Não foi possível limpar o índice" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -14267,6 +14395,8 @@ msgstr "Não foi possível limpar o índice" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/raster3d/close.c:94 msgid "Unable to position file" @@ -14735,6 +14865,7 @@ msgstr "Não foi possível limpar o arquivo %s para o mapa raster %s: %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14771,6 +14902,8 @@ msgstr "Não foi possível limpar o arquivo %s para o mapa raster %s: %s" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../lib/ogsf/gsds.c:109 @@ -14808,6 +14941,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14840,6 +14974,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gsd_legend.c:245 #, c-format @@ -14866,6 +15002,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)) ======= @@ -14891,6 +15028,8 @@ msgstr "Não foi possível ler arquivo de categoria do mapa raster <%s>" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Invalid descriptor: %d" msgstr "Descritor inválido: %d" @@ -14956,6 +15095,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14989,6 +15129,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -20052,6 +20194,7 @@ msgstr "[%s]: cor não existe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20139,6 +20282,8 @@ msgstr "script de shell a ser processado como trabalho em lote" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Cannot fetch row" #~ msgstr "não consegui obter informações da camada" @@ -20217,6 +20362,7 @@ msgstr "script de shell a ser processado como trabalho em lote" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20242,6 +20388,8 @@ msgstr "script de shell a ser processado como trabalho em lote" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "whose header file can't be opened." msgstr "cujo cabeçalho de arquivo não pode ser aberto." @@ -20309,6 +20457,7 @@ msgstr "script de shell a ser processado como trabalho em lote" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20341,6 +20490,8 @@ msgstr "script de shell a ser processado como trabalho em lote" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "The python command does not work as expected!\n" "Please check your GRASS_PYTHON environment variable.\n" @@ -20360,6 +20511,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20537,6 +20689,8 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "{}\n" @@ -20572,6 +20726,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main <<<<<<< HEAD @@ -20602,6 +20757,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Mapset <{mapset}> doesn't exist in GRASS Location <{loc}>. A new mapset " #~ "can be created by '-c' switch." @@ -20664,6 +20821,7 @@ msgstr "Altera a permissão do arquivo para 'executável' para <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20689,6 +20847,8 @@ msgstr "Altera a permissão do arquivo para 'executável' para <%s>" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "" "{}\n" @@ -20754,6 +20914,7 @@ msgstr "Não foi possível excluir feição/offset %lu do mapa vetorial <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20811,6 +20972,8 @@ msgstr "Não foi possível excluir feição/offset %lu do mapa vetorial <%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgid "Copy %s <%s> to current mapset as <%s>" @@ -20877,6 +21040,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)) ======= @@ -20902,6 +21066,8 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -20917,6 +21083,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)) ======= @@ -20942,6 +21109,8 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copia %s <%s> para o mapset atual como <%s>" @@ -20979,6 +21148,7 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21023,3 +21193,5 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ro.po b/locale/po/grasslibs_ro.po index f230f22e61f..356669cb650 100644 --- a/locale/po/grasslibs_ro.po +++ b/locale/po/grasslibs_ro.po @@ -10464,6 +10464,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)) ======= @@ -10489,6 +10490,8 @@ msgid "Unable to read header file for raster map <%s@%s>. It is a reclass of ras ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgstr "" #: ../lib/raster/get_cellhd.c:78 @@ -10505,6 +10508,7 @@ msgid "Unable to open header file for raster map <%s@%s>. It seems that some pre <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10538,6 +10542,8 @@ msgid "Unable to open header file for raster map <%s@%s>. It seems that some pre >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 8dcc2fb3fd0..1e63ffd884f 100644 --- a/locale/po/grasslibs_ru.po +++ b/locale/po/grasslibs_ru.po @@ -2386,6 +2386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2467,6 +2468,11 @@ 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 #: ../lib/gis/adj_cellhd.c:73 ../lib/gis/adj_cellhd.c:196 #, c-format @@ -2488,6 +2494,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" @@ -2529,6 +2536,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -2566,6 +2575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2591,6 +2601,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -2608,6 +2620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2646,6 +2659,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:85 ../lib/gis/adj_cellhd.c:223 #, c-format @@ -2671,6 +2686,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2752,6 +2768,11 @@ 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 #: ../lib/gis/adj_cellhd.c:112 ../lib/gis/adj_cellhd.c:271 msgid "Invalid coordinates: negative number of columns" @@ -2772,6 +2793,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 "" @@ -2812,6 +2834,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:115 ../lib/gis/adj_cellhd.c:274 msgid "Invalid coordinates: negative number of rows" msgstr "ÐедопуÑтимые координаты: отрицательное чиÑло Ñ€Ñдов" @@ -2832,6 +2856,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2857,6 +2882,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:117 ../lib/gis/adj_cellhd.c:280 msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -2873,6 +2900,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2911,6 +2939,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:122 ../lib/gis/adj_cellhd.c:284 msgid "NS resolution has been changed" @@ -2939,6 +2969,7 @@ msgstr "ОтличаютÑÑ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ñевер-юг и воÑто <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/adj_cellhd.c:175 #, c-format msgid "Illegal n-s resolution value for 3D: %g" @@ -2980,6 +3011,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:173 #, c-format msgid "Illegal n-s resolution value for 3D: %g" @@ -3002,6 +3035,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3027,6 +3061,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:175 #, c-format msgid "Illegal n-s resolution value for 3D: %g" @@ -3044,6 +3080,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3082,6 +3119,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:182 #, c-format @@ -3103,6 +3142,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" @@ -3144,6 +3184,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:191 #, c-format msgid "Illegal e-w resolution value for 3D: %g" @@ -3166,6 +3208,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3191,6 +3234,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:193 #, c-format msgid "Illegal e-w resolution value for 3D: %g" @@ -3208,6 +3253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3246,6 +3292,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:200 #, c-format @@ -3266,6 +3314,7 @@ msgstr "Ðеверное чиÑло Ñтолбцов Ð´Ð»Ñ 3D: %d (разреш <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3296,6 +3345,8 @@ msgstr "Ðеверное чиÑло Ñтолбцов Ð´Ð»Ñ 3D: %d (разреш >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:206 #, c-format msgid "Illegal t-b resolution value: %g" @@ -3326,6 +3377,7 @@ msgid "Illegal t-b resolution value: %g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3351,6 +3403,8 @@ msgid "Illegal t-b resolution value: %g" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:208 #, c-format msgid "Illegal t-b resolution value: %g" @@ -3365,6 +3419,7 @@ msgid "Illegal t-b resolution value: %g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3406,6 +3461,8 @@ msgid "Illegal t-b resolution value: %g" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/adj_cellhd.c:213 @@ -3420,6 +3477,7 @@ msgid "Illegal depths value: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3471,6 +3529,9 @@ msgid "Illegal depths value: %d" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/adj_cellhd.c:236 @@ -3491,6 +3552,7 @@ msgid "Invalid coordinates: negative number of depths" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3524,6 +3586,8 @@ msgid "Invalid coordinates: negative number of depths" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/adj_cellhd.c:236 @@ -5505,6 +5569,7 @@ msgstr "ВнутреннÑÑ Ð¾ÑˆÐ¸Ð±ÐºÐ°: недопуÑтимый тип пр <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 msgid "Invalid offset (%" ======= @@ -5544,6 +5609,8 @@ msgid "Invalid offset (%" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_dependencies.c:514 #, fuzzy msgid "Internal error: the number of options is < 0" @@ -5563,6 +5630,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 (%" @@ -5627,6 +5695,11 @@ msgid "Invalid offset (%" #: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 msgid "Invalid offset (%" >>>>>>> osgeo-main +======= +======= +#: ../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 @@ -5642,6 +5715,7 @@ msgid "Unable to delete feature" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5675,6 +5749,8 @@ msgid "Unable to delete feature" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7409,6 +7485,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -7427,6 +7504,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to rewrite feature/offset %" msgstr "" @@ -7441,6 +7520,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -7504,6 +7584,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" @@ -12134,6 +12216,7 @@ msgstr "Повреждён файл уÑловий Ð´Ð»Ñ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¹ Ñ€ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12218,6 +12301,8 @@ msgstr "Верх должен быть больше Ðиза" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -17902,6 +17987,7 @@ msgstr "Верх должен быть больше Ðиза" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17927,6 +18013,8 @@ msgstr "Верх должен быть больше Ðиза" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "который отÑутÑтвует." @@ -17991,6 +18079,7 @@ msgstr "Верх должен быть больше Ðиза" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18029,5 +18118,7 @@ msgstr "Верх должен быть больше Ðиза" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 a7546ed160e..2c0917a9622 100644 --- a/locale/po/grasslibs_th.po +++ b/locale/po/grasslibs_th.po @@ -3636,6 +3636,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3673,6 +3674,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "ยังไม่ได้à¸à¸³à¸«à¸™à¸” ชุดà¹à¸œà¸™à¸—ี่" @@ -3907,6 +3910,7 @@ msgstr "none" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3939,6 +3943,8 @@ msgstr "none" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -10840,6 +10846,7 @@ msgstr "[%s]: ไม่ใช่ค่าสี" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10915,6 +10922,8 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Attributes for category %d not found" #~ msgstr "ไม่พบ ข้อมูลสำหรับà¹à¸ªà¸”ง %d จาà¸à¸à¸²à¸™à¸‚้อมูล" @@ -11000,6 +11009,7 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11025,6 +11035,8 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Illegal row value" msgstr "ค่าà¹à¸–ว ไม่ถูà¸à¸•à¹‰à¸­à¸‡" @@ -11080,6 +11092,7 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11118,5 +11131,7 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 6b6d72a4722..9482c67efad 100644 --- a/locale/po/grasslibs_tr.po +++ b/locale/po/grasslibs_tr.po @@ -3740,6 +3740,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3777,6 +3778,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET ayarlanmadı" @@ -4002,6 +4005,7 @@ msgstr "<%s> harita takımındaki <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4044,6 +4048,9 @@ msgstr "<%s> harita takımındaki <%s>" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4637,6 +4644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4670,6 +4678,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -9460,6 +9470,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9541,6 +9552,11 @@ 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 #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -12029,6 +12045,7 @@ msgstr "[%s]:Böyle bir renk yok" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12110,6 +12127,8 @@ msgstr "Uygun olmayan derinlik deÄŸeri" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Unable to open null file <%s>" #~ msgstr "datum tablo dosyası açılamıyor <%s>" @@ -12228,6 +12247,7 @@ msgstr "Uygun olmayan derinlik deÄŸeri" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12253,6 +12273,8 @@ msgstr "Uygun olmayan derinlik deÄŸeri" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "kayıp olan" @@ -12314,6 +12336,7 @@ msgstr "Uygun olmayan derinlik deÄŸeri" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12352,5 +12375,7 @@ msgstr "Uygun olmayan derinlik deÄŸeri" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 4dfc56ef295..fb701dad431 100644 --- a/locale/po/grasslibs_vi.po +++ b/locale/po/grasslibs_vi.po @@ -10222,6 +10222,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10303,6 +10304,11 @@ 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 #: ../lib/vector/Vlib/header.c:131 #, c-format @@ -13064,6 +13070,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)" @@ -13104,6 +13111,8 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Cannot fetch row" #~ msgstr "Không thể lấy hàng" @@ -13126,6 +13135,7 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13151,6 +13161,8 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Invalid offset (%ld)" msgstr "Äá»™ lệch không hợp lệ (%ld)" @@ -13167,6 +13179,7 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13205,5 +13218,7 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c9f5354734e..d89e0bb154b 100644 --- a/locale/po/grasslibs_zh.po +++ b/locale/po/grasslibs_zh.po @@ -3750,6 +3750,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3787,6 +3788,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:198 msgid "Flags:" msgstr "" @@ -4072,6 +4075,7 @@ msgstr "<%s>在地图集<%s>中" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4114,6 +4118,9 @@ msgstr "<%s>在地图集<%s>中" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4418,6 +4425,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4451,6 +4459,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -12186,6 +12196,7 @@ msgstr "[%s]: 没有此颜色" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12261,6 +12272,8 @@ msgstr "éžæ³•çš„深度值" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "ERROR: option <%s>: <%s> exists.\n" #~ msgstr "错误:选项<%s>:<%s>已存在。\n" @@ -12375,6 +12388,7 @@ msgstr "éžæ³•çš„深度值" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12400,6 +12414,8 @@ msgstr "éžæ³•çš„深度值" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Illegal row value" msgstr "éžæ³•çš„行值" @@ -12455,6 +12471,7 @@ msgstr "éžæ³•çš„深度值" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12493,5 +12510,7 @@ msgstr "éžæ³•çš„深度值" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 0d43e7ed46d..ce695a43acd 100644 --- a/locale/po/grassmods_ar.po +++ b/locale/po/grassmods_ar.po @@ -91649,6 +91649,7 @@ msgstr "اسم خريطة الراستر المخرجة" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91677,6 +91678,8 @@ msgstr "اسم خريطة الراستر المخرجة" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy, c-format #~ msgid "Unable to create new location <%s>" #~ msgstr "%s:لم يتم إنشاء الجدول" @@ -91897,6 +91900,7 @@ msgstr "اسم خريطة الراستر المخرجة" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91926,6 +91930,8 @@ msgstr "اسم خريطة الراستر المخرجة" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../scripts/r.fillnulls/r.fillnulls.py:161 msgid "A user raster mask (MASK) is present. Saving it..." msgstr "" @@ -93815,6 +93821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -93855,6 +93862,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 8cd69def690..8dc07629e01 100644 --- a/locale/po/grassmods_cs.po +++ b/locale/po/grassmods_cs.po @@ -28008,6 +28008,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28052,6 +28053,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -28891,6 +28895,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28924,6 +28929,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60657,6 +60664,7 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60685,6 +60693,8 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -60699,6 +60709,7 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60727,6 +60738,8 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -61013,6 +61026,7 @@ msgstr[3] "%d záznamů vybráno z tabulky" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -61053,6 +61067,9 @@ msgstr[3] "%d záznamů vybráno z tabulky" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -73809,6 +73826,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -73853,6 +73871,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #, c-format msgid "<%s> does not exist. Skipping." msgstr "" @@ -73869,6 +73890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -73902,6 +73924,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "<%s> does not exist. Skipping." msgstr "" @@ -73926,6 +73950,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75251,6 +75276,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../general/g.copy/main.c:79 #, c-format @@ -86317,6 +86344,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Scale for color rule values" msgstr "" ======= @@ -86380,6 +86408,10 @@ msgstr "" msgid "Scale for color rule values" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -86481,6 +86513,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to open color rule" msgstr "" ======= @@ -86544,6 +86577,10 @@ msgstr "" msgid "Unable to open color rule" msgstr "" >>>>>>> osgeo-main +======= +msgid "Unable to open color rule" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/rules.c:179 #, c-format @@ -88275,6 +88312,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -88293,6 +88331,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -88321,6 +88361,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -88426,6 +88467,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -88446,6 +88489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -88464,6 +88508,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -88479,6 +88525,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -88545,6 +88592,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -88596,6 +88645,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -88671,6 +88721,11 @@ msgstr "" msgid "Internal error in %s()" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -92588,6 +92643,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92616,6 +92672,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 0fefba78bdb..9bc768a495e 100644 --- a/locale/po/grassmods_de.po +++ b/locale/po/grassmods_de.po @@ -21,6 +21,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83,6 +84,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +"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" @@ -104,6 +110,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -185,6 +192,11 @@ 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 "Last-Translator: Markus \n" "Language-Team: German \n" @@ -208,6 +220,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "X-Generator: Weblate 4.12.2\n" ======= <<<<<<< HEAD @@ -246,6 +259,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "X-Generator: Weblate 4.16.4\n" ======= "X-Generator: Weblate 4.12.2\n" @@ -262,6 +277,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -335,6 +351,11 @@ msgstr "" "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +"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 @@ -453,6 +474,7 @@ msgstr "Metadaten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -534,6 +556,11 @@ msgstr "Metadaten" ======= >>>>>>> 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 msgid "" "Prints/sets general temporal GIS database connection for current mapset." msgstr "" @@ -1329,6 +1356,7 @@ msgstr "Kann das vorherbestimmte Vektoröffnungslevel nicht setzen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1362,6 +1390,8 @@ msgstr "Kann das vorherbestimmte Vektoröffnungslevel nicht setzen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to open vector map <%s>" msgstr "Kann die Vektorkarte <%s> nicht öffnen." @@ -1463,6 +1493,7 @@ msgstr "Kann den Treiber <%s> nicht starten." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1524,6 +1555,10 @@ msgstr "Kann den Treiber <%s> nicht starten." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)" @@ -1551,6 +1586,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1632,6 +1668,11 @@ 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 #: ../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 @@ -1816,6 +1857,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1897,6 +1939,11 @@ 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 #: ../raster/r.external/link.c:248 #, c-format @@ -26435,6 +26482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26516,6 +26564,11 @@ 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 #: ../imagery/i.smap/write_img.c:15 msgid "Writing output raster map(s)..." @@ -26898,6 +26951,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26979,6 +27033,11 @@ 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 msgid "" "Uses red and nir bands mostly, and some indices require additional bands." msgstr "" @@ -27133,6 +27192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27214,6 +27274,11 @@ 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 msgid "" "If data is in Digital Numbers (i.e. integer type), give the max bits (i.e. 8 " "for Landsat -> [0-255])" @@ -27275,6 +27340,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27356,6 +27422,11 @@ 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 msgid "" "msavi index requires red and nir maps, and 3 parameters related to soil line" msgstr "" @@ -28365,6 +28436,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Segmentation processes stopped at %d due to reaching max iteration limit, " "more merges may be possible" @@ -28405,6 +28477,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Negative value %s for option '%s': disabling" ======= msgid "" @@ -28423,6 +28497,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28448,6 +28523,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "" "Segmentation processes stopped at %d due to reaching max iteration limit, " "more merges may be possible" @@ -28464,6 +28541,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28502,6 +28580,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.segment/parse_args.c:247 @@ -28837,6 +28917,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28918,6 +28999,11 @@ 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 msgid "" "Name of the difference map of temperature from surface skin to about 2 m " "height [K]" @@ -29224,6 +29310,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29305,6 +29392,11 @@ 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 msgid "" "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature " "from ASTER DN." @@ -32231,6 +32323,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -32275,6 +32368,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -32290,6 +32386,7 @@ msgid "Apriori Kappa (yaw) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32323,6 +32420,8 @@ msgid "Apriori Kappa (yaw) standard deviation" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34558,6 +34657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34639,6 +34739,11 @@ 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 #: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:24 #, fuzzy @@ -34681,6 +34786,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34743,6 +34849,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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)" @@ -34766,6 +34877,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34847,6 +34959,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:38 @@ -34983,6 +35100,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35064,6 +35182,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.snap_to_translate.c:1 @@ -37338,6 +37461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37419,6 +37543,11 @@ 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 msgid "" "nearest;nearest neighbor;bilinear;bilinear interpolation;bicubic;bicubic " "interpolation;lanczos;lanczos filter;bilinear_f;bilinear interpolation with " @@ -37780,6 +37909,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37861,6 +37991,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.sample_to_translate.c:5 @@ -38009,6 +38144,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38090,6 +38226,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.out.maxent_swd_to_translate.c:19 @@ -38192,6 +38333,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38273,6 +38415,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.divergence_to_translate.c:3 @@ -38587,6 +38734,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38668,6 +38816,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.mapcalc.tiled_to_translate.c:16 @@ -38749,6 +38902,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38830,6 +38984,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/db.join_to_translate.c:6 @@ -39520,6 +39679,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39601,6 +39761,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.in.wms_to_translate.c:48 @@ -40052,6 +40217,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40133,6 +40299,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/g.extension_to_translate.c:1 @@ -41166,6 +41337,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41247,6 +41419,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.net.curvedarcs_to_translate.c:10 @@ -44903,6 +45080,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44984,6 +45162,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.stream.inbasin_to_translate.c:16 @@ -45557,6 +45740,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45638,6 +45822,11 @@ 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 #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:1 #, fuzzy @@ -45695,6 +45884,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45776,6 +45966,11 @@ 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 #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:8 #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:10 @@ -45863,6 +46058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -45909,6 +46105,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -46012,6 +46211,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46093,6 +46293,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.green.hydro.recommended_to_translate.c:3 @@ -46113,6 +46318,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46150,6 +46356,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Name of vector map with interesting segments of rivers" msgstr "Name existierender Vektorkarte mit Punkten" @@ -46168,6 +46376,7 @@ msgstr "Name existierender Vektorkarte mit Punkten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46229,6 +46438,10 @@ msgstr "Name existierender Vektorkarte mit Punkten" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -47464,6 +47677,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47545,6 +47759,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.popgrowth_to_translate.c:2 @@ -47732,6 +47951,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47813,6 +48033,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/wxpyimgview_to_translate.c:5 @@ -48551,6 +48776,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48632,6 +48858,11 @@ 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 #: ../locale/scriptstrings/v.rast.bufferstats_to_translate.c:18 #, fuzzy @@ -51418,6 +51649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51499,6 +51731,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 #, fuzzy @@ -51522,6 +51759,7 @@ msgstr "Unbekannter EPSG-Code %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51553,6 +51791,8 @@ msgstr "Unbekannter EPSG-Code %s" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Print projection info in Proj4 format" msgstr "Gebe die Projektionsinformationen im PROJ.4-Format aus." ======= @@ -51570,6 +51810,7 @@ msgstr "Gebe die Projektionsinformationen im PROJ.4-Format aus." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -51617,6 +51858,8 @@ msgstr "Gebe die Projektionsinformationen im PROJ.4-Format aus." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Uploads values of multiple rasters at positions of vector points to the " "table." @@ -51638,6 +51881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51719,6 +51963,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:10 #, fuzzy @@ -51843,6 +52092,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51924,6 +52174,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.plane_to_translate.c:6 @@ -51953,6 +52208,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52034,6 +52290,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.plane_to_translate.c:8 @@ -52090,6 +52351,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52171,6 +52433,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.import_to_translate.c:5 @@ -53377,6 +53644,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -53470,6 +53738,11 @@ msgid "(default: unlimited)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.in.wfs_to_translate.c:10 @@ -53804,6 +54077,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53885,6 +54159,11 @@ 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 #: ../locale/scriptstrings/v.centroids_to_translate.c:1 msgid "Adds missing centroids to closed boundaries." @@ -54036,6 +54315,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54117,6 +54397,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:16 @@ -54160,6 +54445,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54241,6 +54527,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:21 @@ -54273,6 +54564,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54354,6 +54646,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:24 @@ -54731,6 +55028,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54762,6 +55060,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Output vector points map of vertical deflections [m]" msgstr "Ausgabe-Vektorkarte, in die die Fehlern geschrieben werden." ======= @@ -54779,6 +55079,7 @@ msgstr "Ausgabe-Vektorkarte, in die die Fehlern geschrieben werden." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -54826,6 +55127,8 @@ msgstr "Ausgabe-Vektorkarte, in die die Fehlern geschrieben werden." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "where conditions of SQL statement without 'where' keyword. (example: " "cf_mst_ud = 1 or cf_eb_ud > 100)" @@ -54846,6 +55149,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54927,6 +55231,11 @@ 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 #: ../locale/scriptstrings/t.rast.list_to_translate.c:1 msgid "Lists registered maps of a space time raster dataset." @@ -55081,6 +55390,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55162,6 +55472,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.learn.train_to_translate.c:1 @@ -55847,6 +56162,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55928,6 +56244,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:1 @@ -56028,6 +56349,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56109,6 +56431,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.rast.extract_to_translate.c:6 @@ -58081,6 +58408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58162,6 +58490,11 @@ 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 #: ../locale/scriptstrings/r.viewshed.exposure_to_translate.c:10 #, fuzzy @@ -58208,6 +58541,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58289,6 +58623,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.viewshed.exposure_to_translate.c:16 @@ -63360,6 +63699,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." ======= @@ -63399,6 +63739,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Export categories and corresponding colors as QGIS color file or csv file. " "Non-existing categories and their color definitions will be removed." ======= @@ -63417,6 +63759,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -63442,6 +63785,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -63457,6 +63802,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -63495,6 +63841,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.category.trim_to_translate.c:6 @@ -64385,6 +64733,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64466,6 +64815,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.green.biomassfor.financial_to_translate.c:52 @@ -64632,6 +64986,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64713,6 +65068,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/g.isis3mt_to_translate.c:8 @@ -64838,6 +65198,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64919,6 +65280,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.random.weight_to_translate.c:9 @@ -65045,6 +65411,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65126,6 +65493,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.civil_to_translate.c:1 @@ -65474,6 +65846,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65555,6 +65928,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.futures.devpressure_to_translate.c:5 @@ -66242,6 +66620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66323,6 +66702,11 @@ 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 #: ../locale/scriptstrings/r.sun.hourly_to_translate.c:34 #, fuzzy @@ -66354,6 +66738,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66435,6 +66820,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" "Ausgabe-Rasterkarte der diffusen Sonneneinstrahlung [W.m-2] (Modus 1) oder " "der Abstrahlung [Wh.m-2.day-1] (Modus 2)." @@ -66771,6 +67161,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66852,6 +67243,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.terrain.texture_to_translate.c:9 @@ -66910,6 +67306,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66991,6 +67388,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.series.diversity_to_translate.c:4 @@ -67182,6 +67584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67263,6 +67666,11 @@ 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 #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:39 #, fuzzy @@ -67281,6 +67689,7 @@ msgstr "Habe %d Linien beschriftet" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -67309,6 +67718,8 @@ msgstr "Habe %d Linien beschriftet" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:41 #, fuzzy msgid "Boxplot color" @@ -67331,6 +67742,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -67359,6 +67771,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:51 msgid "Set flier size" ======= @@ -67435,6 +67849,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67516,6 +67931,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.unregister_to_translate.c:1 @@ -67547,6 +67967,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67628,6 +68049,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.unregister_to_translate.c:8 @@ -68384,6 +68810,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68465,6 +68892,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.object.spatialautocor_to_translate.c:10 @@ -70354,6 +70786,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70435,6 +70868,11 @@ 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 #: ../locale/scriptstrings/r.area.createweight_to_translate.c:16 #, fuzzy @@ -70458,6 +70896,7 @@ msgstr "Name der Spalte mit den X-Koordinaten." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70489,6 +70928,8 @@ msgstr "Name der Spalte mit den X-Koordinaten." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Format: All values must be >0" msgstr "Der Schwellwert muss >=0 sein." ======= @@ -70506,6 +70947,7 @@ msgstr "Der Schwellwert muss >=0 sein." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -70553,6 +70995,8 @@ msgstr "Der Schwellwert muss >=0 sein." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "E.g.: 'x double precision, y double precision, cat int, name varchar(10)'" msgstr "" @@ -70573,6 +71017,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70654,6 +71099,11 @@ 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 #: ../locale/scriptstrings/r.area.createweight_to_translate.c:19 #, fuzzy @@ -70739,6 +71189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70820,6 +71271,11 @@ 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 #: ../locale/scriptstrings/r.area.createweight_to_translate.c:28 #, fuzzy @@ -70861,6 +71317,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70942,6 +71399,11 @@ 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 #: ../locale/scriptstrings/r.area.createweight_to_translate.c:35 #, fuzzy @@ -71195,6 +71657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71276,6 +71739,11 @@ 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 #: ../locale/scriptstrings/r.valley.bottom_to_translate.c:8 msgid "Threshold (t) for transformation of Elevation Percentile (Lowness)" @@ -71389,6 +71857,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71470,6 +71939,11 @@ 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 #: ../locale/scriptstrings/i.sentinel.coverage_to_translate.c:9 #, fuzzy @@ -71488,6 +71962,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71525,6 +72000,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Area input vector maps" msgstr "Keine Eingabe-Vektorkarten!" @@ -71589,6 +72066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -71650,6 +72128,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Minor ellipsoid axis of the transformation grid's destination coordinate " "system" @@ -71694,6 +72176,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71775,6 +72258,11 @@ 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 #: ../locale/scriptstrings/r.fidimo_to_translate.c:1 msgid "" @@ -71937,6 +72425,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72018,6 +72507,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/i.landsat.qa_to_translate.c:3 @@ -72252,6 +72746,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72333,6 +72828,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/g.gui.cswbrowser_to_translate.c:1 @@ -72828,6 +73328,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72909,6 +73410,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.rast.mapcalc_to_translate.c:1 @@ -79347,6 +79853,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -79375,6 +79882,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.in.ahn_to_translate.c:1 msgid "" @@ -79456,6 +79965,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79537,6 +80047,11 @@ 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 #: ../locale/scriptstrings/r.slope.direction_to_translate.c:4 #, fuzzy @@ -84618,6 +85133,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84699,6 +85215,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.net.salesman/main.c:182 ../vector/v.net.iso/main.c:149 @@ -86393,6 +86914,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86424,6 +86946,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to open file '%s' for writing" ======= ======= @@ -86440,6 +86964,7 @@ msgid "Unable to open file '%s' for writing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86484,6 +87009,8 @@ msgid "Unable to open file '%s' for writing" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Input layer must be set to a particular layer, not <%s>, when using <%s> " "option or <-%c> flag" @@ -86516,6 +87043,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86597,6 +87125,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.decimate/copy_tab.c:84 ../vector/v.extract/copy_tab.c:89 @@ -87899,6 +88432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87980,6 +88514,11 @@ 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 msgid "" "Density is computed using a moving kernel. Optionally generates a vector " "density map on a vector network." @@ -88063,6 +88602,7 @@ msgstr "Kernel Funktion" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88144,6 +88684,11 @@ msgstr "Kernel Funktion" ======= >>>>>>> 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 msgid "" "Try to calculate an optimal radius with given 'radius' taken as maximum " "(experimental)" @@ -88172,6 +88717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88253,6 +88799,11 @@ 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 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" @@ -88281,6 +88832,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88362,6 +88914,11 @@ 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 msgid "" "Use option net_output if you compute network density. Name provided in " "option output will be used for net_output." @@ -88394,6 +88951,7 @@ msgstr "Unbekannte Kernelfunktion" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88475,6 +89033,11 @@ msgstr "Unbekannte Kernelfunktion" ======= >>>>>>> 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 msgid "" "Optimal standard deviation calculation is supported only for node method " "'none' and kernel function 'gaussian'." @@ -89805,6 +90368,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -89886,6 +90450,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" "Keine Koordinaten um Ausgabe zu erzeugen. Vielleicht wurde ein leerer Vektor-" "Typ ausgewählt." @@ -89954,6 +90523,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90035,6 +90605,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" "Kann Felder der Attributtabelle für Layer < 1 nicht exportieren. Ãœberspringe " "den Export." @@ -90444,6 +91019,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90525,6 +91101,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.external/args.c:44 @@ -90579,6 +91160,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -90610,6 +91192,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Layer <%s> not available" msgstr "Layer <%s> ist nicht vorhanden." ======= @@ -90627,6 +91211,7 @@ msgstr "Layer <%s> ist nicht vorhanden." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -90674,6 +91259,8 @@ msgstr "Layer <%s> ist nicht vorhanden." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -92695,6 +93282,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92776,6 +93364,11 @@ 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 #: ../vector/v.net.steiner/main.c:393 msgid "Categories of points on terminals (layer is specified by nlayer)" @@ -94225,6 +94818,7 @@ msgstr "Erzeugung" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94266,6 +94860,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Name for output vector map defined as a link to the PostGIS feature table" msgstr "" @@ -95446,6 +96042,7 @@ msgstr "Kann die Layer-Informationen für die Punkte nicht erhalten." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -95477,6 +96074,8 @@ msgstr "Kann die Layer-Informationen für die Punkte nicht erhalten." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to drop table: %s" msgstr "Kann die Tabelle <%s> nicht löschen." ======= @@ -95494,6 +96093,7 @@ msgstr "Kann die Tabelle <%s> nicht löschen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -95541,6 +96141,8 @@ msgstr "Kann die Tabelle <%s> nicht löschen." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Invalid FID column (%s). FID column must be integer. Please specify " "different FID column by 'options=\"FID=\"'." @@ -95564,6 +96166,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -95595,6 +96198,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to select line id values from %s.%s." msgstr "Kann die Linien IDs nicht selektieren von %s.%s." ======= @@ -95612,6 +96217,7 @@ msgstr "Kann die Linien IDs nicht selektieren von %s.%s." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -95659,6 +96265,8 @@ msgstr "Kann die Linien IDs nicht selektieren von %s.%s." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Column (%s) already exists in the table. Please specify different geometry " "column by 'options=\"GEOMETRY_NAME=\"'." @@ -96015,6 +96623,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96096,6 +96705,11 @@ 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 #: ../vector/v.lrs/v.lrs.create/main.c:805 #, c-format @@ -96825,6 +97439,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96906,6 +97521,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.patch/main.c:99 @@ -96943,6 +97563,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96979,6 +97600,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" "Hänge Dateien an eine existierende Datei an. Das Ãœberschreiben von " @@ -97001,6 +97624,7 @@ msgid "Missing attribute table for vector map <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -97033,6 +97657,8 @@ msgid "Missing attribute table for vector map <%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.patch/main.c:252 @@ -97079,6 +97705,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97160,6 +97787,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.patch/main.c:256 @@ -99304,6 +99936,7 @@ msgstr "Name der Hintergrund-Vektorkarte(n)." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99385,6 +100018,11 @@ msgstr "Name der Hintergrund-Vektorkarte(n)." ======= >>>>>>> 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 msgid "" "Snap added or modified features in the given threshold to the nearest " "existing feature" @@ -100429,6 +101067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100510,6 +101149,11 @@ 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 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 " @@ -100535,6 +101179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100616,6 +101261,11 @@ 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 msgid "Method for aggregate statistics (count if non given)" msgstr "" @@ -101362,6 +102012,7 @@ msgstr "Art des Vektorobjekts" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101443,6 +102094,11 @@ msgstr "Art des Vektorobjekts" ======= >>>>>>> 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 msgid "" "Combination of types is not supported by all output formats. Default is to " "use first type found in input vector map." @@ -101520,6 +102176,131 @@ msgstr "Ãœberspringe den Export der GRASS-Kategorie-ID ('cat')-Spalte" <<<<<<< 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)) +<<<<<<< HEAD +>>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> b49c22396f (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 +>>>>>>> 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)) +======= +>>>>>>> 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 +msgid "" +"Also export features without category (not labeled). Otherwise only features " +"with category are exported." +msgstr "" + +#: ../vector/v.out.ogr/args.c:107 +msgid "Use ESRI-style .prj file format (applies to Shapefile output only)" +msgstr "" +"Verwende .prj-Dateiformat im ESRI-Stil (nur bei Ausgabe von Shapefiles)." + +#: ../vector/v.out.ogr/args.c:113 +msgid "Force 2D output even if input is 3D (applies to Shapefile output only)" +msgstr "" + +#: ../vector/v.out.ogr/args.c:121 +msgid "Export vector data as multi-features" +msgstr "" + +<<<<<<< HEAD +#: ../vector/v.out.ogr/args.c:127 +======= +#: ../vector/v.out.ogr/args.c:126 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101601,119 +102382,6 @@ msgstr "Ãœberspringe den Export der GRASS-Kategorie-ID ('cat')-Spalte" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main -msgid "" -"Also export features without category (not labeled). Otherwise only features " -"with category are exported." -msgstr "" - -#: ../vector/v.out.ogr/args.c:107 -msgid "Use ESRI-style .prj file format (applies to Shapefile output only)" -msgstr "" -"Verwende .prj-Dateiformat im ESRI-Stil (nur bei Ausgabe von Shapefiles)." - -#: ../vector/v.out.ogr/args.c:113 -msgid "Force 2D output even if input is 3D (applies to Shapefile output only)" -msgstr "" - -#: ../vector/v.out.ogr/args.c:121 -msgid "Export vector data as multi-features" -msgstr "" - -<<<<<<< HEAD -#: ../vector/v.out.ogr/args.c:127 -======= -#: ../vector/v.out.ogr/args.c:126 -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< 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)) -<<<<<<< HEAD ->>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> b49c22396f (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 ->>>>>>> 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)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101809,6 +102477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101890,6 +102559,11 @@ 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 msgid "" "The map contains islands. With the -c flag, islands will appear as filled " "areas, not holes in the output map." @@ -101945,6 +102619,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -101982,6 +102657,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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' " @@ -102025,6 +102702,7 @@ msgid_plural "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102086,6 +102764,10 @@ msgid_plural "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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' " @@ -102105,6 +102787,7 @@ msgid_plural "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102186,6 +102869,11 @@ msgid_plural "" ======= >>>>>>> 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 msgstr[0] "" msgstr[1] "" @@ -102207,6 +102895,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102244,6 +102933,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -102264,6 +102955,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102325,6 +103017,10 @@ msgstr[1] "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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' " @@ -102375,6 +103071,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102456,6 +103153,11 @@ msgstr[1] "" ======= >>>>>>> 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 msgid "" "No points found, but requested to be exported. Will skip this feature type." msgstr "" @@ -102479,6 +103181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102560,6 +103263,11 @@ 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 msgid "" "No lines found, but requested to be exported. Will skip this feature type." msgstr "" @@ -102583,6 +103291,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102664,6 +103373,11 @@ 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 msgid "" "No boundaries found, but requested to be exported. Will skip this feature " "type." @@ -102688,6 +103402,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102769,6 +103484,11 @@ 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 msgid "" "No areas found, but requested to be exported. Will skip this feature type." msgstr "" @@ -102792,6 +103512,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102873,6 +103594,11 @@ 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 msgid "" "No centroids found, but requested to be exported. Will skip this feature " "type." @@ -102897,6 +103623,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102978,6 +103705,11 @@ 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 msgid "" "No faces found, but requested to be exported. Will skip this feature type." msgstr "" @@ -103001,6 +103733,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103082,6 +103815,11 @@ 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 msgid "" "No kernels found, but requested to be exported. Will skip this feature type." msgstr "" @@ -103105,6 +103843,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103186,6 +103925,11 @@ 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 msgid "" "No volumes found, but requested to be exported. Will skip this feature type." msgstr "" @@ -103238,6 +103982,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" ======= <<<<<<< HEAD @@ -103276,6 +104021,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -103292,6 +104039,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)) @@ -103365,6 +104113,11 @@ msgid "" "(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +"(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 @@ -103912,6 +104665,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -103940,6 +104694,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -103954,6 +104710,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -103982,6 +104739,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -104031,6 +104790,7 @@ msgstr "Ändere Spaltenname zu Kleinbuchstaben" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104071,6 +104831,9 @@ msgstr "Ändere Spaltenname zu Kleinbuchstaben" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -104191,6 +104954,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Option <%s> will be ignored. OGR doesn't support it for selected format (%s)." ======= @@ -104230,6 +104994,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "No features for %s selected. Please check options '%s', '%s'." ======= msgid "" @@ -104247,6 +105013,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104272,6 +105039,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "" "Option <%s> will be ignored. OGR doesn't support it for selected format (%s)." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -104287,6 +105056,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104325,6 +105095,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.net.connectivity/main.c:163 @@ -104345,6 +105117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Option <%s> will be ignored. Multiple geometry fields are supported by GDAL " ">= 1.11" @@ -104385,6 +105158,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "%s is empty" msgstr "%s ist leer" @@ -104409,6 +105184,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104434,6 +105210,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "" "Option <%s> will be ignored. Multiple geometry fields are supported by GDAL " ">= 1.11" @@ -104450,6 +105228,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -104488,6 +105267,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.lidar.correction/main.c:86 @@ -104564,6 +105345,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104645,6 +105427,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.mkgrid/write_grid.c:70 @@ -104726,6 +105513,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104807,6 +105595,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.mkgrid/main.c:140 @@ -106046,6 +106839,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106127,6 +106921,11 @@ 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 msgid "" "connect still unconnected points to vector network by inserting new line(s)" msgstr "" @@ -106154,6 +106953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106235,6 +107035,11 @@ 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 msgid "" "print to standard output {line_category start_point_category " "end_point_category}" @@ -106259,6 +107064,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106340,6 +107146,11 @@ 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 msgid "" "print to standard output {point_category line_category[,line_category...]}" msgstr "" @@ -106393,6 +107204,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106474,6 +107286,11 @@ 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 msgid "" "For operation 'connect'. By default, a new line from the point to the " "network is created." @@ -106502,6 +107319,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106583,6 +107401,11 @@ 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 msgid "" "Layer where turntable will be attached. Format: layer number[/layer name]." "Required for operation 'turntable'." @@ -106607,6 +107430,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106688,6 +107512,11 @@ 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 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 " @@ -106962,6 +107791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107043,6 +107873,11 @@ 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 #: ../vector/v.info/print.c:155 #, c-format @@ -107147,6 +107982,7 @@ msgstr "Topology Spalte:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -107209,6 +108045,11 @@ msgstr "Topology Spalte:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -107234,6 +108075,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107315,6 +108157,11 @@ 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 #: ../vector/v.info/print.c:405 msgid "level" @@ -107852,6 +108699,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107933,6 +108781,11 @@ 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 msgid "" "By default only features with category are exported. To export all features " "use 'layer=-1'." @@ -108052,6 +108905,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108114,6 +108968,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 "" @@ -108139,6 +108998,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108220,6 +109080,11 @@ 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 #: ../vector/v.in.pdal/main.cpp:446 #, c-format @@ -108385,6 +109250,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108412,6 +109278,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.extrude/main.c:74 @@ -108439,6 +109307,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108476,6 +109345,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format <<<<<<< HEAD msgid "Check if OGR layer <%s> contains polygons..." @@ -108498,6 +109370,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -108571,6 +109444,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -108587,6 +109462,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108615,6 +109491,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Boundary splitting distance in map units: %G" msgstr "Distanz der Grenz-Aufteilung in Karteneinheiten: %G" ======= @@ -108649,6 +109527,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108684,6 +109563,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Key column '%s' in input layer <%s> is not integer" ======= msgid "" @@ -108701,6 +109582,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108733,6 +109615,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:952 @@ -108760,6 +109644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108795,6 +109680,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Column name <%s> renamed to <%s>" ======= msgid "" @@ -108812,6 +109699,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108844,6 +109732,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:1051 @@ -108875,6 +109765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -108937,6 +109828,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../vector/v.in.ogr/main.c:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1084 ======= #: ../vector/v.in.region/main.c:43 @@ -108981,6 +109877,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109021,6 +109918,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -109041,6 +109941,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109103,6 +110004,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../vector/v.in.ogr/main.c:1103 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1102 ======= #: ../vector/v.univar/main.c:195 @@ -109136,6 +110042,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109176,6 +110083,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Writing column %s with fixed length %d chars (may be truncated)" msgstr "" @@ -109229,6 +110139,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109291,6 +110202,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../vector/v.in.ogr/main.c:1353 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1352 ======= #: ../vector/v.vol.rst/main.c:482 @@ -109316,6 +110232,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109356,6 +110273,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Cannot insert new row for input layer <%s>: %s" msgstr "" @@ -109381,6 +110301,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109443,6 +110364,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../vector/v.in.ogr/main.c:1393 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1392 ======= #: ../vector/v.vol.rst/main.c:642 @@ -109468,6 +110394,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109508,6 +110435,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to drop table: '%s'" msgstr "Kann Tabelle <%s> nicht löschen." @@ -109541,6 +110471,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109603,6 +110534,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../vector/v.in.ogr/main.c:1593 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1592 ======= #: ../vector/v.vol.rst/main.c:911 @@ -109666,6 +110602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109706,6 +110643,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "The order of features in input layer <%s> has changed" msgstr "" @@ -109727,6 +110667,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -109756,6 +110697,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "%d input polygons\n" msgstr "%d Eingabepolygone\n" ======= @@ -109772,6 +110715,7 @@ msgstr "%d Eingabepolygone\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109840,6 +110784,8 @@ msgstr "%d Eingabepolygone\n" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "There are points outside specified 2D/3D region--ignored %d points (total " "points: %d)" @@ -109861,6 +110807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -109887,6 +110834,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "%d input polygons" msgstr "%d Eingabepolygone" ======= @@ -109904,6 +110853,7 @@ msgstr "%d Eingabepolygone" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -109951,6 +110901,8 @@ msgstr "%d Eingabepolygone" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Points are more dense than specified 'DMIN'--ignored %d points (remain %d)" msgstr "" @@ -109966,6 +110918,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110054,6 +111007,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1674 #, c-format @@ -110070,6 +111025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110094,6 +111050,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Total area: %G (%d areas)\n" msgstr "Gesamtfläche: %G (%d Flächen)\n" ======= @@ -110107,6 +111065,7 @@ msgstr "Gesamtfläche: %G (%d Flächen)\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Total area: %G (%d areas)\n" msgstr "Gesamtfläche: %G (%d Flächen)\n" @@ -110140,6 +111099,8 @@ msgstr "Gesamtfläche: %G (%d Flächen)\n" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "%d points given for interpolation (after thinning) is less than given NPMIN=" "%d" @@ -110157,6 +111118,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110228,6 +111190,11 @@ 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 #: ../vector/v.in.ogr/main.c:1675 #, c-format @@ -110244,6 +111211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -110270,6 +111238,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Total area: %G (%d areas)" msgstr "Gesamtfläche: %G (%d Flächen)" ======= @@ -110287,6 +111257,7 @@ msgstr "Gesamtfläche: %G (%d Flächen)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110334,6 +111305,8 @@ msgstr "Gesamtfläche: %G (%d Flächen)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -110412,6 +111385,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110520,6 +111494,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.extract/main.c:84 @@ -110594,6 +111570,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -110636,6 +111613,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:1859 ../vector/v.in.ogr/main.c:1870 @@ -110744,6 +111723,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -110838,6 +111818,8 @@ msgid "Replace command line instead of appending it" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.extract/main.c:414 @@ -110938,6 +111920,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -111019,6 +112002,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../vector/v.in.ogr/main.c:2196 @@ -112437,6 +113425,7 @@ msgstr "Operator bestimmt das erforderte Verhältnis zwischen den Objekten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -112518,6 +113507,11 @@ msgstr "Operator bestimmt das erforderte Verhältnis zwischen den Objekten" ======= >>>>>>> 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 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 " @@ -112582,6 +113576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -112663,6 +113658,11 @@ 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 msgid "" "feature A is spatially related to feature B (using GEOS, requires 'relate' " "option)" @@ -113415,6 +114415,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113452,6 +114453,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to copy table for layer %d" msgstr "" @@ -113474,6 +114477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -113535,6 +114539,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "'%s' option not used with <%s> because a coordinate would become invalid" msgstr "" @@ -118150,6 +119158,7 @@ msgid_plural "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118231,6 +119240,11 @@ msgid_plural "" ======= >>>>>>> 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 msgstr[0] "" msgstr[1] "" @@ -118483,6 +119497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118564,6 +119579,11 @@ 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 #: ../display/d.title/main.c:74 msgid "Draw title on current display" @@ -125742,6 +126762,7 @@ msgstr "Maximale Differenz zwischen diesem und dem letzten Schritt: %g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -125779,6 +126800,8 @@ msgstr "Maximale Differenz zwischen diesem und dem letzten Schritt: %g" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Label file <%s> not found" msgstr "Label-Datei <%s> nicht gefunden." @@ -125797,6 +126820,7 @@ msgid "Region size is lower than minreg, nothing displayed." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -125858,6 +126882,10 @@ msgid "Region size is lower than minreg, nothing displayed." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -125987,6 +127015,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -126068,6 +127097,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" "Region-Größe ist kleiner als die Minimal-Region; es wird nichts angezeigt." @@ -126154,6 +127188,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -126235,6 +127270,11 @@ 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 #: ../display/d.rast/main.c:77 ../display/d.rast/main.c:82 #: ../display/d.rgb/main.c:65 @@ -127463,6 +128503,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -127544,6 +128585,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../display/d.legend/main.c:98 ../display/d.legend/main.c:107 @@ -127564,6 +128610,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127599,6 +128646,8 @@ msgid "Offset for color rule values" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.legend/main.c:105 ../display/d.legend.vect/main.c:135 msgid "Title font size" msgstr "" @@ -127771,6 +128820,7 @@ msgid "Offset for color rule values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -127813,6 +128863,9 @@ msgid "Offset for color rule values" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.colors/edit_colors.c:139 ../raster/r.colors/edit_colors.c:148 @@ -127828,6 +128881,7 @@ msgid "New value = (old value + offset) * scale" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127861,6 +128915,8 @@ msgid "New value = (old value + offset) * scale" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -127896,6 +128952,7 @@ msgid "Scale for color rule values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -127940,6 +128997,9 @@ msgid "Scale for color rule values" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.colors/edit_colors.c:284 ../raster/r.colors/edit_colors.c:318 @@ -127961,6 +129021,7 @@ msgid "No %s map name found in input file <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127994,6 +129055,8 @@ msgid "No %s map name found in input file <%s>" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -128096,6 +129159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -128133,6 +129197,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "\n" "Bitte geben Sie Anweisungen ein. Um dies zu beenden geben Sie in der " "letzten Zeile EOF (Strg-d) ein.\n" @@ -129234,6 +130300,7 @@ msgstr "Kann Farbe nicht lesen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -129295,6 +130362,10 @@ msgstr "Kann Farbe nicht lesen." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)" @@ -129317,6 +130388,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -129398,6 +130470,11 @@ 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 #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -130644,6 +131721,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -130725,6 +131803,11 @@ msgid "" ======= >>>>>>> 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 "%s" msgstr "" @@ -131504,6 +132587,7 @@ msgstr "Der Schalter '-z' wird nur für Punkte unterstützt." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -131528,6 +132612,8 @@ msgstr "Der Schalter '-z' wird nur für Punkte unterstützt." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Raster is not CELL, '-v' flag ignored, raster values will be written to the " "table." @@ -131544,6 +132630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -131563,6 +132650,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.to.vect/main.c:144 msgid "" @@ -131575,6 +132664,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -131628,6 +132718,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.to.vect/main.c:146 @@ -131664,6 +132756,7 @@ msgstr "Extrahiere Punkte ... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -131688,6 +132781,8 @@ msgstr "Extrahiere Punkte ... " >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -131705,6 +132800,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -131744,6 +132840,8 @@ msgstr "Erstellt eine Komposit-Karte, indem bekannte Kategorie-Werte einer (oder >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.patch/main.c:73 msgid "Name of raster maps to be patched together" @@ -131801,6 +132899,7 @@ msgid "Overwrite seed map with result (lake) map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -131819,6 +132918,8 @@ msgid "Overwrite seed map with result (lake) map" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Ãœberschreibe die Karte mit Startpunkten mit der resultierenden Seekarte." @@ -131841,6 +132942,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgstr "Ãœberschreibe die Karte mit Startpunkten mit der resultierenden Seekarte." ======= @@ -131928,6 +133030,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.lake/main.c:207 msgid "Seed coordinates and output map lake= must be set!" @@ -131948,6 +133052,7 @@ msgid "Both lake and overwrite cannot be specified" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -131966,6 +133071,8 @@ msgid "Both lake and overwrite cannot be specified" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Die Einstellungen 'lake' und 'overwrite' können nicht zugleich verwendet " "werden." @@ -131983,6 +133090,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -132051,6 +133159,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.lake/main.c:240 msgid "Seed point outside the current region" @@ -132073,6 +133183,7 @@ msgstr "G_malloc: Kein Speicher mehr da." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -132097,6 +133208,8 @@ msgstr "G_malloc: Kein Speicher mehr da." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Given water level at seed point is below earth surface. Increase water level " "or move seed point." @@ -132114,6 +133227,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132153,6 +133267,8 @@ msgstr "Der angegebene Wasserstand am Startpunkt befindet sich unter der Erdober >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.lake/main.c:355 #, c-format @@ -132184,6 +133300,7 @@ msgid "Volume is correct only if lake depth (terrain raster map) is in meters" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -132202,6 +133319,8 @@ msgid "Volume is correct only if lake depth (terrain raster map) is in meters" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Das Volumen ist nur korrekt, wenn die Seetiefe (Terrain-Rasterkarte) in " "Metern angegeben wurde." @@ -132223,6 +133342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -132293,6 +133413,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.cost/main.c:176 msgid "Name of input raster map containing grid cell cost information" @@ -132317,6 +133439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -132341,6 +133464,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Negative cell value found at row %d, col %d. Setting negative value to " "null_cost value" @@ -132357,6 +133482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -132376,6 +133502,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.his/main.c:73 msgid "" @@ -132390,6 +133518,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -132447,6 +133576,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.his/main.c:103 @@ -132480,6 +133611,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." @@ -132549,6 +133681,11 @@ msgstr "" "Erlaubt das Erzeugen und/oder das Modifizieren von Rasterkarten-Support-" "Dateien." >>>>>>> osgeo-main +======= +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" @@ -132633,6 +133770,7 @@ msgstr "%s: Schritt 3 ... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -132657,6 +133795,8 @@ msgstr "%s: Schritt 3 ... " >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Creates a cross product of the category values from multiple raster map " "layers." @@ -132672,6 +133812,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132711,6 +133852,8 @@ msgstr "Erzeugt ein Kreuzprodukt von Kategoriewerten auf Basis mehrerer Rasterka >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.cross/main.c:80 #, c-format @@ -132782,6 +133925,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." @@ -132851,6 +133995,11 @@ msgstr "" "Ignoriere Feldtypen des Headers, da der Typ auf der Kommandozeile gesetzt " "wurde." >>>>>>> osgeo-main +======= +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" @@ -132871,6 +134020,7 @@ msgid "ignoring multiplier filed in header, multiplier is set on command line" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -132889,6 +134039,8 @@ msgid "ignoring multiplier filed in header, multiplier is set on command line" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Ignoriere Multiplikator-Feld im Header, da der Multiplikator auf der " "Kommandozeile gesetzt wurde." @@ -132906,6 +134058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -132974,6 +134127,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.in.ascii/gethead.c:218 msgid "error in ascii data format" @@ -133062,6 +134217,7 @@ msgstr "Name der Ausgabe ASCII-Grid Datei (verwende out=- für stdout)." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -133086,6 +134242,8 @@ msgstr "Name der Ausgabe ASCII-Grid Datei (verwende out=- für stdout)." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Number of values printed before wrapping a line (only SURFER or MODFLOW " "format)" @@ -133102,6 +134260,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -133121,6 +134280,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.out.ascii/main.c:92 msgid "String to represent null cell (GRASS grid only)" @@ -133134,6 +134295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -133191,6 +134353,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.out.ascii/main.c:100 msgid "Write SURFER (Golden Software) ASCII grid" @@ -133401,6 +134565,7 @@ msgstr "%ld Bytes nach '%s' geschrieben." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -133425,6 +134590,8 @@ msgstr "%ld Bytes nach '%s' geschrieben." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Makes each output cell value a function of the values assigned to the " "corresponding cells in the input raster map layers." @@ -133441,6 +134608,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -133460,6 +134628,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.series/main.c:151 msgid "" @@ -133478,6 +134648,7 @@ msgid "" <<<<<<< HEAD <<<<<<< 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." @@ -133556,6 +134727,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.series/main.c:253 ../raster/r.series/main.c:325 @@ -133600,6 +134773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -133618,6 +134792,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Region resolution shoudn't be lesser than map %s resolution. Run g.region " "raster=%s to set proper resolution" @@ -133635,6 +134811,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -133703,6 +134880,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.geomorphon/main.c:165 @@ -133759,6 +134938,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -133777,6 +134957,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -133805,6 +134987,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -133910,6 +135093,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -133930,6 +135115,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -133948,6 +135134,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -133963,6 +135151,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -134029,6 +135218,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -134055,6 +135246,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Flatness distance should be between skip and search radius. Otherwise ignored" ======= @@ -134112,6 +135304,10 @@ msgid "" msgid "" "Flatness distance should be between skip and search radius. Otherwise ignored" >>>>>>> osgeo-main +======= +msgid "" +"Flatness distance should be between skip and search radius. Otherwise ignored" +>>>>>>> osgeo-main msgstr "" #: ../raster/r.geomorphon/main.c:431 @@ -134128,6 +135324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "There may be a notable processing delay because the computational region is " "%lu times larger than necessary" @@ -134197,6 +135394,11 @@ msgid "" "There may be a notable processing delay because the computational region is " "%lu times larger than necessary" >>>>>>> osgeo-main +======= +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 @@ -134220,6 +135422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Failed writing profile data" msgstr "" ======= @@ -134283,6 +135486,10 @@ msgstr "" msgid "Failed writing profile data" msgstr "" >>>>>>> osgeo-main +======= +msgid "Failed writing profile data" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -134301,6 +135508,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -134376,6 +135584,11 @@ msgstr "" msgid "Internal error in %s()" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -134426,6 +135639,7 @@ msgid "Print input map's bounds in the current projection and exit" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -134444,6 +135658,8 @@ msgid "Print input map's bounds in the current projection and exit" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Gibt die Grenzen der Eingabekarte in der aktuellen Projektion aus und " "beendet sich." @@ -134462,6 +135678,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -134529,6 +135746,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.proj/main.c:259 msgid "Input and output locations are the same" @@ -134548,6 +135767,7 @@ msgid "Unable to get projection info of output raster map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Kann die Projektionsinformation der Ausgabe-Rasterkarte nicht ermitteln." ======= @@ -134605,6 +135825,10 @@ msgstr "" msgstr "" "Kann die Projektionsinformation der Ausgabe-Rasterkarte nicht ermitteln." >>>>>>> osgeo-main +======= +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" @@ -134624,6 +135848,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." ======= @@ -134681,6 +135906,10 @@ msgstr "" msgstr "" "Kann die Kennzahlen der Projektion der Ausgabe-Rasterkarte nicht ermitteln." >>>>>>> osgeo-main +======= +msgstr "" +"Kann die Kennzahlen der Projektion der Ausgabe-Rasterkarte nicht ermitteln." +>>>>>>> osgeo-main #: ../raster/r.proj/main.c:288 #, c-format @@ -134800,6 +136029,7 @@ msgstr "Reklassifizieren" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -134824,6 +136054,8 @@ msgstr "Reklassifizieren" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Recategorizes data in a raster map by grouping cells that form physically " "discrete areas into unique categories." @@ -134840,6 +136072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -134879,6 +136112,8 @@ msgstr "Re-Kategorisiert Daten einer Rasterkarte, indem Zellen physikalisch disk >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.clump/main.c:82 msgid "Threshold to identify similar cells" @@ -134956,6 +136191,7 @@ msgstr "End-Koordinate: %.15g, %.15g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -134980,6 +136216,8 @@ msgstr "End-Koordinate: %.15g, %.15g" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Outputs raster map layer values lying along user defined transect line(s)." msgstr "" @@ -134995,6 +136233,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -135034,6 +136273,8 @@ msgstr "Gibt die Werte einer Rasterkarte aus, die entlang einer/mehrerer durch d >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.transect/main.c:111 msgid "Raster map to be queried" @@ -135193,6 +136434,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated " "values (IDW)." @@ -135262,6 +136504,11 @@ msgid "" "Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated " "values (IDW)." >>>>>>> osgeo-main +======= +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 @@ -135373,6 +136620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Maximum distance too large. Adjusted to '%.6f' (diagonal of current region)." ======= @@ -135430,6 +136678,10 @@ msgid "" msgid "" "Maximum distance too large. Adjusted to '%.6f' (diagonal of current region)." >>>>>>> osgeo-main +======= +msgid "" +"Maximum distance too large. Adjusted to '%.6f' (diagonal of current region)." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.stats/main.c:948 @@ -135450,6 +136702,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Maximum distance too large. Adjusted to '%lu' cells (diagonal of current " "region)." @@ -135519,6 +136772,11 @@ msgid "" "Maximum distance too large. Adjusted to '%lu' cells (diagonal of current " "region)." >>>>>>> osgeo-main +======= +msgid "" +"Maximum distance too large. Adjusted to '%lu' cells (diagonal of current " +"region)." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.stats/main.c:961 @@ -135594,6 +136852,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Input data type is '%s' (%i bytes) and output data type is '%s' (%i bytes)." ======= @@ -135651,6 +136910,10 @@ msgid "" msgid "" "Input data type is '%s' (%i bytes) and output data type is '%s' (%i bytes)." >>>>>>> osgeo-main +======= +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 @@ -135704,6 +136967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135728,6 +136992,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Filters and generates a depressionless elevation map and a flow direction " "map from a given elevation raster map." @@ -135744,6 +137010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -135783,6 +137050,8 @@ msgstr "Filtert und generiert ein depressionsloses Höhenmodell und eine Fließr >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.fill.dir/main.c:101 msgid "Name for output depressionless elevation raster map" @@ -135801,6 +137070,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Name for output flow direction map for depressionless elevation raster map" ======= @@ -135858,6 +137128,10 @@ msgid "" msgid "" "Name for output flow direction map for depressionless elevation raster map" >>>>>>> osgeo-main +======= +msgid "" +"Name for output flow direction map for depressionless elevation raster map" +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.dir/main.c:110 @@ -135920,6 +137194,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -135938,6 +137213,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Optionally produces a GRASS vector points map containing the calculated " "centroids of these clumps." @@ -135954,6 +137231,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -136019,6 +137297,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.volume/main.c:92 @@ -136038,6 +137318,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Preferably the output of r.clump. If no clump map is given than MASK is used." ======= @@ -136095,6 +137376,10 @@ msgid "" msgid "" "Preferably the output of r.clump. If no clump map is given than MASK is used." >>>>>>> osgeo-main +======= +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 @@ -136126,6 +137411,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." @@ -136195,6 +137481,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." >>>>>>> osgeo-main +======= +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 @@ -136277,6 +137568,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." ======= @@ -136334,6 +137626,10 @@ msgstr "" msgstr "" "Erzeugt eine Vektorkarte mit bestimmten Kontourlinien aus einer Rasterkarte." >>>>>>> osgeo-main +======= +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 @@ -136546,6 +137842,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "The input vector map contains both polygons and points, cannot handle mixed " "types" @@ -136615,6 +137912,11 @@ msgid "" "The input vector map contains both polygons and points, cannot handle mixed " "types" >>>>>>> osgeo-main +======= +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 @@ -136693,6 +137995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "The raster map <%s> must be integer (CELL type) in order to use the " "'maskcats' parameter" @@ -136762,6 +138065,11 @@ msgid "" "The raster map <%s> must be integer (CELL type) in order to use the " "'maskcats' parameter" >>>>>>> osgeo-main +======= +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 @@ -136799,6 +138107,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." @@ -136868,6 +138177,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." >>>>>>> osgeo-main +======= +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 @@ -136987,6 +138301,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -137068,6 +138383,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../scripts/v.dissolve/v.dissolve.py:349 @@ -137088,6 +138408,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Statistics calculated from raster map <{raster}> and uploaded to attribute " "table of vector map <{vector}>." ======= @@ -137127,6 +138448,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "The number of result columns ({result_columns}) needs to be the same as the " "number of aggregation methods ({methods})" ======= @@ -137145,6 +138468,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137170,6 +138494,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= "Statistics calculated from raster map <{raster}> and uploaded to attribute " "table of vector map <{vector}>." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -137185,6 +138511,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137223,6 +138550,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.dissolve/v.dissolve.py:362 @@ -137243,6 +138572,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Not all vector categories converted to raster. " "Converted {0} of {1}." ======= @@ -137282,6 +138612,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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}'" @@ -137301,6 +138633,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137326,6 +138659,8 @@ msgid "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= "Not all vector categories converted to raster. " "Converted {0} of {1}." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -137341,6 +138676,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137379,6 +138715,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.dissolve/v.dissolve.py:376 @@ -137459,6 +138797,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137565,6 +138904,11 @@ msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +#: ../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 "" @@ -137644,6 +138988,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -137675,6 +139020,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "It is not possible to set 'maxcols=%s' and 'overlap=%s'. Please set " "maxcols>overlap" ======= @@ -137692,6 +139039,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -137739,6 +139087,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Final extraction steps failed. Check above error messages and see following " "details:\n" "%s" @@ -137763,6 +139113,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -137800,6 +139151,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "It is not possible to set 'maxrows=%s' and 'overlap=%s'. Please set " "maxrows>overlap" msgstr "" @@ -137818,6 +139171,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -137879,6 +139233,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Deleting of temporary layer failed. Check above error messages and see " "following details:\n" "%s" @@ -138021,6 +139379,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -138102,6 +139461,11 @@ 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 msgid "" "There are no tiles available. Probably the output projection system it is " "not compatible with the projection of the current location" @@ -138710,6 +140074,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -138791,6 +140156,11 @@ 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 msgid "" "Since DBF driver is used, the content of the 'alternatenames' column might " "be cut with respect to the original Geonames.org column content" @@ -139471,6 +140841,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -139552,6 +140923,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../scripts/v.db.update/v.db.update.py:112 @@ -141133,6 +142509,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -141161,6 +142538,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -143110,6 +144489,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -143154,6 +144534,9 @@ msgid "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../scripts/g.extension/g.extension.py:2112 @@ -143202,6 +144585,7 @@ msgid "Imported table <%s> with %d rows" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -143235,6 +144619,8 @@ msgid "Imported table <%s> with %d rows" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143323,6 +144709,7 @@ msgid "Maximum memory to be used with -m flag (in MB)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -143367,6 +144754,9 @@ msgid "Maximum memory to be used with -m flag (in MB)" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" "Maximal zu verwendender Speicher in Verbindung mit dem Schalter -m (in MB)." @@ -143412,6 +144802,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -143445,6 +144836,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Maximal zu verwendender Speicher in Verbindung mit dem Schalter -m (in MB)." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143478,6 +144871,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -143511,6 +144905,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Generate points also for NULL category" #~ msgstr "Erzeuge Punkte auch für die NULL-Kategorie." @@ -143537,6 +144933,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -143569,6 +144966,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Unable to convert input raster map projection information to GRASS format " "for checking" @@ -143588,6 +144987,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -143634,6 +145034,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, fuzzy #~ msgid "Unable to assign/dissociate band reference. {}" @@ -143703,6 +145106,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143784,6 +145188,11 @@ 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 #~ msgid "" #~ "Control Z Point file for group [%s] in [%s] \n" @@ -143845,6 +145254,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143926,6 +145336,11 @@ 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 #~ msgid "Allocating memory for bicubic interpolation" #~ msgstr "Allokiere Speicher für bikubische Interpolation." @@ -144017,6 +145432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -144054,6 +145470,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Number of vertical pieces must be at least 1. Default value will be " #~ "used..." @@ -144071,6 +145489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144132,6 +145551,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -144211,6 +145634,7 @@ msgid "File in which to save d.graph instructions for legend display" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -144255,6 +145679,9 @@ msgid "File in which to save d.graph instructions for legend display" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" "Datei in der die d.grap-Anweisungen für die Darstellung der Legende " "gespeichert werden." @@ -144273,6 +145700,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -144306,6 +145734,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Datei in der die d.grap-Anweisungen für die Darstellung der Legende " "gespeichert werden." @@ -144337,6 +145767,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Data types depend on database backend, but all support VARCHAR(), INT, " "DOUBLE PRECISION and DATE" @@ -144382,6 +145813,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Data types depend on database backend, but all support VARCHAR(), INT, " #~ "DOUBLE PRECISION and DATE" @@ -144401,6 +145834,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -144443,6 +145877,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgid "" "Data types depend on database backend, but all support VARCHAR(), INT, " "DOUBLE PRECISION and DATE" @@ -144462,6 +145899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -144495,6 +145933,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Data types depend on database backend, but all support VARCHAR(), INT, " "DOUBLE PRECISION and DATE" @@ -144561,6 +146001,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144642,6 +146083,11 @@ 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 #~ msgid "Location: %s\n" #~ msgstr "Location: %s\n" @@ -144718,6 +146164,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -144748,6 +146195,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "\n" #~ "You can use the -o flag to %s to override this projection check.\n" @@ -144831,6 +146280,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144912,6 +146362,11 @@ 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 #, fuzzy #~ msgid "-%c/-%c and %s= are mutually exclusive" @@ -144991,6 +146446,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145028,6 +146484,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Correction of the v.lidar.growing output. It is the last of the three " #~ "algorithms for LIDAR filtering." @@ -145047,6 +146505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145108,6 +146567,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -145129,6 +146592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145210,6 +146674,11 @@ 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 #~ msgid "Interpolation spline step value in east direction" #~ msgstr "Spline-Interpolations-Schrittweite in Ost-Richtung." @@ -145246,6 +146715,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145283,6 +146753,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Displays a thematic vector area map in the active frame on the graphics " #~ "monitor." @@ -145300,6 +146772,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145361,6 +146834,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Displays a thematic vector area map in the active frame on the graphics " "monitor." @@ -145394,6 +146871,7 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145431,6 +146909,8 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Allows creation and/or modification of raster3d map layer support files." #~ msgstr "" @@ -145449,6 +146929,7 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145510,6 +146991,10 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Allows creation and/or modification of raster3d map layer support files." msgstr "" @@ -145530,6 +147015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145611,6 +147097,11 @@ 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 #~ msgid "Failed opening input dig file." #~ msgstr "Kann input dig Datei nicht öffnen." @@ -145649,6 +147140,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145730,6 +147222,11 @@ 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 #~ msgid "Line %d label: %d matched another label: %d." #~ msgstr "Linie %d Beschriftung: %d passt zu einer anderen Beschriftung: %d." @@ -145766,6 +147263,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145847,6 +147345,11 @@ 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 #~ msgid "Unable to open dig_cats file" #~ msgstr "Kann die dig_cats Datei nicht öffnen." @@ -145875,6 +147378,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145912,6 +147416,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Input file is not portable. We will attempt to convert anyway but " #~ "conversion may fail. Please read manual for detail information." @@ -145932,6 +147438,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145993,6 +147500,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -146015,6 +147526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146096,6 +147608,11 @@ 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 #~ msgid "[%d] points read to memory" #~ msgstr "[%d] Punkte sind in den Speicher gelesen worden." @@ -146132,6 +147649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146213,6 +147731,11 @@ 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 #~ msgid "[%d] dead points skipped" #~ msgstr "[%d] tote Punkte (dead points) übersprungen." @@ -146294,6 +147817,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146375,6 +147899,11 @@ 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 #~ msgid "Unknown metric: [%s]." #~ msgstr "Unbekannte Maßzahl: [%s]." @@ -146404,6 +147933,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -146441,6 +147971,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Computes anisotropic cumulative cost of moving between different " #~ "geographic locations on an input elevation raster map whose cell category " @@ -146472,6 +148004,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -146533,6 +148066,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -146566,6 +148103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146647,6 +148185,11 @@ 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 #~ msgid "Name of output layer to be used for GREEN" #~ msgstr "Name der Ausgabe-Karte, die den GRÃœNEN Kanal enthalten soll" @@ -146672,6 +148215,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -146709,6 +148253,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Lat/long databases not supported by r.surf.idw2. Use r.surf.idw instead!" #~ msgstr "" @@ -146727,6 +148273,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -146788,6 +148335,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -146808,6 +148359,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146889,6 +148441,11 @@ 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 #~ msgid "%s=%s - illegal number of interpolation points" #~ msgstr "%s=%s - Ungültige Anzahl von Interpolationspunkten." @@ -146974,6 +148531,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147047,6 +148605,11 @@ msgstr "" #~ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." ======= >>>>>>> osgeo-main +======= +#~ 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." @@ -147084,6 +148647,7 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147117,6 +148681,8 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Color for showing unknown information or \"none\"" #~ msgstr "Farbe für unbekannte Information." @@ -147139,6 +148705,7 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -147181,6 +148748,9 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgid "" "Color in GRASS format for drawing null values (X symbol) or \"none\" not " "drawing" @@ -147204,6 +148774,7 @@ msgstr "Farbe für unbekannte Information." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147257,6 +148828,9 @@ msgstr "Farbe für unbekannte Information." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Color in GRASS format for showing unknown information (? symbol) or \"none\" " "not showing" @@ -147438,6 +149012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -147519,6 +149094,11 @@ 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 #~ msgid "%d sites written." #~ msgstr "%d Sites geschrieben." @@ -147740,6 +149320,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)) ======= @@ -147765,6 +149346,8 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "No function defined to perform ``point %c point''" msgstr "Es wurde keine Funktion definiert, um \"Punkt %c Punkt\" auszuführen." @@ -147926,6 +149509,7 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -147979,5 +149563,8 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 515f0c49173..6e9bcf51ae8 100644 --- a/locale/po/grassmods_el.po +++ b/locale/po/grassmods_el.po @@ -56505,6 +56505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56533,6 +56534,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -56547,6 +56550,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56575,6 +56579,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -56850,6 +56856,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56890,6 +56897,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -71860,6 +71870,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -71923,6 +71934,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -71946,6 +71961,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -72009,6 +72025,10 @@ msgstr "" msgid "Profile output format" msgstr "" >>>>>>> osgeo-main +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -76092,6 +76112,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -76120,6 +76141,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c59721c8c68..69a4bd568dd 100644 --- a/locale/po/grassmods_es.po +++ b/locale/po/grassmods_es.po @@ -28604,6 +28604,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28648,6 +28649,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -28672,6 +28676,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28705,6 +28710,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -42560,6 +42567,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42641,6 +42649,11 @@ 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 #: ../locale/scriptstrings/g.copyall_to_translate.c:9 #, fuzzy @@ -53050,6 +53063,7 @@ msgstr "tabla de colores" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53112,6 +53126,11 @@ msgstr "tabla de colores" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -53136,6 +53155,7 @@ msgstr "dato nulo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53189,6 +53209,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 @@ -53208,6 +53230,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -53250,6 +53273,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:61 #: ../locale/scriptstrings/v.scatterplot_to_translate.c:62 @@ -77386,6 +77411,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77467,6 +77493,11 @@ 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 #: ../display/d.text/main.c:181 msgid "Line spacing" @@ -82836,6 +82867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -82854,6 +82886,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "DONE: uncompressed file is %lu %s (%.2f%%) smaller" msgstr "" @@ -82880,6 +82914,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy, c-format ======= @@ -82979,6 +83014,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.compress/main.c:228 msgid "same size" @@ -87860,6 +87897,7 @@ msgstr "\"-\" para leer reglas desde entrada estándar (stdin)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Offset for color rule values" msgstr "" ======= @@ -87923,6 +87961,10 @@ msgstr "" msgid "Offset for color rule values" msgstr "" >>>>>>> osgeo-main +======= +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" @@ -87941,6 +87983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Scale for color rule values" msgstr "" ======= @@ -88004,6 +88047,10 @@ msgstr "" msgid "Scale for color rule values" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -88105,6 +88152,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to open color rule" msgstr "" ======= @@ -88168,6 +88216,10 @@ msgstr "" msgid "Unable to open color rule" msgstr "" >>>>>>> osgeo-main +======= +msgid "Unable to open color rule" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/rules.c:179 #, c-format @@ -89897,6 +89949,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -89915,6 +89968,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -89943,6 +89998,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -90048,6 +90104,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -90068,6 +90126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -90086,6 +90145,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -90101,6 +90162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -90167,6 +90229,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -90207,6 +90271,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -90225,6 +90290,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile data has been written" msgstr "" @@ -90239,6 +90306,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -90302,6 +90370,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -90320,6 +90390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -90395,6 +90466,11 @@ msgstr "" msgid "Internal error in %s()" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -94326,6 +94402,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94354,6 +94431,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format #~ msgid "Unable to create new location <%s>" #~ msgstr "No se puede crear nueva Localización <%s>" @@ -94583,6 +94662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94611,6 +94691,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Remove all registered maps from the temporal and also from the spatial " #~ "database" @@ -98037,6 +98119,7 @@ msgstr "No hay un controlador de bases de datos (DB) definido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -100828,6 +100911,8 @@ msgstr "leyendo mapa de entrada -%s y -%s- y creando algunos archivos temporales >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "OGR datasource name" msgstr "Nombre de fuente de datos OGR" @@ -101783,6 +101868,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -101792,6 +101878,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Key columns differ" msgstr "Diferencia de columnas clave" @@ -101831,6 +101919,7 @@ msgstr "Grados Phi iniciales de Cámara (cabeceo, pitch)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgid "<%s> not found" @@ -102121,6 +102210,9 @@ msgstr "Grados Phi iniciales de Cámara (cabeceo, pitch)" >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main <<<<<<< HEAD #~ msgid "Key columns differ" @@ -102206,6 +102298,7 @@ msgstr "El número de banda de entrada debería ser 15" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102231,6 +102324,8 @@ msgstr "El número de banda de entrada debería ser 15" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "The input band number should be 15" msgstr "El número de banda de entrada debería ser 15" @@ -102247,6 +102342,7 @@ msgstr "El número de banda de entrada debería ser 15" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -102285,6 +102381,8 @@ msgstr "El número de banda de entrada debería ser 15" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -102305,6 +102403,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)) @@ -102386,3 +102485,8 @@ msgstr "El mapa vectorial <%s> es 3D. Use opciones de creación de capa específ ======= >>>>>>> 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 diff --git a/locale/po/grassmods_fi.po b/locale/po/grassmods_fi.po index 362f85ff066..89dcd96e864 100644 --- a/locale/po/grassmods_fi.po +++ b/locale/po/grassmods_fi.po @@ -39268,6 +39268,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39349,6 +39350,11 @@ 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 #: ../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 6714c7c088a..22d55798975 100644 --- a/locale/po/grassmods_fr.po +++ b/locale/po/grassmods_fr.po @@ -28079,6 +28079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28123,6 +28124,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -28147,6 +28151,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28180,6 +28185,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -52093,6 +52100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52121,6 +52129,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:61 ======= <<<<<<< HEAD @@ -52135,6 +52145,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52163,6 +52174,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:62 #, fuzzy msgid "Line style trendline" @@ -52189,6 +52202,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52270,6 +52284,11 @@ 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 #: ../locale/scriptstrings/v.scatterplot_to_translate.c:64 #, fuzzy @@ -64007,6 +64026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64035,6 +64055,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -64049,6 +64071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64077,6 +64100,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -64352,6 +64377,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -64392,6 +64418,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -73782,6 +73811,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)) @@ -73863,6 +73893,11 @@ msgid "Makes each cell value a function of the attribute values assigned to the ======= >>>>>>> 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 msgstr "" #: ../vector/v.neighbors/main.c:152 @@ -73905,6 +73940,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73986,6 +74022,11 @@ 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 msgid "All points fall outside of the current computational region" msgstr "" @@ -74348,6 +74389,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 @@ -74386,6 +74428,8 @@ msgid "Vector map <%s> is 3D. Use format specific layer creation options (parame >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Vector map <%s> is 3D. Use format specific layer creation options (parameter " "'lco') to export in 3D rather than 2D (default)." @@ -74404,6 +74448,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)) @@ -74477,6 +74522,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)) >>>>>>> osgeo-main +======= +======= +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 @@ -77884,6 +77934,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77965,6 +78016,11 @@ 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 #: ../display/d.text/main.c:181 msgid "Line spacing" @@ -81015,6 +81071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -81052,6 +81109,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:409 #, c-format msgid "%d error in cat option" @@ -81407,6 +81466,7 @@ msgid "Manage" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -81468,6 +81528,10 @@ msgid "Manage" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -81501,6 +81565,7 @@ msgid "DONE: compressed file is %lu %s (%.2f%%) larger" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81582,6 +81647,11 @@ msgid "DONE: compressed file is %lu %s (%.2f%%) larger" ======= >>>>>>> 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 msgstr "" #: ../display/d.mon/main.c:65 @@ -86879,6 +86949,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -86897,6 +86968,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -86925,6 +86998,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -87030,6 +87104,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -87050,6 +87126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -87068,6 +87145,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -87083,6 +87162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -87149,6 +87229,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -87189,6 +87271,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -87207,6 +87290,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile data has been written" msgstr "" @@ -87221,6 +87306,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -87284,6 +87370,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -91325,6 +91413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91353,6 +91442,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Overwrite font configuration file if already existing" #~ msgstr "Écraser le fichier de configuration des polices s'il existe déjà" @@ -91528,6 +91619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -91556,6 +91648,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Creates a raster map from LAS LiDAR points using univariate statistics " @@ -94211,6 +94305,7 @@ msgstr "Table manquante" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Missing table" msgstr "Table manquante" @@ -94368,6 +94463,18 @@ 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 "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" @@ -94395,6 +94502,7 @@ msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus grand" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -94460,5 +94568,7 @@ msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus grand" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 89efbe3db35..0475028e92b 100644 --- a/locale/po/grassmods_hu.po +++ b/locale/po/grassmods_hu.po @@ -56827,6 +56827,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56855,6 +56856,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -56869,6 +56872,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56897,6 +56901,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -57177,6 +57183,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57217,6 +57224,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -75634,6 +75644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75662,6 +75673,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c31cd9449a9..d1c7e4b6b93 100644 --- a/locale/po/grassmods_it.po +++ b/locale/po/grassmods_it.po @@ -28162,6 +28162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28243,6 +28244,11 @@ 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 #: ../imagery/i.atcorr/geomcond.cpp:232 msgid "No possibility to compute lat. and long." @@ -40656,6 +40662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40737,6 +40744,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 #, fuzzy @@ -50168,6 +50180,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50249,6 +50262,11 @@ 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 #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:39 #, fuzzy @@ -79793,6 +79811,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../raster/r.colors/rules.c:81 msgid "Unable to open color rule" msgstr "" @@ -79833,6 +79852,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:98 msgid "Unable to read color" msgstr "Non è possibile leggere il colore" @@ -79853,6 +79874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79878,6 +79900,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../raster/r.colors/rules.c:81 msgid "Unable to open color rule" msgstr "" @@ -79894,6 +79918,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -79932,6 +79957,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -81595,6 +81622,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -81613,6 +81641,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -81641,6 +81671,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -81746,6 +81777,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -81766,6 +81799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -81784,6 +81818,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -81799,6 +81835,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -81865,6 +81902,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -81908,6 +81947,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Failed writing profile data" msgstr "" ======= @@ -81971,6 +82011,10 @@ msgstr "" msgid "Failed writing profile data" msgstr "" >>>>>>> osgeo-main +======= +msgid "Failed writing profile data" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -86008,6 +86052,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86036,6 +86081,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -88620,6 +88667,7 @@ msgstr "I tipi di colonna sono differenti" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "<%s> not found" msgstr "<%s> non trovato" @@ -88747,6 +88795,15 @@ msgstr "Tabella mancante" msgid "Number of columns differ" msgstr "Il numero di colonne è differente" +======= +>>>>>>> osgeo-main +======= +msgid "Missing table" +msgstr "Tabella mancante" + +msgid "Number of columns differ" +msgstr "Il numero di colonne è differente" + ======= >>>>>>> osgeo-main msgid "<%s> not found" @@ -88777,6 +88834,7 @@ msgstr "Il numero di colonne è differente" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88833,5 +88891,7 @@ msgstr "Il numero di colonne è differente" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 b61f855a2d3..6bfa5609ea4 100644 --- a/locale/po/grassmods_ja.po +++ b/locale/po/grassmods_ja.po @@ -27718,6 +27718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27799,6 +27800,11 @@ 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 #: ../imagery/i.atcorr/geomcond.cpp:232 msgid "No possibility to compute lat. and long." @@ -40090,6 +40096,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40171,6 +40178,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 #, fuzzy @@ -49899,6 +49911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49980,6 +49993,11 @@ 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 #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:39 #, fuzzy @@ -59640,6 +59658,7 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59668,6 +59687,8 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59682,6 +59703,7 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59710,6 +59732,8 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59987,6 +60011,7 @@ msgstr[0] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60027,6 +60052,9 @@ msgstr[0] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨" @@ -77342,6 +77370,7 @@ msgstr "座標 [%s] を横文解æžã§ãã¾ã›ã‚“" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77372,6 +77401,8 @@ msgstr "座標 [%s] を横文解æžã§ãã¾ã›ã‚“" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:98 msgid "Unable to read color" msgstr "色を読ã¿è¾¼ã‚ã¾ã›ã‚“" @@ -77392,6 +77423,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77417,6 +77449,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../raster/r.colors/edit_colors.c:426 #, c-format msgid "Color table 'grey.eq' is not supported for floating point %s map" @@ -77488,6 +77522,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -77541,6 +77576,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -79194,6 +79232,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79212,6 +79251,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -79235,6 +79276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79325,6 +79367,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -79350,6 +79394,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79368,6 +79413,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -79383,6 +79430,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79449,6 +79497,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -79489,6 +79539,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79507,6 +79558,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile data has been written" msgstr "" @@ -79521,6 +79574,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79584,6 +79638,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -79602,6 +79658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -79677,6 +79734,11 @@ msgstr "" msgid "Internal error in %s()" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -83701,6 +83763,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83729,6 +83792,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -85622,6 +85687,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -85665,6 +85731,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Text color, either a standard GRASS color or R:G:B triplet" #~ msgstr "テキストカラー, 標準GRASSカラーã¾ãŸã¯R:G:B triplet" @@ -86552,6 +86620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86577,6 +86646,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "<%s> not found" msgstr "<%s>ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -86600,6 +86671,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86638,5 +86710,7 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 e300a3fae3d..7ff123a6535 100644 --- a/locale/po/grassmods_ko.po +++ b/locale/po/grassmods_ko.po @@ -27350,6 +27350,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27431,6 +27432,11 @@ 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 #: ../imagery/i.atcorr/computations.cpp:178 msgid "Check aerosol measurements or plane altitude" @@ -39483,6 +39489,7 @@ msgid "image collections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -39527,6 +39534,9 @@ msgid "image collections" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/i.band_to_translate.c:6 @@ -39542,6 +39552,7 @@ msgid "Name of band reference identifier (example: S2_1)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39575,6 +39586,8 @@ msgid "Name of band reference identifier (example: S2_1)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49030,6 +49043,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49111,6 +49125,11 @@ 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 #: ../locale/scriptstrings/r.series.diversity_to_translate.c:12 #, fuzzy @@ -58791,6 +58810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58819,6 +58839,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -58833,6 +58855,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58861,6 +58884,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59138,6 +59163,7 @@ msgstr[0] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59178,6 +59204,9 @@ msgstr[0] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -78836,6 +78865,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -78899,6 +78929,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -78919,6 +78953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -78937,6 +78972,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile output file name (\"-\" for stdout)" msgstr "" @@ -78951,6 +78988,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79014,6 +79052,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -79042,6 +79082,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to open output file <%s>: %d (%s)" msgstr "" @@ -79117,6 +79158,11 @@ msgstr "" msgid "Failed to open output file <%s>: %d (%s)" msgstr "" >>>>>>> osgeo-main +======= +#, 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" @@ -79157,6 +79203,7 @@ msgstr "알려지지 ì•Šì€ ì¶œë ¥ ìžë£Œí˜•" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79175,6 +79222,8 @@ msgstr "알려지지 ì•Šì€ ì¶œë ¥ ìžë£Œí˜•" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile data has been written" msgstr "" @@ -79189,6 +79238,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79252,6 +79302,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -79270,6 +79322,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -79345,6 +79398,11 @@ msgstr "" msgid "Internal error in %s()" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -83400,6 +83458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83428,6 +83487,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "벡터 지ë„ì˜ ì´ë¦„" @@ -83564,6 +83625,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83592,6 +83654,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Remove all registered maps from the temporal and also from the spatial " #~ "database" @@ -85691,6 +85755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Can not read control points for group <%s>" msgstr "그룹 <%s>를 위한 제어ì ì„ ì½ì„ 수 없습니다" @@ -85737,6 +85802,8 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Error in pj_do_proj3" #~ msgstr "pj_do_proj3 ë‚´ì— ì˜¤ë¥˜" @@ -85803,6 +85870,7 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85828,6 +85896,8 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Can not read control points for group <%s>" msgstr "그룹 <%s>를 위한 제어ì ì„ ì½ì„ 수 없습니다" @@ -85850,6 +85920,7 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -85888,5 +85959,7 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c6b48768a7d..1557d253734 100644 --- a/locale/po/grassmods_lv.po +++ b/locale/po/grassmods_lv.po @@ -92710,6 +92710,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92738,6 +92739,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 9233e99c5ec..c61659729ff 100644 --- a/locale/po/grassmods_pl.po +++ b/locale/po/grassmods_pl.po @@ -27805,6 +27805,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27886,6 +27887,11 @@ 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 #: ../imagery/i.atcorr/geomcond.cpp:232 msgid "No possibility to compute lat. and long." @@ -40195,6 +40201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40276,6 +40283,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 msgid "Input EPSG code" @@ -59238,6 +59250,7 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59266,6 +59279,8 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59280,6 +59295,7 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59308,6 +59324,8 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59594,6 +59612,7 @@ msgstr[3] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59634,6 +59653,9 @@ msgstr[3] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -77570,6 +77592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77651,6 +77674,11 @@ 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 #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -79321,6 +79349,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -79384,6 +79413,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -79404,6 +79437,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79422,6 +79456,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile output file name (\"-\" for stdout)" msgstr "" @@ -79441,6 +79477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79519,6 +79556,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -79539,6 +79578,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79557,6 +79597,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -79572,6 +79614,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79638,6 +79681,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -79681,6 +79726,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Failed writing profile data" msgstr "" ======= @@ -79744,6 +79790,10 @@ msgstr "" msgid "Failed writing profile data" msgstr "" >>>>>>> osgeo-main +======= +msgid "Failed writing profile data" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -83788,6 +83838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83816,6 +83867,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 2326ef77f22..8c11f1fc4f0 100644 --- a/locale/po/grassmods_pt.po +++ b/locale/po/grassmods_pt.po @@ -27658,6 +27658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27739,6 +27740,11 @@ 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 #: ../imagery/i.atcorr/geomcond.cpp:91 msgid "The sun is not raised" @@ -57809,6 +57815,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57837,6 +57844,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -57851,6 +57860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57879,6 +57889,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -58159,6 +58171,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58199,6 +58212,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -81508,6 +81524,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -81571,6 +81588,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -81591,6 +81612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -81609,6 +81631,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile output file name (\"-\" for stdout)" msgstr "" @@ -81623,6 +81647,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -81686,6 +81711,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -85772,6 +85799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -85800,6 +85828,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c6b26c4c4f6..db390b12958 100644 --- a/locale/po/grassmods_pt_BR.po +++ b/locale/po/grassmods_pt_BR.po @@ -30009,6 +30009,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -30053,6 +30054,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -30892,6 +30896,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30925,6 +30930,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46510,6 +46517,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46591,6 +46599,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 msgid "Input EPSG code" @@ -60334,6 +60347,7 @@ msgstr "Nome da coluna que contém a coordenada y" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60381,6 +60395,9 @@ msgstr "A primeira coluna é 1" ======= #: ../locale/scriptstrings/r.area.createweight_to_translate.c:17 >>>>>>> osgeo-main +======= +#: ../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" @@ -60401,6 +60418,7 @@ msgstr "Arquivo de entrada" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60479,6 +60497,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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..." @@ -60495,6 +60515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -60523,6 +60544,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy msgid "Input raster 2 (optional)" msgstr "Gera arquivo com a direção da encosta" @@ -63092,6 +63115,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." @@ -63137,6 +63161,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." >>>>>>> osgeo-main +======= +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 @@ -64862,6 +64889,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)" @@ -64907,6 +64935,9 @@ msgid "Additional settings for chosen interpolation (see manual)" ======= msgid "Additional settings for chosen interpolation (see manual)" >>>>>>> osgeo-main +======= +msgid "Additional settings for chosen interpolation (see manual)" +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.mwprecip_to_translate.c:38 @@ -66752,6 +66783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Print extended metadata information" msgstr "" ======= @@ -66815,6 +66847,10 @@ msgstr "" msgid "Print extended metadata information" msgstr "" >>>>>>> osgeo-main +======= +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" @@ -72109,295 +72145,1280 @@ msgstr "Não foi possível ler o nome do banco de dados" 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 +#: ../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 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> main +======= +======= +======= +======= +======= +======= +======= +<<<<<<< HEAD +======= +======= +>>>>>>> main +======= +======= +======= +======= +======= +#, 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 "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 read input: %s" +msgstr "Não foi possível ler entrada: %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:157 ../vector/v.segment/main.c:201 +#, c-format +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:267 +#: ../vector/v.segment/main.c:172 #, c-format -msgid "It was impossible to create <%s>." -msgstr "Foi impossível criar <%s>." +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:270 +#: ../vector/v.segment/main.c:226 +msgid "End of segment > line length -> cut" +msgstr "Fim do segmento > comprimento da linha -> corte" + +#: ../vector/v.segment/main.c:232 #, 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 "" +"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:304 -#: ../vector/v.surf.bspline/main.c:537 ../vector/v.outlier/main.c:300 +#: ../vector/v.segment/main.c:256 ../vector/v.lrs/v.lrs.segment/main.c:337 #, c-format -msgid "Adjusted EW splines %d" -msgstr "Splines EW %dajustadas" +msgid "Incorrect segment type: %s" +msgstr "Tipo de segmento incorreto: %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:263 #, c-format -msgid "Adjusted NS splines %d" -msgstr "Splines NS %dajustadas" +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:360 -#: ../vector/v.lidar.correction/main.c:338 ../vector/v.lidar.growing/main.c:246 +#. 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 "Subregion %d of %d" -msgstr "Sub-região %d de %d" +msgid "%d lost" +msgid_plural "%d lost" +msgstr[0] "%d perdido" +msgstr[1] "%d perdidos" -#: ../vector/v.lidar.edgedetection/main.c:423 -msgid "Performing bilinear interpolation..." -msgstr "Executando interpolação bilinear..." +#. GTC %s is replaced with message indicating number of lost points. +#: ../vector/v.segment/main.c:269 +#, c-format +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:440 -msgid "Performing bicubic interpolation..." -msgstr "Executando interpolação bicúbica..." +#: ../vector/v.segment/main.c:274 +#, c-format +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:452 -msgid "Point classification..." -msgstr "Classificação de pontos..." +#. GTC %s is replaced with message indicating number of lost lines. +#: ../vector/v.segment/main.c:280 +#, c-format +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: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: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: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:96 +msgid "Set1 category values" +msgstr "Valores da categoria Set1" -#: ../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:97 +#: ../vector/v.net.connectivity/main.c:103 +msgid "Set1" +msgstr "Set1" -#: ../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: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.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.net.connectivity/main.c:107 +msgid "Set2 category values" +msgstr "Valores de categoria Set2" -#: ../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.net.connectivity/main.c:108 +#: ../vector/v.net.connectivity/main.c:114 +msgid "Set2" +msgstr "Set2" -#: ../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.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:145 ../vector/v.to.rast/do_lines.c:68 -#: ../vector/v.to.rast/do_lines.c:76 +#: ../vector/v.net.connectivity/main.c:146 +#: ../vector/v.net.connectivity/main.c:153 #, 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" +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.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.connectivity/main.c:167 +#: ../vector/v.net.connectivity/main.c:170 +#, c-format +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 -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> main -======= -======= -======= -======= -======= -======= -======= -<<<<<<< HEAD -======= -======= ->>>>>>> main -======= -======= -======= -======= +#: ../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" @@ -88858,6 +89879,7 @@ msgstr "Mapa de linhas de perfil" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../vector/v.profile/main.c:248 msgid "Vector map containing profiling line" @@ -88955,6 +89977,11 @@ msgid "Failed to interpreter 'dp' parameter as an integer" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -90583,6 +91610,7 @@ msgstr "Fator de anisotropia" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92001,6 +93029,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Error writing <%s> file" msgstr "Erro na escrita do arquivo <%s>" ======= @@ -92440,6 +93470,7 @@ msgstr "Detecção de outlier" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -92486,6 +93517,9 @@ msgstr "Detecção de outlier" ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.distance/distance.c:48 #, c-format @@ -93385,6 +94419,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 "" ======= @@ -93445,6 +94480,10 @@ msgstr "" 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 +======= +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 @@ -93606,6 +94645,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 "" @@ -93681,6 +94721,11 @@ msgstr "" msgid "Missing table for <%s>" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Missing table for <%s>" +msgstr "" +>>>>>>> osgeo-main #: ../vector/v.patch/main.c:253 #, c-format @@ -94905,6 +95950,7 @@ msgstr "Número de colunas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Number of data rows: %d" msgstr "" @@ -94980,6 +96026,11 @@ msgstr "" msgid "Number of data rows: %d" msgstr "" >>>>>>> osgeo-main +======= +#, 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 @@ -98175,6 +99226,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)) ======= @@ -98205,6 +99257,8 @@ msgstr "A validação cruzada não pode ser calculada simultaneamente com grades >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../vector/v.what/what.c:562 @@ -108181,6 +109235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "<%s> does not exist. Skipping." msgstr "" @@ -108256,6 +109311,11 @@ msgstr "" msgid "<%s> does not exist. Skipping." msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "<%s> does not exist. Skipping." +msgstr "" +>>>>>>> osgeo-main #: ../general/g.copy/main.c:74 #, c-format @@ -108276,6 +109336,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -108294,6 +109355,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "<%s> already exists and overwrite is not enabled. Skipping." msgstr "" @@ -108310,6 +109373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy, c-format ======= @@ -108379,6 +109443,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -121373,6 +122439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Scale for color rule values" msgstr "" ======= @@ -121436,6 +122503,10 @@ msgstr "" msgid "Scale for color rule values" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -123400,6 +124471,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -123418,6 +124490,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Coordinates to profile" msgstr "" @@ -123446,6 +124520,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -123551,6 +124626,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -123571,6 +124648,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -123589,6 +124667,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -123604,6 +124684,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -123670,6 +124751,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -127766,6 +128849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127794,6 +128878,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "Nome do mapset de destino" @@ -130528,6 +131614,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)) ======= @@ -130553,6 +131640,8 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "" "You can switch the history by commands:\n" "history -w; history -r %s/.bash_history; HISTFILE=%s/.bash_history" @@ -130575,6 +131664,7 @@ msgstr "Tabela faltando" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -130607,6 +131697,8 @@ msgstr "Tabela faltando" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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>" @@ -130658,6 +131750,7 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -130711,3 +131804,6 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grassmods_ro.po b/locale/po/grassmods_ro.po index 3ef59b948c8..d5309f5a4d1 100644 --- a/locale/po/grassmods_ro.po +++ b/locale/po/grassmods_ro.po @@ -27756,6 +27756,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27800,6 +27801,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -27815,6 +27819,7 @@ msgid "Apriori Kappa (yaw) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27848,6 +27853,8 @@ msgid "Apriori Kappa (yaw) standard deviation" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39951,6 +39958,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40032,6 +40040,11 @@ 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 #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 msgid "Input EPSG code" @@ -59112,6 +59125,7 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59140,6 +59154,8 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59154,6 +59170,7 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59182,6 +59199,8 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59465,6 +59484,7 @@ msgstr[2] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59505,6 +59525,9 @@ msgstr[2] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "Harta vectorială <%s> există" @@ -80183,6 +80206,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -80246,6 +80270,10 @@ msgstr "" msgid "Profile output format" msgstr "" >>>>>>> osgeo-main +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -80274,6 +80302,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to open output file <%s>: %d (%s)" msgstr "" @@ -80349,6 +80378,11 @@ msgstr "" msgid "Failed to open output file <%s>: %d (%s)" msgstr "" >>>>>>> osgeo-main +======= +#, 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" @@ -80400,6 +80434,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -80475,6 +80510,11 @@ msgstr "" msgid "Internal error in %s()" msgstr "" >>>>>>> osgeo-main +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -84503,6 +84543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -84531,6 +84572,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -86544,6 +86587,7 @@ msgstr "Tip de geometrie necunoscut" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86580,6 +86624,8 @@ msgstr "<%s> nu a fost găsit" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Not enough memory for ady" #~ msgstr "Memorie insuficientă pentru ady" @@ -86632,6 +86678,7 @@ msgstr "<%s> nu a fost găsit" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86657,6 +86704,8 @@ msgstr "<%s> nu a fost găsit" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "<%s> not found" msgstr "<%s> nu a fost găsit" @@ -86673,6 +86722,7 @@ msgstr "<%s> nu a fost găsit" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86711,5 +86761,7 @@ msgstr "<%s> nu a fost găsit" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 59c3717440d..3815d57ed37 100644 --- a/locale/po/grassmods_ru.po +++ b/locale/po/grassmods_ru.po @@ -57324,6 +57324,7 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57352,6 +57353,8 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -57366,6 +57369,7 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57394,6 +57398,8 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -57680,6 +57686,7 @@ msgstr[3] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57720,6 +57727,9 @@ msgstr[3] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -72908,6 +72918,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -72971,6 +72982,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -72994,6 +73009,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -73057,6 +73073,10 @@ msgstr "" msgid "Profile output format" msgstr "" >>>>>>> osgeo-main +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -77152,6 +77172,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -77180,6 +77201,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 9283690f4de..3e752fc845d 100644 --- a/locale/po/grassmods_sl.po +++ b/locale/po/grassmods_sl.po @@ -88391,6 +88391,7 @@ msgstr "Ime izhodnega rastrskega sloja" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88419,6 +88420,8 @@ msgstr "Ime izhodnega rastrskega sloja" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy, c-format #~ msgid "Unable to create new location <%s>" #~ msgstr "Ne morem ustvariti tabele: %s" @@ -88644,6 +88647,7 @@ msgstr "Ime izhodnega rastrskega sloja" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88673,6 +88677,8 @@ msgstr "Ime izhodnega rastrskega sloja" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../scripts/r.fillnulls/r.fillnulls.py:161 msgid "A user raster mask (MASK) is present. Saving it..." msgstr "" @@ -90564,6 +90570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -90604,6 +90611,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 8f85c1a318f..c00119063bb 100644 --- a/locale/po/grassmods_ta.po +++ b/locale/po/grassmods_ta.po @@ -75181,6 +75181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75209,6 +75210,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Input raster 1" #~ msgstr "உளà¯à®³à¯€à®Ÿà¯" diff --git a/locale/po/grassmods_th.po b/locale/po/grassmods_th.po index ae55e80c3f4..1a9dc403715 100644 --- a/locale/po/grassmods_th.po +++ b/locale/po/grassmods_th.po @@ -71295,6 +71295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -71358,6 +71359,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -71381,6 +71386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -71444,6 +71450,10 @@ msgstr "" msgid "Profile output format" msgstr "" >>>>>>> osgeo-main +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -75522,6 +75532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75550,6 +75561,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 9114e1c3764..666f74e6819 100644 --- a/locale/po/grassmods_tr.po +++ b/locale/po/grassmods_tr.po @@ -27629,6 +27629,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27673,6 +27674,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -28512,6 +28516,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28545,6 +28550,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58840,6 +58847,7 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58868,6 +58876,8 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -58882,6 +58892,7 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58910,6 +58921,8 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -59190,6 +59203,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59230,6 +59244,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -77565,6 +77582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77646,6 +77664,11 @@ 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 #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -79301,6 +79324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -79364,6 +79388,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -79388,6 +79416,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79406,6 +79435,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile output format" msgstr "" @@ -79421,6 +79452,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79487,6 +79519,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -79507,6 +79541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -79525,6 +79560,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "The coordinates are outside of the computational region" msgstr "" @@ -79540,6 +79577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79606,6 +79644,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -83673,6 +83713,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -83701,6 +83742,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "Vektör haritanın adı" @@ -86052,6 +86095,7 @@ msgstr "Kategorisiz alan merkezi" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86100,6 +86144,8 @@ msgstr "Sütun sayısı farklı" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "%d sites written." #~ msgstr "%d nokta yazıldı" @@ -86186,6 +86232,7 @@ msgstr "Sütun sayısı farklı" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86211,6 +86258,8 @@ msgstr "Sütun sayısı farklı" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "<%s> not found" msgstr "<%s> bulunamadı" @@ -86239,6 +86288,7 @@ msgstr "Sütun sayısı farklı" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -86277,5 +86327,7 @@ msgstr "Sütun sayısı farklı" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 75a038c0241..f1523ebe0a7 100644 --- a/locale/po/grassmods_vi.po +++ b/locale/po/grassmods_vi.po @@ -71333,6 +71333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -71396,6 +71397,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -71419,6 +71424,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -71482,6 +71488,10 @@ msgstr "" msgid "Profile output format" msgstr "" >>>>>>> osgeo-main +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -75560,6 +75570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -75588,6 +75599,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 046b4f6dd2d..cfc4bf2617b 100644 --- a/locale/po/grassmods_zh.po +++ b/locale/po/grassmods_zh.po @@ -27573,6 +27573,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27617,6 +27618,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -28456,6 +28460,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28489,6 +28494,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58427,6 +58434,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58455,6 +58463,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -58469,6 +58479,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58497,6 +58508,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -58774,6 +58787,7 @@ msgstr[0] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58814,6 +58828,9 @@ msgstr[0] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -77732,6 +77749,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -77795,6 +77813,10 @@ msgstr "" msgid "Coordinates to profile" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -77815,6 +77837,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -77833,6 +77856,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Profile output file name (\"-\" for stdout)" msgstr "" @@ -77847,6 +77872,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -77910,6 +77936,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -77938,6 +77966,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to open output file <%s>: %d (%s)" msgstr "" @@ -78013,6 +78042,11 @@ msgstr "" msgid "Failed to open output file <%s>: %d (%s)" msgstr "" >>>>>>> osgeo-main +======= +#, 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" @@ -82074,6 +82108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82102,6 +82137,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 6768b8ebf70..a2984854ccd 100644 --- a/locale/po/grasswxpy_ar.po +++ b/locale/po/grasswxpy_ar.po @@ -22,6 +22,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -46,6 +47,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -59,6 +62,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -103,6 +107,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -120,6 +126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -153,6 +160,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -169,6 +178,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -206,6 +216,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -229,6 +241,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -266,6 +279,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 msgid "View" @@ -2141,6 +2156,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2202,6 +2218,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)" @@ -2731,6 +2751,7 @@ msgid "Status bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2812,6 +2833,11 @@ msgid "Status bar" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/datacatalog/infomanager.py:36 @@ -2850,6 +2876,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 ======= @@ -2875,6 +2902,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 ======= @@ -2889,6 +2918,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 @@ -2936,6 +2966,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1107 #: ../gui/wxpython/modules/import_export.py:562 ======= @@ -2955,6 +2987,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3005,6 +3038,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3020,6 +3057,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3073,6 +3111,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data" msgstr "" @@ -3092,6 +3133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 ======= @@ -3117,6 +3159,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 ======= ======= @@ -3130,6 +3174,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 @@ -3174,6 +3219,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -3193,6 +3240,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3218,6 +3266,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3233,6 +3283,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3271,6 +3322,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Import raster data" msgstr "" @@ -3350,6 +3403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3387,6 +3441,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:51 msgid "Data catalog" msgstr "" @@ -3459,6 +3515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3513,6 +3570,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -3531,6 +3592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3549,6 +3611,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:96 ======= ======= @@ -3562,6 +3626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/tree.py:96 ======= @@ -3605,6 +3670,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:95 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -3928,6 +3995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3982,6 +4050,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:23 msgid "Reload GRASS projects" msgstr "" @@ -4045,6 +4117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4075,6 +4148,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -4094,6 +4169,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4119,6 +4195,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/extensions.py:76 #: ../gui/wxpython/gui_core/menu.py:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4132,6 +4210,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4165,6 +4244,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Search" msgstr "" @@ -4193,6 +4274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4223,6 +4305,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:927 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Reprojection" @@ -4257,6 +4341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4311,6 +4396,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:924 msgid "Reprojection" msgstr "" @@ -4342,6 +4431,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4360,6 +4450,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -4375,6 +4467,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -4435,6 +4528,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Map layer <{ml}> needs to be reprojected.\n" @@ -4455,6 +4550,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4473,6 +4569,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= ======= @@ -4486,6 +4584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= @@ -4529,6 +4628,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:125 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Estimated resolution:" @@ -4560,6 +4661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4579,6 +4681,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/datacatalog/dialogs.py:126 msgid "Estimated resolution:" @@ -4957,6 +5061,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5887,6 +5992,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)) @@ -5904,6 +6011,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5965,6 +6073,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -5987,6 +6097,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6024,6 +6135,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:87 msgid "Map Swipe Tool - GRASS GIS" msgstr "" @@ -18092,6 +18205,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18153,6 +18267,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -18235,6 +18353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18256,6 +18375,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1119 ======= ======= @@ -18268,6 +18389,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -18367,6 +18489,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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:" @@ -18387,6 +18514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18468,6 +18596,11 @@ 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 #: ../gui/wxpython/core/render.py:1118 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -18496,6 +18629,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18533,6 +18667,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quitting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -18551,6 +18687,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18612,6 +18749,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -18945,6 +19086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19026,6 +19168,11 @@ 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 #, python-format msgid "Unable to open file <%s> for reading." msgstr "" @@ -19045,6 +19192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1726 ======= <<<<<<< HEAD @@ -19083,6 +19231,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:1770 ======= #: ../gui/wxpython/core/workspace.py:1726 @@ -19099,6 +19249,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19172,6 +19323,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -19195,6 +19351,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1976 ======= <<<<<<< HEAD @@ -19233,6 +19390,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:2019 ======= #: ../gui/wxpython/core/workspace.py:1976 @@ -19249,6 +19408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19322,6 +19482,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/core/workspace.py:1976 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid " row %d:" msgstr "" @@ -19341,6 +19506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19378,6 +19544,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/main.py:190 #, python-format msgid "Unsupported command %s." @@ -19975,6 +20143,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20036,6 +20205,10 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/menutree.py:162 #, python-format msgid "Unknow tag %s" @@ -25942,6 +26115,7 @@ msgid "Map <%s> not found. " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26023,6 +26197,11 @@ msgid "Map <%s> not found. " ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/import_export.py:50 @@ -26058,6 +26237,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26081,6 +26261,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:985 ======= ======= @@ -26094,6 +26276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:985 @@ -26138,6 +26321,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:968 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "right click to (un)select all" @@ -26156,6 +26341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26217,6 +26403,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:965 msgid "right click to (un)select all" msgstr "" @@ -26247,6 +26437,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26328,6 +26519,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:82 msgid "Name for output GRASS map (editable)" msgstr "" @@ -26346,6 +26542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26428,6 +26625,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -26454,6 +26656,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26535,6 +26738,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:96 msgid "Override projection check (use current location's projection)" msgstr "" @@ -26554,6 +26762,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26591,6 +26800,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:127 #: ../gui/wxpython/modules/import_export.py:435 <<<<<<< HEAD @@ -26610,6 +26821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26671,6 +26883,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -26694,6 +26910,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26722,6 +26939,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -26737,6 +26956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -26798,6 +27018,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "&Import" msgstr "" @@ -26817,6 +27039,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 ======= @@ -26856,6 +27079,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:436 <<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:598 @@ -26878,6 +27103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -26928,6 +27154,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -26943,6 +27173,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26996,6 +27227,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import selected layers" msgstr "" @@ -27018,6 +27252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27055,6 +27290,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:160 msgid "Import settings" msgstr "" @@ -27073,6 +27310,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27134,6 +27372,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:161 msgid "Import settings" msgstr "" @@ -27154,6 +27396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27235,6 +27478,11 @@ 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 #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -27254,6 +27502,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:259 ======= <<<<<<< HEAD @@ -27292,6 +27541,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:258 ======= #: ../gui/wxpython/modules/import_export.py:259 @@ -27308,6 +27559,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27381,6 +27633,11 @@ msgstr "" #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -27400,6 +27657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27437,6 +27695,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:423 #: ../gui/wxpython/modules/import_export.py:585 msgid "Add linked layers into layer tree" @@ -27516,6 +27776,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27577,6 +27838,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -27665,6 +27930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27693,6 +27959,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -27708,6 +27976,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -27769,6 +28038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -27789,6 +28060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27812,6 +28084,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:983 ======= ======= @@ -27825,6 +28099,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:983 @@ -27869,6 +28144,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:966 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Layers to be reprojected" @@ -28001,6 +28278,7 @@ msgid "Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28062,6 +28340,10 @@ msgid "Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:963 msgid "Layers to be reprojected" msgstr "" @@ -28533,6 +28815,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28614,6 +28897,11 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/mcalc_builder.py:71 @@ -28654,6 +28942,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28736,6 +29025,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -28756,6 +29050,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28837,6 +29132,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:175 msgid "Load expression from file" msgstr "" @@ -28855,6 +29155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28937,6 +29238,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -28963,6 +29269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29044,6 +29351,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:181 msgid "exponent" msgstr "" @@ -29217,6 +29529,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29240,6 +29553,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:45 ======= ======= @@ -29253,6 +29568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/iscatt/plots.py:45 @@ -29297,6 +29613,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:44 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -29713,6 +30031,7 @@ msgid "Setup for r.li modules - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29774,6 +30093,10 @@ msgid "Setup for r.li modules - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:45 msgid "Fetch & install extension from GRASS Addons" msgstr "" @@ -29882,6 +30205,7 @@ msgid "Extension" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29963,6 +30287,11 @@ msgid "Extension" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:66 @@ -30022,6 +30351,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:981 ======= <<<<<<< HEAD @@ -30060,6 +30390,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:982 ======= #: ../gui/wxpython/rlisetup/wizard.py:981 @@ -30076,6 +30408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30149,6 +30482,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:981 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Whole map layer" msgstr "" @@ -30180,6 +30518,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:708 ======= <<<<<<< HEAD @@ -30218,6 +30557,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:709 ======= #: ../gui/wxpython/rlisetup/wizard.py:708 @@ -30234,6 +30575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30307,6 +30649,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30326,6 +30673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:713 ======= <<<<<<< HEAD @@ -30364,6 +30712,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:714 ======= #: ../gui/wxpython/rlisetup/wizard.py:713 @@ -30380,6 +30730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30453,6 +30804,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30472,6 +30828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:719 ======= <<<<<<< HEAD @@ -30510,6 +30867,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:720 ======= #: ../gui/wxpython/rlisetup/wizard.py:719 @@ -30526,6 +30885,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30599,6 +30959,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30618,6 +30983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30655,6 +31021,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" msgstr "" @@ -30698,6 +31066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30759,6 +31128,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:762 msgid "Insert sampling frame parameter" msgstr "" @@ -30814,6 +31187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30895,6 +31269,11 @@ 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 msgid "" "Select areas from the\n" "overlaid vector map" @@ -30915,6 +31294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30952,6 +31332,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:998 msgid "Choose a method" msgstr "" @@ -31018,6 +31400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31079,6 +31462,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:997 msgid "Choose a method" msgstr "" @@ -31147,6 +31534,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31228,6 +31616,11 @@ 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 msgid "Draw sampling regions" msgstr "" @@ -31247,6 +31640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31284,6 +31678,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Draw sample region {count} of {num_regions}" msgstr "" @@ -31319,6 +31715,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31380,6 +31777,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sample region " msgstr "" @@ -31422,6 +31823,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31503,6 +31905,11 @@ 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 #: ../gui/wxpython/psmap/toolbars.py:105 msgid "Rectangle" msgstr "" @@ -31522,6 +31929,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31559,6 +31967,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1307 #: ../gui/wxpython/rlisetup/wizard.py:1499 #: ../gui/wxpython/rlisetup/wizard.py:1612 @@ -31675,6 +32085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31703,6 +32114,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:156 ======= ======= @@ -31718,6 +32131,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31761,6 +32175,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1309 #: ../gui/wxpython/rlisetup/wizard.py:1501 #: ../gui/wxpython/rlisetup/wizard.py:1614 @@ -31879,6 +32295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31960,6 +32377,11 @@ 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 #: ../gui/wxpython/rlisetup/functions.py:155 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -31983,6 +32405,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:1928 ======= <<<<<<< HEAD @@ -32045,6 +32468,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)) ======= @@ -32060,6 +32489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32134,6 +32564,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:139 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "The polygon seems to have 0 areas" @@ -32154,6 +32586,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32191,6 +32624,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1923 msgid "Select sample area 1 of " msgstr "" @@ -32278,6 +32713,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32339,6 +32775,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1931 msgid "Select sample area 1 of " msgstr "" @@ -32470,6 +32910,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32551,6 +32992,11 @@ 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 #: ../gui/wxpython/rlisetup/frame.py:26 msgid "Modify the configuration file" msgstr "" @@ -32575,6 +33021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/frame.py:97 ======= <<<<<<< HEAD @@ -32613,6 +33060,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:101 ======= #: ../gui/wxpython/rlisetup/frame.py:97 @@ -32629,6 +33078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32702,6 +33152,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -32723,6 +33178,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32760,6 +33216,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:106 msgid "WARNING" msgstr "" @@ -32811,6 +33269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32872,6 +33331,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:102 msgid "WARNING" msgstr "" @@ -32930,6 +33393,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33011,6 +33475,11 @@ 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 #, python-format msgid "Do you want remove r.li configuration file <%s>?" msgstr "" @@ -33030,6 +33499,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33067,6 +33537,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:245 msgid "Remove new r.li configuration file?" msgstr "" @@ -33085,6 +33557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33146,6 +33619,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:241 msgid "Remove new r.li configuration file?" msgstr "" @@ -33166,6 +33643,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33247,6 +33725,11 @@ 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 #, python-format msgid "" "Set the new name for %s \" " @@ -33268,6 +33751,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33305,6 +33789,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" msgstr "" @@ -34138,6 +34624,7 @@ msgid "There were some issues when loading menu or Tools tab:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34197,6 +34684,10 @@ msgid "There were some issues when loading menu or Tools tab:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:275 msgid "Rename configuration file" msgstr "" @@ -40617,6 +41108,7 @@ msgid "Dbf driver does not support usage of SQL functions." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47105,6 +47597,11 @@ msgid "Dbf driver does not support usage of SQL functions." ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/lmgr/frame.py:1305 @@ -47170,6 +47667,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47205,6 +47703,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -47218,6 +47718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47256,6 +47757,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -47275,6 +47778,7 @@ msgid "Number of loaded records: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47336,6 +47840,10 @@ msgid "Number of loaded records: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:81 #, python-format msgid "" @@ -47405,6 +47913,7 @@ msgid "Category" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47486,6 +47995,11 @@ msgid "Category" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51 @@ -47512,6 +48026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47535,6 +48050,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= ======= @@ -47548,6 +48065,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 @@ -47592,6 +48110,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Database connection" @@ -48864,6 +49384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48925,6 +49446,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/web_services/widgets.py:140 msgid " Requested data settings " msgstr "" @@ -52039,6 +52564,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52120,6 +52646,11 @@ 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 #, python-format msgid "" "Unable to open file\n" @@ -52141,6 +52672,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:535 ======= <<<<<<< HEAD @@ -52179,6 +52711,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:530 ======= #: ../gui/wxpython/psmap/instructions.py:535 @@ -52195,6 +52729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52268,6 +52803,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -52287,6 +52827,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:541 ======= <<<<<<< HEAD @@ -52325,6 +52866,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:536 ======= #: ../gui/wxpython/psmap/instructions.py:541 @@ -52341,6 +52884,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52414,6 +52958,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/psmap/instructions.py:541 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Region cannot be set\n" @@ -52435,6 +52984,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52472,6 +53022,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:706 <<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:929 @@ -52510,6 +53062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52571,6 +53124,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -52598,6 +53155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52626,6 +53184,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52641,6 +53201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52702,6 +53263,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s" msgstr "" @@ -52721,6 +53284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:727 ======= <<<<<<< HEAD @@ -52759,6 +53323,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:722 ======= #: ../gui/wxpython/psmap/instructions.py:727 @@ -52775,6 +53341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52848,6 +53415,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -52869,6 +53441,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:732 ======= <<<<<<< HEAD @@ -52907,6 +53480,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:727 ======= #: ../gui/wxpython/psmap/instructions.py:732 @@ -52923,6 +53498,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52996,6 +53572,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/psmap/instructions.py:732 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %s.\n" @@ -53017,6 +53598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:746 ======= <<<<<<< HEAD @@ -53055,6 +53637,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:741 ======= #: ../gui/wxpython/psmap/instructions.py:746 @@ -53071,6 +53655,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53144,6 +53729,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -53165,6 +53755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:764 ======= <<<<<<< HEAD @@ -53189,6 +53780,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:765 ======= ======= @@ -53202,6 +53795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:765 @@ -53246,6 +53840,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:759 ======= #: ../gui/wxpython/psmap/instructions.py:764 @@ -53263,6 +53859,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:764 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53296,6 +53893,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53312,6 +53911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53349,6 +53949,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Map frame size changed, old value: %(old1)s %(old2)s\n" @@ -53370,6 +53972,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:837 ======= <<<<<<< HEAD @@ -53394,6 +53997,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:840 ======= ======= @@ -53407,6 +54012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:840 @@ -53451,6 +54057,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:832 ======= #: ../gui/wxpython/psmap/instructions.py:837 @@ -53468,6 +54076,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:837 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53501,6 +54110,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53517,6 +54128,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53554,6 +54166,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %(file)s.\n" @@ -53575,6 +54189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:852 ======= <<<<<<< HEAD @@ -53599,6 +54214,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:856 ======= ======= @@ -53612,6 +54229,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:856 @@ -53656,6 +54274,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:847 ======= #: ../gui/wxpython/psmap/instructions.py:852 @@ -53673,6 +54293,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:852 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53706,6 +54327,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53722,6 +54345,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53759,6 +54383,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s." msgstr "" @@ -53778,6 +54404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:1132 ======= <<<<<<< HEAD @@ -53802,6 +54429,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1136 ======= ======= @@ -53815,6 +54444,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:1136 @@ -53859,6 +54489,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1127 ======= #: ../gui/wxpython/psmap/instructions.py:1132 @@ -53876,6 +54508,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:1132 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53909,6 +54542,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53925,6 +54560,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53962,6 +54598,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %(inst)s: file %(file)s not found." msgstr "" @@ -53981,6 +54619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54018,6 +54657,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/g.gui.psmap.py:52 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -54076,6 +54717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54137,6 +54779,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:86 msgid "Full extent" msgstr "" @@ -54184,6 +54830,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54221,6 +54868,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:267 msgid "Units:" msgstr "" @@ -54239,6 +54888,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54300,6 +54950,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/utils.py:102 msgid "inch" msgstr "" @@ -54352,6 +55006,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54433,6 +55088,11 @@ 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 msgid "" "Position of the top left corner\n" "from the top left edge of the paper" @@ -54453,6 +55113,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54490,6 +55151,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:311 msgid "Position is given:" msgstr "" @@ -54516,6 +55179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54577,6 +55241,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:313 msgid "Position is given:" msgstr "" @@ -54605,6 +55273,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54686,6 +55355,11 @@ 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 msgid "" "Position from the top left\n" "edge of the paper" @@ -54706,6 +55380,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54729,6 +55404,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:462 ======= ======= @@ -54742,6 +55419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:462 @@ -54786,6 +55464,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:453 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Font:" @@ -54924,6 +55604,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54985,6 +55666,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:455 msgid "Font:" msgstr "" @@ -55121,6 +55806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55149,6 +55835,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55164,6 +55852,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55225,6 +55914,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Map max resolution (dpi):" msgstr "" @@ -55245,6 +55936,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55268,6 +55960,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 ======= ======= @@ -55281,6 +55975,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 @@ -55325,6 +56020,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1122 ../gui/wxpython/psmap/dialogs.py:3645 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Border" @@ -55359,6 +56056,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55420,6 +56118,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641 msgid "Border" msgstr "" @@ -55452,6 +56154,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55480,6 +56183,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55495,6 +56200,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55556,6 +56262,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Region is set to match this map,\n" "raster or vector map must be added later" @@ -55576,6 +56284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55599,6 +56308,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1296 ======= ======= @@ -55612,6 +56323,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1296 @@ -55656,6 +56368,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1269 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Region selection" @@ -55746,6 +56460,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55807,6 +56522,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1272 msgid "Region selection" msgstr "" @@ -55895,6 +56614,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55923,6 +56643,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55938,6 +56660,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55999,6 +56722,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%s properties" msgstr "" @@ -56018,6 +56743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56041,6 +56767,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2249 ======= ======= @@ -56054,6 +56782,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:2249 @@ -56098,6 +56827,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2218 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Data selection" @@ -56278,6 +57009,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56339,6 +57071,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2208 msgid "Data selection" msgstr "" @@ -56517,6 +57253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56545,6 +57282,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56560,6 +57299,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -56621,6 +57361,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%(rast)s: type %(type)s" msgstr "" @@ -56640,6 +57382,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56663,6 +57406,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3498 ======= ======= @@ -56676,6 +57421,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3498 @@ -56720,6 +57466,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3459 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of legend" @@ -56794,6 +57542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56855,6 +57604,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3455 msgid "Type of legend" msgstr "" @@ -56927,6 +57680,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56955,6 +57709,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56970,6 +57726,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57031,6 +57788,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Width of the color symbol (for lines)\n" "in front of the legend text" @@ -57051,6 +57810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57074,6 +57834,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 ======= ======= @@ -57087,6 +57849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 @@ -57131,6 +57894,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3817 ../gui/wxpython/psmap/dialogs.py:3980 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Columns:" @@ -57157,6 +57922,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57218,6 +57984,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976 msgid "Columns:" msgstr "" @@ -57242,6 +58012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57270,6 +58041,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -57285,6 +58058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57346,6 +58120,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Column separation distance between the left edges\n" "of two columns in a multicolumn legend" @@ -57366,6 +58142,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57389,6 +58166,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4133 ======= ======= @@ -57402,6 +58181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:4133 @@ -57446,6 +58226,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4085 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Edit legend label:" @@ -57600,6 +58382,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57661,6 +58444,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4081 msgid "Edit legend label:" msgstr "" @@ -57813,6 +58600,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57841,6 +58629,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -57856,6 +58646,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57917,6 +58708,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "PIL\n" "missing" @@ -57937,6 +58730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:5956 ======= <<<<<<< HEAD @@ -57961,6 +58755,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6007 ======= ======= @@ -57974,6 +58770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6007 @@ -58018,6 +58815,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:5954 ======= #: ../gui/wxpython/psmap/dialogs.py:5956 @@ -58035,6 +58834,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:5956 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58068,6 +58868,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -58084,6 +58886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58121,6 +58924,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read file %s" msgstr "" @@ -58140,6 +58945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:6019 ======= <<<<<<< HEAD @@ -58164,6 +58970,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6070 ======= ======= @@ -58177,6 +58985,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6070 @@ -58221,6 +59030,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6017 ======= #: ../gui/wxpython/psmap/dialogs.py:6019 @@ -58238,6 +59049,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:6019 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58271,6 +59083,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -58287,6 +59101,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58324,6 +59139,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "size: %(width)s x %(height)s pts" msgstr "" @@ -58343,6 +59160,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58366,6 +59184,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6092 ======= ======= @@ -58379,6 +59199,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6092 @@ -58423,6 +59244,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6039 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "No image selected." @@ -58461,6 +59284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58522,6 +59346,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6041 msgid "No image selected." msgstr "" @@ -58558,6 +59386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58586,6 +59415,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -58601,6 +59432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -58662,6 +59494,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Note: Selected symbol is not displayed\n" "in draft mode (only in preview mode)" @@ -58682,6 +59516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58705,6 +59540,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 ======= ======= @@ -58718,6 +59555,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 @@ -58762,6 +59600,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6287 ../gui/wxpython/psmap/dialogs.py:6566 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Outline color:" @@ -58821,6 +59661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58882,6 +59723,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -58942,6 +59787,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59023,6 +59869,11 @@ 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 msgid "" "Python Imaging Library is not available.\n" "'Preview' functionality won't work." @@ -59043,6 +59894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:275 ======= <<<<<<< HEAD @@ -59081,6 +59933,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:281 ======= #: ../gui/wxpython/psmap/frame.py:275 @@ -59097,6 +59951,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59170,6 +60025,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -59191,6 +60051,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:283 ======= <<<<<<< HEAD @@ -59229,6 +60090,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:289 ======= #: ../gui/wxpython/psmap/frame.py:283 @@ -59245,6 +60108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59318,6 +60182,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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." @@ -59338,6 +60207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59375,6 +60245,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:320 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -59408,6 +60280,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -59469,6 +60342,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -59501,6 +60378,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59529,6 +60407,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -59544,6 +60424,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -59605,6 +60486,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Ps.map exited with return code %s" msgstr "" @@ -59624,6 +60507,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:438 ======= <<<<<<< HEAD @@ -59648,6 +60532,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:437 ======= ======= @@ -59661,6 +60547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:437 @@ -59705,6 +60592,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:436 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Program {} is not available." @@ -59744,6 +60633,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:438 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59777,6 +60667,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -59793,6 +60685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59830,6 +60723,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%(prg)s exited with return code %(code)s" msgstr "" @@ -59849,6 +60744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59872,6 +60768,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:464 ======= ======= @@ -59885,6 +60783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:464 @@ -59929,6 +60828,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:463 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "PDF generated" @@ -59967,6 +60868,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60028,6 +60930,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:442 msgid "PDF generated" msgstr "" @@ -60068,6 +60974,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60096,6 +61003,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -60111,6 +61020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -60172,6 +61082,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -60192,6 +61104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60215,6 +61128,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:514 ======= ======= @@ -60228,6 +61143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:514 @@ -60272,6 +61188,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:512 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -60303,6 +61221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60364,6 +61283,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:488 msgid "Please follow instructions on GRASS Trac Wiki." msgstr "" @@ -60392,6 +61315,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60420,6 +61344,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -60435,6 +61361,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -60496,6 +61423,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read file %s." msgstr "" @@ -60515,6 +61444,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60538,6 +61468,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:794 ======= ======= @@ -60551,6 +61483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:794 @@ -60595,6 +61528,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:792 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Scalebar is not appropriate for this projection" @@ -60656,6 +61591,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60717,6 +61653,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:761 msgid "Scalebar is not appropriate for this projection" msgstr "" @@ -60783,6 +61723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60864,3 +61805,8 @@ 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 diff --git a/locale/po/grasswxpy_bn.po b/locale/po/grasswxpy_bn.po index dbe52b9faf1..b68f12f92cb 100644 --- a/locale/po/grasswxpy_bn.po +++ b/locale/po/grasswxpy_bn.po @@ -18606,6 +18606,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18668,6 +18669,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -18689,6 +18695,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18770,6 +18777,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18788,6 +18800,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18850,6 +18863,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19511,6 +19529,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19551,6 +19570,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 240ee6b2e47..41796acf10b 100644 --- a/locale/po/grasswxpy_cs.po +++ b/locale/po/grasswxpy_cs.po @@ -18331,6 +18331,7 @@ msgstr "Vložte hodnoty rastrových kategorií nebo procenta" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18361,6 +18362,8 @@ msgstr "Vložte hodnoty rastrových kategorií nebo procenta" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -18384,6 +18387,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18409,6 +18413,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/frame.py:450 ../gui/wxpython/gmodeler/frame.py:600 msgid "Create new model?" msgstr "VytvoÅ™it nový model?" @@ -18722,6 +18728,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18775,6 +18782,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -21785,6 +21795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21866,6 +21877,11 @@ 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -22237,6 +22253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22318,6 +22335,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23331,6 +23353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23412,6 +23435,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -23500,6 +23528,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23568,6 +23597,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -23605,6 +23639,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23645,6 +23680,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23660,6 +23698,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23702,6 +23741,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23721,6 +23762,7 @@ msgstr "Vybrat model ke spuÅ¡tÄ›ní" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23783,6 +23825,11 @@ msgstr "Vybrat model ke spuÅ¡tÄ›ní" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23976,6 +24023,7 @@ msgstr "PÅ™epsat soubor?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24016,6 +24064,9 @@ msgstr "PÅ™epsat soubor?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24225,6 +24276,7 @@ msgstr "Odstranit mapovou vrstvu" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24287,6 +24339,11 @@ msgstr "Odstranit mapovou vrstvu" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -24307,6 +24364,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24349,6 +24407,9 @@ msgid "Histogram Tool" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24364,6 +24425,7 @@ msgid "Histogram of" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24406,6 +24468,8 @@ msgid "Histogram of" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25381,6 +25445,7 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -25425,6 +25490,9 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1291 @@ -27299,6 +27367,7 @@ msgid "Soil heat flux" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27332,6 +27401,8 @@ msgid "Soil heat flux" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27547,6 +27618,7 @@ msgstr "Správa vrstev" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27609,6 +27681,11 @@ msgstr "Správa vrstev" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -27628,6 +27705,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28849,6 +28927,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:906 ../gui/wxpython/menustrings.py:1851 msgid "Login" @@ -30690,6 +30770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30752,6 +30833,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -30924,6 +31010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30964,6 +31051,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -31224,6 +31314,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31286,6 +31377,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -31570,6 +31666,7 @@ msgstr "Soubory" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31610,6 +31707,9 @@ msgstr "Soubory" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -32133,6 +32233,7 @@ msgid "Lat/long projections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32187,6 +32288,8 @@ msgid "Failed to set default display font. Try different font." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -32230,6 +32333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32292,6 +32396,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -32331,6 +32440,7 @@ msgid "Required item is not set." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32942,6 +33052,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/dialogs.py:105 @@ -36339,6 +36451,7 @@ msgstr "VytvoÅ™it novou lokaci?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36364,6 +36477,8 @@ msgstr "VytvoÅ™it novou lokaci?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Hide {overlay}" msgstr "PÅ™ekrýt další vrstvou" @@ -36814,6 +36929,7 @@ msgstr "VytvoÅ™it novou lokaci?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36867,3 +36983,6 @@ msgstr "VytvoÅ™it novou lokaci?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_de.po b/locale/po/grasswxpy_de.po index 02f4b3a73bd..4d8351460b9 100644 --- a/locale/po/grasswxpy_de.po +++ b/locale/po/grasswxpy_de.po @@ -1786,6 +1786,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:49 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -1826,6 +1827,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/frame.py:1169 #, python-format msgid "No area in category %s. Category skipped." @@ -2089,6 +2092,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2114,6 +2118,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:49 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -2130,6 +2136,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2168,6 +2175,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:203 #: ../gui/wxpython/location_wizard/wizard.py:329 @@ -2592,6 +2601,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" ======= @@ -2631,6 +2641,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 msgid "Import raster data [r.import]" ======= @@ -2648,6 +2660,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2673,6 +2686,8 @@ msgid "Import raster data [r.import]" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2688,6 +2703,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2726,6 +2742,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:52 @@ -3168,6 +3186,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3249,6 +3268,11 @@ 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 msgid "Data Catalog" msgstr "" @@ -4634,6 +4658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4715,6 +4740,11 @@ 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 #: ../gui/wxpython/startup/locdownload.py:146 msgid "Download in progress, wait until it is finished 0%" @@ -10191,6 +10221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10272,6 +10303,11 @@ 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 #: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1519 msgid "Calculates linear regression from two raster maps: y = a + b*x." @@ -17058,6 +17094,7 @@ msgid "Base raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17139,6 +17176,11 @@ msgid "Base raster map <{}> not found in current mapset." ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/rdigit/controller.py:159 @@ -17780,6 +17822,7 @@ msgid "Map Display {number}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -17824,6 +17867,9 @@ msgid "Map Display {number}" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:2179 @@ -17860,6 +17906,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17893,6 +17940,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18894,6 +18943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18975,6 +19025,11 @@ 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -19358,6 +19413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19439,6 +19495,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -20453,6 +20514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20534,6 +20596,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -20638,6 +20705,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20673,6 +20741,8 @@ msgid "Text properties" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:900 ../gui/wxpython/lmgr/frame.py:797 #, fuzzy msgid "Map Swipe Tool" @@ -20693,6 +20763,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20735,6 +20806,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -20750,6 +20824,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20783,6 +20858,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26104,6 +26181,7 @@ msgstr "Vektorkarte <%s> hinzugefügt" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26185,6 +26263,11 @@ msgstr "Vektorkarte <%s> hinzugefügt" ======= >>>>>>> 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 msgid "" "Current workspace is not empty. Do you want to store current settings to " "workspace file?" @@ -26204,6 +26287,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26241,6 +26325,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Aktuelles Projekt ist nicht leer. Wollen Sie die aktuellen Einstellungen in " "einer Projektdatei speichern?" ======= @@ -26257,6 +26343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26318,6 +26405,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:76 msgid "Create new workspace?" @@ -30986,6 +31077,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -31030,6 +31122,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "style" @@ -31127,6 +31222,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31160,6 +31256,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31738,6 +31836,7 @@ msgstr "GRASS GIS Rasterkartenrechner" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31789,6 +31888,10 @@ msgstr "GRASS GIS Rasterkartenrechner" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/dialogs.py:318 #, fuzzy, python-format msgid "" @@ -31809,6 +31912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31839,6 +31943,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "'%s' ist kein GRASS Werkzeug.\n" "\n" "Kann keine neue Aktion zum Modell hinzufügen." @@ -31862,6 +31968,7 @@ msgstr "GRASS GIS 3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31887,6 +31994,8 @@ msgstr "GRASS GIS 3D Raster Map Calculator" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= "Einheiten der aktuellen Projektion werden nicht unterstützt.\n" "Es wird stattdessen Meter verwendet!" @@ -32050,6 +32159,7 @@ msgstr "GRASS GIS 3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32086,6 +32196,9 @@ msgstr "GRASS GIS 3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Define GRASS Database and Location Name" msgstr "" @@ -32115,6 +32228,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" @@ -32257,6 +32371,8 @@ msgstr "Wählen Sie eine Methode, um die neue Location zu erzeugen" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Read projection and datum terms from a Well Known Text (WKT) .prj file" #~ msgstr "" @@ -32291,6 +32407,7 @@ msgstr "Angabe von Projektions- und Datumsinformationen über anwendungsspezifis <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32316,6 +32433,8 @@ msgstr "Angabe von Projektions- und Datumsinformationen über anwendungsspezifis ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "GIS Data Directory:" msgstr "GIS-Daten Verzeichnis:" @@ -32368,6 +32487,7 @@ msgstr "Wählen Sie eine Datei mit EPSG-Codes" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32461,6 +32581,8 @@ msgstr "Wählen Sie eine Datei mit EPSG-Codes" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Choose method of specifying georeferencing parameters" #~ msgstr "" #~ "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwählen" @@ -32480,6 +32602,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)) ======= @@ -32505,6 +32628,8 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -32520,6 +32645,7 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32558,6 +32684,8 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Location Title:" msgstr "Location-Titel:" @@ -32577,6 +32705,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." @@ -32703,6 +32832,8 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Location wizard canceled. Location not created." #~ msgstr "" #~ "Location-Assistent wurde abgebrochen. Die Location wurde nicht erzeugt." @@ -32773,6 +32904,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)) ======= @@ -32798,6 +32930,8 @@ msgstr "Möchten Sie nun die Ausdehnung und Auflösung der Standardregion eingeb ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Location wizard canceled. Location not created." msgstr "Location-Assistent wurde abgebrochen. Die Location wurde nicht erzeugt." @@ -32888,6 +33022,7 @@ msgstr "Location-Titel" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33044,6 +33179,8 @@ msgstr "Location-Titel" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -33066,6 +33203,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)) ======= @@ -33091,6 +33229,8 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -33104,6 +33244,7 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33137,6 +33278,8 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to create location" msgstr "Kann die Location nicht erzeugen" @@ -33158,6 +33301,7 @@ msgstr "Wählen Sie den EPSG-Code des Koordinatensystem" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33188,6 +33332,8 @@ msgstr "Wählen Sie den EPSG-Code des Koordinatensystem" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Read projection and datum terms from a georeferenced data file" #~ msgstr "" #~ "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter " @@ -33208,6 +33354,7 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33233,6 +33380,8 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -33248,6 +33397,7 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33286,6 +33436,8 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Create a generic Cartesian coordinate system (XY)" msgstr "Erzeuge ein generisches kartesisches Koordinatensystem (XY)" @@ -33311,6 +33463,7 @@ msgstr "Neue Location erzeugen?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS SQL Query Utility" msgstr "GRASS GIS SQL Abfragewerkzeug" ======= @@ -33350,6 +33503,8 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "GRASS GIS SQL Query Utility" #~ msgstr "GRASS GIS SQL Abfragewerkzeug" @@ -33379,6 +33534,7 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33404,6 +33560,8 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS SQL Query Utility" msgstr "GRASS GIS SQL Abfragewerkzeug" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33419,6 +33577,7 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33457,3 +33616,5 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_el.po b/locale/po/grasswxpy_el.po index 1b5932191d1..b36d8607499 100644 --- a/locale/po/grasswxpy_el.po +++ b/locale/po/grasswxpy_el.po @@ -2406,6 +2406,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2474,6 +2475,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/datacatalog/toolbars.py:46 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 ======= #: ../gui/wxpython/datacatalog/toolbars.py:49 @@ -2488,6 +2494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2503,6 +2510,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -2512,6 +2521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -2587,6 +2597,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Import raster data [r.import]" msgstr "" @@ -2609,6 +2621,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:55 msgid "Select another import option" ======= @@ -2714,6 +2727,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" ======= @@ -2730,6 +2754,7 @@ msgid "Select another import option" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2830,6 +2855,8 @@ msgid "Select another import option" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:72 @@ -2903,6 +2930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2965,6 +2993,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -3329,6 +3362,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3357,6 +3391,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3372,6 +3408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3433,6 +3470,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -3573,6 +3612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3601,6 +3641,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -3615,6 +3657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3643,6 +3686,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -4318,6 +4363,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4358,6 +4404,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Map <%s> not found." msgstr "Ο χάÏτης <%s> δεν βÏέθηκε." @@ -4405,6 +4454,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4433,6 +4483,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:77 msgid "No time info" msgstr "" @@ -4450,6 +4502,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4478,6 +4531,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:79 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -5909,6 +5964,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/timeline/g.gui.timeline.py:63 msgid "Timeline Tool - GRASS GIS" ======= @@ -5946,6 +6002,8 @@ msgid "Timeline Tool - GRASS GIS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3579 #: ../gui/wxpython/image2target/ii2t_manager.py:3499 #: ../gui/wxpython/photo2image/ip2i_manager.py:2561 @@ -5959,6 +6017,7 @@ msgid "Timeline Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5997,6 +6056,8 @@ msgid "Timeline Tool - GRASS GIS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3574 #: ../gui/wxpython/image2target/ii2t_manager.py:3481 #: ../gui/wxpython/photo2image/ip2i_manager.py:2555 @@ -6116,6 +6177,7 @@ msgid "Timeline Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/timeline/g.gui.timeline.py:63 msgid "Timeline Tool - GRASS GIS" @@ -6178,6 +6240,11 @@ msgid "Timeline Tool - GRASS GIS" #: ../gui/wxpython/timeline/g.gui.timeline.py:63 msgid "Timeline Tool - GRASS GIS" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/timeline/g.gui.timeline.py:63 +msgid "Timeline Tool - GRASS GIS" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/timeline/frame.py:38 @@ -6194,6 +6261,7 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6237,6 +6305,8 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9164,6 +9234,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 "" @@ -9190,6 +9261,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1213 ======= ======= @@ -9203,6 +9276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1213 @@ -9247,6 +9321,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1211 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Manage maps" @@ -10919,6 +10995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10944,6 +11021,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/tplot/frame.py:209 ../gui/wxpython/tplot/frame.py:264 msgid "Show simple linear regression line" msgstr "" @@ -10960,6 +11039,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10998,6 +11078,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1521 msgid "Calculates linear regression from two raster maps: y = a + b*x." @@ -11190,6 +11272,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11252,6 +11335,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -12071,6 +12159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12152,6 +12241,11 @@ 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 #: ../gui/wxpython/menustrings.py:804 ../gui/wxpython/menustrings.py:1769 msgid "Support Vector Machines classification (SVM)" @@ -17780,6 +17874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17842,6 +17937,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -17863,6 +17963,7 @@ msgid "Raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17913,6 +18014,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 @@ -17929,6 +18032,7 @@ msgid "Base raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -17971,6 +18075,8 @@ msgid "Base raster map <{}> not found in current mapset." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rdigit/controller.py:160 @@ -18702,6 +18808,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18739,6 +18846,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:186 #, python-format msgid "<%(name)s>: layer type <%(type)s> is not supported" @@ -18994,6 +19103,7 @@ msgid "Map Display {number}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -19036,6 +19146,9 @@ msgid "Map Display {number}" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:2083 #, python-brace-format msgid "Map Display {number}" @@ -19051,6 +19164,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19078,6 +19192,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:2179 msgid "Add selected map layers into layer tree" @@ -19092,6 +19208,7 @@ msgid "Add selected map layers into layer tree" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19133,6 +19250,8 @@ msgid "Add selected map layers into layer tree" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19152,6 +19271,7 @@ msgstr "Συντεταγμένες" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19214,6 +19334,11 @@ msgstr "Συντεταγμένες" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/mapdisp/statusbar.py:829 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/statusbar.py:825 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -19838,6 +19963,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19919,6 +20045,11 @@ 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 #: ../gui/wxpython/mapdisp/toolbars.py:34 msgid "Select vector feature(s)" @@ -20385,6 +20516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20466,6 +20598,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:69 msgid "List of raster layers" @@ -21723,6 +21860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21804,6 +21942,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -21904,6 +22047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21972,6 +22116,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -21997,6 +22146,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -22037,6 +22187,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -22052,6 +22205,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22094,6 +22248,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22113,6 +22269,7 @@ msgstr "Επιλογή μοντέλων για επεξεÏγασία" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22175,6 +22332,11 @@ msgstr "Επιλογή μοντέλων για επεξεÏγασία" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -22368,6 +22530,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22408,6 +22571,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -22464,6 +22630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22526,6 +22693,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -22630,6 +22802,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22670,6 +22843,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -22739,6 +22915,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22801,6 +22978,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -22820,6 +23002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27361,6 +27544,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/dialogs.py:606 msgid "Save signature file" @@ -31868,6 +32053,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -31910,6 +32096,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1653 ../gui/wxpython/lmgr/frame.py:1502 msgid "GRASS version" @@ -31935,6 +32123,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31997,6 +32186,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -32014,6 +32208,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32049,6 +32244,8 @@ msgid "Do you want to import {}to the newly created location?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:212 @@ -32077,6 +32274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32139,6 +32337,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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:" @@ -32360,6 +32563,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32400,6 +32604,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to launch \"Supervised Classification Tool\".\n" @@ -32438,6 +32645,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32500,6 +32708,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -32519,6 +32732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32547,6 +32761,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -32562,6 +32778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -32623,6 +32840,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Note that cell values can only be displayed for regions of less than 10,000 " "cells." @@ -33320,6 +33539,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33382,6 +33602,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -33397,6 +33622,7 @@ msgid "Sort descending" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33648,6 +33874,8 @@ msgid "Set SQL statement to default" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:474 @@ -34002,6 +34230,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34064,6 +34293,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -34088,6 +34322,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34128,6 +34363,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -35268,6 +35506,7 @@ msgid "Lat/long projections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35914,6 +36153,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -38517,6 +38758,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -38561,6 +38803,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #, fuzzy @@ -38673,6 +38918,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38706,6 +38952,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38730,6 +38978,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38798,6 +39047,8 @@ msgstr "(μονο για ανάγνωση)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to delete location: %s" #~ msgstr "Αδυναμία διαγÏαφής επιλεγμένης Τοποθεσίας" @@ -39001,6 +39252,7 @@ msgstr "(μονο για ανάγνωση)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39026,6 +39278,8 @@ msgstr "(μονο για ανάγνωση)" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Volume" msgstr "Όγκος" @@ -39074,6 +39328,7 @@ msgstr "(μονο για ανάγνωση)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39112,3 +39367,5 @@ msgstr "(μονο για ανάγνωση)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_es.po b/locale/po/grasswxpy_es.po index da54f8d30c8..56674a73b37 100644 --- a/locale/po/grasswxpy_es.po +++ b/locale/po/grasswxpy_es.po @@ -22,6 +22,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -90,6 +91,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +"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" @@ -104,6 +110,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -119,6 +126,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -128,6 +137,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -203,6 +213,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)) @@ -19846,6 +19859,11 @@ 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 #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -20052,6 +20070,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20096,6 +20115,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -20172,6 +20194,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20205,6 +20228,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22996,6 +23021,7 @@ msgstr "Importar configuraciones" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23077,6 +23103,11 @@ msgstr "Importar configuraciones" ======= >>>>>>> 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 #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -23100,6 +23131,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23181,6 +23213,11 @@ 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 #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -23286,6 +23323,7 @@ msgstr "Reproyectar capas seleccionadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23367,6 +23405,11 @@ msgstr "Reproyectar capas seleccionadas" ======= >>>>>>> 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -23750,6 +23793,7 @@ msgstr "Calculadora de mapas ráster 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23831,6 +23875,11 @@ msgstr "Calculadora de mapas ráster 3D" ======= >>>>>>> 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -24949,6 +24998,7 @@ msgstr "AVISO" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25030,6 +25080,11 @@ msgstr "AVISO" ======= >>>>>>> 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 msgid "Setup for r.li modules" msgstr "" @@ -25335,6 +25390,7 @@ msgstr "opacidad:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25397,6 +25453,11 @@ msgstr "opacidad:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -25598,6 +25659,7 @@ msgstr "¿Sobreescribir archivo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25638,6 +25700,9 @@ msgstr "¿Sobreescribir archivo?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Do you want to remove map layer(s)\n" @@ -25963,6 +26028,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25986,6 +26052,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1126 ======= ======= @@ -25999,6 +26067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/lmgr/layertree.py:1126 @@ -26043,6 +26112,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -26177,6 +26248,7 @@ msgid "Add vector map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26238,6 +26310,10 @@ msgid "Add vector map" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" msgstr "" @@ -27526,6 +27602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27607,6 +27684,11 @@ 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 #: ../gui/wxpython/lmgr/toolbars.py:203 msgid "Start new map display" @@ -30967,6 +31049,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31048,6 +31131,11 @@ 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 #: ../gui/wxpython/lmgr/toolbars.py:317 msgid "Generate command for m.nviz.image" @@ -31400,6 +31488,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31481,6 +31570,11 @@ 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 #: ../gui/wxpython/lmgr/pyshell.py:78 msgid "Simple &editor" @@ -31527,6 +31621,7 @@ msgstr "Mapa ráster <%s> añadido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31557,6 +31652,8 @@ msgstr "Mapa ráster <%s> añadido" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/pyshell.py:143 #, python-format msgid "Vector map <%s> added" @@ -31920,6 +32017,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31948,6 +32046,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -31963,6 +32063,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -32024,6 +32125,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -32044,6 +32147,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32081,6 +32185,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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\"." @@ -32098,6 +32204,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32159,6 +32266,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -32280,6 +32391,7 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32308,6 +32420,8 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -32322,6 +32436,7 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32350,6 +32465,8 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -32393,6 +32510,7 @@ msgstr "Aplicar la instrucción SELECT y recargar los registros de datos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32433,6 +32551,9 @@ msgstr "Aplicar la instrucción SELECT y recargar los registros de datos" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Ejemplo: %s" @@ -33007,6 +33128,7 @@ msgstr "Calculadora de campos <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33069,6 +33191,11 @@ msgstr "Calculadora de campos <%s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -33241,6 +33368,7 @@ msgstr "Recargar todos los datos de atributos (eliminar selección actual)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33281,6 +33409,9 @@ msgstr "Recargar todos los datos de atributos (eliminar selección actual)" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -33559,6 +33690,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33621,6 +33753,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -33905,6 +34042,7 @@ msgstr "Archivos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33945,6 +34083,9 @@ msgstr "Archivos" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -34472,6 +34613,7 @@ msgstr "No válido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34534,6 +34676,11 @@ msgstr "No válido" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -34557,6 +34704,7 @@ msgstr "PROJ string (requerido):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34638,6 +34786,11 @@ msgstr "PROJ string (requerido):" ======= >>>>>>> 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 #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -34655,6 +34808,7 @@ msgstr "Superponer capas de mapas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34717,6 +34871,11 @@ msgstr "Superponer capas de mapas" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -35390,6 +35549,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35430,6 +35590,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "Directorio {t} no removido." @@ -37482,6 +37645,7 @@ msgstr "etiquetas:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37510,6 +37674,8 @@ msgstr "etiquetas:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "&Delete location" #~ msgstr "&Borrar Localización" @@ -37542,6 +37708,7 @@ msgstr "etiquetas:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37570,6 +37737,8 @@ msgstr "etiquetas:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Mostrar la región computacional" ======= @@ -37588,6 +37757,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -37632,6 +37802,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "Fetching list of modules from GRASS-Addons SVN (be patient)..." @@ -37789,6 +37962,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37822,6 +37996,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38752,6 +38928,7 @@ msgstr "Se ha cancelado el asistente de Localizaciones. La Localización no ha s <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38792,6 +38969,9 @@ msgstr "Se ha cancelado el asistente de Localizaciones. La Localización no ha s ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -38981,6 +39161,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)) ======= @@ -39006,6 +39187,8 @@ msgstr "¿Quiere establecer la extensión y resolución de la región predetermi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Performs ordinary or block kriging." msgstr "Realiza kriging ordinario o en bloque." @@ -39279,6 +39462,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39516,6 +39700,8 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -39594,6 +39780,7 @@ msgstr "¡Localización <%s> creada!" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39641,6 +39828,8 @@ msgstr "¡Localización <%s> creada!" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -39660,6 +39849,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)) ======= @@ -39685,6 +39875,8 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -39698,6 +39890,7 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39731,6 +39924,8 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Remove vector legend" msgstr "Remover leyenda mapa vectorial" @@ -39794,6 +39989,7 @@ msgstr "Herramienta de Histograma de GRASS GIS (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39824,6 +40020,8 @@ msgstr "Herramienta de Histograma de GRASS GIS (d.histogram)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Copies available data files in the current mapset search path to the " #~ "user's current mapset." @@ -39931,6 +40129,7 @@ msgstr "Redimensionar la leyenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39959,6 +40158,8 @@ msgstr "Redimensionar la leyenda" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "No se puede crear la Localización" ======= @@ -39973,6 +40174,7 @@ msgstr "Redimensionar la leyenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40001,6 +40203,8 @@ msgstr "Redimensionar la leyenda" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -40025,6 +40229,7 @@ msgstr "No se puede crear la Localización" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40065,6 +40270,9 @@ msgstr "No se puede crear la Localización" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -40090,6 +40298,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)) ======= @@ -40115,6 +40324,8 @@ msgstr "Leer la configuración de proyección y datum de un archivo de datos geo ======= >>>>>>> osgeo-main ======= +>>>>>>> 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." @@ -40205,6 +40416,7 @@ msgstr "Utilidad de GRASS GIS para Sentencia SQL" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40280,6 +40492,8 @@ msgstr "Utilidad de GRASS GIS para Sentencia SQL" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Do you want to quit GRASS including shell prompt or just close the GUI?" #~ msgstr "" @@ -40339,6 +40553,7 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40364,6 +40579,8 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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?" @@ -40382,6 +40599,7 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40420,3 +40638,5 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_fi.po b/locale/po/grasswxpy_fi.po index 671efadd1f6..6655804c819 100644 --- a/locale/po/grasswxpy_fi.po +++ b/locale/po/grasswxpy_fi.po @@ -23627,6 +23627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23689,6 +23690,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23870,6 +23876,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23910,6 +23917,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24117,6 +24127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24140,6 +24151,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= ======= @@ -24153,6 +24166,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 @@ -24197,6 +24211,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -24543,6 +24559,7 @@ msgid "New workspace" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24604,6 +24621,10 @@ msgid "New workspace" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" msgstr "" @@ -25438,6 +25459,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -25463,6 +25485,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:23 msgid "Add multiple raster or vector map layers to current display" msgstr "" @@ -29664,6 +29688,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29697,6 +29722,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -31314,6 +31341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31376,6 +31404,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -31397,6 +31430,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31478,6 +31512,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -31496,6 +31535,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31558,6 +31598,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -32219,6 +32264,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32259,6 +32305,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" @@ -33347,6 +33396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33386,6 +33436,8 @@ msgstr "Paikka <%s> luotu" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Repository" #~ msgstr "Etäkirjasto" @@ -33403,6 +33455,7 @@ msgstr "Paikan Otsikko:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33469,6 +33522,11 @@ msgstr "Luo uusi Paikka?" #~ msgstr "Paikka <%s> luotu" ======= >>>>>>> osgeo-main +======= +#~ msgid "Location <%s> created" +#~ msgstr "Paikka <%s> luotu" +======= +>>>>>>> osgeo-main msgid "Location <%s> created" msgstr "Paikka <%s> luotu" @@ -33489,6 +33547,7 @@ msgstr "Luo uusi Paikka?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -33558,3 +33617,5 @@ msgstr "Luo uusi Paikka?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_fr.po b/locale/po/grasswxpy_fr.po index b86c0cf551d..eada8963596 100644 --- a/locale/po/grasswxpy_fr.po +++ b/locale/po/grasswxpy_fr.po @@ -19511,6 +19511,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 "" @@ -19551,6 +19552,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -19574,6 +19577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19599,6 +19603,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/location_wizard/wizard.py:186 msgid "Change" msgstr "" @@ -19615,6 +19621,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19653,6 +19660,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -19859,6 +19868,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -19903,6 +19913,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -19979,6 +19992,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20012,6 +20026,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22808,6 +22824,7 @@ msgstr "Paramètres d'import" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22889,6 +22906,11 @@ msgstr "Paramètres d'import" ======= >>>>>>> 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 #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -22912,6 +22934,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22993,6 +23016,11 @@ 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 #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -23098,6 +23126,7 @@ msgstr "Reprojeter les couches sélectionnées" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23179,6 +23208,11 @@ msgstr "Reprojeter les couches sélectionnées" ======= >>>>>>> 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -23562,6 +23596,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23643,6 +23678,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -24763,6 +24803,7 @@ msgstr "ATTENTION" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24844,6 +24885,11 @@ msgstr "ATTENTION" ======= >>>>>>> 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 msgid "Setup for r.li modules" msgstr "" @@ -25151,6 +25197,7 @@ msgstr "opacité :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25213,6 +25260,11 @@ msgstr "opacité :" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -25414,6 +25466,7 @@ msgstr "Écraser le fichier ?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25454,6 +25507,9 @@ msgstr "Écraser le fichier ?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Do you want to remove map layer(s)\n" @@ -25776,6 +25832,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -25801,6 +25858,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1126 ======= ======= @@ -25814,6 +25873,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/lmgr/layertree.py:1126 @@ -25858,6 +25918,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -25914,6 +25976,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -25978,6 +26041,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -26081,6 +26149,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26114,6 +26183,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27102,6 +27173,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27183,6 +27255,11 @@ 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 #: ../gui/wxpython/lmgr/toolbars.py:203 msgid "Start new map display" @@ -30402,6 +30479,7 @@ msgid "Interactive editing and digitization of vector maps." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -30446,6 +30524,9 @@ msgid "Interactive editing and digitization of vector maps." ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2023 @@ -30704,6 +30785,7 @@ msgid "Download in progress, wait until it is finished 0%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30737,6 +30819,8 @@ msgid "Download in progress, wait until it is finished 0%" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30798,6 +30882,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30879,6 +30964,11 @@ 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 #: ../gui/wxpython/lmgr/pyshell.py:78 msgid "Simple &editor" @@ -30935,6 +31025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31016,6 +31107,11 @@ 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 #: ../gui/wxpython/lmgr/workspace.py:72 msgid "" @@ -31341,6 +31437,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31369,6 +31466,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -31384,6 +31483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -31445,6 +31545,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -31465,6 +31567,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31502,6 +31605,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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'." @@ -31519,6 +31624,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31580,6 +31686,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -31702,6 +31812,7 @@ msgstr "Contrainte pour la requête (clause WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31730,6 +31841,8 @@ msgstr "Contrainte pour la requête (clause WHERE)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -31744,6 +31857,7 @@ msgstr "Contrainte pour la requête (clause WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31772,6 +31886,8 @@ msgstr "Contrainte pour la requête (clause WHERE)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -31815,6 +31931,7 @@ msgstr "Appliquer l'expression SELECT et recharger les enregistrements" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31855,6 +31972,9 @@ msgstr "Appliquer l'expression SELECT et recharger les enregistrements" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Exemple : %s" @@ -32427,6 +32547,7 @@ msgstr "Statistiques de champs <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32489,6 +32610,11 @@ msgstr "Statistiques de champs <%s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -32661,6 +32787,7 @@ msgstr "Recharger toutes les données attributaires (annule la sélection actuel <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32701,6 +32828,9 @@ msgstr "Recharger toutes les données attributaires (annule la sélection actuel ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -32978,6 +33108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33040,6 +33171,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -33324,6 +33460,7 @@ msgstr "Fichiers" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33364,6 +33501,9 @@ msgstr "Fichiers" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -33886,6 +34026,7 @@ msgstr "Invalide" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33948,6 +34089,11 @@ msgstr "Invalide" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -33971,6 +34117,7 @@ msgstr "Chaîne PROJ (requise) :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34052,6 +34199,11 @@ msgstr "Chaîne PROJ (requise) :" ======= >>>>>>> 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 #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -34069,6 +34221,7 @@ msgstr "Superposition des couches" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34131,6 +34284,11 @@ msgstr "Superposition des couches" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -34805,6 +34963,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34845,6 +35004,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "Répertoire {t} non supprimé." @@ -36896,6 +37058,7 @@ msgstr "étiquettes :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36924,6 +37087,8 @@ msgstr "étiquettes :" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "Nom du secteur : " @@ -36947,6 +37112,7 @@ msgstr "étiquettes :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36975,6 +37141,8 @@ msgstr "étiquettes :" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Afficher l'étendue" ======= @@ -36993,6 +37161,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -37037,6 +37206,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "failed to open '{0}'" @@ -37095,6 +37267,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37128,6 +37301,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38465,6 +38640,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)) ======= @@ -38490,6 +38666,8 @@ msgstr "Voulez-vous définir les limites et la résolution la région par défau ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Copy map" msgstr "Copier la carte" @@ -39121,6 +39299,7 @@ msgstr "GRASS GIS %s - Gestionnaire des couches" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39310,6 +39489,8 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Location <%s> created.\n" @@ -39391,6 +39572,7 @@ msgstr "Histogramme GRASS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39591,6 +39773,8 @@ msgstr "Histogramme GRASS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Copies available data files in the current mapset search path to the " #~ "user's current mapset." @@ -39673,6 +39857,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)) ======= @@ -39698,6 +39883,8 @@ msgstr "Cliquer pour restreindre l'édition au jeu de données courant uniquemen ======= >>>>>>> osgeo-main ======= +>>>>>>> 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." @@ -39749,6 +39936,7 @@ msgstr "Recherche :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39797,6 +39985,8 @@ msgstr "Recherche :" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -39822,6 +40012,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)) ======= @@ -39847,6 +40038,8 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -39860,6 +40053,7 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39893,6 +40087,8 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid " (readonly)" msgstr " (lecture seule)" @@ -39921,6 +40117,7 @@ msgstr "Redimensionner la légende" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -39938,6 +40135,8 @@ msgstr "Redimensionner la légende" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Impossible de créer le secteur" ======= @@ -39952,6 +40151,7 @@ msgstr "Redimensionner la légende" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -40001,6 +40201,8 @@ msgstr "Redimensionner la légende" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -40024,6 +40226,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)) ======= @@ -40049,6 +40252,8 @@ msgstr "Le nom <%(name)s> n'est pas un nom valide pour un secteur. Merci de n'ut ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -40062,6 +40267,7 @@ msgstr "Le nom <%(name)s> n'est pas un nom valide pour un secteur. Merci de n'ut <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40301,6 +40507,28 @@ msgstr "Voulez-vous créer le secteur GRASS <%s> ?" msgid "Create new location?" msgstr "Créer un nouveau secteur ?" +>>>>>>> osgeo-main +======= + +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" @@ -40319,6 +40547,7 @@ msgstr "Utilitaire de requêtes SQL" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40349,6 +40578,8 @@ msgstr "Utilitaire de requêtes SQL" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Do you want to quit GRASS including shell prompt or just close the GUI?" #~ msgstr "" @@ -40397,6 +40628,7 @@ msgstr "Utilitaire de requêtes SQL" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40426,6 +40658,8 @@ msgstr "Utilitaire de requêtes SQL" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "supported tools only" msgstr "outils pris en charge uniquement" @@ -40440,6 +40674,7 @@ msgstr "outils pris en charge uniquement" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40469,6 +40704,8 @@ msgstr "outils pris en charge uniquement" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 ?" @@ -40488,6 +40725,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)) @@ -40538,6 +40776,10 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 ?" @@ -40556,6 +40798,7 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40609,3 +40852,6 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_hu.po b/locale/po/grasswxpy_hu.po index bce3479c0b0..3b2649c5055 100644 --- a/locale/po/grasswxpy_hu.po +++ b/locale/po/grasswxpy_hu.po @@ -18162,6 +18162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18243,6 +18244,11 @@ 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 #: ../gui/wxpython/modules/colorrules.py:448 msgid "Choose file to load color table" @@ -18630,6 +18636,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18711,6 +18718,11 @@ 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 #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -21700,6 +21712,7 @@ msgstr "Kiválasztott rétegek átvetítése" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21781,6 +21794,11 @@ msgstr "Kiválasztott rétegek átvetítése" ======= >>>>>>> 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -22111,6 +22129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22192,6 +22211,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23253,6 +23277,7 @@ msgstr "FIGYELMEZTETÉS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23334,6 +23359,11 @@ msgstr "FIGYELMEZTETÉS" ======= >>>>>>> 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 msgid "Setup for r.li modules" msgstr "" @@ -23421,6 +23451,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23483,6 +23514,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -23523,6 +23559,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23604,6 +23641,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -23621,6 +23663,7 @@ msgstr "Válassza ki a futtatandó modelt" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23683,6 +23726,11 @@ msgstr "Válassza ki a futtatandó modelt" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23876,6 +23924,7 @@ msgstr "Fájl felülírása?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23916,6 +23965,9 @@ msgstr "Fájl felülírása?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24128,6 +24180,7 @@ msgstr "Térkép réteg eltávolítás" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24190,6 +24243,11 @@ msgstr "Térkép réteg eltávolítás" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -24210,6 +24268,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24252,6 +24311,9 @@ msgid "Histogram Tool" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24267,6 +24329,7 @@ msgid "Histogram of" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24309,6 +24372,8 @@ msgid "Histogram of" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24569,6 +24634,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24631,6 +24697,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -25156,6 +25227,7 @@ msgstr "A letöltés folyamatban, várjon amíg befejezÅ‘dik" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25196,6 +25268,9 @@ msgstr "A letöltés folyamatban, várjon amíg befejezÅ‘dik" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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>" @@ -25480,6 +25555,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25520,6 +25596,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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?" @@ -25926,6 +26005,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25988,6 +26068,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -26003,6 +26088,7 @@ msgid "Fractal dimension of boundary defining a polygon" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26228,6 +26314,8 @@ msgid "Set SQL statement to default" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:505 @@ -26556,6 +26644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26618,6 +26707,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -26642,6 +26736,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26682,6 +26777,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -27402,6 +27500,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27464,6 +27563,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -27748,6 +27852,7 @@ msgstr "Fájlok" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27788,6 +27893,9 @@ msgstr "Fájlok" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -28296,6 +28404,7 @@ msgstr "Hibás" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28358,6 +28467,11 @@ msgstr "Hibás" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -28381,6 +28495,7 @@ msgstr "PROJ szöveg (kötelezÅ‘):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28462,6 +28577,11 @@ msgstr "PROJ szöveg (kötelezÅ‘):" ======= >>>>>>> 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 #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -28479,6 +28599,7 @@ msgstr "Térkép rétegek átfedés vizsgálata" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28541,6 +28662,11 @@ msgstr "Térkép rétegek átfedés vizsgálata" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -29207,6 +29333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29247,6 +29374,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -31271,6 +31401,7 @@ msgstr "címkék:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -31310,6 +31441,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Abort download location" #~ msgstr "Hely letöltés megszakítása" @@ -31334,6 +31467,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -31401,6 +31535,11 @@ msgstr "" <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Use defined projection" #~ msgstr "Felhasználó definiált vetület" @@ -31430,6 +31569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31455,6 +31595,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -31471,6 +31613,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31509,6 +31652,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -32013,6 +32158,7 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32041,6 +32187,8 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Nem tudom létrehozni a helyet" ======= @@ -32055,6 +32203,7 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32083,6 +32232,8 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -32107,6 +32258,7 @@ msgstr "Nem tudom létrehozni a helyet" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32147,6 +32299,9 @@ msgstr "Nem tudom létrehozni a helyet" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -32186,6 +32341,7 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32211,6 +32367,8 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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" @@ -32436,6 +32594,7 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32489,3 +32648,6 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 e2bf88e4ea7..455f85d1e9c 100644 --- a/locale/po/grasswxpy_id_ID.po +++ b/locale/po/grasswxpy_id_ID.po @@ -18598,6 +18598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18660,6 +18661,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -18681,6 +18687,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18762,6 +18769,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18780,6 +18792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18842,6 +18855,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19503,6 +19521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19543,6 +19562,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 89732fc0543..c709f73fdd8 100644 --- a/locale/po/grasswxpy_it.po +++ b/locale/po/grasswxpy_it.po @@ -20,6 +20,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -82,6 +83,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +"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" @@ -103,6 +109,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -184,6 +191,11 @@ 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 "Last-Translator: luca \n" "Language-Team: Italian \n" @@ -207,6 +219,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "X-Generator: Weblate 4.12.2\n" ======= <<<<<<< HEAD @@ -245,6 +258,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "X-Generator: Weblate 5.3\n" ======= "X-Generator: Weblate 4.12.2\n" @@ -261,6 +276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -334,6 +350,11 @@ msgstr "" "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +"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 @@ -15947,6 +15968,7 @@ msgstr "Digitalizzatore vettoriale non disponibile" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16028,6 +16050,11 @@ msgstr "Digitalizzatore vettoriale non disponibile" ======= >>>>>>> 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 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 " @@ -16047,6 +16074,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16109,6 +16137,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -16326,6 +16359,7 @@ msgstr "Visualizzatore di mappe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16366,6 +16400,9 @@ msgstr "Visualizzatore di mappe" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to run command '%(command)s'. Details:\n" @@ -16446,6 +16483,7 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16474,6 +16512,8 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:830 ../gui/wxpython/mapdisp/frame.py:839 #: ../gui/wxpython/mapdisp/frame.py:861 ======= @@ -16488,6 +16528,7 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16516,6 +16557,8 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:861 ../gui/wxpython/mapdisp/frame.py:870 #: ../gui/wxpython/mapdisp/frame.py:892 ======= @@ -16558,6 +16601,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16598,6 +16642,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Failed to run d.to.rast:\n" msgstr "Impossibile eseguire d.to.rast:\n" @@ -16622,6 +16669,7 @@ msgstr "Vettoriale <%s> aperto per l'editing - saltato." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16684,6 +16732,11 @@ msgstr "Vettoriale <%s> aperto per l'editing - saltato." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -16704,6 +16757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16744,6 +16798,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -20401,6 +20458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20482,6 +20540,11 @@ 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 #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -20696,6 +20759,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20740,6 +20804,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -20816,6 +20883,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20849,6 +20917,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20965,6 +21035,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20996,6 +21067,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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?" ======= @@ -21013,6 +21086,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21060,6 +21134,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Insufficient points defined and active (checked) for selected rectification " "method (order: %d).\n" "3+ points needed for 1st order,\n" @@ -24192,6 +24268,7 @@ msgstr "Impostazione dell'import" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24273,6 +24350,11 @@ msgstr "Impostazione dell'import" ======= >>>>>>> 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 #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -24296,6 +24378,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24377,6 +24460,11 @@ 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 #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -24455,6 +24543,7 @@ msgstr "Nome per la mappa GRASS di output" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24523,6 +24612,11 @@ msgstr "Nome per la mappa GRASS di output" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/modules/import_export.py:978 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:962 ======= #: ../gui/wxpython/modules/import_export.py:940 @@ -24537,6 +24631,7 @@ msgstr "Nome per la mappa GRASS di output" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -24552,6 +24647,8 @@ msgstr "Nome per la mappa GRASS di output" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -24561,6 +24658,7 @@ msgstr "Nome per la mappa GRASS di output" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -24636,6 +24734,8 @@ msgstr "Nome per la mappa GRASS di output" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -24674,6 +24774,7 @@ msgstr "Riproietta i layers selezionati" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24755,6 +24856,11 @@ msgstr "Riproietta i layers selezionati" ======= >>>>>>> 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -25158,6 +25264,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25239,6 +25346,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -26351,6 +26463,7 @@ msgstr "ATTENZIONE" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26432,6 +26545,11 @@ msgstr "ATTENZIONE" ======= >>>>>>> 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 msgid "Setup for r.li modules" msgstr "" @@ -26508,6 +26626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26570,6 +26689,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -26657,6 +26781,7 @@ msgstr "Unità non riconosciute, misurazione fallita." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26697,6 +26822,9 @@ msgstr "Unità non riconosciute, misurazione fallita." ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Map Display {number}" msgstr "" @@ -26719,6 +26847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26781,6 +26910,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -26821,6 +26955,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26902,6 +27037,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -26919,6 +27059,7 @@ msgstr "Scegli il modello da eseguire" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26981,6 +27122,11 @@ msgstr "Scegli il modello da eseguire" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -27175,6 +27321,7 @@ msgstr "Sovrascrivere il file?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27215,6 +27362,9 @@ msgstr "Sovrascrivere il file?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -27275,6 +27425,7 @@ msgstr "Impossibile impostare i permessi. Operazione cancellata." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27337,6 +27488,11 @@ msgstr "Impossibile impostare i permessi. Operazione cancellata." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -27441,6 +27597,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27481,6 +27638,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -27519,6 +27679,7 @@ msgstr "Nessun mapset fornito. Operazione cancellata" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27581,6 +27742,11 @@ msgstr "Nessun mapset fornito. Operazione cancellata" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -27792,6 +27958,7 @@ msgstr "Sotto gruppo <%s> non trovato nel gruppo <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27832,6 +27999,9 @@ msgstr "Sotto gruppo <%s> non trovato nel gruppo <%s>" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Working directory changed to:\n" @@ -27951,6 +28121,7 @@ msgstr "Più di un parametro fornito." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28013,6 +28184,11 @@ msgstr "Più di un parametro fornito." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -28036,6 +28212,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28117,6 +28294,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:1637 ../gui/wxpython/lmgr/frame.py:1486 msgid "System Info" @@ -28154,6 +28336,7 @@ msgstr "Piattaforma" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28216,6 +28399,11 @@ msgstr "Piattaforma" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -28491,6 +28679,7 @@ msgstr "Inserisci nuovo nome:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28553,6 +28742,11 @@ msgstr "Inserisci nuovo nome:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -28578,6 +28772,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28659,6 +28854,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:1843 ../gui/wxpython/lmgr/frame.py:1693 #, python-format @@ -28687,6 +28887,7 @@ msgstr "Impossibile avviare lo strumento Timeline." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28749,6 +28950,11 @@ msgstr "Impossibile avviare lo strumento Timeline." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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." @@ -28776,6 +28982,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28857,6 +29064,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:2067 ../gui/wxpython/lmgr/frame.py:1919 msgid "Add selected map layers into layer tree" @@ -28914,6 +29126,7 @@ msgstr "Esci dalla GUI di GRASS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28976,6 +29189,11 @@ msgstr "Esci dalla GUI di GRASS" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 "" @@ -29169,6 +29387,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29250,6 +29469,11 @@ 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 #: ../gui/wxpython/photo2image/g.gui.photo2image.py:109 msgid "Please provide a camera name (generated by i.ortho.camera)" @@ -29465,6 +29689,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29546,6 +29771,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/photo2image/g.gui.photo2image.py:121 @@ -29754,6 +29984,7 @@ msgstr "Incomincia l'editing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29816,6 +30047,11 @@ msgstr "Incomincia l'editing" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -29840,6 +30076,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29921,6 +30158,11 @@ 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 #: ../gui/wxpython/lmgr/layertree.py:727 msgid "Rebuild topology" @@ -29954,6 +30196,7 @@ msgstr "Impossibile creare profilo del raster" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30016,6 +30259,11 @@ msgstr "Impossibile creare profilo del raster" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -34258,6 +34506,7 @@ msgstr "Scaricamento in progresso, aspettare fino che non è finito" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34298,6 +34547,9 @@ msgstr "Scaricamento in progresso, aspettare fino che non è finito" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unsupported map type <%s>" msgstr "Tipologia della mappa <%s> non supportata" @@ -34319,6 +34571,7 @@ msgstr "Inserisci il nome per il nuovo %s nell'attuale mapset:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34381,6 +34634,11 @@ msgstr "Inserisci il nome per il nuovo %s nell'attuale mapset:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/lmgr/layertree.py:1067 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1029 ======= #: ../gui/wxpython/startup/locdownload.py:478 @@ -34404,6 +34662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34444,6 +34703,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Make a copy of %s <%s>" msgstr "Copiare %s <%s>" @@ -34460,6 +34722,7 @@ msgstr "Copiare %s <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34522,6 +34785,11 @@ msgstr "Copiare %s <%s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/lmgr/layertree.py:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1047 ======= #: ../gui/wxpython/startup/locdownload.py:563 @@ -34787,6 +35055,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34827,6 +35096,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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?" @@ -34849,6 +35121,7 @@ msgstr "%s <%s> esiste già nel corrente mapset. Si vuole sovrascriverlo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34886,6 +35159,8 @@ msgstr "%s <%s> esiste già nel corrente mapset. Si vuole sovrascriverlo?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to make copy of <%s>" msgstr "Impossibile copiare <%s>" @@ -35132,6 +35407,7 @@ msgstr "Vettoriale <%s> aggiunto" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35193,6 +35469,10 @@ msgstr "Vettoriale <%s> aggiunto" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -35214,6 +35494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -35258,6 +35539,9 @@ msgstr "" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #, python-format msgid "" "Current GRASS database is <%(dbase)s>.\n" @@ -35277,6 +35561,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35310,6 +35595,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -35438,6 +35725,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35484,6 +35772,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:299 @@ -35663,6 +35953,7 @@ msgstr "GRASS SQL Builder (%(type)s) - <%(map)s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35725,6 +36016,11 @@ msgstr "GRASS SQL Builder (%(type)s) - <%(map)s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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)" @@ -35750,6 +36046,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35831,6 +36128,11 @@ 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 #: ../gui/wxpython/dbmgr/sqlbuilder.py:487 #: ../gui/wxpython/dbmgr/sqlbuilder.py:644 @@ -35849,6 +36151,7 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35877,6 +36180,8 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -35891,6 +36196,7 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35919,6 +36225,8 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -35962,6 +36270,7 @@ msgstr "Applica l'istruzione SELECT e ricarica i record dei dati" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36002,6 +36311,9 @@ msgstr "Applica l'istruzione SELECT e ricarica i record dei dati" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Esempio: %s" @@ -36569,6 +36881,7 @@ msgstr "Statistiche del campo <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36631,6 +36944,11 @@ msgstr "Statistiche del campo <%s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -36807,6 +37125,7 @@ msgstr "Ricarica tutti gli attributi (elimina la selezione corrente)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36847,6 +37166,9 @@ msgstr "Ricarica tutti gli attributi (elimina la selezione corrente)" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -37031,6 +37353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37063,6 +37386,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Informazioni sulla vista 3d non disponibili nel file di ambiente di lavoro " "<%s>." ======= @@ -37077,6 +37402,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37105,6 +37431,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Informazioni sulla vista 3d non disponibili nel file di ambiente di lavoro <" "%s>." >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -37146,6 +37474,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -37207,6 +37536,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -37268,6 +37601,7 @@ msgstr "File %s non trovato." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37330,6 +37664,11 @@ msgstr "File %s non trovato." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/data.py:146 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/data.py:145 ======= #: ../gui/wxpython/web_services/dialogs.py:536 @@ -37422,6 +37761,7 @@ msgstr "La mappa di output può essere aggiunta solo al mapset corrente." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37462,6 +37802,9 @@ msgstr "La mappa di output può essere aggiunta solo al mapset corrente." ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Animation %d" msgstr "Animazione %d" @@ -37498,6 +37841,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37560,6 +37904,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -37850,6 +38199,7 @@ msgstr "File" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37890,6 +38240,9 @@ msgstr "File" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -38541,6 +38894,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38622,6 +38976,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" "Il file dell'animazione esportato <{file}> esiste. Si vuole sovrascriverlo?" @@ -39179,6 +39538,7 @@ msgstr "Invalido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39241,6 +39601,11 @@ msgstr "Invalido" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -39264,6 +39629,7 @@ msgstr "Stringa PROJ (richiesto):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39345,6 +39711,11 @@ msgstr "Stringa PROJ (richiesto):" ======= >>>>>>> 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 #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -39362,6 +39733,7 @@ msgstr "Sovrapposizione dei tematismi della mappa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39424,6 +39796,11 @@ msgstr "Sovrapposizione dei tematismi della mappa" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -40132,6 +40509,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40172,6 +40550,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "Directory {t} non rimossa." @@ -42123,6 +42504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42204,6 +42586,11 @@ 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 msgid "" "Not all characters are supported by ISO-8859-1 (Latin 1) encoding which is " "required by module ps.map." @@ -42295,6 +42682,7 @@ msgstr "Anteprima non disponibile" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -42363,6 +42751,11 @@ msgstr "Anteprima non disponibile" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/psmap/frame.py:509 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:508 ======= #: ../gui/wxpython/psmap/frame.py:462 @@ -42377,6 +42770,7 @@ msgstr "Anteprima non disponibile" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -42392,6 +42786,8 @@ msgstr "Anteprima non disponibile" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -42401,6 +42797,7 @@ msgstr "Anteprima non disponibile" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -42476,6 +42873,8 @@ msgstr "Anteprima non disponibile" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -42562,6 +42961,7 @@ msgstr "etichette:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -42590,6 +42990,8 @@ msgstr "etichette:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "&Delete location" #~ msgstr "&Elimina location" @@ -42618,6 +43020,7 @@ msgstr "etichette:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -42646,6 +43049,8 @@ msgstr "etichette:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Mostra regione computazionale" ======= @@ -42667,6 +43072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42748,6 +43154,11 @@ 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 #~ msgid "Display mode" #~ msgstr "Modalità di visualizzazione" @@ -42776,6 +43187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42807,6 +43219,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "MASK" #~ msgstr "MASK" ======= @@ -42824,6 +43238,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -42871,6 +43286,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Do you really want to delete map <{m}> of type <{etype}> from mapset " "<{mapset}> in location <{loc}>?" @@ -42892,6 +43309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42973,6 +43391,11 @@ 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 #~ msgid "Extent" #~ msgstr "Estensione" @@ -43022,6 +43445,7 @@ msgstr "Layer da eliminare" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -43047,6 +43471,8 @@ msgstr "Layer da eliminare" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Download sample location" #~ msgstr "Scarica location di esempio" ======= @@ -43061,6 +43487,7 @@ msgstr "Layer da eliminare" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -43097,6 +43524,8 @@ msgstr "Layer da eliminare" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Map <{layer}> marked for copying. You can paste it to the current mapset " "<{mapset}>." @@ -43114,6 +43543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Copy map" msgstr "Copia mappa" @@ -43304,6 +43734,11 @@ 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 #, fuzzy, python-format #~ msgid "Unable to rename location: %s" @@ -43326,6 +43761,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -43356,6 +43792,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to delete location: %s" #~ msgstr "Impossibile eliminare la location" @@ -43372,6 +43810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -43426,6 +43865,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Map <{map}> already exists in the current mapset. Do you want to overwrite " "it?" @@ -43723,6 +44166,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -43747,6 +44191,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Interrogazione del vettoriale <{map}> fallita. Controllare le impostazioni " "del database e la topologia." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43764,6 +44210,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -43854,6 +44301,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Add text layer" msgstr "Aggiungi livello testo" @@ -43918,6 +44367,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -43960,6 +44410,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Command prompt" #~ msgstr "Prompt dei comandi" @@ -44339,6 +44791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44420,6 +44873,11 @@ 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 #~ msgid "Invalid input data" #~ msgstr "Dati di input invalido" @@ -44466,6 +44924,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44547,6 +45006,11 @@ 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 #~ msgid "Univariate raster3D dataset statistics" #~ msgstr "Statistiche univariate del dataset raster 3D" @@ -44580,6 +45044,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44661,6 +45126,11 @@ 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 #~ msgid "Unable to render overlay <%s>." #~ msgstr "Impossibile visualizzare <%s> sovrapposto" @@ -44678,6 +45148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -45045,6 +45516,8 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unpacks a raster map packed with r.pack." #~ msgstr "Estrai un raster compresso con r.pack" @@ -45439,6 +45912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45464,6 +45938,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Raster Map Calculator" msgstr "GRASS GIS Calcolatore per Raster Map Algebra" @@ -45723,6 +46199,7 @@ msgstr "GRASS GIS Strumento Istogramma (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -45915,6 +46392,8 @@ msgstr "GRASS GIS Strumento Istogramma (d.histogram)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -46006,6 +46485,7 @@ msgstr "Ridimensiona legenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -46034,6 +46514,8 @@ msgstr "Ridimensiona legenda" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Impossibile creare la location" ======= @@ -46048,6 +46530,7 @@ msgstr "Ridimensiona legenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -46076,6 +46559,8 @@ msgstr "Ridimensiona legenda" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -46104,6 +46589,7 @@ msgstr "Impossibile creare la location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -46144,6 +46630,9 @@ msgstr "Impossibile creare la location" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -46206,6 +46695,7 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -46231,6 +46721,8 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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." @@ -46331,6 +46823,7 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -46369,3 +46862,5 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ja.po b/locale/po/grasswxpy_ja.po index 512c1e864dc..a5c4fe273d2 100644 --- a/locale/po/grasswxpy_ja.po +++ b/locale/po/grasswxpy_ja.po @@ -18225,6 +18225,7 @@ msgstr "ラスターカテゴリー値ã¾ãŸã¯ãƒ‘ーセントã®å…¥åŠ› " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18255,6 +18256,8 @@ msgstr "ラスターカテゴリー値ã¾ãŸã¯ãƒ‘ーセントã®å…¥åŠ› " >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -18276,6 +18279,7 @@ msgid "Change" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18301,6 +18305,8 @@ msgid "Change" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/frame.py:450 ../gui/wxpython/gmodeler/frame.py:600 msgid "Create new model?" msgstr "æ–°ã—ã„モデルを作æˆã—ã¾ã™ã‹?" @@ -18616,6 +18622,7 @@ msgid "This option is required" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18649,6 +18656,8 @@ msgid "This option is required" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22020,6 +22029,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22101,6 +22111,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23114,6 +23129,7 @@ msgstr "警告" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23195,6 +23211,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -23299,6 +23320,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23367,6 +23389,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23388,6 +23415,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23428,6 +23456,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23443,6 +23474,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23485,6 +23517,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23504,6 +23538,7 @@ msgstr "実行ã™ã‚‹ãƒ¢ãƒ‡ãƒ«ã®é¸æŠž" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23566,6 +23601,11 @@ msgstr "実行ã™ã‚‹ãƒ¢ãƒ‡ãƒ«ã®é¸æŠž" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23759,6 +23799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23799,6 +23840,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24034,6 +24078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -24073,6 +24118,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:109 msgid "Please provide a camera name (generated by i.ortho.camera)" msgstr "" @@ -24383,6 +24430,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -24447,6 +24495,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24817,6 +24870,7 @@ msgid "Training" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24850,6 +24904,8 @@ msgid "Training" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28500,6 +28556,7 @@ msgid "Interactive editing and digitization of vector maps." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28544,6 +28601,9 @@ msgid "Interactive editing and digitization of vector maps." ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2023 @@ -28607,6 +28667,7 @@ msgid "Add action (GRASS command) to model" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28640,6 +28701,8 @@ msgid "Add action (GRASS command) to model" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28751,6 +28814,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28776,6 +28840,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:2093 msgid "Map legend" msgstr "マップã®å‡¡ä¾‹" @@ -28912,6 +28978,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28945,6 +29012,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -29301,6 +29370,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29363,6 +29433,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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:" @@ -29402,6 +29477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29430,6 +29506,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -29445,6 +29523,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -29506,6 +29585,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -29526,6 +29607,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29563,6 +29645,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "ベクトルマップ <%s> ã¯DB接続ã®å®šç¾©ãŒã•ã‚Œã¦ã„ã¾ã›ã‚“ 接続ã®è¨­å®šã¯ レイヤー管" "ç†' タブã§è¡Œã£ã¦ãã ã•ã„" ======= @@ -29579,6 +29663,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29640,6 +29725,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -30308,6 +30397,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30370,6 +30460,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -30542,6 +30637,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30582,6 +30678,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -30842,6 +30941,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30904,6 +31004,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -31188,6 +31293,7 @@ msgstr "ファイル" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31228,6 +31334,9 @@ msgstr "ファイル" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -31751,6 +31860,7 @@ msgid "Lat/long projections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32123,6 +32233,8 @@ msgid "Example" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -32484,6 +32596,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32546,6 +32659,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -32563,6 +32681,7 @@ msgid "&Clear" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32880,6 +32999,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/wrap.py:223 @@ -35188,6 +35309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35216,6 +35338,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "ロケーションå:" @@ -35239,6 +35363,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35267,6 +35392,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "編集範囲表示" ======= @@ -35285,6 +35412,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -35329,6 +35457,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "Do you really want to delete map <{m}> of type <{etype}> from mapset <{mapset}> in location <{loc}>?" @@ -35457,6 +35588,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35490,6 +35622,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36292,6 +36426,7 @@ msgstr "GRASS ロケーションを作æˆã—ã¾ã™ã‹ <%s>?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36343,6 +36478,10 @@ msgstr "GRASS ロケーションを作æˆã—ã¾ã™ã‹ <%s>?" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #~ msgid "Create new location?" #~ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" @@ -36372,6 +36511,7 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36397,6 +36537,8 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Show/hide scale bar" msgstr "スケールã¨æ–¹ä½ 表示/éžè¡¨ç¤º" @@ -36803,6 +36945,7 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36856,3 +36999,6 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ko.po b/locale/po/grasswxpy_ko.po index 6b4bd063724..0a3a959c222 100644 --- a/locale/po/grasswxpy_ko.po +++ b/locale/po/grasswxpy_ko.po @@ -2390,6 +2390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2434,6 +2435,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Create new mapset in current project" ======= ======= @@ -2451,6 +2454,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)) @@ -2520,6 +2524,11 @@ msgid "Create new mapset in current project" ======= >>>>>>> 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 msgid "Create new mapset in current location" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -2547,6 +2556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" msgstr "" @@ -2573,6 +2583,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:46 ======= ======= @@ -2586,6 +2598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/datacatalog/toolbars.py:46 @@ -2630,6 +2643,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Import raster data [r.import]" @@ -2659,6 +2674,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2684,6 +2700,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" msgstr "" @@ -2700,6 +2718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2738,6 +2757,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:52 msgid "Import vector data [v.import]" @@ -2759,6 +2780,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2787,6 +2809,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -2802,6 +2826,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -2863,6 +2888,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Select another import option" msgstr "" @@ -2926,6 +2953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2988,6 +3016,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -3352,6 +3385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3380,6 +3414,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3395,6 +3431,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3456,6 +3493,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -15870,6 +15909,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15932,6 +15972,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/mapdisp/statusbar.py:518 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/statusbar.py:516 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -19092,6 +19137,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19154,6 +19200,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/mapdisp/frame.py:163 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:178 ======= #: ../gui/wxpython/tplot/frame.py:848 @@ -19544,6 +19595,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19584,6 +19636,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to run command '%(command)s'. Details:\n" @@ -19669,6 +19724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19731,6 +19787,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/mapdisp/frame.py:1103 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:1136 ======= #: ../gui/wxpython/nviz/tools.py:2799 @@ -20788,6 +20849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20828,6 +20890,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -21960,6 +22025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21990,6 +22056,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:50 msgid "Multiple import" ======= @@ -22008,6 +22076,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22054,6 +22123,9 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -23375,6 +23447,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23456,6 +23529,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -23567,6 +23645,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23629,6 +23708,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23793,6 +23877,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23833,6 +23918,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24055,6 +24143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24123,6 +24212,11 @@ msgid "Histogram Tool" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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?" @@ -24446,6 +24540,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24488,6 +24583,9 @@ msgid "Histogram Tool" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24607,6 +24705,7 @@ msgid "Select pairs of raster maps for bivariate scatterplots:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24640,6 +24739,8 @@ msgid "Select pairs of raster maps for bivariate scatterplots:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24722,6 +24823,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24759,6 +24861,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:128 #, fuzzy msgid "Add multiple map layers" @@ -24781,6 +24885,7 @@ msgstr "다양한 중첩 추가" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24842,6 +24947,10 @@ msgstr "다양한 중첩 추가" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/frame.py:76 msgid "Supervised Classification Tool" msgstr "" @@ -25004,6 +25113,7 @@ msgid "Supervised Classification Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -25048,6 +25158,9 @@ msgid "Supervised Classification Tool - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/iclass/g.gui.iclass.py:121 @@ -25596,6 +25709,7 @@ msgid "Converts a vector map to VTK ASCII output." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25629,6 +25743,8 @@ msgid "Converts a vector map to VTK ASCII output." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25733,6 +25849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25814,6 +25931,11 @@ 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 #: ../gui/wxpython/lmgr/toolbars.py:158 msgid "Add web service map" @@ -26322,6 +26444,7 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26366,6 +26489,9 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1291 @@ -29001,6 +29127,7 @@ msgid "Plot temporal values." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29034,6 +29161,8 @@ msgid "Plot temporal values." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29066,6 +29195,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29114,6 +29244,8 @@ msgid "Launch Data Catalog." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:222 #, fuzzy msgid "New display" @@ -29134,6 +29266,7 @@ msgid "Launch Data Catalog." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -29176,6 +29309,9 @@ msgid "Launch Data Catalog." ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2007 @@ -29251,6 +29387,7 @@ msgid "Add data" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29284,6 +29421,8 @@ msgid "Add data" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29357,6 +29496,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29438,6 +29578,11 @@ 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 #: ../gui/wxpython/lmgr/pyshell.py:78 msgid "Simple &editor" @@ -29970,6 +30115,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30032,6 +30178,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -30056,6 +30207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30096,6 +30248,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -30820,6 +30975,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30882,6 +31038,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -31166,6 +31327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31206,6 +31368,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -31709,6 +31874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32063,6 +32229,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/preferences.py:1739 msgid "PROJ string (required):" @@ -32405,6 +32573,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32467,6 +32636,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -32486,6 +32660,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32840,6 +33015,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/dialogs.py:2111 msgid "Symbol name:" @@ -34243,6 +34420,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -34283,6 +34461,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "MASK" #~ msgstr "마스í¬" @@ -34306,6 +34486,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34331,6 +34512,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -34347,6 +34530,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34389,6 +34573,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to rename location: %s" @@ -34411,6 +34597,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34548,6 +34735,8 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format #~ msgid "Invalid map size %d,%d\n" #~ msgstr "무효한 ì§€ë„ í¬ê¸° %d,%d\n" @@ -34725,6 +34914,7 @@ msgstr "GRASS GIS 주ìƒë„ ë„구 (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34781,6 +34971,10 @@ msgstr "GRASS GIS 주ìƒë„ ë„구 (d.histogram)" >>>>>>> osgeo-main ======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + <<<<<<< HEAD >>>>>>> osgeo-main #~ msgid "" @@ -34861,6 +35055,7 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34886,6 +35081,8 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Raster Map Calculator" msgstr "GRASS GIS 래스터 ì§€ë„ ê³„ì‚°ê¸°" @@ -35003,6 +35200,7 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35041,3 +35239,5 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ml.po b/locale/po/grasswxpy_ml.po index a4c48c99b48..5f80962ef94 100644 --- a/locale/po/grasswxpy_ml.po +++ b/locale/po/grasswxpy_ml.po @@ -2383,6 +2383,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2427,6 +2428,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy msgid "Create new mapset in current project" msgstr "à´ªàµà´¤à´¿à´¯ മാപàµà´ªàµà´¸àµ†à´±àµà´±àµ ഉണàµà´Ÿà´¾à´•àµà´•àµà´•" @@ -2449,6 +2452,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)) @@ -2518,6 +2522,11 @@ msgid "Create new project (location) in current GRASS database" ======= >>>>>>> 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 msgid "Create new mapset in current location" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -2552,6 +2561,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" msgstr "" @@ -2595,6 +2605,8 @@ msgid "Import vector data [v.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 msgid "Import raster data [r.import]" msgstr "" @@ -2620,6 +2632,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" @@ -2653,6 +2666,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2668,6 +2683,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2696,6 +2712,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:52 @@ -2711,6 +2729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2761,6 +2780,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data [v.import]" msgstr "" @@ -2780,6 +2802,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2808,6 +2831,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:62 #: ../gui/wxpython/history/browser.py:389 ../gui/wxpython/gui_core/menu.py:204 ======= @@ -2822,6 +2847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2850,6 +2876,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)) @@ -2871,6 +2899,7 @@ msgid "Search" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2905,6 +2934,8 @@ msgid "Type to search database by map type or name. Use Python regular expressio >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:91 @@ -2966,6 +2997,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3028,6 +3060,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -3389,6 +3426,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3429,6 +3467,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -3614,6 +3655,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3676,6 +3718,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/history/tree.py:191 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:120 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -6034,6 +6081,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6096,6 +6144,11 @@ msgid "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +"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" @@ -6251,6 +6304,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6291,6 +6345,9 @@ msgid "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "Details: %(err)s" msgstr "" @@ -18361,6 +18418,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18423,6 +18481,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/core/render.py:1112 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1111 ======= #: ../gui/wxpython/lmgr/frame.py:1902 @@ -18455,6 +18518,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18495,6 +18559,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to zoom to raster map <%s>." msgstr "" @@ -19142,6 +19209,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19223,6 +19291,11 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -20481,6 +20554,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20562,6 +20636,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -21199,6 +21278,7 @@ msgstr "à´Žà´ªàµà´ªàµ†à´³à´¤àµà´¤àµ† വർകàµà´¸àµà´ªàµ‡à´¸àµ ശേഖ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21234,6 +21314,8 @@ msgid "Invalid mapset name" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:58 #, fuzzy msgid "New workspace" @@ -21254,6 +21336,7 @@ msgid "Invalid mapset name" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -21321,6 +21404,10 @@ msgstr "" ======= msgstr "" >>>>>>> osgeo-main +======= +======= +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:106 msgid "Invalid location name" @@ -21484,6 +21571,7 @@ msgid "Type %s to add raster or vector to the layer tree." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21509,6 +21597,8 @@ msgid "Type %s to add raster or vector to the layer tree." ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:131 #: ../gui/wxpython/image2target/ii2t_gis_set.py:469 #, python-format @@ -21530,6 +21620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21563,6 +21654,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" msgstr "" @@ -21918,6 +22011,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21958,6 +22052,8 @@ msgid "Attribute table <%s> not found. For creating the table switch to 'Manage >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:743 @@ -22149,6 +22245,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22211,6 +22308,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -22235,6 +22337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22275,6 +22378,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -23386,6 +23492,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23448,6 +23555,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -23469,6 +23581,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23550,6 +23663,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -23568,6 +23686,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23630,6 +23749,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -24291,6 +24415,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24331,6 +24456,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 f8e7bc3ea9a..52bea233172 100644 --- a/locale/po/grasswxpy_pl.po +++ b/locale/po/grasswxpy_pl.po @@ -1766,7 +1766,10 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1796,6 +1799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -1842,6 +1846,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/frame.py:1169 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -1862,6 +1868,7 @@ msgid "Data Catalog - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1908,6 +1915,9 @@ msgid "Data Catalog - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/iclass/frame.py:1175 @@ -2553,6 +2563,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 "" @@ -2596,6 +2607,8 @@ msgid "Allow edits outside of the current mapset" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:26 msgid "Restrict edits to the current mapset only" msgstr "" @@ -2620,6 +2633,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:31 msgid "Restrict edits to the current mapset only" @@ -2684,6 +2698,11 @@ msgid "Restrict edits to the current mapset only" #: ../gui/wxpython/datacatalog/toolbars.py:31 msgid "Restrict edits to the current mapset only" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/datacatalog/toolbars.py:31 +msgid "Restrict edits to the current mapset only" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:34 @@ -2698,6 +2717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2731,6 +2751,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Allow edits outside of the current mapset" msgstr "" @@ -2751,6 +2773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2795,6 +2818,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy msgid "Create new mapset in current project" msgstr "" @@ -2827,6 +2852,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2896,6 +2922,11 @@ 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 msgid "Create new mapset in current location" msgstr "" @@ -2922,6 +2953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" ======= @@ -2985,6 +3017,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]" ======= @@ -3002,6 +3040,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3087,6 +3126,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:52 @@ -3176,6 +3217,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3238,6 +3280,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -3602,6 +3649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3630,6 +3678,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3645,6 +3695,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3706,6 +3757,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -16485,6 +16538,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16661,6 +16715,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/nviztask.py:44 ../gui/wxpython/lmgr/frame.py:1431 #, python-format @@ -16791,6 +16847,7 @@ msgid "Animation Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -16809,6 +16866,8 @@ msgid "Animation Tool - GRASS GIS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/temporal_manager.py:110 @@ -16823,6 +16882,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)) ======= @@ -16853,6 +16913,8 @@ msgid "It is not allowed to display data with different temporal types (absolute >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16882,6 +16944,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16944,6 +17007,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/mapdisp/statusbar.py:518 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/statusbar.py:516 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -19771,6 +19839,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19852,6 +19921,11 @@ 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 #: ../gui/wxpython/mapdisp/toolbars.py:34 msgid "Select vector feature(s)" @@ -19991,6 +20065,7 @@ msgstr "Pokaż pasek stanu" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20053,6 +20128,11 @@ msgstr "Pokaż pasek stanu" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -21042,6 +21122,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21082,6 +21163,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to start wxGUI vector digitizer.\n" @@ -21100,6 +21184,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21128,6 +21213,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:379 msgid "Vector Digitizer Toolbar" msgstr "NarzÄ™dzia wektoryzacji" @@ -21145,6 +21232,7 @@ msgstr "NarzÄ™dzia wektoryzacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21173,6 +21261,8 @@ msgstr "NarzÄ™dzia wektoryzacji" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:394 msgid "Vector Digitizer Toolbar" msgstr "NarzÄ™dzia wektoryzacji" @@ -21633,6 +21723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21673,6 +21764,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to switch to 3D display mode.\n" @@ -22162,6 +22256,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22243,6 +22338,11 @@ 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -22622,6 +22722,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22703,6 +22804,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23762,6 +23868,7 @@ msgstr "UWAGA" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23843,6 +23950,11 @@ msgstr "UWAGA" ======= >>>>>>> 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 msgid "Setup for r.li modules" msgstr "" @@ -23935,6 +24047,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24026,6 +24139,8 @@ msgid "Unable to draw registered graphics. The graphics was unregistered." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -24327,6 +24442,7 @@ msgstr "UsuÅ„ warstwÄ™ mapy" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24389,6 +24505,11 @@ msgstr "UsuÅ„ warstwÄ™ mapy" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -25914,6 +26035,7 @@ msgid "Controls access to the current mapset for other users on the system. If n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28935,6 +29057,8 @@ msgid "Calculates univariate statistics from the non-null cells for each registe >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:232 @@ -32020,6 +32144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32101,6 +32226,11 @@ 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 #: ../gui/wxpython/lmgr/layertree.py:64 msgid "Add raster cell numbers" @@ -32267,6 +32397,7 @@ msgstr "Utwórz kopiÄ™ %s <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32329,6 +32460,11 @@ msgstr "Utwórz kopiÄ™ %s <%s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/lmgr/layertree.py:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1047 ======= #: ../gui/wxpython/startup/locdownload.py:563 @@ -32592,6 +32728,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32632,6 +32769,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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?" @@ -32654,6 +32794,7 @@ msgstr "Nie można otworzyć kopii <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32716,6 +32857,11 @@ msgstr "Nie można otworzyć kopii <%s>" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/lmgr/layertree.py:1105 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1067 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -32969,6 +33115,7 @@ msgstr "Mapa wektorowa <%s> zostaÅ‚a dodana" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33050,6 +33197,11 @@ msgstr "Mapa wektorowa <%s> zostaÅ‚a dodana" ======= >>>>>>> 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 msgid "" "Current workspace is not empty. Do you want to store current settings to " "workspace file?" @@ -33069,6 +33221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33106,6 +33259,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Aktualny plik projektu nie jest pusty. Czy chcesz zapisać aktualne " "ustawienia do pliku projektu?" ======= @@ -33122,6 +33277,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33183,6 +33339,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:76 msgid "Create new workspace?" @@ -33406,6 +33566,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33434,6 +33595,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -33448,6 +33611,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33476,6 +33640,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -33519,6 +33685,7 @@ msgstr "Zastosowanie instrukcji SELECT i ponowne wczytanie rekordów danych" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33559,6 +33726,9 @@ msgstr "Zastosowanie instrukcji SELECT i ponowne wczytanie rekordów danych" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "PrzykÅ‚ad: %s" @@ -34124,6 +34294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34186,6 +34357,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -34358,6 +34534,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34398,6 +34575,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -34658,6 +34838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34720,6 +34901,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -35004,6 +35190,7 @@ msgstr "Pliki" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35044,6 +35231,9 @@ msgstr "Pliki" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -35078,6 +35268,7 @@ msgstr "Odtwórz" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35140,6 +35331,11 @@ msgstr "Odtwórz" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -35159,6 +35355,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36759,6 +36956,8 @@ msgstr "Cofnij zmiany" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/simplelmgr.py:149 msgid "Copy map names to clipboard (bottom to top)" @@ -40209,6 +40408,7 @@ msgstr "etykiety:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40237,6 +40437,8 @@ msgstr "etykiety:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "Nazwa lokacji:" @@ -40260,6 +40462,7 @@ msgstr "etykiety:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40288,6 +40491,8 @@ msgstr "etykiety:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Pokaż bieżący region" ======= @@ -40306,6 +40511,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -40350,6 +40556,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "GRASS SVN revision" @@ -40458,6 +40667,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40491,6 +40701,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40565,6 +40777,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -40783,6 +40996,8 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Vector Toolbar" #~ msgstr "NarzÄ™dzia wektoryzacji" @@ -41259,6 +41474,7 @@ msgstr "Nazwa lokacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -41287,6 +41503,8 @@ msgstr "Nazwa lokacji" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Nie można utworzyć lokacji" ======= @@ -41301,6 +41519,7 @@ msgstr "Nazwa lokacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -41329,6 +41548,8 @@ msgstr "Nazwa lokacji" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -41353,6 +41574,7 @@ msgstr "Nie można utworzyć lokacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -41393,6 +41615,9 @@ msgstr "Nie można utworzyć lokacji" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -41428,6 +41653,7 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -41453,6 +41679,8 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Raster Map Calculator" msgstr "Kalkulator Map GRASS GIS" @@ -41651,6 +41879,7 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -41689,3 +41918,5 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_pt.po b/locale/po/grasswxpy_pt.po index a6def3f3af6..63fe95f373a 100644 --- a/locale/po/grasswxpy_pt.po +++ b/locale/po/grasswxpy_pt.po @@ -22073,6 +22073,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22154,6 +22155,11 @@ 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 msgid "3D Raster Map Calculator" msgstr "" @@ -23165,6 +23171,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23246,6 +23253,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -23337,6 +23349,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23399,6 +23412,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -23435,6 +23453,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23516,6 +23535,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -23533,6 +23557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23595,6 +23620,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23788,6 +23818,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23828,6 +23859,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24052,6 +24086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -24091,6 +24126,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:99 msgid "Please provide a group name to process" msgstr "" @@ -24409,6 +24446,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -24473,6 +24511,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -27306,6 +27349,7 @@ msgid "Topology maintenance" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27339,6 +27383,8 @@ msgid "Topology maintenance" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27522,6 +27568,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27547,6 +27594,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 "" @@ -29241,6 +29290,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29274,6 +29324,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -29811,6 +29863,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29873,6 +29926,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -29897,6 +29955,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29937,6 +29996,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -31152,6 +31214,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31818,6 +31881,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1756 @@ -34819,6 +34884,7 @@ msgstr "Gestor das tabelas de atributos do GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34882,6 +34948,11 @@ msgstr "Gestor das tabelas de atributos do GRASS GIS" #~ msgstr "Não é possível criar a location" ======= >>>>>>> osgeo-main +======= +#~ 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" @@ -34900,6 +34971,7 @@ msgstr "Pretende criar uma GRASS location <%s>?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34925,6 +34997,8 @@ msgstr "Pretende criar uma GRASS location <%s>?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #, fuzzy msgid "Name for the output raster map:" msgstr "Nombre para el nuevo mapa vectorial:" @@ -35264,6 +35338,7 @@ msgstr "Pretende criar uma GRASS location <%s>?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35300,6 +35375,8 @@ msgstr "Criar nova location?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgid "Create new location?" msgstr "Criar nova location?" @@ -35312,6 +35389,7 @@ msgstr "Criar nova location?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= msgid "Create new location?" @@ -35346,3 +35424,5 @@ msgstr "Criar nova location?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_pt_BR.po b/locale/po/grasswxpy_pt_BR.po index a68f6cd2ca7..362d6f2bc87 100644 --- a/locale/po/grasswxpy_pt_BR.po +++ b/locale/po/grasswxpy_pt_BR.po @@ -391,6 +391,7 @@ msgstr "Exibição de Mapa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -431,6 +432,9 @@ msgstr "Exibição de Mapa" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -455,6 +459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -504,6 +509,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -543,6 +551,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -579,6 +588,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Falha ao executar o comando '%(command)s'. Detalhes:\n" "%(error)s" @@ -611,6 +622,7 @@ msgstr "centro" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -670,6 +682,10 @@ msgstr "centro" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Não foi possível iniciar o digitalizador vetorial wxGUI.\n" "Detalhes: %s" @@ -690,6 +706,7 @@ msgstr "Barra de ferramentas do Digitalizador Vetorial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -778,6 +795,11 @@ msgstr "Barra de ferramentas do Digitalizador Vetorial" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -807,6 +829,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -838,6 +861,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Define o visualizador diretamente sobre a posição central da cena. Esta " "visualização top orienta aproximadamente norte ao sul." ======= @@ -855,6 +880,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -902,6 +928,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -922,6 +950,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1003,6 +1032,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -1020,6 +1054,7 @@ msgstr "redefinir" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1082,6 +1117,11 @@ msgstr "redefinir" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -1101,6 +1141,7 @@ msgstr "Por favor aguarde, carregando dados..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3861,6 +3902,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..." @@ -5304,6 +5347,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy msgid "Animation Tool - GRASS GIS" @@ -5330,6 +5374,8 @@ msgstr "Barra de Ferramentas de Animação" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/temporal_manager.py:110 msgid "It is not allowed to display data with different temporal types (absolute and relative)." @@ -5546,6 +5592,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -5576,6 +5625,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -5639,6 +5689,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:581 msgid "End region:" @@ -5986,6 +6038,7 @@ msgstr "Cor de fundo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6048,6 +6101,11 @@ msgstr "Cor de fundo:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/nviz/tools.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:494 ======= #: ../gui/wxpython/animation/dialogs.py:1990 @@ -6104,6 +6162,7 @@ msgstr "Inválido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Animation Tool" msgstr "" ======= @@ -6167,6 +6226,10 @@ msgstr "" msgid "Animation Tool" msgstr "" >>>>>>> osgeo-main +======= +msgid "Animation Tool" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/animation/frame.py:157 ../gui/wxpython/mapswipe/frame.py:290 msgid "Main Toolbar" @@ -6359,6 +6422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6399,6 +6463,9 @@ msgstr "" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -6418,6 +6485,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6455,6 +6523,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -6471,6 +6541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6532,6 +6603,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -6551,6 +6626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -6632,6 +6708,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -6718,6 +6799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6755,6 +6837,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Os nomes dos arquivos gerados serão semelhantes a este: prefixo_1.ppm, " "prefixo_2.ppm,..." @@ -6774,6 +6858,7 @@ msgstr "Formato do arquivo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6835,6 +6920,10 @@ msgstr "Formato do arquivo:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -6851,6 +6940,7 @@ msgstr "Formato do arquivo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6901,6 +6991,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." @@ -6917,6 +7009,7 @@ msgstr "Um gráfico de dispersão com a mesma combinação de bandas (independen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -6959,6 +7052,8 @@ msgstr "Um gráfico de dispersão com a mesma combinação de bandas (independen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:758 ../gui/wxpython/nviz/tools.py:2417 #: ../gui/wxpython/nviz/preferences.py:438 @@ -6981,6 +7076,7 @@ msgstr "Superfície constante" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7043,6 +7139,11 @@ msgstr "Superfície constante" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -7374,6 +7475,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Timeline Tool - GRASS GIS" msgstr "" ======= @@ -7437,6 +7539,10 @@ msgstr "" msgid "Timeline Tool - GRASS GIS" msgstr "" >>>>>>> osgeo-main +======= +msgid "Timeline Tool - GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/timeline/frame.py:38 #, python-brace-format @@ -7456,6 +7562,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Timeline Tool" msgstr "" ======= @@ -7519,6 +7626,10 @@ msgstr "" msgid "Timeline Tool" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -9683,6 +9794,7 @@ msgstr "Sim" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Graphical Modeler - GRASS GIS" msgstr "" ======= @@ -9746,6 +9858,10 @@ msgstr "" msgid "Graphical Modeler - GRASS GIS" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -10195,6 +10311,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Create a generic cartesian coordinate system (XY)" msgstr "" ======= @@ -10258,6 +10375,10 @@ msgstr "" msgid "Create a generic cartesian coordinate system (XY)" msgstr "" >>>>>>> osgeo-main +======= +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 @@ -10287,6 +10408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Additional methods:" msgstr "" ======= @@ -10350,6 +10472,10 @@ msgstr "" msgid "Additional methods:" msgstr "" >>>>>>> osgeo-main +======= +msgid "Additional methods:" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:500 #: ../gui/wxpython/location_wizard/wizard.py:1018 @@ -10454,6 +10580,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Select CRS from a list" msgstr "" ======= @@ -10517,6 +10644,10 @@ msgstr "" msgid "Select CRS from a list" msgstr "" >>>>>>> osgeo-main +======= +msgid "Select CRS from a list" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1514 msgid "Filter by EPSG code or description:" @@ -10535,6 +10666,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Find more information at:" msgstr "" ======= @@ -10598,6 +10730,10 @@ msgstr "" msgid "Find more information at:" msgstr "" >>>>>>> osgeo-main +======= +msgid "Find more information at:" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1531 #: ../gui/wxpython/location_wizard/wizard.py:1744 @@ -10619,6 +10755,7 @@ msgstr "Parâmetros" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -10700,6 +10837,11 @@ msgstr "Parâmetros" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -10852,6 +10994,7 @@ msgstr "Código IAU ausente." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10888,6 +11031,8 @@ msgstr "Código IAU ausente." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/datacatalog/infomanager.py:96 @@ -11594,6 +11739,7 @@ msgstr "Arquivo <%s> não encontrado." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -11624,6 +11770,8 @@ msgstr "Arquivo <%s> não encontrado." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/history/tree.py:191 @@ -11649,6 +11797,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11711,6 +11860,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/history/tree.py:491 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:195 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) #, fuzzy @@ -11753,6 +11907,7 @@ msgstr "&Definir região" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/dialogs.py:140 ======= @@ -11791,6 +11946,8 @@ msgstr "&Definir região" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/history/browser.py:40 @@ -12195,6 +12352,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12276,6 +12434,8 @@ msgstr "Clique aqui para ocultar as configurações 3D" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Não foi possível renomear o mapset.\n" "\n" "%s" @@ -12291,6 +12451,7 @@ msgstr "Clique aqui para ocultar as configurações 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12317,6 +12478,8 @@ 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)) @@ -12327,6 +12490,7 @@ msgstr "Clique aqui para ocultar as configurações 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12348,6 +12512,8 @@ msgstr "Clique aqui para ocultar as configurações 3D" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Invalid location selected." msgstr "Location inválida selecionada." @@ -12373,6 +12539,7 @@ msgstr "Clique aqui para ocultar as configurações 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12406,6 +12573,8 @@ msgstr "Clique aqui para ocultar as configurações 3D" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) @@ -12606,6 +12775,7 @@ msgstr "Linhas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -12687,6 +12857,11 @@ msgstr "Linhas: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:662 @@ -12707,6 +12882,7 @@ msgstr "Linhas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12747,6 +12923,9 @@ msgstr "Linhas: %d" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -12771,6 +12950,7 @@ msgstr "Colunas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -12852,6 +13032,11 @@ msgstr "Colunas: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:693 @@ -12886,6 +13071,7 @@ msgstr "Células: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -12967,6 +13153,11 @@ msgstr "Células: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -12995,6 +13186,7 @@ msgstr "Profundidade: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -13025,6 +13217,8 @@ msgstr "Profundidade: %d" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/startup/guiutils.py:711 @@ -13063,6 +13257,7 @@ msgstr "Profundidade: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13096,6 +13291,8 @@ msgstr "Profundidade: %d" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Current mapset is <%s>." msgstr "Mapset atual é <%s>." @@ -13270,6 +13467,7 @@ msgstr "Gerenciar Pontos de Controle no Solo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13331,6 +13529,10 @@ msgstr "Gerenciar Pontos de Controle no Solo" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "3D Cells: %d" msgstr "Células 3D: %d" @@ -13463,6 +13665,7 @@ msgstr "A gravação do arquivo POINTS falhou" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13503,6 +13706,9 @@ msgstr "A gravação do arquivo POINTS falhou" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -13599,6 +13805,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Pontos insuficientes definidos e ativos (marcados) para o método de retificação selecionado (ordem: %d).\n" ======= <<<<<<< HEAD @@ -13637,6 +13844,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Pontos insuficientes definidos e ativos (marcados) para o método de " "retificação selecionado (ordem: %d).\n" ======= @@ -13654,6 +13863,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)) @@ -13727,6 +13937,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)) >>>>>>> osgeo-main +======= +======= +"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." @@ -13754,6 +13969,7 @@ msgstr "Retificando imagens, por favor aguarde..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13782,6 +13998,8 @@ msgstr "Retificando imagens, por favor aguarde..." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1895 #: ../gui/wxpython/image2target/ii2t_manager.py:1836 ======= @@ -13796,6 +14014,7 @@ msgstr "Retificando imagens, por favor aguarde..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -13824,6 +14043,8 @@ msgstr "Retificando imagens, por favor aguarde..." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1894 #: ../gui/wxpython/image2target/ii2t_manager.py:1822 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) @@ -13849,6 +14070,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)) @@ -13930,6 +14152,11 @@ msgstr "Gravando imagem de saída para o grupo, por favor, aguarde..." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -14012,6 +14239,7 @@ msgstr "uso" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14040,6 +14268,8 @@ msgstr "uso" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -14055,6 +14285,7 @@ msgstr "uso" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14083,6 +14314,8 @@ msgstr "uso" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -14123,6 +14356,7 @@ msgstr "origem X" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14184,6 +14418,8 @@ msgstr "destino Y" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/ip2i_manager.py:1527 #: ../gui/wxpython/photo2image/ip2i_manager.py:1545 @@ -14211,6 +14447,7 @@ msgstr "destino Y" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -14253,6 +14490,8 @@ msgstr "destino Y" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2478 ../gui/wxpython/gcp/manager.py:2497 #: ../gui/wxpython/image2target/ii2t_manager.py:2418 @@ -14288,6 +14527,7 @@ msgstr "Valor de coordenada inválido. Operação cancelada." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14316,6 +14556,8 @@ msgstr "Valor de coordenada inválido. Operação cancelada." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2690 #: ../gui/wxpython/image2target/ii2t_manager.py:2636 ======= @@ -14330,6 +14572,7 @@ msgstr "Valor de coordenada inválido. Operação cancelada." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14358,6 +14601,8 @@ msgstr "Valor de coordenada inválido. Operação cancelada." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2686 #: ../gui/wxpython/image2target/ii2t_manager.py:2619 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) @@ -14383,6 +14628,7 @@ msgstr "Selecione o(s) mapa(s) vetorial(is) para adicionar ao grupo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14457,6 +14703,8 @@ msgstr "destino Y:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Edit GCP" msgstr "Edite GCP" @@ -14493,6 +14741,7 @@ msgstr "destino Y:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -14535,6 +14784,8 @@ msgstr "destino Y:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2831 #: ../gui/wxpython/image2target/ii2t_manager.py:2772 @@ -14643,6 +14894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14671,6 +14923,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3048 #: ../gui/wxpython/image2target/ii2t_manager.py:2996 #: ../gui/wxpython/photo2image/ip2i_manager.py:2118 @@ -14686,6 +14940,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14714,6 +14969,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3043 #: ../gui/wxpython/image2target/ii2t_manager.py:2978 #: ../gui/wxpython/photo2image/ip2i_manager.py:2112 @@ -14773,6 +15030,7 @@ msgstr "Cor para o GCP selecionado:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14831,6 +15089,8 @@ msgstr "Cor para o GCP selecionado:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/ip2i_manager.py:2011 #: ../gui/wxpython/gcp/manager.py:2924 @@ -14893,6 +15153,7 @@ msgstr "Retificação" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -15046,6 +15307,11 @@ msgstr "Retificação" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/gcp/manager.py:3100 @@ -15145,6 +15411,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15207,6 +15474,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -15233,6 +15505,7 @@ msgstr "Extensão para mapas de saída:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -15314,6 +15587,11 @@ msgstr "Extensão para mapas de saída:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -15471,6 +15749,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" ======= @@ -15508,6 +15787,8 @@ msgid "Temporal Plot Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/statusbar.py:36 #: ../gui/wxpython/image2target/ii2t_statusbar.py:36 #: ../gui/wxpython/photo2image/ip2i_statusbar.py:36 @@ -15521,6 +15802,7 @@ msgid "Temporal Plot Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15559,6 +15841,8 @@ msgid "Temporal Plot Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/statusbar.py:37 #: ../gui/wxpython/image2target/ii2t_statusbar.py:37 #: ../gui/wxpython/photo2image/ip2i_statusbar.py:37 @@ -15581,6 +15865,7 @@ msgid "Temporal Plot Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/tplot/frame.py:98 msgid "Temporal Plot Tool" @@ -15643,6 +15928,11 @@ msgid "Temporal Plot Tool" #: ../gui/wxpython/tplot/frame.py:98 msgid "Temporal Plot Tool" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/tplot/frame.py:98 +msgid "Temporal Plot Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/tplot/frame.py:184 @@ -15660,6 +15950,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15713,6 +16004,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16246,6 +16539,7 @@ msgstr "Problema ao obter dados do conjunto de dados temporais vetoriais. Lista <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16387,6 +16681,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." @@ -16469,6 +16765,7 @@ msgstr "Este módulo requer o módulo NumPy, que não pôde ser importado. Prova <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16502,6 +16799,8 @@ msgstr "Este módulo requer o módulo NumPy, que não pôde ser importado. Prova >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/location_wizard/wizard.py:2722 @@ -16534,6 +16833,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16566,6 +16866,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:40 msgid "Set default region extent and resolution" @@ -16615,6 +16917,7 @@ msgstr "Mapa vetorial <%s> não encontrado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -16696,6 +16999,11 @@ msgstr "Mapa vetorial <%s> não encontrado" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -16729,6 +17037,7 @@ msgstr "Mapa raster 3d <%s> não encontrado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16951,6 +17260,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" @@ -17139,6 +17450,7 @@ msgstr "A imagem é muito grande, sua implementação OpenGL suporta o tamanho m <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -17181,6 +17493,8 @@ msgstr "A imagem é muito grande, sua implementação OpenGL suporta o tamanho m >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:251 #: ../gui/wxpython/location_wizard/dialogs.py:598 @@ -17226,6 +17540,7 @@ msgstr "Leste" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17288,6 +17603,11 @@ msgstr "Leste" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -17535,6 +17855,7 @@ msgstr "Não é possível descarregar o mapa raster" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17571,6 +17892,8 @@ msgstr "Não é possível descarregar o mapa raster" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/preferences.py:695 @@ -18050,6 +18373,7 @@ msgstr "Incapaz de descarregar o mapa raster 3d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18077,6 +18401,8 @@ msgstr "Incapaz de descarregar o mapa raster 3d" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/mapwindow.py:1696 msgid "3d raster map" @@ -18124,6 +18450,7 @@ msgstr "Não é possível definir as propriedades da camada de dados (id = %d)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18195,6 +18522,8 @@ msgstr "Não é possível definir as propriedades da camada de dados (id = %d)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/toolbars.py:76 @@ -18430,6 +18759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Falha ao definir as propriedades da camada de dados.\n" ======= <<<<<<< HEAD @@ -18468,6 +18798,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "O modelo não é válido. Quer rodar assim mesmo?\n" ======= "Falha ao definir as propriedades da camada de dados.\n" @@ -18484,6 +18816,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Falha ao definir as propriedades da camada de dados.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18557,6 +18890,11 @@ msgstr "" "Falha ao definir as propriedades da camada de dados.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +"Falha ao definir as propriedades da camada de dados.\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "%s" @@ -18576,6 +18914,7 @@ msgstr "Rodar modelo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18638,6 +18977,11 @@ msgstr "Rodar modelo?" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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:" @@ -19285,6 +19629,7 @@ msgstr "Nenhuma" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -19366,6 +19711,11 @@ msgstr "Nenhuma" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -19537,6 +19887,7 @@ msgstr "Editar ponto" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main msgid "Vector Network Analysis Tool" @@ -19584,6 +19935,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #, fuzzy msgid "{} script contains local modifications" @@ -19600,6 +19953,7 @@ msgstr "O script Python contém modificações locais" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19625,6 +19979,8 @@ msgstr "O script Python contém modificações locais" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Vector Network Analysis Tool" msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19640,6 +19996,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19665,6 +20022,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Vector Network Analysis Tool" msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19680,6 +20039,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19724,6 +20084,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/gmodeler/frame.py:260 ../gui/wxpython/gmodeler/frame.py:2239 @@ -19837,6 +20199,7 @@ msgstr "Estilo da tabela de cores:%s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -19918,6 +20281,11 @@ msgstr "Estilo da tabela de cores:%s" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -19934,6 +20302,7 @@ msgstr "Estilo da tabela de cores:%s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19969,6 +20338,8 @@ msgstr "Inverter cores %s:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "%(min)d min %(sec)d sec" msgstr "%(min)d minutos %(sec)d segundos" @@ -19998,6 +20369,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20026,6 +20398,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:364 msgid "Quit Graphical Modeler" @@ -20213,6 +20587,7 @@ msgstr "Inverter cores %s:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -20243,6 +20618,8 @@ msgstr "Inverter cores %s:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/frame.py:1786 @@ -20266,6 +20643,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20320,6 +20698,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:1791 #: ../gui/wxpython/gmodeler/frame.py:1853 @@ -20360,6 +20742,7 @@ msgstr "Cor para ponto de Início/De/Origem/Usado:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20410,6 +20793,9 @@ msgstr "Cor para ponto de Início/De/Origem/Usado:" ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:1807 msgid "string" @@ -20493,6 +20879,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20547,6 +20934,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/gmodeler/frame.py:2056 @@ -20571,6 +20962,7 @@ msgstr "Cor para o ponto selecionado:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20607,6 +20999,8 @@ msgstr "Cor para o ponto selecionado:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/frame.py:2078 @@ -20633,6 +21027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -20661,6 +21056,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:2114 msgid "Update" @@ -20708,6 +21105,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20762,6 +21160,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:3 ../gui/wxpython/menustrings.py:2055 #: ../gui/wxpython/menustrings.py:2105 @@ -21040,6 +21442,7 @@ msgstr "Número máximo de resultados no histórico:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21090,6 +21493,9 @@ msgstr "Número máximo de resultados no histórico:" ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:63 ../gui/wxpython/menustrings.py:1101 msgid "WMS/WMTS import" @@ -21106,6 +21512,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21160,6 +21567,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/menustrings.py:64 ../gui/wxpython/menustrings.py:1102 @@ -21186,6 +21597,7 @@ msgstr "Salvar o resultado da análise" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21222,6 +21634,8 @@ msgstr "Salvar o resultado da análise" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/menustrings.py:65 ../gui/wxpython/menustrings.py:1105 @@ -30036,6 +30450,7 @@ msgstr "O mapa vetorial '%s' não existe." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30073,6 +30488,8 @@ msgstr "O mapa vetorial '%s' não existe." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:166 msgid "Vector map was not chosen." @@ -30095,6 +30512,7 @@ msgstr "O mapa vetorial não foi escolhido." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30156,6 +30574,10 @@ msgstr "O mapa vetorial não foi escolhido." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:172 msgid "Vector map was not chosen." @@ -30174,6 +30596,7 @@ msgstr "O mapa vetorial não foi escolhido." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30214,6 +30637,9 @@ msgstr "O mapa vetorial não foi escolhido." ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "arc layer" msgstr "camada de arco" @@ -30248,6 +30674,7 @@ msgstr "%s '%s' escolhido não existe no mapa vetorial '%s'.\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30285,6 +30712,8 @@ msgstr "%s '%s' escolhido não existe no mapa vetorial '%s'.\n" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:188 #, python-format @@ -30317,6 +30746,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30378,6 +30808,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:195 #, python-format @@ -30406,6 +30840,7 @@ msgstr "tipo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30446,6 +30881,9 @@ msgstr "tipo" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "topology" msgstr "topologia" @@ -30571,6 +31009,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 @@ -30609,6 +31048,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "O mapa temporário '%s' com o resultado foi alterado fora da ferramenta de " "análise de rede vetorial.\n" ======= @@ -30626,6 +31067,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)) @@ -30699,6 +31141,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)) >>>>>>> osgeo-main +======= +======= +"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 @@ -30761,6 +31208,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 @@ -30799,6 +31247,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "O mapa de entrada '%s' para análise foi alterado fora da ferramenta de " "análise de rede vetorial.\n" ======= @@ -30816,6 +31266,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)) @@ -30889,6 +31340,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)) >>>>>>> osgeo-main +======= +======= +"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 @@ -30942,6 +31398,7 @@ msgstr "Substituir mapa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -30981,6 +31438,8 @@ msgstr "Substituir mapa" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/toolbars.py:50 msgid "Insert points from Map Display" @@ -31019,6 +31478,7 @@ msgid "Raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31100,6 +31560,11 @@ msgid "Raster map <{}> not found in current mapset." ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/vnet/toolbars.py:59 @@ -31326,6 +31791,7 @@ msgstr "Digitalizar área" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31362,6 +31828,8 @@ msgstr "Digitalizar área" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/rdigit/controller.py:122 @@ -31419,6 +31887,7 @@ msgstr "Digitalizar área" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31451,6 +31920,8 @@ msgstr "Digitalizar área" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:29 msgid "Digitize line" @@ -31470,6 +31941,7 @@ msgstr "Digitalizar linha" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31507,6 +31979,8 @@ msgstr "Digitalizar linha" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:30 msgid "Digitize point" @@ -31534,6 +32008,7 @@ msgstr "Desfazer" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31595,6 +32070,10 @@ msgstr "Desfazer" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:31 msgid "Digitize point" @@ -31656,6 +32135,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)) @@ -31737,6 +32217,11 @@ msgstr "Largura da linha atualmente digitalizada ou diâmetro de um ponto digita ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -31939,6 +32424,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS" msgstr "" ======= @@ -32002,6 +32488,10 @@ msgstr "" msgid "GRASS GIS" msgstr "" >>>>>>> osgeo-main +======= +msgid "GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:129 msgid "There were some issues when loading menu or Modules tab:" @@ -32040,6 +32530,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Rename current Map Display" msgstr "" ======= @@ -32103,6 +32594,10 @@ msgstr "" msgid "Rename current Map Display" msgstr "" >>>>>>> osgeo-main +======= +msgid "Rename current Map Display" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:362 #: ../gui/wxpython/gui_core/preferences.py:322 @@ -32620,6 +33115,7 @@ msgstr "Não foi possível configurar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32682,6 +33178,11 @@ msgstr "Não foi possível configurar" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -32710,6 +33211,7 @@ msgstr "Adicionar camadas selecionadas na árvore de camadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32750,6 +33252,9 @@ msgstr "Adicionar camadas selecionadas na árvore de camadas" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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'" @@ -32831,6 +33336,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32893,6 +33399,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/core/render.py:1112 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1111 ======= #: ../gui/wxpython/lmgr/frame.py:2481 @@ -33117,6 +33628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33157,6 +33669,9 @@ msgstr "" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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>." @@ -33488,6 +34003,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33550,6 +34066,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/mapdisp/frame.py:163 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:178 ======= #: ../gui/wxpython/mapswipe/toolbars.py:29 @@ -33650,6 +34171,7 @@ msgstr "Deslizar a Tela" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33690,6 +34212,9 @@ msgstr "Deslizar a Tela" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to run command '%(command)s'. Details:\n" @@ -34216,6 +34741,7 @@ msgstr "Reprojetar camadas selecionadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34297,6 +34823,11 @@ msgstr "Reprojetar camadas selecionadas" ======= >>>>>>> 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -34421,6 +34952,7 @@ msgstr "aparar linhas/fronteiras" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -34489,6 +35021,11 @@ msgstr "aparar linhas/fronteiras" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -34836,6 +35373,7 @@ msgstr "Mapeamento temático para mapa vetorial em visualização 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD @@ -34923,6 +35461,11 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD >>>>>>> osgeo-main +======= +msgid "3D Raster Map Calculator" +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) msgstr "Calculadora de mapa raster" ======= @@ -34940,6 +35483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -35013,6 +35557,11 @@ msgstr "" msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +msgstr "" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -35692,6 +36241,7 @@ msgstr "Nome para o novo arquivo de configuração a ser criado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -35774,6 +36324,11 @@ msgstr "Nome para o novo arquivo de configuração a ser criado" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:519 msgid "Raster map to use to select areas" @@ -35793,6 +36348,7 @@ msgstr "Mapa raster a ser usado para selecionar áreas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -35874,6 +36430,11 @@ msgstr "Mapa raster a ser usado para selecionar áreas" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -35937,6 +36498,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 @@ -35975,6 +36537,8 @@ msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro veto >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "O vetor %s não tem uma tabela conectada, por favor selecione outro vetor" ======= @@ -35992,6 +36556,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)) @@ -36065,6 +36630,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)) >>>>>>> osgeo-main +======= +======= +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" @@ -36158,6 +36728,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 @@ -36196,6 +36767,8 @@ msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" "Você deseja substituir os mapas temporais existentes, se eles existirem?" ======= @@ -36213,6 +36786,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)) @@ -36286,6 +36860,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)) >>>>>>> osgeo-main +======= +======= +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?" @@ -36320,6 +36899,7 @@ msgstr "Analisando vetor" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -36402,6 +36982,11 @@ msgstr "Analisando vetor" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1080 msgid "All feature are been analyzed." @@ -36444,6 +37029,7 @@ msgstr "Desenhe a região de amostragem" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -36525,6 +37111,11 @@ msgstr "Desenhe a região de amostragem" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -36622,6 +37213,7 @@ msgid "Systematic contiguos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -36703,6 +37295,11 @@ msgid "Systematic contiguos" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -36730,6 +37327,7 @@ msgid "Systematic non contiguos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -36811,6 +37409,11 @@ msgid "Systematic non contiguos" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -36835,6 +37438,7 @@ msgstr "Qual número de unidades de amostragem usar?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -36917,6 +37521,11 @@ msgstr "Qual número de unidades de amostragem usar?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1322 msgid "Insert number of row strates" @@ -36952,6 +37561,7 @@ msgstr "Definir janelas móveis" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -37033,6 +37643,11 @@ msgstr "Definir janelas móveis" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -37071,6 +37686,7 @@ msgstr "Desenhar unidades de amostragem" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37104,6 +37720,8 @@ msgstr "Desenhar unidades de amostragem" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1624 msgid "Number of sampling area to draw:" @@ -37130,6 +37748,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37155,6 +37774,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/rlisetup/wizard.py:1469 msgid "Number of sampling area to draw:" @@ -37172,6 +37793,7 @@ msgstr "Número da área de amostragem a ser desenhada:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37225,6 +37847,9 @@ msgstr "Número da área de amostragem a ser desenhada:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1566 msgid "Draw Sampling " @@ -37263,6 +37888,7 @@ msgstr "Selecione a área de amostra" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -37344,6 +37970,11 @@ msgstr "Selecione a área de amostra" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -37373,6 +38004,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)) @@ -37454,6 +38086,11 @@ msgstr "O mapa raster <%s> já existe. Remova ou renomeie os mapas com o prefixo ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -37621,6 +38258,7 @@ msgstr "ATENÇÃO: " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37702,6 +38340,11 @@ msgstr "ATENÇÃO: " ======= >>>>>>> 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 msgid "Setup for r.li modules" msgstr "" @@ -37779,6 +38422,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)) @@ -37860,6 +38504,11 @@ msgstr "Defina o novo nome para o arquivo de configuração %s \" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -37879,6 +38528,7 @@ msgstr "Renomear arquivo de configuração" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37916,6 +38566,8 @@ msgstr "Renomear arquivo de configuração" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:125 ../gui/wxpython/lmgr/frame.py:109 msgid "GRASS GIS" @@ -37946,6 +38598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38008,6 +38661,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -38106,6 +38764,7 @@ msgstr "Ãrea: {area} {unit}\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38142,6 +38801,8 @@ msgstr "Ãrea: {area} {unit}\n" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/main_window/frame.py:526 @@ -38162,6 +38823,7 @@ msgstr "Fechar Exibição do Mapa {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38211,6 +38873,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapwin/decorations.py:183 #: ../gui/wxpython/mapwin/decorations.py:297 @@ -38248,6 +38912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38310,6 +38975,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -38333,6 +39003,7 @@ msgstr "Remover texto" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -38414,6 +39085,11 @@ msgstr "Remover texto" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -38432,6 +39108,7 @@ msgstr "Deslizar a Tela" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38460,6 +39137,8 @@ msgstr "Deslizar a Tela" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -38477,6 +39156,7 @@ msgstr "Escolha o modelo para rodar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38505,6 +39185,8 @@ msgstr "Escolha o modelo para rodar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -38706,6 +39388,7 @@ msgstr "Substituir arquivo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38746,6 +39429,9 @@ msgstr "Substituir arquivo?" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -38976,6 +39662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39038,6 +39725,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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?" @@ -39142,6 +39834,7 @@ msgstr "Nenhum arquivo gerado." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39166,6 +39859,8 @@ msgstr "Nenhum arquivo gerado." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/profile.py:416 msgid "Statistics for Profile(s)" @@ -39177,6 +39872,7 @@ msgstr "Estatísticas para Perfil(is)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 033a57360f (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD @@ -39257,6 +39953,10 @@ msgstr "Estatísticas para Perfil(is)" >>>>>>> osgeo-main ======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + <<<<<<< HEAD >>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:55 @@ -39305,6 +40005,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39351,6 +40052,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:72 msgid "Add grid layer" @@ -39910,6 +40614,7 @@ msgstr "Configurações de plotagem salvas no arquivo '%s'." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39946,6 +40651,8 @@ msgstr "Configurações de plotagem salvas no arquivo '%s'." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/lmgr/toolbars.py:93 @@ -39986,6 +40693,7 @@ msgstr "Gerente de classe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -40022,6 +40730,8 @@ msgstr "Gerente de classe" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/lmgr/toolbars.py:107 @@ -44286,6 +44996,7 @@ msgstr "Gerenciador de tabela de atributos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main msgid "Launch Data Catalog." @@ -44333,6 +45044,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #, fuzzy msgid "Delete map layer" @@ -44353,6 +45066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44378,6 +45092,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Launch Data Catalog." msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -44393,6 +45109,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -44431,6 +45148,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:203 msgid "Start new map display" @@ -44461,6 +45180,7 @@ msgid "Interactive editing and digitization of vector maps." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44542,6 +45262,11 @@ msgid "Interactive editing and digitization of vector maps." ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/lmgr/toolbars.py:215 ../gui/wxpython/lmgr/pyshell.py:80 @@ -44914,6 +45639,7 @@ msgstr "A location chamada <%s> já existe, download cancelado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44950,6 +45676,8 @@ msgstr "A location chamada <%s> já existe, download cancelado" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/lmgr/pyshell.py:50 @@ -45008,6 +45736,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -45040,6 +45769,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Download failed: %s" msgstr "Falha no download: %s" @@ -45065,6 +45796,7 @@ msgstr "A location chamada <%s> já existe, renomeie primeiro" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Location Download" msgstr "" ======= @@ -45128,6 +45860,10 @@ msgstr "" msgid "Location Download" msgstr "" >>>>>>> osgeo-main +======= +msgid "Location Download" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:611 msgid "Do you want to cancel location download?" @@ -45150,6 +45886,7 @@ msgstr "Abortar download" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Invalid mapset name" msgstr "" ======= @@ -45213,6 +45950,10 @@ msgstr "" msgid "Invalid mapset name" msgstr "" >>>>>>> osgeo-main +======= +msgid "Invalid mapset name" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:106 msgid "Invalid location name" @@ -45241,6 +45982,7 @@ msgstr "Nome para o novo mapset:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to create new mapset: {}" msgstr "" ======= @@ -45304,6 +46046,10 @@ msgstr "" msgid "Unable to create new mapset: {}" msgstr "" >>>>>>> osgeo-main +======= +msgid "Unable to create new mapset: {}" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:212 #, fuzzy @@ -45329,6 +46075,7 @@ msgstr "Importar dados?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45379,6 +46126,9 @@ msgstr "Importar dados?" ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:72 msgid "" @@ -45649,6 +46399,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "A importação de <%(name)s> falhou.\n" "Razão:%(msg)s" ======= @@ -45688,6 +46439,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Leitura do arquivo de área de trabalho <%s> falhou.\n" "Arquivo inválido, não consegui verificar documento XML." ======= @@ -45706,6 +46459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45731,6 +46485,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= "A importação de <%(name)s> falhou.\n" "Razão:%(msg)s" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -45746,6 +46502,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -45784,6 +46541,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:191 msgid "Please wait, loading workspace..." @@ -45835,6 +46594,7 @@ msgstr "Arquivo de dados <%(name)s> importado com sucesso. A região padrão do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45941,6 +46701,14 @@ msgstr "Arquivo de dados <%(name)s> importado com sucesso. A região padrão do ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +<<<<<<< HEAD +#: ../gui/wxpython/lmgr/frame.py:141 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) + <<<<<<< HEAD #: ../gui/wxpython/lmgr/frame.py:141 ======= @@ -45988,6 +46756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46016,6 +46785,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -46031,6 +46802,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -46092,6 +46864,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" <<<<<<< HEAD @@ -46128,6 +46902,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Location atual é <%(loc)s>.\n" "Mapset atual é <%(mapset)s>." @@ -46207,6 +46982,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 @@ -46243,6 +47020,7 @@ msgstr "Codificação {enc} incorreta usada. Defina a codificação em Configura <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -46285,6 +47063,8 @@ msgstr "Codificação {enc} incorreta usada. Defina a codificação em Configura >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:144 msgid "Manage layers" @@ -46302,6 +47082,7 @@ msgstr "Gerenciar camadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -46364,6 +47145,11 @@ msgstr "Gerenciar camadas" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -46387,6 +47173,7 @@ msgstr "Limite de visualização: 100000 registros." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -46468,6 +47255,11 @@ msgstr "Limite de visualização: 100000 registros." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -46577,6 +47369,7 @@ msgid "Slope steepness of 3D line" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -47002,6 +47795,8 @@ msgid "Set SQL statement to default" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:511 @@ -47527,6 +48322,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -47589,6 +48385,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -47613,6 +48414,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -47653,6 +48455,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -47704,6 +48509,7 @@ msgstr "Limite de visualização: 100000 registros." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -47766,6 +48572,11 @@ msgstr "Limite de visualização: 100000 registros." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -48056,6 +48867,7 @@ msgstr "Procurar nos dados" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -48083,6 +48895,8 @@ msgstr "Procurar nos dados" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Manage tables" @@ -48117,6 +48931,7 @@ msgstr "Recarregar todos os dados de atributos (descartar a seleção atual)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48175,6 +48990,8 @@ msgstr "Recarregar todos os dados de atributos (descartar a seleção atual)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/dbmgr/base.py:2672 @@ -48369,6 +49186,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Você deseja criar uma nova tabela de atributos e definir um link para o mapa vetorial <%s>?" ======= <<<<<<< HEAD @@ -48407,6 +49225,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Você deseja criar uma nova tabela de atributos e definir um link para o mapa " "vetorial <%s>?" ======= @@ -48424,6 +49244,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)) @@ -48497,6 +49318,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)) >>>>>>> osgeo-main +======= +======= +"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?" @@ -48523,6 +49349,7 @@ msgstr "Nenhum atributo encontrado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -48631,6 +49458,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" @@ -48651,6 +49483,7 @@ msgstr "Mostrar atributos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -48693,6 +49526,8 @@ msgstr "Mostrar atributos" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:128 msgid "Define attributes" @@ -48907,6 +49742,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -48969,6 +49805,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -49253,6 +50094,7 @@ msgstr "Arquivos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -49293,6 +50135,9 @@ msgstr "Arquivos" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -50026,6 +50871,7 @@ msgstr "&Anterior" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/vselect.py:48 msgid "category" @@ -50135,6 +50981,11 @@ msgstr "O mapa vetorial <%s> foi criado" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -50657,6 +51508,7 @@ msgstr "Código EPSG:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -50799,6 +51651,16 @@ msgstr "Código EPSG:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + <<<<<<< HEAD #: ../gui/wxpython/animation/provider.py:444 ======= @@ -50827,6 +51689,7 @@ msgstr "String PROJ (obrigatório):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/preferences.py:1756 msgid "EPSG file:" @@ -50905,6 +51768,11 @@ msgstr "Arquivo EPSG:" ======= >>>>>>> 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 #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -50923,6 +51791,7 @@ msgstr "Sobrepondo camadas do mapa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -51052,6 +51921,16 @@ msgstr "Carregue os códigos EPSG (seja paciente), digite o código EPSG ou insi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +#: ../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" @@ -51575,6 +52454,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "&Run..." msgstr "" ======= @@ -51638,6 +52518,10 @@ msgstr "" msgid "&Run..." msgstr "" >>>>>>> osgeo-main +======= +msgid "&Run..." +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/menu.py:165 msgid "Run selected module from the tree" @@ -51793,6 +52677,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -51833,6 +52718,9 @@ msgstr "" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main +======= +>>>>>>> 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?" @@ -51854,6 +52742,7 @@ msgstr "O diretório {t} não foi removido." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -51916,6 +52805,11 @@ msgstr "O diretório {t} não foi removido." ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -51939,6 +52833,7 @@ msgstr "Transformando <%s>..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -51971,6 +52866,8 @@ msgstr "Transformando <%s>..." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/animation/frame.py:193 @@ -52008,6 +52905,7 @@ msgstr "Transformando <%s>..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -52040,6 +52938,8 @@ msgstr "Transformando <%s>..." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1790 #: ../gui/wxpython/image2target/ii2t_manager.py:1706 @@ -52423,6 +53323,7 @@ msgstr "Pontos insuficientes para linha" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Vector Digitizer - GRASS GIS" msgstr "" ======= @@ -52486,6 +53387,10 @@ msgstr "" msgid "Vector Digitizer - GRASS GIS" msgstr "" >>>>>>> osgeo-main +======= +msgid "Vector Digitizer - GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/vdigit/g.gui.vdigit.py:83 #, python-format @@ -55040,6 +55945,7 @@ msgstr "rótulos:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -55151,6 +56057,8 @@ msgstr "Exporta uma camada de mapa vetorial para qualquer um dos formatos vetori >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Digitize" #~ msgstr "Digitalizar" @@ -55342,6 +56250,7 @@ msgstr "Clique duas vezes ou Ctrl-Enter para executar o módulo selecionado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -55609,6 +56518,16 @@ msgstr "Digitalizador vetorial do GRASS GIS" msgid "GRASS GIS Animation tool" msgstr "Ferramenta de Animação GRASS GIS" +>>>>>>> osgeo-main +======= + +======= +msgid "GRASS GIS Vector Digitizer" +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:" @@ -55716,6 +56635,7 @@ msgstr "Deslizar a Tela GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -55849,6 +56769,8 @@ msgstr "Deslizar a Tela GRASS GIS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -55892,6 +56814,7 @@ msgstr "Deslizar a Tela GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55917,6 +56840,8 @@ msgstr "Deslizar a Tela GRASS GIS" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -55932,6 +56857,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)) ======= @@ -55957,6 +56883,8 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -55972,6 +56900,7 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56008,6 +56937,8 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -56025,6 +56956,7 @@ msgstr "Anexa, exclui ou relata categorias de vetores para mapear a geometria." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 033a57360f (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> osgeo-main @@ -56134,6 +57066,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)) @@ -56155,6 +57089,7 @@ msgstr "Relatórios e estatísticas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -56215,6 +57150,8 @@ msgstr "Relatórios e estatísticas" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Registers raster, vector and raster3d maps in a space time datasets." <<<<<<< HEAD #~ msgstr "" @@ -56235,6 +57172,7 @@ msgstr "Relatórios e estatísticas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56260,6 +57198,8 @@ msgstr "Relatórios e estatísticas" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -56275,6 +57215,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)) ======= @@ -56300,6 +57241,8 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -56315,6 +57258,7 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56359,6 +57303,8 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Documents" msgstr "Documentos" @@ -56424,6 +57370,7 @@ msgstr "Definir o banco de dados GRASS e o Nome da Location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 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." @@ -56472,6 +57419,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "This option allows setting default computation region immediately after " #~ "new location is created. Default computation region can be defined later " @@ -56496,6 +57445,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)) ======= @@ -56521,6 +57471,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -56536,6 +57488,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)) ======= @@ -56561,6 +57514,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -56576,6 +57531,7 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -56620,6 +57576,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Create user mapset" msgstr "Criar mapset do usuário" @@ -56648,6 +57606,7 @@ msgstr "Título da Location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56685,6 +57644,8 @@ msgstr "Título da Location" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Optional location title, you can leave this field blank." <<<<<<< HEAD #~ msgstr "" @@ -56716,6 +57677,7 @@ msgstr "Título da Location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56823,6 +57785,11 @@ 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." @@ -56835,6 +57802,7 @@ 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)) @@ -56883,6 +57851,8 @@ msgstr "Título da location é opcional, você pode deixar este campo em branco. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) #~ msgid "Unable to create location" #~ msgstr "Não foi possível criar location" @@ -56900,6 +57870,7 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56919,6 +57890,8 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56934,6 +57907,7 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56964,6 +57938,8 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Unable to create location" msgstr "Não foi possível criar location" @@ -56981,6 +57957,7 @@ msgstr "Escolha o método para criar uma nova location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57009,6 +57986,8 @@ msgstr "Escolha o método para criar uma nova location" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "Selecione o código EPSG do sistema de referência espacial" @@ -57027,6 +58006,7 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57064,6 +58044,8 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Read projection and datum terms from a georeferenced data file" <<<<<<< HEAD #~ msgstr "" @@ -57085,6 +58067,7 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57104,6 +58087,8 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" >>>>>>> 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" @@ -57113,6 +58098,7 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 033a57360f (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> osgeo-main @@ -57244,6 +58230,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" @@ -57260,6 +58254,7 @@ msgstr "Leia os termos de projeção e dado de um arquivo Well Known Text (WKT) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -57309,6 +58304,8 @@ msgstr "Leia os termos de projeção e dado de um arquivo Well Known Text (WKT) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Select coordinate system parameters from a list" msgstr "Selecione os parâmetros do sistema de coordenadas de uma lista" @@ -57327,6 +58324,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" ======= @@ -57366,6 +58364,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Specify projection and datum terms using custom PROJ.4 parameters" <<<<<<< HEAD #~ msgstr "" @@ -57386,6 +58386,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)) ======= @@ -57411,6 +58412,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57426,6 +58429,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)) ======= @@ -57451,6 +58455,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57466,6 +58472,7 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57510,6 +58517,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Create a generic Cartesian coordinate system (XY)" msgstr "Crie um sistema de coordenadas cartesianas genérico (XY)" @@ -57553,6 +58562,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" ======= @@ -57592,6 +58602,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Choose method of specifying georeferencing parameters" <<<<<<< HEAD #~ msgstr "" @@ -57611,6 +58623,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)) ======= @@ -57636,6 +58649,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57651,6 +58666,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)) ======= @@ -57676,6 +58692,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57691,6 +58709,7 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57735,6 +58754,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Location Title:" msgstr "Título da Location:" @@ -57767,6 +58788,7 @@ msgstr "Assistente de location cancelado. A location não foi criada." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 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." @@ -57815,6 +58837,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -57839,6 +58863,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)) ======= @@ -57864,6 +58889,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57879,6 +58906,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)) ======= @@ -57904,6 +58932,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -57919,6 +58949,7 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -57963,6 +58994,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "New GIS data directory" msgstr "Novo diretório de dados GIS" @@ -57988,6 +59021,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" ======= @@ -58027,6 +59061,8 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Click here to hide search module engine" #~ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD @@ -58071,6 +59107,7 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58096,6 +59133,8 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -58111,6 +59150,7 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58136,6 +59176,8 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -58151,6 +59193,7 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58195,3 +59238,5 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ro.po b/locale/po/grasswxpy_ro.po index 98bf9b261fc..570a7b5274e 100644 --- a/locale/po/grasswxpy_ro.po +++ b/locale/po/grasswxpy_ro.po @@ -18364,6 +18364,7 @@ msgstr "IntroduceÈ›i valorile de categorie raster sau procente" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18394,6 +18395,8 @@ msgstr "IntroduceÈ›i valorile de categorie raster sau procente" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -18415,6 +18418,7 @@ msgid "Change" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18440,6 +18444,8 @@ msgid "Change" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/frame.py:450 ../gui/wxpython/gmodeler/frame.py:600 msgid "Create new model?" msgstr "CreaÈ›i model nou?" @@ -18757,6 +18763,7 @@ msgid "This option is required" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18790,6 +18797,8 @@ msgid "This option is required" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18947,6 +18956,7 @@ msgid "Select CRS from a list" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -18991,6 +19001,9 @@ msgid "Select CRS from a list" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1514 @@ -19006,6 +19019,7 @@ msgid "Filter by EPSG code or description:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19039,6 +19053,8 @@ msgid "Filter by EPSG code or description:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19066,6 +19082,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -19110,6 +19127,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -19133,6 +19153,7 @@ msgid "Unable to read EPGS codes: {0}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19166,6 +19187,8 @@ msgid "Unable to read EPGS codes: {0}" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21828,6 +21851,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21909,6 +21933,11 @@ 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 msgid "Histogram Tool [d.histogram]" msgstr "" @@ -22292,6 +22321,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22373,6 +22403,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23386,6 +23421,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23467,6 +23503,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -23571,6 +23612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23639,6 +23681,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -23660,6 +23707,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23700,6 +23748,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23715,6 +23766,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23757,6 +23809,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23776,6 +23830,7 @@ msgstr "Alege model pentru a rula" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23838,6 +23893,11 @@ msgstr "Alege model pentru a rula" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -24031,6 +24091,7 @@ msgstr "SuprascrieÈ›i fiÈ™ierul?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24071,6 +24132,9 @@ msgstr "SuprascrieÈ›i fiÈ™ierul?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -24280,6 +24344,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24342,6 +24407,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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?" @@ -29088,6 +29158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29150,6 +29221,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/lmgr/layertree.py:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1047 ======= #: ../gui/wxpython/startup/locdownload.py:563 @@ -29413,6 +29489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29453,6 +29530,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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?" @@ -29475,6 +29555,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29537,6 +29618,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/lmgr/layertree.py:1105 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1067 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -29790,6 +29876,7 @@ msgstr "Harta vectorială <%s> adăugată" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29871,6 +29958,11 @@ msgstr "Harta vectorială <%s> adăugată" ======= >>>>>>> 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 msgid "" "Current workspace is not empty. Do you want to store current settings to " "workspace file?" @@ -29890,6 +29982,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29927,6 +30020,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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?" ======= @@ -29943,6 +30038,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30004,6 +30100,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:76 msgid "Create new workspace?" @@ -30231,6 +30331,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30259,6 +30360,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -30273,6 +30376,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30301,6 +30405,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -30334,6 +30440,7 @@ msgstr "Aplică declaraÈ›ia SELECT È™i reîncarcă datele înregistrate" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30374,6 +30481,9 @@ msgstr "Aplică declaraÈ›ia SELECT È™i reîncarcă datele înregistrate" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Examplu: %s" @@ -30938,6 +31048,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31000,6 +31111,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -31172,6 +31288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31212,6 +31329,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -31476,6 +31596,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31538,6 +31659,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -31822,6 +31948,7 @@ msgstr "FiÈ™iere" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31862,6 +31989,9 @@ msgstr "FiÈ™iere" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -32409,6 +32539,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32471,6 +32602,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/dialogs.py:105 @@ -33071,6 +33207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33111,6 +33248,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" @@ -35149,6 +35289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -35180,6 +35321,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "Numele locaÈ›iei:" @@ -35205,6 +35348,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -35272,6 +35416,11 @@ msgstr "" <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "AfiÈ™ează gama" ======= @@ -35291,6 +35440,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35323,6 +35473,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #~ msgid "Display mode" @@ -35367,6 +35519,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35399,6 +35552,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Unable to display the map" @@ -36162,6 +36317,7 @@ msgstr "(doar citire)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36190,6 +36346,8 @@ msgstr "(doar citire)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Nu s-a putut crea locaÈ›ia" ======= @@ -36204,6 +36362,7 @@ msgstr "(doar citire)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36232,6 +36391,8 @@ msgstr "(doar citire)" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -36256,6 +36417,7 @@ msgstr "Nu s-a putut crea locaÈ›ia" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36296,6 +36458,9 @@ msgstr "Nu s-a putut crea locaÈ›ia" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -36345,6 +36510,7 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36370,6 +36536,8 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Numeric column:" msgstr "Coloană numerică:" @@ -36870,6 +37038,7 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -36923,3 +37092,6 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ru.po b/locale/po/grasswxpy_ru.po index 065bd429138..21b8996f10c 100644 --- a/locale/po/grasswxpy_ru.po +++ b/locale/po/grasswxpy_ru.po @@ -27,6 +27,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -55,6 +56,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" ======= @@ -69,6 +72,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -97,6 +101,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)) @@ -7801,6 +7807,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7845,6 +7852,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -7860,6 +7870,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7893,6 +7904,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7920,6 +7933,7 @@ msgid "Scale bar properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7964,6 +7978,9 @@ msgid "Scale bar properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:239 @@ -7979,6 +7996,7 @@ msgid "Remove north arrow" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8012,6 +8030,8 @@ msgid "Remove north arrow" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8098,6 +8118,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8138,6 +8159,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Space time dataset <%s> not found." msgstr "ПроÑтранÑтвенно-временной набор данных <%s> не найден." @@ -13916,6 +13940,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -13942,6 +13967,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:422 #: ../gui/wxpython/image2target/ii2t_gis_set.py:584 ======= @@ -13956,6 +13983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/locdownload.py:422 @@ -14003,6 +14031,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:415 #: ../gui/wxpython/image2target/ii2t_gis_set.py:583 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -14031,6 +14061,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14056,6 +14087,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -14072,6 +14105,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14110,6 +14144,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:447 #, fuzzy @@ -14143,6 +14179,7 @@ msgstr "Отмена загрузки" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:80 msgid "Invalid mapset name" msgstr "" @@ -14183,6 +14220,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:85 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Invalid mapset name" @@ -14204,6 +14243,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14229,6 +14269,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:80 msgid "Invalid mapset name" msgstr "" @@ -14245,6 +14287,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14283,6 +14326,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:112 #, fuzzy @@ -14308,6 +14353,7 @@ msgstr "Ð˜Ð¼Ñ Ð´Ð»Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ набора:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" ======= @@ -14345,6 +14391,8 @@ msgid "Unable to create new mapset: {}" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -14358,6 +14406,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14396,6 +14445,8 @@ msgid "Unable to create new mapset: {}" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -14421,6 +14472,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" @@ -14483,6 +14535,11 @@ msgid "Unable to create new mapset: {}" #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/startup/guiutils.py:186 +msgid "Unable to create new mapset: {}" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:212 @@ -14504,6 +14561,7 @@ msgid "Import data?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14552,6 +14610,8 @@ msgid "Import data?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14595,6 +14655,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:269 msgid "Unable to rename selected mapset" msgstr "" @@ -14621,6 +14682,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:234 ======= ======= @@ -14634,6 +14697,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:234 @@ -14678,6 +14742,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:235 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to rename selected mapset" @@ -14699,6 +14765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14724,6 +14791,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:269 msgid "Unable to rename selected mapset" msgstr "" @@ -14740,6 +14809,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14778,6 +14848,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:245 #: ../gui/wxpython/startup/guiutils.py:299 @@ -14802,6 +14874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14830,6 +14903,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:246 #: ../gui/wxpython/image2target/ii2t_gis_set.py:236 #: ../gui/wxpython/image2target/ii2t_gis_set.py:707 @@ -14845,6 +14920,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -14873,6 +14949,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:247 #: ../gui/wxpython/image2target/ii2t_gis_set.py:235 #: ../gui/wxpython/image2target/ii2t_gis_set.py:706 @@ -14924,6 +15002,7 @@ msgstr "Ошибка" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14952,6 +15031,8 @@ msgstr "Ошибка" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -14967,6 +15048,7 @@ msgstr "Ошибка" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -15028,6 +15110,8 @@ msgstr "Ошибка" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Unable to rename mapset.\n" "\n" @@ -15048,6 +15132,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15085,6 +15170,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Ðе удалоÑÑŒ переименовать набор.\n" "\n" "{}" @@ -15102,6 +15189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15163,6 +15251,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:284 #, fuzzy, python-brace-format @@ -15194,6 +15286,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:323 msgid "Unable to rename selected location" msgstr "" @@ -15234,6 +15327,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:288 #, fuzzy msgid "Unable to rename selected project" @@ -15248,6 +15343,7 @@ msgstr "Ðе удалоÑÑŒ переименовать выбранный наб <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15286,6 +15382,8 @@ msgstr "Ðе удалоÑÑŒ переименовать выбранный наб >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:289 msgid "Unable to rename selected location" msgstr "Ðе удалоÑÑŒ переименовать выбранную облаÑÑ‚ÑŒ" @@ -15321,6 +15419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -15371,6 +15470,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:323 msgid "Unable to rename selected location" msgstr "" @@ -15389,6 +15492,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15442,6 +15546,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Unable to rename project.\n" "\n" @@ -15462,6 +15569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15485,6 +15593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Ðе удалоÑÑŒ переименовать набор.\n" ======= ======= @@ -15498,6 +15608,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "Ðе удалоÑÑŒ переименовать набор.\n" @@ -15542,6 +15653,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Ðе удалоÑÑŒ переименовать облаÑÑ‚ÑŒ.\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "\n" @@ -15560,6 +15673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15621,6 +15735,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:374 #, python-brace-format @@ -15652,6 +15770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:414 msgid "Unable to delete selected mapsets" msgstr "" @@ -15692,6 +15811,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:378 msgid "Unable to delete selected mapsets" msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" @@ -15707,6 +15828,7 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15745,6 +15867,8 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:379 msgid "Unable to delete selected mapsets" msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" @@ -15770,6 +15894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -15820,6 +15945,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:414 msgid "Unable to delete selected mapsets" msgstr "" @@ -15838,6 +15967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -15891,6 +16021,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -15914,6 +16047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:435 msgid "Delete selected mapsets" @@ -15954,6 +16088,8 @@ msgid "Delete selected mapsets" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Продолжить удаление одного или неÑкольких наборов?\n" "\n" "{deletes}\n" @@ -15975,6 +16111,7 @@ msgstr "Удалить выбранные наборы" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16052,6 +16189,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:435 msgid "Delete selected mapsets" @@ -16072,6 +16211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -16103,6 +16243,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:412 msgid "Error when deleting mapsets" @@ -16153,6 +16295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:499 msgid "Unable to delete selected locations" msgstr "" @@ -16193,6 +16336,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:463 #, fuzzy msgid "Unable to delete selected projects" @@ -16210,6 +16355,7 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16248,6 +16394,8 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:464 msgid "Unable to delete selected locations" msgstr "Ðе удалоÑÑŒ удалить выбранные облаÑти" @@ -16272,6 +16420,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16297,6 +16446,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:499 msgid "Unable to delete selected locations" msgstr "" @@ -16315,6 +16466,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16353,6 +16505,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -16378,6 +16532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16401,6 +16556,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Продолжить удаление одного или неÑкольких наборов?\n" ======= ======= @@ -16414,6 +16571,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "Продолжить удаление одного или неÑкольких наборов?\n" @@ -16458,6 +16616,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Продолжить удаление одной или неÑкольких из Ñледующих облаÑтей?\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "\n" @@ -16492,6 +16652,7 @@ msgstr "Ошибка при удалении облаÑтей" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16578,6 +16739,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" @@ -16602,6 +16767,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -16662,6 +16828,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:499 #, fuzzy, python-brace-format @@ -16708,6 +16876,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:572 msgid "Unable to delete selected GRASS database" msgstr "" @@ -16734,6 +16903,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:536 ======= ======= @@ -16747,6 +16918,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:536 @@ -16791,6 +16963,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:537 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to delete selected GRASS database" @@ -16812,6 +16986,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16837,6 +17012,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:572 msgid "Unable to delete selected GRASS database" msgstr "" @@ -16853,6 +17030,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -16891,6 +17069,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:544 #, python-brace-format @@ -16922,6 +17102,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:585 msgid "Delete selected GRASS database" ======= @@ -16947,6 +17128,8 @@ msgid "Delete selected GRASS database" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:549 ======= ======= @@ -16960,6 +17143,7 @@ msgid "Delete selected GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:549 @@ -17004,6 +17188,8 @@ msgid "Delete selected GRASS database" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:550 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Delete selected GRASS database" @@ -17023,6 +17209,7 @@ msgid "Delete selected GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/startup/guiutils.py:585 msgid "Delete selected GRASS database" @@ -17085,6 +17272,11 @@ msgid "Delete selected GRASS database" #: ../gui/wxpython/startup/guiutils.py:585 msgid "Delete selected GRASS database" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/startup/guiutils.py:585 +msgid "Delete selected GRASS database" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:597 @@ -17100,6 +17292,7 @@ msgid "Error when deleting GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17142,6 +17335,8 @@ msgid "Error when deleting GRASS database" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17206,6 +17401,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:641 msgid "Mapset is in use" ======= @@ -17231,6 +17427,8 @@ msgid "Mapset is in use" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:603 ======= ======= @@ -17244,6 +17442,7 @@ msgid "Mapset is in use" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:603 @@ -17288,6 +17487,8 @@ msgid "Mapset is in use" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:604 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Mapset is in use" @@ -17307,6 +17508,7 @@ msgid "Mapset is in use" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/startup/guiutils.py:641 msgid "Mapset is in use" @@ -17369,6 +17571,11 @@ msgid "Mapset is in use" #: ../gui/wxpython/startup/guiutils.py:641 msgid "Mapset is in use" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/startup/guiutils.py:641 +msgid "Mapset is in use" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:653 @@ -17384,6 +17591,7 @@ msgid "Error when removing lock file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -17426,6 +17634,8 @@ msgid "Error when removing lock file" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18181,6 +18391,7 @@ msgstr "Ðомер категории" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18536,6 +18747,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:2369 ../gui/wxpython/dbmgr/dialogs.py:802 msgid "Length" @@ -18860,6 +19073,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18928,6 +19142,11 @@ 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 #: ../gui/wxpython/gcp/statusbar.py:52 #: ../gui/wxpython/image2target/ii2t_statusbar.py:52 @@ -19416,6 +19635,7 @@ msgstr "Строки: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 msgid "Attribute Table Manager - GRASS GIS" ======= @@ -19441,6 +19661,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 ======= @@ -19455,6 +19677,7 @@ msgid "Attribute Table Manager - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/location_wizard/dialogs.py:202 @@ -19502,6 +19725,8 @@ msgid "Attribute Table Manager - GRASS GIS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:201 #: ../gui/wxpython/location_wizard/dialogs.py:581 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -19681,6 +19906,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" @@ -19745,6 +19971,11 @@ msgid "Attribute Table Manager - GRASS GIS" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 msgid "Attribute Table Manager - GRASS GIS" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 +msgid "Attribute Table Manager - GRASS GIS" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/web_services/widgets.py:136 @@ -19760,6 +19991,7 @@ msgid " Requested data settings " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19793,6 +20025,8 @@ msgid " Requested data settings " >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27184,6 +27418,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27231,6 +27466,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/preferences.py:1706 msgid "" @@ -27296,6 +27533,7 @@ msgstr "Файл EPSG:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27358,6 +27596,11 @@ msgstr "Файл EPSG:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 "" @@ -27380,6 +27623,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)) @@ -27461,6 +27705,11 @@ msgid "Load EPSG codes (be patient), enter EPSG code or insert PROJ string direc ======= >>>>>>> 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 msgstr "" "Загрузить коды EPSG (подождите), введите код EPSG или напрÑмую введите " "Ñтроку PROJ." @@ -27879,6 +28128,7 @@ msgid "Do you want to quit GRASS GIS?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27923,6 +28173,9 @@ msgid "Do you want to quit GRASS GIS?" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/dialogs.py:2448 @@ -27942,6 +28195,7 @@ msgid "Character encoding:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28011,6 +28265,11 @@ msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +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" @@ -28270,6 +28529,7 @@ msgstr "Скопировать выбранные файлы" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28332,6 +28592,11 @@ msgstr "Скопировать выбранные файлы" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -28363,6 +28628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28403,6 +28669,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Copy '%s'" msgstr "Скопировать «%s»" @@ -37723,6 +37992,7 @@ msgstr "подпиÑи:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37806,6 +38076,8 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format #~ msgid "Download file from <{url}>, return status code {code}, " #~ msgstr "Загрузка файла Ñ <{url}>, возврат кода ÑоÑтоÑÐ½Ð¸Ñ {code}, " @@ -38320,6 +38592,7 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38345,6 +38618,8 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Define GRASS Database and Location Name" msgstr "Укажите базу данных GRASS и название облаÑти" @@ -38408,6 +38683,7 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38446,3 +38722,5 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_si.po b/locale/po/grasswxpy_si.po index e0705d32da8..52b1f207a8d 100644 --- a/locale/po/grasswxpy_si.po +++ b/locale/po/grasswxpy_si.po @@ -18597,6 +18597,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18659,6 +18660,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -18680,6 +18686,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18761,6 +18768,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18779,6 +18791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18841,6 +18854,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19502,6 +19520,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19542,6 +19561,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 7ce92fce9a9..694155791ea 100644 --- a/locale/po/grasswxpy_sl.po +++ b/locale/po/grasswxpy_sl.po @@ -22,6 +22,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -46,6 +47,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -59,6 +62,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -103,6 +107,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -120,6 +126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -153,6 +160,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -169,6 +178,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -206,6 +216,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -229,6 +241,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -266,6 +279,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 msgid "View" @@ -2141,6 +2156,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2202,6 +2218,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)" @@ -2731,6 +2751,7 @@ msgid "Status bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2812,6 +2833,11 @@ msgid "Status bar" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/datacatalog/infomanager.py:36 @@ -2850,6 +2876,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 ======= @@ -2875,6 +2902,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 ======= @@ -2889,6 +2918,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 @@ -2936,6 +2966,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1107 #: ../gui/wxpython/modules/import_export.py:562 ======= @@ -2955,6 +2987,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3005,6 +3038,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3020,6 +3057,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3073,6 +3111,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data" msgstr "" @@ -3092,6 +3133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 ======= @@ -3117,6 +3159,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 ======= ======= @@ -3130,6 +3174,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 @@ -3174,6 +3219,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -3193,6 +3240,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3218,6 +3266,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3233,6 +3283,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3271,6 +3322,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Import raster data" msgstr "" @@ -3350,6 +3403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3387,6 +3441,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:51 msgid "Data catalog" msgstr "" @@ -3459,6 +3515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3513,6 +3570,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -3531,6 +3592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3549,6 +3611,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:96 ======= ======= @@ -3562,6 +3626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/tree.py:96 ======= @@ -3605,6 +3670,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:95 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -3928,6 +3995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3982,6 +4050,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:23 msgid "Reload GRASS projects" msgstr "" @@ -4045,6 +4117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4075,6 +4148,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -4094,6 +4169,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4119,6 +4195,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/extensions.py:76 #: ../gui/wxpython/gui_core/menu.py:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4132,6 +4210,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4165,6 +4244,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Search" msgstr "" @@ -4193,6 +4274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4223,6 +4305,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:927 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Reprojection" @@ -4257,6 +4341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4311,6 +4396,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:924 msgid "Reprojection" msgstr "" @@ -4342,6 +4431,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4360,6 +4450,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -4375,6 +4467,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -4435,6 +4528,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Map layer <{ml}> needs to be reprojected.\n" @@ -4455,6 +4550,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4473,6 +4569,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= ======= @@ -4486,6 +4584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= @@ -4529,6 +4628,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:125 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Estimated resolution:" @@ -4560,6 +4661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4579,6 +4681,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/datacatalog/dialogs.py:126 msgid "Estimated resolution:" @@ -4957,6 +5061,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5887,6 +5992,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)) @@ -5904,6 +6011,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5965,6 +6073,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -5987,6 +6097,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6024,6 +6135,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:87 msgid "Map Swipe Tool - GRASS GIS" msgstr "" @@ -18092,6 +18205,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18153,6 +18267,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -18235,6 +18353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18256,6 +18375,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1119 ======= ======= @@ -18268,6 +18389,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -18367,6 +18489,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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:" @@ -18387,6 +18514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18468,6 +18596,11 @@ 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 #: ../gui/wxpython/core/render.py:1118 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -18496,6 +18629,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18533,6 +18667,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quitting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -18551,6 +18687,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18612,6 +18749,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -18945,6 +19086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19026,6 +19168,11 @@ 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 #, python-format msgid "Unable to open file <%s> for reading." msgstr "" @@ -19045,6 +19192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1726 ======= <<<<<<< HEAD @@ -19083,6 +19231,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:1770 ======= #: ../gui/wxpython/core/workspace.py:1726 @@ -19099,6 +19249,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19172,6 +19323,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -19195,6 +19351,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1976 ======= <<<<<<< HEAD @@ -19233,6 +19390,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:2019 ======= #: ../gui/wxpython/core/workspace.py:1976 @@ -19249,6 +19408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19322,6 +19482,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/core/workspace.py:1976 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid " row %d:" msgstr "" @@ -19341,6 +19506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19378,6 +19544,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/main.py:190 #, python-format msgid "Unsupported command %s." @@ -19975,6 +20143,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20036,6 +20205,10 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/menutree.py:162 #, python-format msgid "Unknow tag %s" @@ -25942,6 +26115,7 @@ msgid "Map <%s> not found. " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26023,6 +26197,11 @@ msgid "Map <%s> not found. " ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/import_export.py:50 @@ -26058,6 +26237,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26081,6 +26261,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:985 ======= ======= @@ -26094,6 +26276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:985 @@ -26138,6 +26321,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:968 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "right click to (un)select all" @@ -26156,6 +26341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26217,6 +26403,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:965 msgid "right click to (un)select all" msgstr "" @@ -26247,6 +26437,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26328,6 +26519,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:82 msgid "Name for output GRASS map (editable)" msgstr "" @@ -26346,6 +26542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26428,6 +26625,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -26454,6 +26656,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26535,6 +26738,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:96 msgid "Override projection check (use current location's projection)" msgstr "" @@ -26554,6 +26762,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26591,6 +26800,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:127 #: ../gui/wxpython/modules/import_export.py:435 <<<<<<< HEAD @@ -26610,6 +26821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26671,6 +26883,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -26694,6 +26910,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26722,6 +26939,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -26737,6 +26956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -26798,6 +27018,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "&Import" msgstr "" @@ -26817,6 +27039,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 ======= @@ -26856,6 +27079,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:436 <<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:598 @@ -26878,6 +27103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -26928,6 +27154,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -26943,6 +27173,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26996,6 +27227,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import selected layers" msgstr "" @@ -27018,6 +27252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27055,6 +27290,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:160 msgid "Import settings" msgstr "" @@ -27073,6 +27310,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27134,6 +27372,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:161 msgid "Import settings" msgstr "" @@ -27154,6 +27396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27235,6 +27478,11 @@ 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 #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -27254,6 +27502,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:259 ======= <<<<<<< HEAD @@ -27292,6 +27541,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:258 ======= #: ../gui/wxpython/modules/import_export.py:259 @@ -27308,6 +27559,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27381,6 +27633,11 @@ msgstr "" #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -27400,6 +27657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27437,6 +27695,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:423 #: ../gui/wxpython/modules/import_export.py:585 msgid "Add linked layers into layer tree" @@ -27516,6 +27776,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27577,6 +27838,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -27665,6 +27930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27693,6 +27959,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -27708,6 +27976,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -27769,6 +28038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -27789,6 +28060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27812,6 +28084,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:983 ======= ======= @@ -27825,6 +28099,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:983 @@ -27869,6 +28144,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:966 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Layers to be reprojected" @@ -28001,6 +28278,7 @@ msgid "Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28062,6 +28340,10 @@ msgid "Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:963 msgid "Layers to be reprojected" msgstr "" @@ -28533,6 +28815,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28614,6 +28897,11 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/mcalc_builder.py:71 @@ -28654,6 +28942,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28736,6 +29025,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -28756,6 +29050,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28837,6 +29132,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:175 msgid "Load expression from file" msgstr "" @@ -28855,6 +29155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28937,6 +29238,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -28963,6 +29269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29044,6 +29351,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:181 msgid "exponent" msgstr "" @@ -29217,6 +29529,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29240,6 +29553,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:45 ======= ======= @@ -29253,6 +29568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/iscatt/plots.py:45 @@ -29297,6 +29613,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:44 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -29713,6 +30031,7 @@ msgid "Setup for r.li modules - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29774,6 +30093,10 @@ msgid "Setup for r.li modules - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:45 msgid "Fetch & install extension from GRASS Addons" msgstr "" @@ -29882,6 +30205,7 @@ msgid "Extension" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29963,6 +30287,11 @@ msgid "Extension" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:66 @@ -30022,6 +30351,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:981 ======= <<<<<<< HEAD @@ -30060,6 +30390,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:982 ======= #: ../gui/wxpython/rlisetup/wizard.py:981 @@ -30076,6 +30408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30149,6 +30482,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:981 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Whole map layer" msgstr "" @@ -30180,6 +30518,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:708 ======= <<<<<<< HEAD @@ -30218,6 +30557,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:709 ======= #: ../gui/wxpython/rlisetup/wizard.py:708 @@ -30234,6 +30575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30307,6 +30649,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30326,6 +30673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:713 ======= <<<<<<< HEAD @@ -30364,6 +30712,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:714 ======= #: ../gui/wxpython/rlisetup/wizard.py:713 @@ -30380,6 +30730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30453,6 +30804,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30472,6 +30828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:719 ======= <<<<<<< HEAD @@ -30510,6 +30867,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:720 ======= #: ../gui/wxpython/rlisetup/wizard.py:719 @@ -30526,6 +30885,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30599,6 +30959,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30618,6 +30983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30655,6 +31021,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" msgstr "" @@ -30698,6 +31066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30759,6 +31128,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:762 msgid "Insert sampling frame parameter" msgstr "" @@ -30814,6 +31187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30895,6 +31269,11 @@ 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 msgid "" "Select areas from the\n" "overlaid vector map" @@ -30915,6 +31294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30952,6 +31332,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:998 msgid "Choose a method" msgstr "" @@ -31018,6 +31400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31079,6 +31462,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:997 msgid "Choose a method" msgstr "" @@ -31147,6 +31534,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31228,6 +31616,11 @@ 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 msgid "Draw sampling regions" msgstr "" @@ -31247,6 +31640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31284,6 +31678,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Draw sample region {count} of {num_regions}" msgstr "" @@ -31319,6 +31715,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31380,6 +31777,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sample region " msgstr "" @@ -31422,6 +31823,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31503,6 +31905,11 @@ 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 #: ../gui/wxpython/psmap/toolbars.py:105 msgid "Rectangle" msgstr "" @@ -31522,6 +31929,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31559,6 +31967,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1307 #: ../gui/wxpython/rlisetup/wizard.py:1499 #: ../gui/wxpython/rlisetup/wizard.py:1612 @@ -31675,6 +32085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31703,6 +32114,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:156 ======= ======= @@ -31718,6 +32131,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31761,6 +32175,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1309 #: ../gui/wxpython/rlisetup/wizard.py:1501 #: ../gui/wxpython/rlisetup/wizard.py:1614 @@ -31879,6 +32295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31960,6 +32377,11 @@ 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 #: ../gui/wxpython/rlisetup/functions.py:155 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -31983,6 +32405,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:1928 ======= <<<<<<< HEAD @@ -32045,6 +32468,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)) ======= @@ -32060,6 +32489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32134,6 +32564,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:139 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "The polygon seems to have 0 areas" @@ -32154,6 +32586,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32191,6 +32624,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1923 msgid "Select sample area 1 of " msgstr "" @@ -32278,6 +32713,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32339,6 +32775,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1931 msgid "Select sample area 1 of " msgstr "" @@ -32470,6 +32910,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32551,6 +32992,11 @@ 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 #: ../gui/wxpython/rlisetup/frame.py:26 msgid "Modify the configuration file" msgstr "" @@ -32575,6 +33021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/frame.py:97 ======= <<<<<<< HEAD @@ -32613,6 +33060,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:101 ======= #: ../gui/wxpython/rlisetup/frame.py:97 @@ -32629,6 +33078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32702,6 +33152,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -32723,6 +33178,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32760,6 +33216,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:106 msgid "WARNING" msgstr "" @@ -32811,6 +33269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32872,6 +33331,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:102 msgid "WARNING" msgstr "" @@ -32930,6 +33393,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33011,6 +33475,11 @@ 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 #, python-format msgid "Do you want remove r.li configuration file <%s>?" msgstr "" @@ -33030,6 +33499,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33067,6 +33537,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:245 msgid "Remove new r.li configuration file?" msgstr "" @@ -33085,6 +33557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33146,6 +33619,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:241 msgid "Remove new r.li configuration file?" msgstr "" @@ -33166,6 +33643,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33247,6 +33725,11 @@ 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 #, python-format msgid "" "Set the new name for %s \" " @@ -33268,6 +33751,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33305,6 +33789,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" msgstr "" @@ -34138,6 +34624,7 @@ msgid "There were some issues when loading menu or Tools tab:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34197,6 +34684,10 @@ msgid "There were some issues when loading menu or Tools tab:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:275 msgid "Rename configuration file" msgstr "" @@ -40617,6 +41108,7 @@ msgid "Dbf driver does not support usage of SQL functions." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47105,6 +47597,11 @@ msgid "Dbf driver does not support usage of SQL functions." ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/lmgr/frame.py:1305 @@ -47170,6 +47667,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47205,6 +47703,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -47218,6 +47718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47256,6 +47757,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -47275,6 +47778,7 @@ msgid "Number of loaded records: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47336,6 +47840,10 @@ msgid "Number of loaded records: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:81 #, python-format msgid "" @@ -47405,6 +47913,7 @@ msgid "Category" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47486,6 +47995,11 @@ msgid "Category" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51 @@ -47512,6 +48026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47535,6 +48050,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= ======= @@ -47548,6 +48065,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 @@ -47592,6 +48110,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Database connection" @@ -48864,6 +49384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48925,6 +49446,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/web_services/widgets.py:140 msgid " Requested data settings " msgstr "" @@ -52039,6 +52564,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52120,6 +52646,11 @@ 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 #, python-format msgid "" "Unable to open file\n" @@ -52141,6 +52672,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:535 ======= <<<<<<< HEAD @@ -52179,6 +52711,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:530 ======= #: ../gui/wxpython/psmap/instructions.py:535 @@ -52195,6 +52729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52268,6 +52803,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -52287,6 +52827,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:541 ======= <<<<<<< HEAD @@ -52325,6 +52866,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:536 ======= #: ../gui/wxpython/psmap/instructions.py:541 @@ -52341,6 +52884,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52414,6 +52958,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/psmap/instructions.py:541 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Region cannot be set\n" @@ -52435,6 +52984,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52472,6 +53022,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:706 <<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:929 @@ -52510,6 +53062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52571,6 +53124,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -52598,6 +53155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52626,6 +53184,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52641,6 +53201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52702,6 +53263,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s" msgstr "" @@ -52721,6 +53284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:727 ======= <<<<<<< HEAD @@ -52759,6 +53323,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:722 ======= #: ../gui/wxpython/psmap/instructions.py:727 @@ -52775,6 +53341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52848,6 +53415,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -52869,6 +53441,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:732 ======= <<<<<<< HEAD @@ -52907,6 +53480,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:727 ======= #: ../gui/wxpython/psmap/instructions.py:732 @@ -52923,6 +53498,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52996,6 +53572,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/psmap/instructions.py:732 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %s.\n" @@ -53017,6 +53598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:746 ======= <<<<<<< HEAD @@ -53055,6 +53637,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:741 ======= #: ../gui/wxpython/psmap/instructions.py:746 @@ -53071,6 +53655,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53144,6 +53729,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -53165,6 +53755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:764 ======= <<<<<<< HEAD @@ -53189,6 +53780,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:765 ======= ======= @@ -53202,6 +53795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:765 @@ -53246,6 +53840,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:759 ======= #: ../gui/wxpython/psmap/instructions.py:764 @@ -53263,6 +53859,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:764 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53296,6 +53893,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53312,6 +53911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53349,6 +53949,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Map frame size changed, old value: %(old1)s %(old2)s\n" @@ -53370,6 +53972,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:837 ======= <<<<<<< HEAD @@ -53394,6 +53997,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:840 ======= ======= @@ -53407,6 +54012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:840 @@ -53451,6 +54057,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:832 ======= #: ../gui/wxpython/psmap/instructions.py:837 @@ -53468,6 +54076,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:837 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53501,6 +54110,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53517,6 +54128,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53554,6 +54166,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %(file)s.\n" @@ -53575,6 +54189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:852 ======= <<<<<<< HEAD @@ -53599,6 +54214,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:856 ======= ======= @@ -53612,6 +54229,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:856 @@ -53656,6 +54274,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:847 ======= #: ../gui/wxpython/psmap/instructions.py:852 @@ -53673,6 +54293,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:852 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53706,6 +54327,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53722,6 +54345,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53759,6 +54383,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s." msgstr "" @@ -53778,6 +54404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:1132 ======= <<<<<<< HEAD @@ -53802,6 +54429,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1136 ======= ======= @@ -53815,6 +54444,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:1136 @@ -53859,6 +54489,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1127 ======= #: ../gui/wxpython/psmap/instructions.py:1132 @@ -53876,6 +54508,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:1132 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53909,6 +54542,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53925,6 +54560,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53962,6 +54598,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %(inst)s: file %(file)s not found." msgstr "" @@ -53981,6 +54619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54018,6 +54657,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/g.gui.psmap.py:52 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -54076,6 +54717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54137,6 +54779,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:86 msgid "Full extent" msgstr "" @@ -54184,6 +54830,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54221,6 +54868,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:267 msgid "Units:" msgstr "" @@ -54239,6 +54888,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54300,6 +54950,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/utils.py:102 msgid "inch" msgstr "" @@ -54352,6 +55006,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54433,6 +55088,11 @@ 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 msgid "" "Position of the top left corner\n" "from the top left edge of the paper" @@ -54453,6 +55113,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54490,6 +55151,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:311 msgid "Position is given:" msgstr "" @@ -54516,6 +55179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54577,6 +55241,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:313 msgid "Position is given:" msgstr "" @@ -54605,6 +55273,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54686,6 +55355,11 @@ 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 msgid "" "Position from the top left\n" "edge of the paper" @@ -54706,6 +55380,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54729,6 +55404,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:462 ======= ======= @@ -54742,6 +55419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:462 @@ -54786,6 +55464,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:453 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Font:" @@ -54924,6 +55604,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54985,6 +55666,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:455 msgid "Font:" msgstr "" @@ -55121,6 +55806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55149,6 +55835,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55164,6 +55852,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55225,6 +55914,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Map max resolution (dpi):" msgstr "" @@ -55245,6 +55936,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55268,6 +55960,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 ======= ======= @@ -55281,6 +55975,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 @@ -55325,6 +56020,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1122 ../gui/wxpython/psmap/dialogs.py:3645 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Border" @@ -55359,6 +56056,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55420,6 +56118,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641 msgid "Border" msgstr "" @@ -55452,6 +56154,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55480,6 +56183,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55495,6 +56200,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55556,6 +56262,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Region is set to match this map,\n" "raster or vector map must be added later" @@ -55576,6 +56284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55599,6 +56308,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1296 ======= ======= @@ -55612,6 +56323,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1296 @@ -55656,6 +56368,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1269 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Region selection" @@ -55746,6 +56460,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55807,6 +56522,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1272 msgid "Region selection" msgstr "" @@ -55895,6 +56614,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55923,6 +56643,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55938,6 +56660,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55999,6 +56722,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%s properties" msgstr "" @@ -56018,6 +56743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56041,6 +56767,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2249 ======= ======= @@ -56054,6 +56782,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:2249 @@ -56098,6 +56827,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2218 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Data selection" @@ -56278,6 +57009,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56339,6 +57071,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2208 msgid "Data selection" msgstr "" @@ -56517,6 +57253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56545,6 +57282,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56560,6 +57299,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -56621,6 +57361,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%(rast)s: type %(type)s" msgstr "" @@ -56640,6 +57382,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56663,6 +57406,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3498 ======= ======= @@ -56676,6 +57421,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3498 @@ -56720,6 +57466,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3459 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of legend" @@ -56794,6 +57542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56855,6 +57604,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3455 msgid "Type of legend" msgstr "" @@ -56927,6 +57680,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56955,6 +57709,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56970,6 +57726,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57031,6 +57788,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Width of the color symbol (for lines)\n" "in front of the legend text" @@ -57051,6 +57810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57074,6 +57834,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 ======= ======= @@ -57087,6 +57849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 @@ -57131,6 +57894,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3817 ../gui/wxpython/psmap/dialogs.py:3980 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Columns:" @@ -57157,6 +57922,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57218,6 +57984,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976 msgid "Columns:" msgstr "" @@ -57242,6 +58012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57270,6 +58041,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -57285,6 +58058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57346,6 +58120,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Column separation distance between the left edges\n" "of two columns in a multicolumn legend" @@ -57366,6 +58142,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57389,6 +58166,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4133 ======= ======= @@ -57402,6 +58181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:4133 @@ -57446,6 +58226,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4085 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Edit legend label:" @@ -57600,6 +58382,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57661,6 +58444,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4081 msgid "Edit legend label:" msgstr "" @@ -57813,6 +58600,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57841,6 +58629,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -57856,6 +58646,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57917,6 +58708,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "PIL\n" "missing" @@ -57937,6 +58730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:5956 ======= <<<<<<< HEAD @@ -57961,6 +58755,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6007 ======= ======= @@ -57974,6 +58770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6007 @@ -58018,6 +58815,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:5954 ======= #: ../gui/wxpython/psmap/dialogs.py:5956 @@ -58035,6 +58834,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:5956 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58068,6 +58868,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -58084,6 +58886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58121,6 +58924,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read file %s" msgstr "" @@ -58140,6 +58945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:6019 ======= <<<<<<< HEAD @@ -58164,6 +58970,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6070 ======= ======= @@ -58177,6 +58985,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6070 @@ -58221,6 +59030,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6017 ======= #: ../gui/wxpython/psmap/dialogs.py:6019 @@ -58238,6 +59049,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:6019 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58271,6 +59083,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -58287,6 +59101,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58324,6 +59139,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "size: %(width)s x %(height)s pts" msgstr "" @@ -58343,6 +59160,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58366,6 +59184,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6092 ======= ======= @@ -58379,6 +59199,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6092 @@ -58423,6 +59244,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6039 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "No image selected." @@ -58461,6 +59284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58522,6 +59346,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6041 msgid "No image selected." msgstr "" @@ -58558,6 +59386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58586,6 +59415,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -58601,6 +59432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -58662,6 +59494,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Note: Selected symbol is not displayed\n" "in draft mode (only in preview mode)" @@ -58682,6 +59516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58705,6 +59540,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 ======= ======= @@ -58718,6 +59555,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 @@ -58762,6 +59600,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6287 ../gui/wxpython/psmap/dialogs.py:6566 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Outline color:" @@ -58821,6 +59661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58882,6 +59723,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -58942,6 +59787,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59023,6 +59869,11 @@ 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 msgid "" "Python Imaging Library is not available.\n" "'Preview' functionality won't work." @@ -59043,6 +59894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:275 ======= <<<<<<< HEAD @@ -59081,6 +59933,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:281 ======= #: ../gui/wxpython/psmap/frame.py:275 @@ -59097,6 +59951,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59170,6 +60025,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -59191,6 +60051,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:283 ======= <<<<<<< HEAD @@ -59229,6 +60090,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:289 ======= #: ../gui/wxpython/psmap/frame.py:283 @@ -59245,6 +60108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59318,6 +60182,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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." @@ -59338,6 +60207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59375,6 +60245,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:320 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -59408,6 +60280,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -59469,6 +60342,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -59501,6 +60378,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59529,6 +60407,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -59544,6 +60424,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -59605,6 +60486,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Ps.map exited with return code %s" msgstr "" @@ -59624,6 +60507,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:438 ======= <<<<<<< HEAD @@ -59648,6 +60532,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:437 ======= ======= @@ -59661,6 +60547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:437 @@ -59705,6 +60592,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:436 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Program {} is not available." @@ -59744,6 +60633,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:438 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59777,6 +60667,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -59793,6 +60685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59830,6 +60723,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%(prg)s exited with return code %(code)s" msgstr "" @@ -59849,6 +60744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59872,6 +60768,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:464 ======= ======= @@ -59885,6 +60783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:464 @@ -59929,6 +60828,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:463 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "PDF generated" @@ -59967,6 +60868,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60028,6 +60930,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:442 msgid "PDF generated" msgstr "" @@ -60068,6 +60974,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60096,6 +61003,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -60111,6 +61020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -60172,6 +61082,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -60192,6 +61104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60215,6 +61128,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:514 ======= ======= @@ -60228,6 +61143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:514 @@ -60272,6 +61188,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:512 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -60303,6 +61221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60364,6 +61283,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:488 msgid "Please follow instructions on GRASS Trac Wiki." msgstr "" @@ -60392,6 +61315,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60420,6 +61344,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -60435,6 +61361,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -60496,6 +61423,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read file %s." msgstr "" @@ -60515,6 +61444,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60538,6 +61468,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:794 ======= ======= @@ -60551,6 +61483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:794 @@ -60595,6 +61528,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:792 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Scalebar is not appropriate for this projection" @@ -60656,6 +61591,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60717,6 +61653,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:761 msgid "Scalebar is not appropriate for this projection" msgstr "" @@ -60783,6 +61723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60864,3 +61805,8 @@ 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 diff --git a/locale/po/grasswxpy_ta.po b/locale/po/grasswxpy_ta.po index c44fb9ec958..a9008a18952 100644 --- a/locale/po/grasswxpy_ta.po +++ b/locale/po/grasswxpy_ta.po @@ -28630,6 +28630,7 @@ msgid "Launch Data Catalog." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28674,6 +28675,9 @@ msgid "Launch Data Catalog." ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2007 @@ -28936,6 +28940,7 @@ msgid "Archive file is unreadable: {0}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28969,6 +28974,8 @@ msgid "Archive file is unreadable: {0}" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30668,6 +30675,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30730,6 +30738,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -30751,6 +30764,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30832,6 +30846,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -30850,6 +30869,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30912,6 +30932,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -31573,6 +31598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31613,6 +31639,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" @@ -32687,6 +32716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32723,6 +32753,8 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy, python-format >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) #~ msgid "Unable to rename location: %s" @@ -32747,6 +32779,7 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32772,6 +32805,8 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Data Catalog" msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" @@ -32788,6 +32823,7 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32826,5 +32862,7 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Search:" msgstr "தேடà¯:" diff --git a/locale/po/grasswxpy_th.po b/locale/po/grasswxpy_th.po index 96be9943bc4..789250785f6 100644 --- a/locale/po/grasswxpy_th.po +++ b/locale/po/grasswxpy_th.po @@ -21858,6 +21858,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21939,6 +21940,11 @@ 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 msgid "3D Raster Map Calculator" msgstr "" @@ -23238,6 +23244,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23261,6 +23268,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= ======= @@ -23274,6 +23283,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 @@ -23318,6 +23328,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -23648,6 +23660,7 @@ msgid "Remove MASK" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23709,6 +23722,10 @@ msgid "Remove MASK" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" msgstr "" @@ -27846,6 +27863,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -27881,6 +27899,8 @@ msgid "Invalid mapset name" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:58 #, fuzzy msgid "New workspace" @@ -27901,6 +27921,7 @@ msgid "Invalid mapset name" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27968,6 +27989,10 @@ msgstr "" ======= msgstr "" >>>>>>> osgeo-main +======= +======= +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:106 msgid "Invalid location name" @@ -28134,6 +28159,7 @@ msgid "Type %s to add raster or vector to the layer tree." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28159,6 +28185,8 @@ msgid "Type %s to add raster or vector to the layer tree." ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:131 #: ../gui/wxpython/image2target/ii2t_gis_set.py:469 #, python-format @@ -28180,6 +28208,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28213,6 +28242,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" msgstr "" @@ -28293,6 +28324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28321,6 +28353,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:159 #, python-format msgid "" @@ -28341,6 +28375,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28369,6 +28404,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:179 #: ../gui/wxpython/animation/nviztask.py:40 ======= @@ -28801,6 +28838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28863,6 +28901,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -28887,6 +28930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28927,6 +28971,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -30038,6 +30085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30100,6 +30148,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -30121,6 +30174,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30202,6 +30256,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -30220,6 +30279,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30282,6 +30342,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -30943,6 +31008,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30983,6 +31049,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 69e06d606f9..e1fab9f3f56 100644 --- a/locale/po/grasswxpy_tr.po +++ b/locale/po/grasswxpy_tr.po @@ -2387,6 +2387,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2431,6 +2432,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, fuzzy msgid "Create new mapset in current project" msgstr "Yeni harita takımı oluÅŸtur" @@ -2453,6 +2456,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)) @@ -2522,6 +2526,11 @@ msgid "Create new project (location) in current GRASS database" ======= >>>>>>> 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 msgid "Create new mapset in current location" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -2549,6 +2558,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:52 msgid "Import vector data [v.import]" ======= @@ -2654,6 +2664,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]" ======= @@ -2670,6 +2691,7 @@ msgid "Import vector data [v.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2774,6 +2796,8 @@ msgid "Import vector data [v.import]" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:55 @@ -2855,6 +2879,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2917,6 +2942,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -3281,6 +3311,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3309,6 +3340,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3324,6 +3357,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3385,6 +3419,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -3562,6 +3598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3590,6 +3627,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:77 msgid "No time info" msgstr "" @@ -3607,6 +3646,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3635,6 +3675,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:79 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -3936,6 +3978,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3998,6 +4041,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/history/tree.py:492 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:196 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -4019,6 +4067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4360,6 +4409,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:967 ../gui/wxpython/nviz/tools.py:779 msgid "Decorations" @@ -4667,6 +4718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -4709,6 +4761,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:495 msgid "Removing <{}>" @@ -5767,6 +5821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5795,6 +5850,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3100 #: ../gui/wxpython/image2target/ii2t_manager.py:3048 #: ../gui/wxpython/photo2image/ip2i_manager.py:2170 @@ -5810,6 +5867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5838,6 +5896,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3095 #: ../gui/wxpython/image2target/ii2t_manager.py:3030 #: ../gui/wxpython/photo2image/ip2i_manager.py:2164 @@ -6040,6 +6100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6121,6 +6182,11 @@ 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 #: ../gui/wxpython/gcp/statusbar.py:52 #: ../gui/wxpython/image2target/ii2t_statusbar.py:52 @@ -6284,6 +6350,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6312,6 +6379,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:314 msgid "Existing project path" ======= @@ -6326,6 +6395,7 @@ msgid "Existing project path" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6354,6 +6424,8 @@ msgid "Existing project path" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:313 msgid "Existing location path" ======= @@ -6374,6 +6446,7 @@ msgid "Timeline Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6406,6 +6479,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)) @@ -6419,6 +6494,9 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6442,6 +6520,7 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -6526,6 +6605,8 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:346 @@ -10645,6 +10726,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -10689,6 +10771,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -10712,6 +10797,7 @@ msgid "Unable to read EPGS codes: {0}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10745,6 +10831,8 @@ msgid "Unable to read EPGS codes: {0}" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10906,6 +10994,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 "" @@ -10932,6 +11021,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1478 ======= ======= @@ -10945,6 +11036,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1478 @@ -10989,6 +11081,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1476 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Interpolate surfaces" @@ -11199,6 +11293,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11224,6 +11319,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/tplot/frame.py:209 ../gui/wxpython/tplot/frame.py:264 msgid "Show simple linear regression line" msgstr "" @@ -11240,6 +11337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11278,6 +11376,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1521 msgid "Calculates linear regression from two raster maps: y = a + b*x." @@ -11564,6 +11664,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11626,6 +11727,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -12356,6 +12462,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12437,6 +12544,11 @@ 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 #: ../gui/wxpython/menustrings.py:804 ../gui/wxpython/menustrings.py:1769 msgid "Support Vector Machines classification (SVM)" @@ -19264,6 +19376,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19326,6 +19439,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/core/render.py:1112 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1111 ======= #: ../gui/wxpython/lmgr/frame.py:1902 @@ -19358,6 +19476,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19398,6 +19517,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to zoom to raster map <%s>." msgstr "" @@ -20537,6 +20659,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20618,6 +20741,11 @@ 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 msgid "3D Raster Map Calculator" msgstr "" @@ -21629,6 +21757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21710,6 +21839,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -21801,6 +21935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -21863,6 +21998,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -21899,6 +22039,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21980,6 +22121,11 @@ 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 #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -21997,6 +22143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22059,6 +22206,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -22252,6 +22404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22292,6 +22445,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -22502,6 +22658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -22527,6 +22684,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2438 ../gui/wxpython/lmgr/frame.py:2344 ======= ======= @@ -22540,6 +22699,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/main_window/frame.py:2438 ../gui/wxpython/lmgr/frame.py:2344 @@ -22584,6 +22744,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2402 ../gui/wxpython/lmgr/frame.py:2330 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -22914,6 +23076,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -22978,6 +23141,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -26102,6 +26270,7 @@ msgid "Splits subnets for nearest centers by cost isolines. Splits net to bands <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26135,6 +26304,8 @@ msgid "Splits subnets for nearest centers by cost isolines. Splits net to bands >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26318,6 +26489,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26343,6 +26515,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 "" @@ -28037,6 +28211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28070,6 +28245,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -28449,6 +28626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28477,6 +28655,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -28492,6 +28672,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -28553,6 +28734,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -28573,6 +28756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28610,6 +28794,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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." ======= @@ -28626,6 +28812,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28687,6 +28874,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -28869,6 +29060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28931,6 +29123,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -28955,6 +29152,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -28995,6 +29193,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -30207,6 +30408,7 @@ msgid "EPSG file:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -30869,6 +31071,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -33941,6 +34145,7 @@ msgstr "Mevki oluÅŸturulamıyor" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33970,6 +34175,8 @@ msgstr "Mevki oluÅŸturulamıyor" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Do you want to create GRASS location <%s>?" msgstr "<%s> GRASS mevkisini oluÅŸturmak istiyormusun?" @@ -33996,6 +34203,7 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34021,6 +34229,8 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Input Data" msgstr "Veri GiriÅŸi" @@ -34400,6 +34610,7 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34453,3 +34664,6 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_uk.po b/locale/po/grasswxpy_uk.po index c29ecbbda11..ff7e3981ba9 100644 --- a/locale/po/grasswxpy_uk.po +++ b/locale/po/grasswxpy_uk.po @@ -18598,6 +18598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18660,6 +18661,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -18681,6 +18687,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18762,6 +18769,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18780,6 +18792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18842,6 +18855,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19503,6 +19521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19543,6 +19562,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 84efd16b219..0cc00e4fa0a 100644 --- a/locale/po/grasswxpy_vi.po +++ b/locale/po/grasswxpy_vi.po @@ -22267,6 +22267,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22348,6 +22349,11 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -23606,6 +23612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23687,6 +23694,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -29164,6 +29176,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29245,6 +29258,11 @@ 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 #: ../gui/wxpython/lmgr/toolbars.py:138 msgid "Add various raster maps" @@ -29854,6 +29872,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29916,6 +29935,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -29940,6 +29964,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -29980,6 +30005,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -31091,6 +31119,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31153,6 +31182,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -31174,6 +31208,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31255,6 +31290,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -31273,6 +31313,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31335,6 +31376,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -31996,6 +32042,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32036,6 +32083,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 aa9ec0b14da..be910b84025 100644 --- a/locale/po/grasswxpy_zh.po +++ b/locale/po/grasswxpy_zh.po @@ -127,6 +127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -189,6 +190,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/nviz/tools.py:498 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:430 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "reset" @@ -208,6 +214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1818,6 +1825,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:367 msgid "Please wait, loading data..." @@ -3416,6 +3425,7 @@ msgstr "é‡ç½®ä¸ºé»˜è®¤è§†å›¾" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3478,6 +3488,11 @@ msgstr "é‡ç½®ä¸ºé»˜è®¤è§†å›¾" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -3497,6 +3512,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3868,6 +3884,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:561 msgid "Set spatial extent in 2D view" @@ -4230,6 +4248,7 @@ msgstr "背景色:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4292,6 +4311,11 @@ msgstr "背景色:" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/nviz/tools.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:494 ======= #: ../gui/wxpython/animation/dialogs.py:1990 @@ -4530,6 +4554,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4570,6 +4595,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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." @@ -4701,6 +4729,7 @@ msgstr "栅格地图" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4763,6 +4792,11 @@ msgstr "栅格地图" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -7062,6 +7096,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gmodeler/g.gui.gmodeler.py:55 msgid "Graphical Modeler - GRASS GIS" msgstr "" @@ -7088,6 +7123,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:2153 ======= ======= @@ -7101,6 +7138,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/datacatalog/tree.py:2153 @@ -7145,6 +7183,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:2178 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "&Copy path to mapset" @@ -7212,6 +7252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7237,6 +7278,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/g.gui.gmodeler.py:55 msgid "Graphical Modeler - GRASS GIS" msgstr "" @@ -7253,6 +7296,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7291,6 +7335,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:2267 ../gui/wxpython/history/tree.py:201 msgid "No available options" @@ -8910,6 +8956,7 @@ msgstr "定义新GRASS地点" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8978,6 +9025,11 @@ msgstr "定义新GRASS地点" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/location_wizard/wizard.py:198 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:197 ======= #: ../gui/wxpython/location_wizard/wizard.py:186 @@ -8992,6 +9044,7 @@ msgstr "定义新GRASS地点" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -9007,6 +9060,8 @@ msgstr "定义新GRASS地点" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -9016,6 +9071,7 @@ msgstr "定义新GRASS地点" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -9091,6 +9147,8 @@ msgstr "定义新GRASS地点" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Change" msgstr "" @@ -9111,6 +9169,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9179,6 +9238,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/location_wizard/wizard.py:218 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:217 ======= #: ../gui/wxpython/location_wizard/wizard.py:205 @@ -9193,6 +9257,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -9208,6 +9273,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -9217,6 +9284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -9292,6 +9360,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "(optional)" msgstr "" @@ -9337,6 +9407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:253 msgid "Location will be created in GRASS database:" msgstr "" @@ -9378,6 +9449,8 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:271 #, fuzzy msgid "Project will be created in GRASS database:" @@ -9392,6 +9465,7 @@ msgstr "该地点已存在于GRASSæ•°æ®åº“中." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9430,6 +9504,8 @@ msgstr "该地点已存在于GRASSæ•°æ®åº“中." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:270 msgid "Location will be created in GRASS database:" msgstr "" @@ -9451,6 +9527,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9512,6 +9589,8 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "地点å称<%(name)s>无效.请使用除(%(chars)s)之外的ASCIIå­—åŠé˜²ç©ºæ ¼å‘½å." ======= ======= @@ -9527,6 +9606,7 @@ msgid "Location will be created in GRASS database:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9553,6 +9633,8 @@ msgid "Location will be created in GRASS database:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:277 @@ -9565,6 +9647,7 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9609,6 +9692,11 @@ msgid "Location will be created in GRASS database:" #: ../gui/wxpython/location_wizard/wizard.py:253 msgid "Location will be created in GRASS database:" >>>>>>> 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 @@ -9622,6 +9710,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)) @@ -9662,6 +9751,9 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -9704,6 +9796,7 @@ msgstr "地点标签长度é™åˆ¶1è¡Œ256个字符串。多出部分将被忽略 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:335 msgid "Select Coordinate Reference System (CRS)" msgstr "" @@ -9730,6 +9823,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:357 ======= ======= @@ -9743,6 +9838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/location_wizard/wizard.py:357 @@ -9787,6 +9883,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:356 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Select Coordinate Reference System (CRS)" @@ -9821,6 +9919,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9846,6 +9945,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/location_wizard/wizard.py:335 msgid "Select Coordinate Reference System (CRS)" msgstr "" @@ -9862,6 +9963,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9900,6 +10002,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:346 msgid "Select CRS from a list by EPSG or description" @@ -9926,6 +10030,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9954,6 +10059,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -9969,6 +10076,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -10030,6 +10138,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Create a generic cartesian coordinate system (XY)" msgstr "" @@ -10165,6 +10275,7 @@ msgstr "选择地ç†é…准文件" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:1450 msgid "Enter WKT parameters string:" msgstr "" @@ -10206,6 +10317,8 @@ msgid "Select CRS from a list" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1535 msgid "Enter WKT parameters string:" msgstr "" @@ -10221,6 +10334,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10259,6 +10373,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1534 msgid "Enter WKT parameters string:" msgstr "" @@ -10284,6 +10400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:1450 msgid "Enter WKT parameters string:" @@ -10317,6 +10434,8 @@ msgid "Enter WKT parameters string:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -10332,6 +10451,7 @@ msgid "Enter WKT parameters string:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10360,6 +10480,8 @@ msgid "Enter WKT parameters string:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1498 @@ -10375,6 +10497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10425,6 +10548,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select CRS from a list" msgstr "" @@ -10444,6 +10570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -10512,6 +10639,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/location_wizard/wizard.py:1607 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1606 ======= #: ../gui/wxpython/location_wizard/wizard.py:1517 @@ -10526,6 +10658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -10541,6 +10674,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -10550,6 +10685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -10625,6 +10761,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Find more information at:" msgstr "" @@ -11680,6 +11818,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -11742,6 +11881,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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?" @@ -11764,6 +11908,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12287,6 +12432,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:48 msgid "GRASS GIS Manage Location of Tick Points on a Scanned Photo" @@ -18338,6 +18485,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/vnet/dialogs.py:74 msgid "Vector Network Analysis Tool" msgstr "" @@ -18364,6 +18512,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/ghelp.py:449 ======= ======= @@ -18377,6 +18527,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/gui_core/ghelp.py:449 @@ -18421,6 +18572,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/ghelp.py:439 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "ORCID" @@ -18488,6 +18641,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18513,6 +18667,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/vnet/dialogs.py:74 msgid "Vector Network Analysis Tool" msgstr "" @@ -18529,6 +18685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18567,6 +18724,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/goutput.py:145 msgid "Abort running command" @@ -21795,6 +21954,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21876,6 +22036,11 @@ 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 #: ../gui/wxpython/vnet/toolbars.py:54 msgid "Activate mode for turns editing" @@ -22717,6 +22882,7 @@ msgstr "左置标签" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22779,6 +22945,11 @@ msgstr "左置标签" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -22800,6 +22971,7 @@ msgid "Map Display {number}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -22842,6 +23014,9 @@ msgid "Map Display {number}" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:2179 @@ -22857,6 +23032,7 @@ msgid "Add selected map layers into layer tree" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -22899,6 +23075,8 @@ msgid "Add selected map layers into layer tree" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23714,6 +23892,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23744,6 +23923,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:50 msgid "Multiple import" ======= @@ -23762,6 +23943,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23808,6 +23990,9 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -25137,6 +25322,7 @@ msgstr "警告" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25218,6 +25404,11 @@ 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 msgid "Setup for r.li modules" msgstr "" @@ -25315,6 +25506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25383,6 +25575,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -25412,6 +25609,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -25452,6 +25650,9 @@ msgid "Text properties" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -25467,6 +25668,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25509,6 +25711,8 @@ msgid "Remove scale bar" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25528,6 +25732,7 @@ msgstr "选择è¦è¿è¡Œçš„模型" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25590,6 +25795,11 @@ msgstr "选择è¦è¿è¡Œçš„模型" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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 @@ -25783,6 +25993,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -25823,6 +26034,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -26055,6 +26269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -26094,6 +26309,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:104 msgid "Please provide a raster map name to process" msgstr "" @@ -26408,6 +26625,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -26472,6 +26690,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -26493,6 +26716,7 @@ msgid "Raster cell values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26526,6 +26750,8 @@ msgid "Raster cell values" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28463,6 +28689,7 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28507,6 +28734,9 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1291 @@ -31053,6 +31283,7 @@ msgid "Sample a space time raster dataset at specific vector point coordinates a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31086,6 +31317,8 @@ msgid "Sample a space time raster dataset at specific vector point coordinates a >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31148,6 +31381,7 @@ msgstr "显示选中矢é‡åœ°å›¾çš„属性数æ®" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/menustrings.py:1031 ../gui/wxpython/menustrings.py:1976 msgid "Univariate raster dataset statistics" msgstr "栅格数æ®é›†ä¸€å…ƒç»Ÿè®¡é‡" @@ -31282,6 +31516,8 @@ msgid "Launch Data Catalog." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:128 #, fuzzy msgid "Add multiple map layers" @@ -31301,6 +31537,7 @@ msgid "Launch Data Catalog." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/menustrings.py:2000 msgid "Launch Data Catalog." @@ -31365,6 +31602,11 @@ msgid "Launch Data Catalog." #: ../gui/wxpython/menustrings.py:2000 msgid "Launch Data Catalog." >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/menustrings.py:2000 +msgid "Launch Data Catalog." +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2007 @@ -31380,6 +31622,7 @@ msgid "Managing GCPs for 3D correction" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31413,6 +31656,8 @@ msgid "Managing GCPs for 3D correction" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31527,6 +31772,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31552,6 +31798,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:2092 msgid "Add or edit vector map" msgstr "添加或编辑矢é‡å›¾" @@ -31692,6 +31940,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31725,6 +31974,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -31778,6 +32029,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31859,6 +32111,11 @@ msgid "Unable to create new mapset: {}" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/lmgr/pyshell.py:143 @@ -32160,6 +32417,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32222,6 +32480,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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:" @@ -32263,6 +32526,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32303,6 +32567,8 @@ msgid "Attribute table <%s> not found. For creating the table switch to 'Manage >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:743 @@ -32494,6 +32760,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32556,6 +32823,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -32580,6 +32852,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -32620,6 +32893,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -33336,6 +33612,7 @@ msgstr "时空数æ®é›†ä¸­çš„地图类型(时间点/时间间隔)必须相 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33398,6 +33675,11 @@ msgstr "时空数æ®é›†ä¸­çš„地图类型(时间点/时间间隔)必须相 ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -33682,6 +33964,7 @@ msgstr "文件" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -33722,6 +34005,9 @@ msgstr "文件" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 "时空数æ®é›†ä¸­é¡»ä½¿ç”¨ç›¸åŒçš„地图时间范畴。" @@ -34259,6 +34545,7 @@ msgid "Unable to read EPSG codes: %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -34901,6 +35188,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1949 @@ -37505,6 +37794,7 @@ msgstr "标签:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37533,6 +37823,8 @@ msgstr "标签:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "地点å称:" @@ -37556,6 +37848,7 @@ msgstr "标签:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37584,6 +37877,8 @@ msgstr "标签:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "显示计算范围" @@ -37624,6 +37919,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -37668,6 +37964,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main msgstr "" #, fuzzy @@ -37788,6 +38087,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37821,6 +38121,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38625,6 +38927,7 @@ msgstr "对一个åƒå…ƒå‘¨å›´çš„åƒå…ƒå€¼è¿›è¡Œå‡½æ•°è®¡ç®—,将得到的值赋 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38688,6 +38991,11 @@ msgstr "对一个åƒå…ƒå‘¨å›´çš„åƒå…ƒå€¼è¿›è¡Œå‡½æ•°è®¡ç®—,将得到的值赋 #~ msgstr "无法创建地点" ======= >>>>>>> osgeo-main +======= +#~ msgid "Unable to create location" +#~ msgstr "无法创建地点" +======= +>>>>>>> osgeo-main msgid "GRASS GIS Setup for r.li modules" msgstr "GRASS GIS r.li模å—设置" @@ -38718,6 +39026,7 @@ msgstr "无法创建地点" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -38758,6 +39067,9 @@ msgstr "无法创建地点" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "选择空间å‚考系统EPSG代ç " @@ -38808,6 +39120,7 @@ msgstr "创建新地点?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38833,6 +39146,8 @@ msgstr "创建新地点?" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #, fuzzy msgid "Temporary map '%s' with result " msgstr "dig_att文件ä¸å­˜åœ¨ã€‚" @@ -39385,6 +39700,7 @@ msgstr "创建新地点?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -39438,3 +39754,6 @@ msgstr "创建新地点?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 5d9539ff627..b3fcc593dba 100644 --- a/locale/po/grasswxpy_zh_CN.po +++ b/locale/po/grasswxpy_zh_CN.po @@ -18598,6 +18598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18660,6 +18661,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../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" @@ -18681,6 +18687,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18762,6 +18769,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18780,6 +18792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -18842,6 +18855,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19503,6 +19521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -19543,6 +19562,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 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 cab63741b41..9fc0ed6e53f 100644 --- a/locale/templates/grasslibs.pot +++ b/locale/templates/grasslibs.pot @@ -23,6 +23,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -47,6 +48,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -60,6 +63,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -104,6 +108,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -121,6 +127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -154,6 +161,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -170,6 +179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -207,6 +217,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -231,6 +243,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -268,6 +281,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/nviz/render.c:43 #, c-format msgid "Unable to get function address for %s" @@ -370,6 +385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -431,6 +447,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/init/grass.py:212 msgid "WARNING" msgstr "" @@ -1058,6 +1078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1139,6 +1160,11 @@ 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 #, c-format msgid "%s: Unable to read font definition file; use the default" msgstr "" @@ -1158,6 +1184,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/driver/parse_ftcap.c:90 ======= <<<<<<< HEAD @@ -1196,6 +1223,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/driver/parse_ftcap.c:91 ======= #: ../lib/driver/parse_ftcap.c:90 @@ -1212,6 +1241,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/driver/parse_ftcap.c:90 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1285,6 +1315,11 @@ msgstr "" #: ../lib/driver/parse_ftcap.c:90 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/driver/parse_ftcap.c:90 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: No font definition file" msgstr "" @@ -1304,6 +1339,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:94 ======= <<<<<<< HEAD @@ -1342,6 +1378,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/cluster/c_exec.c:43 #, c-format msgid "Not enough data points (%d) in cluster" @@ -2101,6 +2139,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:94 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2174,6 +2213,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:94 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -2193,6 +2237,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2230,6 +2275,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:95 msgid "Loading data from attribute table ..." msgstr "" @@ -2255,6 +2302,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2316,6 +2364,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:97 msgid "Loading data from attribute table ..." msgstr "" @@ -2343,6 +2395,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2424,6 +2477,11 @@ 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 #, c-format msgid "Database connection not defined for layer %d" msgstr "" @@ -2443,6 +2501,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2480,6 +2539,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -2503,6 +2564,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2564,6 +2626,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -2589,6 +2655,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2670,6 +2737,11 @@ 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 #, c-format msgid "Unable to open database <%s> by driver <%s>" msgstr "" @@ -2689,6 +2761,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 ======= @@ -2728,6 +2801,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:113 #: ../lib/rst/interp_float/vinput2d.c:126 ../lib/db/dbmi_client/copy_tab.c:293 ======= @@ -2746,6 +2821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2771,6 +2847,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -2786,6 +2864,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2824,6 +2903,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Column <%s> not found" msgstr "" @@ -2843,6 +2924,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:118 #: ../lib/rst/interp_float/vinput2d.c:131 ======= @@ -2882,6 +2964,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:115 #: ../lib/rst/interp_float/vinput2d.c:128 ======= @@ -2900,6 +2984,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2925,6 +3010,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../lib/rst/interp_float/vinput2d.c:118 #: ../lib/rst/interp_float/vinput2d.c:131 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2940,6 +3027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2978,6 +3066,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Data type of column <%s> must be numeric" msgstr "" @@ -2997,6 +3087,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3034,6 +3125,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:140 msgid "Reading features from vector map ..." msgstr "" @@ -3052,6 +3145,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3113,6 +3207,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:142 msgid "Reading features from vector map ..." msgstr "" @@ -3133,6 +3231,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3214,6 +3313,11 @@ 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 #, c-format msgid "Database record for cat %d not found" msgstr "" @@ -3233,6 +3337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3270,6 +3375,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:188 msgid "Negative value of smoothing detected: sm must be >= 0" msgstr "" @@ -3292,6 +3399,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3353,6 +3461,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -3377,6 +3489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3458,6 +3571,11 @@ 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 #, c-format msgid "There are points outside specified 2D/3D region - %d points ignored" msgstr "" @@ -3477,6 +3595,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:273 ======= <<<<<<< HEAD @@ -3515,6 +3634,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:269 ======= #: ../lib/rst/interp_float/vinput2d.c:273 @@ -3531,6 +3652,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3604,6 +3726,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -3623,6 +3750,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:277 ======= <<<<<<< HEAD @@ -3661,6 +3789,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:273 ======= #: ../lib/rst/interp_float/vinput2d.c:277 @@ -3677,6 +3807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3750,6 +3881,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -3771,6 +3907,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3808,6 +3945,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:279 msgid "Zero points in the given region" msgstr "" @@ -3826,6 +3965,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3887,6 +4027,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:282 msgid "Zero points in the given region" msgstr "" @@ -3907,6 +4051,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3988,6 +4133,11 @@ 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 #, c-format msgid "" "Segmentation parameters set to invalid values: npmin= %d, segmax= %d for " @@ -4009,6 +4159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:293 ======= <<<<<<< HEAD @@ -4047,6 +4198,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:292 ======= #: ../lib/rst/interp_float/vinput2d.c:293 @@ -4063,6 +4216,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:293 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4136,6 +4290,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:293 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -4172,6 +4331,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4209,6 +4369,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:329 msgid "Some points outside of region (ignored)" msgstr "" @@ -4231,6 +4393,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4292,6 +4455,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:333 msgid "Some points outside of region (ignored)" msgstr "" @@ -4316,6 +4483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4397,6 +4565,11 @@ 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 #, c-format msgid "Unable to insert %f,%f,%f a = %d" msgstr "" @@ -4416,6 +4589,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4447,6 +4621,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/interp2d.c:234 ======= ======= @@ -4463,6 +4639,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4507,6 +4684,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/input2d.c:58 #, c-format msgid "Mask raster map <%s> not found" @@ -4575,6 +4754,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4656,6 +4836,11 @@ 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 #, c-format msgid "" "Overshoot - increase in tension suggested. Overshoot occurs at (%d,%d) cell. " @@ -4677,6 +4862,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4714,6 +4900,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/proj/ellipse.c:97 #, c-format msgid "Invalid ellipsoid <%s> in file" @@ -5154,6 +5342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5215,6 +5404,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -5273,6 +5466,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5354,6 +5548,11 @@ 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 #, c-format msgid "G__open_misc(read): mapset <%s> doesn't match xmapset <%s>" msgstr "" @@ -5373,6 +5572,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/open_misc.c:74 ======= <<<<<<< HEAD @@ -5411,6 +5611,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/open_misc.c:73 ======= #: ../lib/gis/open_misc.c:74 @@ -5427,6 +5629,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/open_misc.c:74 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5500,6 +5703,11 @@ msgstr "" #: ../lib/gis/open_misc.c:74 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -5519,6 +5727,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5556,6 +5765,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/legal_name.c:40 #, c-format msgid "Illegal filename <%s>. Cannot start with '.' or be 'NULL'." @@ -5925,6 +6136,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5986,6 +6198,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/lrand48.c:85 #, c-format msgid "gettimeofday failed: %s" @@ -6019,6 +6235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6100,6 +6317,11 @@ 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 #, c-format msgid "Bug in UI description. Option key <%s> is not valid" msgstr "" @@ -6119,6 +6341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:363 ======= <<<<<<< HEAD @@ -6157,6 +6380,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:366 ======= #: ../lib/gis/parser.c:363 @@ -6173,6 +6398,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6246,6 +6472,11 @@ msgstr "" #: ../lib/gis/parser.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -6265,6 +6496,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:415 ======= <<<<<<< HEAD @@ -6303,6 +6535,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:419 ======= #: ../lib/gis/parser.c:415 @@ -6319,6 +6553,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:415 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6392,6 +6627,11 @@ msgstr "" #: ../lib/gis/parser.c:415 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -6411,6 +6651,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6448,6 +6689,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:551 msgid "Use either --quiet or --verbose flag, not both. Assuming --verbose." msgstr "" @@ -6474,6 +6717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6535,6 +6779,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -6563,6 +6811,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6644,6 +6893,11 @@ 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 #, c-format msgid "Sorry <%s> is not a valid option" msgstr "" @@ -6663,6 +6917,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6700,7 +6955,9 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main -#: ../lib/gis/parser.c:625 +======= +>>>>>>> osgeo-main +#: ../lib/gis/parser.c:625 msgid "Your installation doesn't include GUI, exiting." msgstr "" @@ -6726,6 +6983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6787,6 +7045,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser.c:612 msgid "Your installation doesn't include GUI, exiting." msgstr "" @@ -6811,6 +7073,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6892,6 +7155,11 @@ 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 #, c-format msgid "%s: Sorry, <%c> is not a valid flag" msgstr "" @@ -6911,6 +7179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1138 ======= <<<<<<< HEAD @@ -6949,6 +7218,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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>" @@ -6976,6 +7247,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1138 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7049,6 +7321,11 @@ msgstr "" #: ../lib/gis/parser.c:1138 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1138 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: Sorry, <%s=> is ambiguous" msgstr "" @@ -7068,6 +7345,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1141 ======= <<<<<<< HEAD @@ -7106,6 +7384,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1230 ======= #: ../lib/gis/parser.c:1141 @@ -7122,6 +7402,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1141 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7195,6 +7476,11 @@ msgstr "" #: ../lib/gis/parser.c:1141 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1141 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Option <%s=> matches" msgstr "" @@ -7214,6 +7500,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1159 ======= <<<<<<< HEAD @@ -7252,6 +7539,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1250 #, c-format msgid "" @@ -7280,6 +7569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1159 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7353,6 +7643,11 @@ msgstr "" #: ../lib/gis/parser.c:1159 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -7372,6 +7667,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1172 ======= <<<<<<< HEAD @@ -7410,6 +7706,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1279 ======= #: ../lib/gis/parser.c:1172 @@ -7426,6 +7724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1172 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7499,6 +7798,11 @@ msgstr "" #: ../lib/gis/parser.c:1172 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -7518,6 +7822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 ======= <<<<<<< HEAD @@ -7556,6 +7861,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1286 ../lib/gis/parser.c:1547 ======= #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 @@ -7572,6 +7879,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7645,6 +7953,11 @@ msgstr "" #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -7664,6 +7977,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1183 ======= <<<<<<< HEAD @@ -7702,6 +8016,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1291 ======= #: ../lib/gis/parser.c:1183 @@ -7718,6 +8034,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7791,6 +8108,11 @@ msgstr "" #: ../lib/gis/parser.c:1183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -7810,6 +8132,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1255 ======= <<<<<<< HEAD @@ -7848,6 +8171,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1364 ======= #: ../lib/gis/parser.c:1255 @@ -7864,6 +8189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1255 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7937,6 +8263,11 @@ msgstr "" #: ../lib/gis/parser.c:1255 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1255 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Illegal range syntax for parameter <%s>\n" @@ -7958,6 +8289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1261 ======= <<<<<<< HEAD @@ -7996,6 +8328,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1371 ======= #: ../lib/gis/parser.c:1261 @@ -8012,6 +8346,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1261 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8085,6 +8420,11 @@ msgstr "" #: ../lib/gis/parser.c:1261 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -8106,6 +8446,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1267 ======= <<<<<<< HEAD @@ -8144,6 +8485,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1377 ======= #: ../lib/gis/parser.c:1267 @@ -8160,6 +8503,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1267 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8233,6 +8577,11 @@ msgstr "" #: ../lib/gis/parser.c:1267 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1267 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Missing value for parameter <%s>" msgstr "" @@ -8252,6 +8601,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1273 ======= <<<<<<< HEAD @@ -8290,6 +8640,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1381 ======= #: ../lib/gis/parser.c:1273 @@ -8306,6 +8658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8379,6 +8732,11 @@ msgstr "" #: ../lib/gis/parser.c:1273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1273 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Invalid value <%s> for parameter <%s>" msgstr "" @@ -8398,6 +8756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1279 ======= <<<<<<< HEAD @@ -8436,6 +8795,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1387 ======= #: ../lib/gis/parser.c:1279 @@ -8452,6 +8813,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1279 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8525,6 +8887,11 @@ msgstr "" #: ../lib/gis/parser.c:1279 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1279 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Value <%s> ambiguous for parameter <%s>\n" @@ -8546,6 +8913,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1459 ======= <<<<<<< HEAD @@ -8584,6 +8952,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1573 ======= #: ../lib/gis/parser.c:1459 @@ -8600,6 +8970,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1459 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8673,6 +9044,11 @@ msgstr "" #: ../lib/gis/parser.c:1459 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1459 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Required parameter <%s> not set:\n" @@ -8694,6 +9070,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1551 ======= <<<<<<< HEAD @@ -8732,6 +9109,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1666 ======= #: ../lib/gis/parser.c:1551 @@ -8748,6 +9127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1551 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8821,6 +9201,11 @@ msgstr "" #: ../lib/gis/parser.c:1551 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -8842,6 +9227,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 ======= <<<<<<< HEAD @@ -8880,6 +9266,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1739 ../lib/gis/error.c:367 ======= #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 @@ -8896,6 +9284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8969,6 +9358,11 @@ msgstr "" #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ERROR: " msgstr "" @@ -8988,6 +9382,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 ======= <<<<<<< HEAD @@ -9026,6 +9421,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1741 ../lib/gis/parser.c:1751 ======= #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 @@ -9042,6 +9439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9115,6 +9513,11 @@ msgstr "" #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -9134,6 +9537,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1744 ======= <<<<<<< HEAD @@ -9172,6 +9576,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1863 ======= #: ../lib/gis/parser.c:1744 @@ -9188,6 +9594,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1744 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9261,6 +9668,11 @@ msgstr "" #: ../lib/gis/parser.c:1744 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1744 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s= is not a separator option" msgstr "" @@ -9280,6 +9692,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1747 ======= <<<<<<< HEAD @@ -9318,6 +9731,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1866 ======= #: ../lib/gis/parser.c:1747 @@ -9334,6 +9749,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1747 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9407,6 +9823,11 @@ msgstr "" #: ../lib/gis/parser.c:1747 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser.c:1747 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "No separator given for %s=" msgstr "" @@ -9426,6 +9847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 ======= <<<<<<< HEAD @@ -9464,6 +9886,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1928 ../lib/gis/parser.c:1947 ======= #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 @@ -9480,6 +9904,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9553,6 +9978,11 @@ msgstr "" #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -9572,6 +10002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1811 ======= <<<<<<< HEAD @@ -9610,6 +10041,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1930 ======= #: ../lib/gis/parser.c:1811 @@ -9626,6 +10059,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1811 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9699,6 +10133,11 @@ msgstr "" #: ../lib/gis/parser.c:1811 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -9718,6 +10157,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1817 ======= <<<<<<< HEAD @@ -9756,6 +10196,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1936 ======= #: ../lib/gis/parser.c:1817 @@ -9772,6 +10214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1817 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9845,6 +10288,11 @@ msgstr "" #: ../lib/gis/parser.c:1817 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -9864,6 +10312,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1823 ======= <<<<<<< HEAD @@ -9902,6 +10351,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1943 ======= #: ../lib/gis/parser.c:1823 @@ -9918,6 +10369,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1823 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9991,6 +10443,11 @@ msgstr "" #: ../lib/gis/parser.c:1823 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -10010,6 +10467,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10047,6 +10505,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/open.c:69 #, c-format msgid "G__open(read): mapset <%s> doesn't match xmapset <%s>" @@ -10977,6 +11437,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11038,6 +11499,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/gisinit.c:54 ../lib/gis/gisinit.c:89 #, c-format msgid "" @@ -11119,6 +11584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11200,6 +11666,11 @@ 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 #, c-format msgid "%s: shouldn't happen: code=%d P=(%f,%f) S=(%f,%f)(%f,%f)" msgstr "" @@ -11219,6 +11690,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11256,6 +11728,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/seek.c:54 ../lib/gis/seek.c:61 #, c-format msgid "Unable to seek: %s" @@ -11611,6 +12085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11672,6 +12147,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:84 msgid "Description:" msgstr "" @@ -11707,6 +12186,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11744,6 +12224,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:227 msgid "Super quiet module output" msgstr "" @@ -11766,6 +12248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11827,6 +12310,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -11875,6 +12362,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11956,6 +12444,11 @@ 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 #, c-format msgid " %*s default: %s\n" msgstr "" @@ -11975,6 +12468,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser_help.c:287 ======= <<<<<<< HEAD @@ -12013,6 +12507,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:284 ======= #: ../lib/gis/parser_help.c:287 @@ -12029,6 +12525,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser_help.c:287 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12102,6 +12599,11 @@ msgstr "" #: ../lib/gis/parser_help.c:287 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/parser_help.c:287 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid " %*s options: " msgstr "" @@ -12121,6 +12623,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12158,6 +12661,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/env.c:129 msgid "No active GRASS session: GISRC environment variable not set" msgstr "" @@ -12193,6 +12698,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12254,6 +12760,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/proj3.c:124 ../lib/vector/Vlib/header.c:556 msgid "Unknown projection" msgstr "" @@ -12322,6 +12832,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12350,6 +12861,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -12365,6 +12878,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -12426,6 +12940,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to make mapset element %s (%s): %s" msgstr "" @@ -12445,6 +12961,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/mapset_msc.c:201 ======= <<<<<<< HEAD @@ -12469,6 +12986,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset_msc.c:229 ======= ======= @@ -12482,6 +13001,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../lib/gis/mapset_msc.c:229 @@ -12526,6 +13046,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset_msc.c:228 ======= #: ../lib/gis/mapset_msc.c:201 @@ -12543,6 +13065,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/mapset_msc.c:201 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12576,6 +13099,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -12592,6 +13117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12629,6 +13155,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access mapset element %s (%s): %s" msgstr "" @@ -12648,6 +13176,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12679,6 +13208,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/cmprzlib.c:140 ======= ======= @@ -12695,6 +13226,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -12739,6 +13271,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/paths.c:201 #, c-format msgid "Unable to open file <%s> for reading" @@ -13357,6 +13891,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13438,6 +13973,11 @@ 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 #, c-format msgid "ZLIB compression error %d: %s" msgstr "" @@ -13457,6 +13997,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/cmprzlib.c:204 ======= <<<<<<< HEAD @@ -13495,6 +14036,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/cmprzlib.c:199 ======= #: ../lib/gis/cmprzlib.c:204 @@ -13511,6 +14054,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/cmprzlib.c:204 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13584,6 +14128,11 @@ msgstr "" #: ../lib/gis/cmprzlib.c:204 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/gis/cmprzlib.c:204 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ZLIB decompression error %d: %s" msgstr "" @@ -13602,6 +14151,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -13684,6 +14234,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/make_mapset.c:66 #, c-format msgid "Location <%s> doesn't exist" @@ -14002,6 +14557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14083,6 +14639,11 @@ 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 #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "" @@ -14107,6 +14668,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14144,6 +14706,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/make_mapset.c:67 #, c-format msgid "Location <%s> doesn't exist" @@ -14758,6 +15322,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14819,6 +15384,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/worker.c:84 msgid "Task already has a worker" msgstr "" @@ -18894,6 +19463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18975,6 +19545,11 @@ 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 #, c-format msgid "Qualified name <%s> doesn't match mapset <%s>" msgstr "" @@ -18994,6 +19569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 ======= <<<<<<< HEAD @@ -19032,6 +19608,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -19048,6 +19626,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)) @@ -19121,6 +19700,11 @@ msgstr "" #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -19140,6 +19724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19177,6 +19762,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/raster/quant_rw.c:88 #, c-format msgid "Unable to read fp range for raster map <%s>" @@ -20015,6 +20602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20076,6 +20664,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -20629,6 +21221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20710,6 +21303,11 @@ 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 #, c-format msgid "Unable to open output file <%s>" msgstr "" @@ -20729,6 +21327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/cairodriver/write_xid.c:19 ======= <<<<<<< HEAD @@ -20767,6 +21366,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/pngdriver/read_png.c:80 msgid "Input PNG file is not 8-bit" msgstr "" @@ -21048,6 +21649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/cairodriver/write_xid.c:19 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -21121,6 +21723,11 @@ msgstr "" #: ../lib/cairodriver/write_xid.c:19 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -21139,6 +21746,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -21221,6 +21829,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/cairodriver/graph.c:67 msgid "Unable to open display" msgstr "" @@ -21272,6 +21885,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21353,6 +21967,11 @@ 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 #: ../lib/cairodriver/read_xid.c:14 #, c-format msgid "Unable to open input file <%s>" @@ -21383,6 +22002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21420,6 +22040,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/cairodriver/read_bmp.c:89 ../lib/cairodriver/read_ppm.c:28 #, c-format msgid "Cairo: unable to open input file <%s>" @@ -21523,6 +22145,7 @@ msgid "Cairo: unable to open mask file <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -21584,6 +22207,10 @@ msgid "Cairo: unable to open mask file <%s>" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/cairodriver/raster.c:104 msgid "Failed to create cairo surface" msgstr "" @@ -21605,6 +22232,7 @@ msgid "Cairo_Bitmap: Failed to create source" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21686,6 +22314,11 @@ msgid "Cairo_Bitmap: Failed to create source" ======= >>>>>>> 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 msgstr "" #: ../lib/cairodriver/text.c:51 @@ -21708,6 +22341,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21745,6 +22379,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/cairodriver/text.c:60 msgid "Some characters could not be converted to UTF-8" msgstr "" @@ -22137,6 +22773,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22198,6 +22835,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -22223,6 +22864,7 @@ msgid "db_convert_value_into_string(): unrecongized sqltype-type" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22304,6 +22946,11 @@ msgid "db_convert_value_into_string(): unrecongized sqltype-type" ======= >>>>>>> 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 msgstr "" #: ../lib/db/dbmi_base/default_name.c:139 @@ -22333,6 +22980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22370,6 +23018,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/error.c:135 msgid "dbmi: Out of Memory" msgstr "" @@ -22388,6 +23038,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22449,6 +23100,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/error.c:136 msgid "dbmi: Out of Memory" msgstr "" @@ -22469,6 +23124,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22550,6 +23206,11 @@ 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 #, c-format msgid "dbmi: %s() not implemented" msgstr "" @@ -22569,6 +23230,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/db/dbmi_base/error.c:163 ======= <<<<<<< HEAD @@ -22607,6 +23269,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/error.c:162 ======= #: ../lib/db/dbmi_base/error.c:163 @@ -22623,6 +23287,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/db/dbmi_base/error.c:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -22696,6 +23361,11 @@ msgstr "" #: ../lib/db/dbmi_base/error.c:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/db/dbmi_base/error.c:163 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "dbmi: Invalid procedure %d" msgstr "" @@ -22715,6 +23385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22752,6 +23423,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/xdrvalue.c:82 msgid "send data: invalid C-type" msgstr "" @@ -22778,6 +23451,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22839,6 +23513,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -22858,6 +23536,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22895,6 +23574,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/index.c:180 msgid "db_set_index_column_name(): invalid column number" msgstr "" @@ -22938,6 +23619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22999,6 +23681,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/xdrvalue.c:82 msgid "send data: invalid C-type" msgstr "" @@ -23049,6 +23735,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23130,6 +23817,11 @@ 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 #: ../lib/db/dbmi_base/test/test_columns.c:37 msgid "" "\n" @@ -23175,6 +23867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23206,6 +23899,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_client/table.c:47 ../lib/db/dbmi_client/delete_tab.c:41 ======= ======= @@ -23222,6 +23917,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23266,6 +23962,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_table.c:38 msgid "" "\n" @@ -23323,6 +24021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23404,6 +24103,11 @@ 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 #, c-format msgid "Unable open database <%s> by driver <%s>" msgstr "" @@ -23423,6 +24127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/db/dbmi_client/delete_tab.c:53 ======= <<<<<<< HEAD @@ -23461,6 +24166,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -23555,6 +24262,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/db/dbmi_client/delete_tab.c:53 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -23628,6 +24336,11 @@ msgstr "" #: ../lib/db/dbmi_client/delete_tab.c:53 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -23647,6 +24360,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23678,6 +24392,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:195 ======= ======= @@ -23694,6 +24410,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -23738,6 +24455,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_client/copy_tab.c:91 #, c-format msgid "Array of values to select from column <%s> is empty" @@ -24056,6 +24775,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24137,6 +24857,11 @@ 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 #, c-format msgid "ps: truecolor status %s" msgstr "" @@ -24156,6 +24881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24187,6 +24913,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:214 ======= ======= @@ -24203,6 +24931,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -24247,6 +24976,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:199 ../lib/pngdriver/graph_set.c:102 msgid "enabled" msgstr "" @@ -24271,6 +25002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24352,6 +25084,11 @@ 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 #, c-format msgid "ps: collecting to file '%s'" msgstr "" @@ -24371,6 +25108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/psdriver/graph_set.c:218 ======= <<<<<<< HEAD @@ -24409,6 +25147,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:215 ======= #: ../lib/psdriver/graph_set.c:218 @@ -24425,6 +25165,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/psdriver/graph_set.c:218 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -24498,6 +25239,11 @@ msgstr "" #: ../lib/psdriver/graph_set.c:218 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../lib/psdriver/graph_set.c:218 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ps: image size %dx%d" msgstr "" @@ -24517,6 +25263,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24554,6 +25301,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/htmldriver/graph_set.c:95 #, c-format msgid "html: collecting to file '%s'" @@ -24595,6 +25344,7 @@ msgid "Unable to read vector map <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24656,6 +25406,10 @@ msgid "Unable to read vector map <%s>" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/ogsf/gsdrape.c:207 msgid "Unable to process vector map - out of memory" msgstr "" @@ -24861,6 +25615,7 @@ msgid "Maximum number of datasets exceeded" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24942,6 +25697,11 @@ msgid "Maximum number of datasets exceeded" ======= >>>>>>> 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 msgstr "" #: ../lib/ogsf/gp3.c:148 @@ -24974,6 +25734,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/ogsf/gp3.c:288 ======= <<<<<<< HEAD @@ -25012,6 +25773,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gp3.c:236 ../lib/ogsf/gv3.c:384 #, c-format msgid "No color rule defined for category %d" @@ -25038,6 +25801,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/ogsf/gp3.c:288 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25111,6 +25875,11 @@ msgstr "" #: ../lib/ogsf/gp3.c:288 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -25132,6 +25901,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25169,6 +25939,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -25209,6 +25981,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25270,6 +26043,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/ogsf/gvl_file.c:103 msgid "Maximum number of datafiles exceeded" msgstr "" @@ -25289,6 +26066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/ogsf/gvl_file.c:442 ======= <<<<<<< HEAD @@ -25327,6 +26105,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gvl_file.c:441 ======= #: ../lib/ogsf/gvl_file.c:442 @@ -25343,6 +26123,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/ogsf/gvl_file.c:442 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25416,6 +26197,11 @@ msgstr "" #: ../lib/ogsf/gvl_file.c:442 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -25435,6 +26221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25472,6 +26259,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gsd_surf.c:1737 msgid "Cut-plane points mis-match between surfaces. Check resolution(s)." msgstr "" @@ -28474,6 +29263,7 @@ msgid "[%s]: No such color" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28535,6 +29325,10 @@ msgid "[%s]: No such color" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/pngdriver/graph_set.c:101 #, c-format msgid "png: truecolor status %s" @@ -29667,6 +30461,7 @@ msgid "No ellipsoid info given in file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29748,4 +30543,9 @@ msgid "No ellipsoid info given in file" ======= >>>>>>> 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 msgstr "" diff --git a/locale/templates/grassmods.pot b/locale/templates/grassmods.pot index 4fcd627a00c..542aa58a274 100644 --- a/locale/templates/grassmods.pot +++ b/locale/templates/grassmods.pot @@ -23,6 +23,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -47,6 +48,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -60,6 +63,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -104,6 +108,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -121,6 +127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -154,6 +161,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -170,6 +179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -207,6 +217,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -232,6 +244,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -269,6 +282,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -343,6 +358,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -404,6 +420,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -477,6 +497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -558,6 +579,11 @@ 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 #: ../locale/scriptstrings/t.rast3d.extract_to_translate.c:2 msgid "temporal" msgstr "" @@ -577,6 +603,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -614,6 +641,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -660,6 +689,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -721,6 +751,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -759,6 +793,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -840,6 +875,11 @@ 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 msgid "" "Prints/sets general temporal GIS database connection for current mapset." msgstr "" @@ -859,6 +899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -896,6 +937,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:42 ../db/db.connect/main.c:50 msgid "Print current connection parameters and exit" msgstr "" @@ -947,6 +990,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1008,6 +1052,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -1029,6 +1077,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1110,6 +1159,11 @@ 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 #: ../locale/scriptstrings/g.extension_to_translate.c:17 #: ../locale/scriptstrings/g.extension_to_translate.c:19 #: ../locale/scriptstrings/g.extension_to_translate.c:21 @@ -1129,6 +1183,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1166,6 +1221,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1183,6 +1240,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1244,6 +1302,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../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 @@ -1264,6 +1326,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1345,6 +1408,11 @@ 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 #: ../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 @@ -1364,6 +1432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1401,6 +1470,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1445,6 +1516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1506,6 +1578,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -1570,6 +1646,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1598,6 +1675,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -1613,6 +1692,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -1674,6 +1754,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Print" msgstr "" @@ -1697,6 +1779,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 ======= @@ -1736,6 +1819,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 ======= @@ -1754,6 +1839,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1779,6 +1865,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -1794,6 +1882,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1832,6 +1921,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1862,6 +1953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1899,6 +1991,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:60 msgid "Print current connection parameter in shell style and exit" msgstr "" @@ -1921,6 +2015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1982,6 +2077,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -2006,6 +2105,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2087,6 +2187,11 @@ 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 #, c-format msgid "" "Default TGIS driver / database set to:\n" @@ -2109,6 +2214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2146,6 +2252,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:119 msgid "Default TGIS driver is not set" msgstr "" @@ -2164,6 +2272,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2225,6 +2334,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:118 msgid "Default TGIS driver is not set" msgstr "" @@ -2245,6 +2358,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2326,6 +2440,11 @@ 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 msgid "Default TGIS database is not set" msgstr "" @@ -2345,6 +2464,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../db/db.connect/main.c:197 ======= <<<<<<< HEAD @@ -2383,6 +2503,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../db/db.connect/main.c:198 ======= #: ../db/db.connect/main.c:197 @@ -2399,6 +2521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../db/db.connect/main.c:197 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2472,6 +2595,11 @@ msgstr "" #: ../db/db.connect/main.c:197 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../db/db.connect/main.c:197 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Default driver / database set to:\n" @@ -2494,6 +2622,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2531,6 +2660,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -12390,6 +12521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12451,6 +12583,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -12471,6 +12607,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12552,6 +12689,11 @@ 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 #, c-format msgid "Unable to open raster map <%s>" msgstr "" @@ -12571,6 +12713,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12608,6 +12751,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -12628,6 +12773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12689,6 +12835,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.acca/main.c:70 #, c-format msgid "" @@ -12979,6 +13129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13060,6 +13211,11 @@ 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 #, c-format msgid "Unable to create raster map <%s>" msgstr "" @@ -13079,6 +13235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13116,6 +13273,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../raster/r.mapcalc/map3.c:631 msgid "Unable to close output raster map" msgstr "" @@ -25376,6 +25535,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25437,6 +25597,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.acca/algorithm.c:237 msgid "Processing first pass..." msgstr "" @@ -25581,6 +25745,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25662,6 +25827,11 @@ 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 #, c-format msgid "Unable to read signature file <%s>" msgstr "" @@ -25681,6 +25851,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25718,6 +25889,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)" @@ -25738,6 +25911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25799,6 +25973,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.smap/openfiles.c:33 #, c-format msgid "Signature file <%s> is invalid" @@ -25826,6 +26004,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25907,6 +26086,11 @@ 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 #, c-format msgid "" "Signature - group member semantic label mismatch.\n" @@ -25929,6 +26113,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25966,6 +26151,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -26169,6 +26356,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26230,6 +26418,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -26283,6 +26475,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26364,6 +26557,11 @@ 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 #, c-format msgid "Group <%s> not found in current mapset" msgstr "" @@ -26383,6 +26581,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 @@ -26423,6 +26622,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -26443,6 +26644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26468,6 +26670,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -26484,6 +26688,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26522,6 +26727,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Subgroup <%s> in group <%s> not found" msgstr "" @@ -26541,6 +26748,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26578,6 +26786,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -26594,6 +26804,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26655,6 +26866,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.smap/segment.c:67 msgid "Number of classes must be < 256" msgstr "" @@ -27044,6 +27259,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27125,6 +27341,11 @@ 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 #, c-format msgid "<%s> does not match the current mapset" msgstr "" @@ -27144,6 +27365,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27181,6 +27403,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.cluster/main.c:191 #, c-format msgid "Illegal number of initial classes (%s)" @@ -27424,6 +27648,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27485,6 +27710,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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>" @@ -28587,6 +28816,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28668,6 +28898,11 @@ 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 msgid "" "Computes potential evapotranspiration calculation with hourly Penman-" "Monteith." @@ -28724,6 +28959,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28761,6 +28997,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/landsat_met.c:119 #, c-format msgid "Metadata file <%s> not found" @@ -28787,6 +29025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28848,6 +29087,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -28965,6 +29208,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29046,6 +29290,11 @@ 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 msgid "" "Calculates top-of-atmosphere radiance or reflectance and temperature for " "Landsat MSS/TM/ETM+/OLI" @@ -29066,6 +29315,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.landsat.toar/main.c:75 ======= <<<<<<< HEAD @@ -29104,6 +29354,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -29141,6 +29393,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.landsat.toar/main.c:75 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29214,6 +29467,11 @@ msgstr "" #: ../imagery/i.landsat.toar/main.c:75 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -29233,6 +29491,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29270,6 +29529,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -29318,6 +29579,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29379,6 +29641,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -29407,6 +29673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -29489,6 +29756,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -29519,6 +29791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29600,6 +29873,11 @@ 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 #: ../imagery/i.landsat.toar/main.c:99 msgid "Spacecraft sensor" msgstr "" @@ -29619,6 +29897,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29656,6 +29935,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:101 msgid "Required only if 'metfile' not given (recommended for sanity)" msgstr "" @@ -29678,6 +29959,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29739,6 +30021,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -29763,6 +30049,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29844,6 +30131,11 @@ 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 msgid "Landsat-2 MSS" msgstr "" @@ -29870,6 +30162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29907,6 +30200,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:108 msgid "Landsat-5 MSS" msgstr "" @@ -30032,6 +30327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30093,6 +30389,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:109 msgid "Landsat-5 MSS" msgstr "" @@ -30233,6 +30533,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30314,6 +30615,11 @@ 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 msgid "" "Input raster maps use as extension the number of the band instead the code" msgstr "" @@ -30333,6 +30639,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30370,6 +30677,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:224 msgid "Print output metadata info" msgstr "" @@ -30388,6 +30697,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30449,6 +30759,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:230 msgid "Print output metadata info" msgstr "" @@ -30469,6 +30783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30550,6 +30865,11 @@ 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 #, c-format msgid "Illegal date format: [%s] (yyyy-mm-dd)" msgstr "" @@ -30569,6 +30889,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30606,6 +30927,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:280 msgid "Please use a metadata keyword with -p" msgstr "" @@ -30628,6 +30951,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30689,6 +31013,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -30713,6 +31041,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30794,6 +31123,11 @@ 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 #, c-format msgid "Lacking '%s' and/or '%s' for this satellite" msgstr "" @@ -30813,6 +31147,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30850,6 +31185,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:338 msgid "Landsat-7 requires band gain with 9 (H/L) characters" msgstr "" @@ -30868,6 +31205,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30929,6 +31267,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -30949,6 +31291,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31030,6 +31373,11 @@ 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 #, c-format msgid "Unknown satellite type (defined by '%s')" msgstr "" @@ -31049,6 +31397,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 ======= <<<<<<< HEAD @@ -31087,6 +31436,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -31103,6 +31454,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)) @@ -31176,6 +31528,11 @@ msgstr "" #: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -31195,6 +31552,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31226,6 +31584,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:549 ======= ======= @@ -31242,6 +31602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31286,6 +31647,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:534 ../raster/r.topidx/topidx.c:41 #: ../raster/r.flow/main.c:314 msgid "Calculating..." @@ -31313,6 +31676,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31394,6 +31758,11 @@ 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 #, c-format msgid "Raster map <%s> exists. Skipping." msgstr "" @@ -31413,6 +31782,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.landsat.toar/main.c:575 ======= <<<<<<< HEAD @@ -31451,6 +31821,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:573 ======= #: ../imagery/i.landsat.toar/main.c:575 @@ -31467,6 +31839,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.landsat.toar/main.c:575 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31540,6 +31913,11 @@ msgstr "" #: ../imagery/i.landsat.toar/main.c:575 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -31559,6 +31937,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31596,6 +31975,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:575 msgid "temperature" msgstr "" @@ -31618,6 +31999,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31679,6 +32061,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:579 msgid "temperature" msgstr "" @@ -32771,6 +33157,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32852,6 +33239,11 @@ 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 #: ../locale/scriptstrings/i.landsat8.swlst_to_translate.c:5 msgid "land surface temperature" msgstr "" @@ -32871,6 +33263,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32908,6 +33301,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:171 msgid "vegetation" msgstr "" @@ -32929,6 +33324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32990,6 +33386,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:172 msgid "vegetation" msgstr "" @@ -33013,6 +33413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33094,6 +33495,11 @@ 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 #: ../locale/scriptstrings/i.lswt_to_translate.c:4 msgid "MODIS" msgstr "" @@ -33113,6 +33519,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33150,6 +33557,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:175 msgid "Extracts quality control parameters from MODIS QC layers." msgstr "" @@ -33481,6 +33890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33542,6 +33952,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -33875,6 +34289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33956,6 +34371,11 @@ 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 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])" @@ -33976,6 +34396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34013,6 +34434,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:375 msgid "Band 1: Red" msgstr "" @@ -34082,6 +34505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34143,6 +34567,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:369 msgid "Band 1: Red" msgstr "" @@ -34214,6 +34642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34295,6 +34724,11 @@ 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 msgid "" "This bit flag is only available for MOD09A1s @ 500m or MOD09CMG @ 5000m " "products" @@ -34315,6 +34749,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34352,6 +34787,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:438 msgid "This bit flag is only available for MOD09GAs @ 500m products" msgstr "" @@ -34766,6 +35203,7 @@ msgid "Group [%s] targeted for location [%s], mapset [%s]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34827,6 +35265,10 @@ msgid "Group [%s] targeted for location [%s], mapset [%s]" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -34895,6 +35337,7 @@ msgid "Unable to open temporary file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34923,6 +35366,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)) @@ -34938,6 +35383,7 @@ msgid "Unable to open temporary file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -34999,6 +35445,8 @@ msgid "Unable to open temporary file" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.rectify/readcell.c:74 @@ -35021,6 +35469,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -35058,6 +35507,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.rectify/report.c:10 #: ../imagery/i.rectify/report.c:10 msgid "complete" @@ -35117,6 +35568,7 @@ msgid "Converting units to meters, factor=%.6f" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35178,6 +35630,10 @@ msgid "Converting units to meters, factor=%.6f" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -35401,6 +35857,7 @@ msgid "Raster map <%s@%s>: zone don't match current settings" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35482,6 +35939,11 @@ msgid "Raster map <%s@%s>: zone don't match current settings" ======= >>>>>>> 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 msgstr "" #: ../imagery/i.ortho.photo/i.ortho.rectify/cp.c:12 @@ -35510,6 +35972,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.rectify/cp.c:27 ../imagery/i.rectify/cp.c:51 #: ../vector/v.rectify/cp.c:363 ======= @@ -35549,6 +36012,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:27 ../imagery/i.rectify/cp.c:52 #: ../vector/v.rectify/cp.c:357 ======= @@ -35567,6 +36032,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35592,6 +36058,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -35607,6 +36075,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35645,6 +36114,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Poorly placed control points." msgstr "" @@ -35667,6 +36138,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.rectify/cp.c:28 ../imagery/i.rectify/cp.c:52 #: ../vector/v.rectify/cp.c:364 ======= @@ -35706,6 +36178,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:28 ../imagery/i.rectify/cp.c:53 #: ../vector/v.rectify/cp.c:358 ======= @@ -35724,6 +36198,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35749,6 +36224,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -35764,6 +36241,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -35802,6 +36280,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid " Can not generate the transformation equation." msgstr "" @@ -35853,6 +36333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -35890,6 +36371,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.rectify/rectify.c:43 #, c-format msgid "Rectify <%s@%s> (project <%s>)" @@ -36048,6 +36531,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -36109,6 +36593,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -36480,6 +36968,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36561,6 +37050,11 @@ 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 msgid "" "Interactively creates or modifies entries in a camera initial exposure " "station file for imagery group referenced by a sub-block." @@ -36581,6 +37075,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -36618,6 +37113,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.init/main.c:57 msgid "Initial Camera Exposure X-coordinate" msgstr "" @@ -36688,6 +37185,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -36749,6 +37247,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -36821,6 +37323,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36902,6 +37405,11 @@ 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 #, c-format msgid "Group [%s] not found" msgstr "" @@ -36921,6 +37429,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -36958,6 +37467,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -36983,6 +37494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -37044,6 +37556,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -37071,6 +37587,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37152,6 +37669,11 @@ 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 #, c-format msgid "Option '%s' is required for new exposure info" msgstr "" @@ -37171,6 +37693,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37202,6 +37725,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:12 ../vector/v.rectify/cp.c:343 ======= ======= @@ -37218,6 +37743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -37262,6 +37788,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -37458,6 +37986,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37539,6 +38068,11 @@ 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 #, c-format msgid "Control Point file for group <%s@%s> - " msgstr "" @@ -37562,6 +38096,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37599,6 +38134,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:32 ../imagery/i.rectify/cp.c:57 msgid "Not enough memory to solve transformation equations." msgstr "" @@ -37621,6 +38158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -37682,6 +38220,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -37706,6 +38248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37787,6 +38330,11 @@ 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 #, c-format msgid "Not enough active control points for current order, %d are required." msgstr "" @@ -37806,6 +38354,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37843,6 +38392,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:60 ../vector/v.rectify/cp.c:365 msgid "Invalid order" msgstr "" @@ -37960,6 +38511,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -38021,6 +38573,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -38040,6 +38596,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38121,6 +38678,11 @@ 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 #: ../imagery/i.albedo/main.c:96 msgid "albedo" msgstr "" @@ -38140,6 +38702,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38177,6 +38740,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -38196,6 +38761,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -38257,6 +38823,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -38277,6 +38847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38314,6 +38885,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:104 msgid "Computes broad band albedo from surface reflectance." msgstr "" @@ -38352,6 +38925,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -38413,6 +38987,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:103 msgid "Computes broad band albedo from surface reflectance." msgstr "" @@ -38453,6 +39031,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38534,6 +39113,11 @@ 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 msgid "Aggressive mode (Landsat)" msgstr "" @@ -38558,6 +39142,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38595,6 +39180,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:144 msgid "Soft mode (MODIS)" msgstr "" @@ -38617,6 +39204,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -38678,6 +39266,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:143 msgid "Soft mode (MODIS)" msgstr "" @@ -38697,6 +39289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38778,6 +39371,11 @@ 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 #: ../imagery/i.albedo/main.c:181 msgid "At least two raster maps are required" msgstr "" @@ -38797,6 +39395,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38834,6 +39433,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.fft/main.c:80 ../imagery/i.ifft/main.c:80 msgid "Fast Fourier Transform" msgstr "" @@ -40822,6 +41423,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -40883,6 +41485,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.maxlik/open.c:27 #, c-format msgid "" @@ -40905,6 +41511,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.maxlik/open.c:30 ======= <<<<<<< HEAD @@ -40943,6 +41550,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.maxlik/open.c:32 ======= #: ../imagery/i.maxlik/open.c:30 @@ -40959,6 +41568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.maxlik/open.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -41032,6 +41642,11 @@ msgstr "" #: ../imagery/i.maxlik/open.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -41053,6 +41668,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.maxlik/open.c:36 ======= <<<<<<< HEAD @@ -41091,6 +41707,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.maxlik/open.c:39 ======= #: ../imagery/i.maxlik/open.c:36 @@ -41107,6 +41725,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.maxlik/open.c:36 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -41180,6 +41799,11 @@ msgstr "" #: ../imagery/i.maxlik/open.c:36 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -41198,6 +41822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -41280,6 +41905,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 "" @@ -41313,6 +41943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41394,6 +42025,11 @@ 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 #: ../imagery/i.maxlik/invert.c:28 #, c-format msgid "Signature %d is not valid (ill-conditioned) - ignored" @@ -41419,6 +42055,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41456,6 +42093,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../imagery/i.maxlik/main.c:66 msgid "Classifies the cell spectral reflectances in imagery data." msgstr "" @@ -47863,6 +48502,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 @@ -47924,6 +48564,10 @@ msgid "The Python recursion limit that should be used (Python default is 1000)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -48367,6 +49011,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48448,6 +49093,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:1 @@ -48468,6 +49118,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -48550,6 +49201,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -48639,6 +49295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48720,6 +49377,11 @@ 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 #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:8 msgid "" "Name of the directory where the image and metadata file are stored (*.SAFE)" @@ -48743,6 +49405,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -48825,6 +49488,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -48962,6 +49630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49043,6 +49712,11 @@ 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 #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:11 msgid "Select the proper Atmospheric model" msgstr "" @@ -49085,6 +49759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -49167,6 +49842,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:20 msgid "Rescale output raster map" msgstr "" @@ -49328,6 +50008,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49409,6 +50090,11 @@ 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 #: ../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 "" @@ -49431,6 +50117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -49513,6 +50200,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -49545,6 +50237,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49626,6 +50319,11 @@ 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 #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:30 msgid "Use AOD instead visibility" msgstr "" @@ -49648,6 +50346,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -49730,6 +50429,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -49752,6 +50456,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49833,6 +50538,11 @@ 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 #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:36 msgid "Skip import of Sentinel bands" msgstr "" @@ -49856,6 +50566,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49893,6 +50604,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.extract_to_translate.c:1 msgid "Extracts specified categories of an integer input map." msgstr "" @@ -50405,6 +51118,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50466,6 +51180,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -51411,6 +52129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51492,6 +52211,11 @@ 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 msgid "" "A numerical suffix separated by an underscore will be attached to create a " "unique identifier" @@ -51512,6 +52236,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51549,6 +52274,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -51567,6 +52294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51628,6 +52356,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -51666,6 +52398,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51747,6 +52480,11 @@ 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 msgid "" "Check the spatial topology of temporally related maps and process only " "spatially related maps" @@ -51767,6 +52505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51804,6 +52543,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.diversity_to_translate.c:1 msgid "" "Calculate diversity indices based on a moving window using r.li packages" @@ -51840,6 +52581,7 @@ msgid "Preserve configuration files" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51901,6 +52643,10 @@ msgid "Preserve configuration files" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -52214,6 +52960,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)) @@ -52295,6 +53042,11 @@ msgid "Align ISIS3 data to the extents of the current GRASS region" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.maxent.swd_to_translate.c:1 @@ -52333,6 +53085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -52415,6 +53168,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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)" @@ -52435,6 +53193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52516,6 +53275,11 @@ 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 #: ../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 @@ -52559,6 +53323,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52582,6 +53347,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Thin species and background points" ======= ======= @@ -52595,6 +53362,7 @@ msgid "Thin species and background points" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= msgid "Thin species and background points" @@ -52639,6 +53407,8 @@ msgid "Thin species and background points" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Background SWD file" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -54221,6 +54991,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54280,6 +55051,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "include the original columns in input layers in export to swd file" msgstr "" @@ -54428,6 +55203,7 @@ msgid "Number of tiles in y direction" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54644,6 +55420,11 @@ msgid "Number of tiles in y direction" ======= >>>>>>> 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 msgstr "" <<<<<<< HEAD @@ -54667,6 +55448,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -54749,6 +55531,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -54826,6 +55613,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54907,6 +55695,11 @@ 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 #: ../locale/scriptstrings/v.stream.profiler_to_translate.c:6 msgid "Starting line segment category" msgstr "" @@ -54925,6 +55718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -55007,6 +55801,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -55062,6 +55861,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55143,6 +55943,11 @@ 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 #: ../locale/scriptstrings/v.stream.profiler_to_translate.c:8 msgid "Vector input of stream network created by r.stream.extract" msgstr "" @@ -55206,6 +56011,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55236,6 +56042,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -55250,6 +56058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -55287,6 +56096,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.select_to_translate.c:1 msgid "" "Select maps from space time datasets by topological relationships to other " @@ -58775,6 +59586,7 @@ msgid "Elevation coordinate of a point on the plane" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58836,6 +59648,10 @@ msgid "Elevation coordinate of a point on the plane" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -59021,6 +59837,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)) @@ -59102,6 +59919,11 @@ msgid "Name of input uncompressed GNS file from NGA (with .txt extension)" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.import_to_translate.c:1 @@ -59132,6 +59954,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -59214,6 +60037,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -59257,6 +60085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59338,6 +60167,11 @@ 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 #: ../locale/scriptstrings/r.import_to_translate.c:17 msgid "Resolution of output raster map (default: estimated)" msgstr "" @@ -59366,6 +60200,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -59448,6 +60283,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -59471,6 +60311,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59552,6 +60393,11 @@ 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 #: ../locale/scriptstrings/r.import_to_translate.c:24 msgid "Estimate resolution only" msgstr "" @@ -59571,6 +60417,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59607,6 +60454,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -59630,6 +60479,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -59697,6 +60547,11 @@ msgstr "" <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +<<<<<<< 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 "" @@ -60943,6 +61798,7 @@ msgid "Percent to brighten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -61004,6 +61860,10 @@ msgid "Percent to brighten" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -61153,6 +62013,7 @@ msgid "The name of the input signature file to copy" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61234,6 +62095,11 @@ msgid "The name of the input signature file to copy" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:1 @@ -61656,6 +62522,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -61738,6 +62605,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -61758,6 +62630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61839,6 +62712,11 @@ 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 #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:111 msgid "Units to report the demand distribution" msgstr "" @@ -61866,6 +62744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61903,6 +62782,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.flexure_to_translate.c:1 msgid "Lithospheric flexure: gridded deflections from scattered point loads" msgstr "" @@ -61938,6 +62819,7 @@ msgid "Output vector points map of vertical deflections [m]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -61999,6 +62881,10 @@ msgid "Output vector points map of vertical deflections [m]" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -62577,6 +63463,7 @@ msgid "low-memory option (will use full raster layers)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62658,6 +63545,11 @@ msgid "low-memory option (will use full raster layers)" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/t.rast.list_to_translate.c:1 @@ -62678,6 +63570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -62760,6 +63653,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -62784,6 +63682,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62865,6 +63764,11 @@ 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 #: ../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 @@ -62885,6 +63789,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -62967,6 +63872,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -63024,6 +63934,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63105,6 +64016,11 @@ 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 #: ../locale/scriptstrings/t.rast.list_to_translate.c:13 msgid "" "The granule to be used for listing. The granule must be specified as string " @@ -63126,6 +64042,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -63163,6 +64080,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.convert.all_to_translate.c:1 msgid "" "Converts all older versions of GRASS vector maps in current mapset to " @@ -63665,6 +64584,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 @@ -63726,6 +64646,10 @@ msgid "Use (d^n)*log(d) instead of 1/(d^n) for radial basis function" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -64108,6 +65032,7 @@ msgid "Images" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64189,6 +65114,11 @@ msgid "Images" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.basin_to_translate.c:1 @@ -64209,6 +65139,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -64291,6 +65222,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -64326,6 +65262,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64407,6 +65344,11 @@ 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 #: ../locale/scriptstrings/r.basin_to_translate.c:7 msgid "coordinates of the outlet (east,north)" msgstr "" @@ -64426,6 +65368,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64463,6 +65406,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -64479,6 +65424,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -64540,6 +65486,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -64564,6 +65514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64645,6 +65596,11 @@ 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 msgid "threshold" msgstr "" @@ -64671,6 +65627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64708,6 +65665,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.richdem.resolveflats_to_translate.c:1 msgid "Directs flow from flat areas on depression-filled DEMs" msgstr "" @@ -64731,6 +65690,7 @@ msgid "Output DEM with flats resolved for continuous flow" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -64792,6 +65752,10 @@ msgid "Output DEM with flats resolved for continuous flow" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -65180,6 +66144,7 @@ msgid "Output DEM with depressions breached" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65261,6 +66226,11 @@ msgid "Output DEM with depressions breached" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.stream.watersheds_to_translate.c:1 @@ -65283,6 +66253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -65365,6 +66336,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -65386,6 +66362,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65467,6 +66444,11 @@ 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 #: ../locale/scriptstrings/r.stream.watersheds_to_translate.c:6 msgid "Name of the drainage direction raster (generated with r.watershed)" msgstr "" @@ -65496,6 +66478,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -65533,6 +66516,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.connectivity.network_to_translate.c:1 msgid "" "Compute connectivity measures for a set of habitat patches based on graph-" @@ -65666,6 +66651,7 @@ msgid "Sample vertically (default is to sample horizontally)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -65727,6 +66713,10 @@ msgid "Sample vertically (default is to sample horizontally)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -68999,6 +69989,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69080,6 +70071,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:1 @@ -69100,6 +70096,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -69182,6 +70179,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -69209,6 +70211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69290,6 +70293,11 @@ 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 #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:6 msgid "PRMS stream segments" msgstr "" @@ -69308,6 +70316,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -69390,6 +70399,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -69412,6 +70426,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69493,6 +70508,11 @@ 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 #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:10 msgid "DEM for slope along reaches" msgstr "" @@ -69572,6 +70592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -69609,6 +70630,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.extract_to_translate.c:1 msgid "Extracts a subset of a space time raster datasets." msgstr "" @@ -69744,6 +70767,7 @@ msgid "Method to scale transparency" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -69805,6 +70829,10 @@ msgid "Method to scale transparency" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -71796,6 +72824,7 @@ msgid "pth percentile of the values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71877,6 +72906,11 @@ msgid "pth percentile of the values" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:1 @@ -71909,6 +72943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -71991,6 +73026,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -72035,6 +73075,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72116,6 +73157,11 @@ 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 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:6 msgid "Name of the vector map layer of the structure of the plants" msgstr "" @@ -72401,6 +73447,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -72483,6 +73530,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -72507,6 +73559,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72588,6 +73641,11 @@ 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 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:97 msgid "Alpha coefficient to assess the maintenance costs" msgstr "" @@ -72629,6 +73687,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -72711,6 +73770,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -72733,6 +73797,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72814,6 +73879,11 @@ 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 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:109 msgid "Constant to assess the revenues" msgstr "" @@ -72851,6 +73921,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72888,6 +73959,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.viewshed.exposure_to_translate.c:1 msgid "Visual exposure to defined exposure source." msgstr "" @@ -75330,6 +76403,7 @@ msgid "Lists registered maps of a space time vector dataset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -75391,6 +76465,10 @@ msgid "Lists registered maps of a space time vector dataset." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -75675,6 +76753,7 @@ msgid "Number of quartals to use" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75756,6 +76835,11 @@ msgid "Number of quartals to use" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.rgb_to_translate.c:1 @@ -75802,6 +76886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75839,6 +76924,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.register_to_translate.c:1 msgid "" "Assigns timestamps and registers raster, vector and raster3d maps in a space " @@ -78040,6 +79127,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -78101,6 +79189,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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." @@ -78364,6 +79456,7 @@ msgid "Name of output vector with viewed areas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78445,6 +79538,11 @@ msgid "Name of output vector with viewed areas" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.category.trim_to_translate.c:1 @@ -78467,6 +79565,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -78549,6 +79648,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -78569,6 +79673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78650,6 +79755,11 @@ 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 #: ../locale/scriptstrings/r.category.trim_to_translate.c:6 msgid "input map" msgstr "" @@ -78668,6 +79778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -78750,6 +79861,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -78777,6 +79893,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78858,6 +79975,11 @@ 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 #: ../locale/scriptstrings/r.category.trim_to_translate.c:8 msgid "output map" msgstr "" @@ -78893,6 +80015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -78975,6 +80098,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 " @@ -79330,6 +80458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79411,6 +80540,11 @@ 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 #: ../locale/scriptstrings/r.rock.stability_to_translate.c:1 msgid "A tool for preliminary rock failure susceptibility mapping." msgstr "" @@ -79429,6 +80563,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -79511,6 +80646,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -79531,6 +80671,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79612,6 +80753,11 @@ 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 #: ../locale/scriptstrings/r.rock.stability_to_translate.c:3 msgid "planar failure" msgstr "" @@ -79676,6 +80822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79713,6 +80860,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.landsat.download_to_translate.c:1 msgid "" "Downloads Landsat TM, ETM and OLI data from EarthExplorer using " @@ -80047,6 +81196,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -80108,6 +81258,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -80760,6 +81914,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)) @@ -80841,6 +81996,11 @@ msgid "Name of output vector map with the structure of the plants" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.civil_to_translate.c:1 @@ -81149,6 +82309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -81186,6 +82347,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/d.what.vect_to_translate.c:1 msgid "" "Allows the user to interactively query vector map layers at user-selected " @@ -82201,6 +83364,7 @@ msgid "Number of cores to use for crawling thredds server" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -82262,6 +83426,10 @@ msgid "Number of cores to use for crawling thredds server" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -83427,6 +84595,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -83508,6 +84677,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.krige_to_translate.c:1 @@ -83596,6 +84770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -83633,6 +84808,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.object.spatialautocor_to_translate.c:1 msgid "Spatial autocorrelation of raster objects" msgstr "" @@ -83769,6 +84946,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 @@ -83830,6 +85008,10 @@ msgid "Remove and print not valid CSW connections resources from XML file" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -84423,6 +85605,7 @@ msgid "Remove individual environmental similarity layers (IES)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84504,6 +85687,11 @@ msgid "Remove individual environmental similarity layers (IES)" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/i.variance_to_translate.c:1 @@ -84541,6 +85729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84578,6 +85767,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.vect.univar_to_translate.c:1 msgid "" "Calculates univariate statistics of attributes for each registered vector " @@ -84816,6 +86007,7 @@ msgid "output to text file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -84877,6 +86069,10 @@ msgid "output to text file" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -86253,6 +87449,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86334,6 +87531,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.fidimo_to_translate.c:1 @@ -86477,6 +87679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86514,6 +87717,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.landsat.qa_to_translate.c:1 msgid "" "Reclassifies Landsat QA band according to acceptable pixel quality as " @@ -87038,6 +88243,7 @@ msgid "Output water depth at the end of the run" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -87099,6 +88305,10 @@ msgid "Output water depth at the end of the run" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -87330,6 +88540,7 @@ msgid "Use absolute values in legend, instead of percentages" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87411,6 +88622,11 @@ msgid "Use absolute values in legend, instead of percentages" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.stats_to_translate.c:1 @@ -87484,6 +88700,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -87521,6 +88738,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -87546,6 +88765,7 @@ msgid "Basename for output raster maps" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -87607,6 +88827,10 @@ msgid "Basename for output raster maps" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -88307,6 +89531,7 @@ msgid "URL of ZIP, TAR.GZ, or other similar archive" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88388,6 +89613,11 @@ msgid "URL of ZIP, TAR.GZ, or other similar archive" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.db.join_to_translate.c:1 @@ -88416,6 +89646,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -88498,6 +89729,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -88519,6 +89755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88600,6 +89837,11 @@ 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 #: ../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 "" @@ -88619,6 +89861,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -88650,6 +89893,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.join_to_translate.c:14 msgid "Columns to exclude from the other table" ======= @@ -88667,6 +89912,7 @@ msgid "Columns to exclude from the other table" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -88714,6 +89960,8 @@ msgid "Columns to exclude from the other table" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.join_to_translate.c:10 #: ../locale/scriptstrings/db.join_to_translate.c:6 msgid "Other table name" @@ -93880,6 +95128,7 @@ msgid "Type of the output space time dataset" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -93961,6 +95210,11 @@ msgid "Type of the output space time dataset" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/v.class.mlR_to_translate.c:1 @@ -94210,6 +95464,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -94247,6 +95502,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.gsflow.hruparams_to_translate.c:6 msgid "Elevation raster" msgstr "" @@ -94286,6 +95543,7 @@ msgid "Aspect from r.slope.aspect" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -94347,6 +95605,10 @@ msgid "Aspect from r.slope.aspect" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -94772,6 +96034,7 @@ msgid "Path where move and copy the mapset" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94852,6 +96115,11 @@ msgid "Path where move and copy the mapset" ======= >>>>>>> 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 msgstr "" #: ../locale/scriptstrings/r.in.ahn_to_translate.c:1 @@ -94921,6 +96189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -94958,6 +96227,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.slope.direction_to_translate.c:1 msgid "Calculates slope following a direction raster." msgstr "" @@ -95144,6 +96415,7 @@ msgid "Paper '%s' not found, using defaults" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -95205,6 +96477,10 @@ msgid "Paper '%s' not found, using defaults" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -95262,6 +96538,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95343,6 +96620,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../ps/ps.map/do_psfiles.c:20 @@ -95365,6 +96647,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -95402,6 +96685,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../ps/ps.map/eps.c:18 #, c-format msgid "Can't open eps file <%s>" @@ -95686,6 +96971,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -95747,6 +97033,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -95771,6 +97061,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95852,6 +97143,11 @@ 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 #, c-format msgid "No record for category [%d]" msgstr "" @@ -95871,6 +97167,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 ======= @@ -95910,6 +97207,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../ps/ps.map/ps_vareas.c:107 ../ps/ps.map/ps_vlines.c:121 #: ../ps/ps.map/ps_vpoints.c:194 ======= @@ -95928,6 +97227,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95953,6 +97253,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -95968,6 +97270,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -96006,6 +97309,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, c-format msgid "Invalid RGB color definition in column <%s> for category [%d]" msgstr "" @@ -96025,6 +97330,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96062,6 +97368,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -96176,6 +97484,7 @@ msgid "Can't get group information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -96237,6 +97546,10 @@ msgid "Can't get group information" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -96268,6 +97581,7 @@ msgid "illegal vlegend sub-request" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96349,6 +97663,11 @@ msgid "illegal vlegend sub-request" ======= >>>>>>> 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 msgstr "" #: ../ps/ps.map/r_instructions.c:62 @@ -96381,6 +97700,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -96463,6 +97783,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 "" @@ -96482,6 +97807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96563,6 +97889,11 @@ 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 #: ../ps/ps.map/r_instructions.c:144 ../ps/ps.map/r_instructions.c:340 msgid "no raster map selected yet" msgstr "" @@ -96581,6 +97912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -96663,6 +97995,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -96686,6 +98023,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96767,6 +98105,11 @@ 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 #: ../ps/ps.map/r_instructions.c:160 msgid "illegal value list" msgstr "" @@ -96842,6 +98185,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96879,6 +98223,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../visualization/ximgview/main.c:78 msgid "Unable to get window attributes" msgstr "" @@ -96921,6 +98267,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -96982,6 +98329,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -97418,6 +98769,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97499,6 +98851,11 @@ 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 #, c-format msgid "Unknown visual class [%d]." msgstr "" @@ -97518,6 +98875,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -97555,6 +98913,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../visualization/ximgview/color.c:236 msgid "Unable to get sufficient gray shades." msgstr "" @@ -110270,6 +111630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -110331,6 +111692,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../visualization/ximgview/color.c:239 msgid "Unable to get sufficient gray shades." msgstr "" @@ -110392,6 +111757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110473,6 +111839,11 @@ 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 #, c-format msgid "Unable to read range for %s" msgstr "" @@ -110492,6 +111863,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.profile/main.c:79 ======= <<<<<<< HEAD @@ -110530,6 +111902,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.profile/main.c:76 ======= #: ../display/d.profile/main.c:79 @@ -110546,6 +111920,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.profile/main.c:79 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110619,6 +111994,11 @@ msgstr "" #: ../display/d.profile/main.c:79 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -110638,6 +112018,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -110675,6 +112056,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.profile/main.c:197 msgid "Plots profile of a transect." msgstr "" @@ -110701,6 +112084,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -110762,6 +112146,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.profile/main.c:195 msgid "Plots profile of a transect." msgstr "" @@ -110794,6 +112182,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110875,6 +112264,11 @@ 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 msgid "At least two points are required" msgstr "" @@ -110897,6 +112291,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -110934,6 +112329,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.fontlist/main.c:52 msgid "List fonts (default; provided for compatibility with d.font)" msgstr "" @@ -110955,6 +112352,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -111016,6 +112414,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -111205,6 +112607,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -111286,6 +112689,11 @@ 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 #: ../display/d.vect.chart/main.c:65 msgid "chart maps" msgstr "" @@ -111317,6 +112725,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 ======= <<<<<<< HEAD @@ -111355,6 +112764,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -111371,6 +112782,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)) @@ -111444,6 +112856,11 @@ msgstr "" #: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -111486,6 +112903,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -111523,6 +112941,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.chart/main.c:127 msgid "Center the bar chart around a data point" msgstr "" @@ -111909,6 +113329,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -111970,6 +113391,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -112315,6 +113740,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -112396,6 +113822,11 @@ 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 #, c-format msgid "Unable to read symbol <%s>, unable to display points" msgstr "" @@ -112415,6 +113846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -112446,6 +113878,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:117 ../display/d.vect/lines.c:158 ======= ======= @@ -112462,6 +113896,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112506,6 +113941,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -112539,6 +113976,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -112620,6 +114058,11 @@ 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 #, c-format msgid "%d point plotted" msgid_plural "%d points plotted" @@ -112641,6 +114084,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 ======= <<<<<<< HEAD @@ -112679,6 +114123,8 @@ msgstr[1] "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -112695,6 +114141,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)) @@ -112768,6 +114215,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -112789,6 +114241,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 ======= <<<<<<< HEAD @@ -112827,6 +114280,8 @@ msgstr[1] "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -112843,6 +114298,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)) @@ -112916,6 +114372,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -112937,6 +114398,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 ======= <<<<<<< HEAD @@ -112975,6 +114437,8 @@ msgstr[1] "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -112991,6 +114455,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)) @@ -113064,6 +114529,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -113085,6 +114555,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 ======= <<<<<<< HEAD @@ -113123,6 +114594,8 @@ msgstr[1] "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -113139,6 +114612,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)) @@ -113212,6 +114686,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -113233,6 +114712,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113270,6 +114750,8 @@ msgstr[1] "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:90 msgid "choropleth map" msgstr "" @@ -113326,6 +114808,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -113387,6 +114870,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:87 msgid "choropleth map" msgstr "" @@ -113469,6 +114956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -113550,6 +115038,11 @@ 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 #: ../display/d.vect/main.c:185 ../display/d.vect/main.c:191 #: ../display/d.vect/main.c:327 msgid "Symbols" @@ -113570,6 +115063,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113607,6 +115101,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:171 ../display/d.vect/main.c:172 msgid "Point and centroid symbol" msgstr "" @@ -113625,6 +115121,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -113686,6 +115183,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -113706,6 +115207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -113787,6 +115289,11 @@ 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 #: ../display/d.vect/main.c:179 msgid "Symbol size" msgstr "" @@ -113806,6 +115313,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113843,6 +115351,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -113862,6 +115372,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -113923,6 +115434,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -113944,6 +115459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -114025,6 +115541,11 @@ 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 msgid "Legend" msgstr "" @@ -114047,6 +115568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -114084,6 +115606,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:202 msgid "Legend symbol for areas" msgstr "" @@ -114110,6 +115634,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -114171,6 +115696,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:201 msgid "Legend symbol for areas" msgstr "" @@ -114199,6 +115728,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -114280,6 +115810,11 @@ 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 msgid "Output legend file" msgstr "" @@ -114302,6 +115837,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:237 ======= <<<<<<< HEAD @@ -114340,6 +115876,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:235 ======= #: ../display/d.vect.thematic/main.c:237 @@ -114356,6 +115894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:237 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -114429,6 +115968,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:237 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -114449,6 +115993,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -114486,6 +116031,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 "" @@ -114504,6 +116051,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -114565,6 +116113,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -114585,6 +116137,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -114666,6 +116219,11 @@ 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 msgid "" "Flag -e is deprecated, set verbose mode with --v to get the extended " "statistical info." @@ -114693,6 +116251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:277 ======= <<<<<<< HEAD @@ -114731,6 +116290,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:278 ======= #: ../display/d.vect.thematic/main.c:277 @@ -114747,6 +116308,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -114820,6 +116382,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -114839,6 +116406,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -114876,6 +116444,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:289 msgid "'layer' must be > 0" msgstr "" @@ -114894,6 +116464,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -114955,6 +116526,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:288 msgid "'layer' must be > 0" msgstr "" @@ -115002,6 +116577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -115083,6 +116659,11 @@ 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 #, c-format msgid "Data (%s) not numeric. Column must be numeric." msgstr "" @@ -115102,6 +116683,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:379 ======= <<<<<<< HEAD @@ -115140,6 +116722,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -115162,6 +116746,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:379 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -115235,6 +116820,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:379 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../display/d.vect.thematic/main.c:379 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unknown color: [%s]" msgstr "" @@ -115254,6 +116844,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:390 ======= <<<<<<< HEAD @@ -115292,6 +116883,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:385 ======= #: ../display/d.vect.thematic/main.c:390 @@ -115308,6 +116901,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:390 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -115381,6 +116975,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:390 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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." @@ -115401,6 +117000,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -115438,6 +117038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:422 msgid "You must either give classbreaks or a classification algorithm" msgstr "" @@ -115456,6 +117058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -115517,6 +117120,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -115537,6 +117144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -115618,6 +117226,11 @@ 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 #, c-format msgid "" "Not enough colors or error in color specifications.\n" @@ -115639,6 +117252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:445 ======= <<<<<<< HEAD @@ -115677,6 +117291,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:440 ======= #: ../display/d.vect.thematic/main.c:445 @@ -115693,6 +117309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:445 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -115766,6 +117383,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:445 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../display/d.vect.thematic/main.c:445 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Error interpreting color %s" msgstr "" @@ -115785,6 +117407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -115822,6 +117445,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:455 msgid "Plotting ..." msgstr "" @@ -115840,6 +117465,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -115901,6 +117527,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:462 msgid "Plotting ..." msgstr "" @@ -115921,6 +117551,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -116002,6 +117633,11 @@ 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 msgid "" "The bounding box of the map is outside the current region, nothing drawn." msgstr "" @@ -116021,6 +117657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:523 ======= <<<<<<< HEAD @@ -116059,6 +117696,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:515 ======= #: ../display/d.vect.thematic/main.c:523 @@ -116075,6 +117714,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:523 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -116148,6 +117788,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:523 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../display/d.vect.thematic/main.c:523 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "\n" @@ -116169,6 +117814,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:525 ======= <<<<<<< HEAD @@ -116207,6 +117853,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:516 ======= #: ../display/d.vect.thematic/main.c:525 @@ -116223,6 +117871,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:525 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -116296,6 +117945,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:525 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -116315,6 +117969,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -116346,6 +118001,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:523 ======= ======= @@ -116362,6 +118019,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -116406,6 +118064,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:527 ../vector/v.class/main.c:203 #, c-format msgid "Using algorithm: *** %s ***\n" @@ -116432,6 +118092,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -116513,6 +118174,11 @@ 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 #, c-format msgid "Last chi2 = %f\n" msgstr "" @@ -116532,6 +118198,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -116569,6 +118236,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/plot1.c:122 msgid "Color definition column not specified" msgstr "" @@ -116969,6 +118638,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -117030,6 +118700,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -117492,6 +119166,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)) @@ -117573,6 +119248,11 @@ msgid "Invalid value for color type in legend file. Use one of 'lf' or 'ps'." ======= >>>>>>> 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 msgstr "" #: ../display/d.vect/opt.c:126 @@ -117595,6 +119275,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -117632,6 +119313,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/label.c:32 msgid "Topology level required for drawing centroids for OGR layers" msgstr "" @@ -117780,6 +119463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -117841,6 +119525,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 " @@ -117978,6 +119666,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118059,6 +119748,11 @@ 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 msgid "Scale factor for width_column" msgstr "" @@ -118089,6 +119783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -118126,6 +119821,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:194 msgid "Measured in degrees CCW from east" msgstr "" @@ -118148,6 +119845,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -118209,6 +119907,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:195 msgid "Measured in degrees CCW from east" msgstr "" @@ -118233,6 +119935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118314,6 +120017,11 @@ 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 msgid "Line symbol for legend" msgstr "" @@ -118335,6 +120043,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -118417,6 +120126,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -118440,6 +120154,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118521,6 +120236,11 @@ 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 #: ../display/d.vect/main.c:229 msgid "Layer number for labels (default: the given layer number)" msgstr "" @@ -118602,6 +120322,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -118639,6 +120360,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:351 msgid "Region size is lower than minreg, nothing displayed" msgstr "" @@ -118661,6 +120384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -118722,6 +120446,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -118746,6 +120474,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118827,6 +120556,11 @@ 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 #, c-format msgid "" "The -%c flag and <%s> option cannot be used together, the -%c flag will be " @@ -118848,6 +120582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 ======= <<<<<<< HEAD @@ -118886,6 +120621,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -118902,6 +120639,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)) @@ -118975,6 +120713,11 @@ msgstr "" #: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -118994,6 +120737,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect/main.c:405 ======= <<<<<<< HEAD @@ -119032,6 +120776,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:409 ======= #: ../display/d.vect/main.c:405 @@ -119048,6 +120794,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect/main.c:405 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -119121,6 +120868,11 @@ msgstr "" #: ../display/d.vect/main.c:405 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -119142,6 +120894,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -119179,6 +120932,8 @@ msgstr[1] "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:426 msgid "Plotting..." msgstr "" @@ -119197,6 +120952,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -119258,6 +121014,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:421 msgid "Plotting..." msgstr "" @@ -119278,6 +121038,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -119359,6 +121120,11 @@ 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 msgid "" "The bounding box of the map is outside the current region, nothing drawn" msgstr "" @@ -119378,6 +121144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -119415,6 +121182,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:510 msgid "Rendering failed" msgstr "" @@ -119657,6 +121426,7 @@ msgid "Range file for <%s> not available" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -119718,6 +121488,10 @@ msgid "Range file for <%s> not available" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:503 msgid "Rendering failed" msgstr "" @@ -120127,6 +121901,7 @@ msgid "Graph file <%s> not found" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -120208,6 +121983,11 @@ msgid "Graph file <%s> not found" ======= >>>>>>> 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 msgstr "" #: ../display/d.mon/list.c:80 @@ -120233,6 +122013,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 ======= @@ -120272,6 +122053,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -120294,6 +122077,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -120344,6 +122128,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -120359,6 +122147,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -120412,6 +122201,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Unable to open file '%s'" msgstr "" @@ -120436,6 +122228,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/stop.c:18 ../display/d.mon/select.c:30 ======= <<<<<<< HEAD @@ -120474,6 +122267,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/select.c:14 #, c-format msgid "Monitor <%s> is already selected" @@ -120495,6 +122290,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)) @@ -120568,6 +122364,11 @@ msgstr "" #: ../display/d.mon/stop.c:18 ../display/d.mon/select.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -120602,6 +122403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -120639,6 +122441,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/start.c:68 #, c-format msgid "Unable to start monitor, don't have write permission for <%s>" @@ -120692,6 +122496,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -120753,6 +122558,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -120777,6 +122586,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/main.c:74 ../display/d.mon/main.c:135 #: ../display/d.mon/main.c:140 ======= @@ -120816,6 +122626,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:74 ../display/d.mon/main.c:140 #: ../display/d.mon/main.c:146 ======= @@ -120834,6 +122646,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -120859,6 +122672,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -120874,6 +122689,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -120912,6 +122728,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Manage" msgstr "" @@ -120938,6 +122756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -120975,6 +122794,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:80 msgid "Default value: 720" msgstr "" @@ -121057,6 +122878,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -121118,6 +122940,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:79 msgid "Default value: 720" msgstr "" @@ -121202,6 +123028,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -121283,6 +123110,11 @@ 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 #, c-format msgid "Flag -%c has effect only for wx monitors (%s=wx0-7)" msgstr "" @@ -121302,6 +123134,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -121339,6 +123172,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:181 msgid "Currently selected monitor:" msgstr "" @@ -121357,6 +123192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -121418,6 +123254,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -121444,6 +123284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -121525,6 +123366,11 @@ 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 #, c-format msgid "List of commands for monitor <%s>:" msgstr "" @@ -121544,6 +123390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/main.c:185 ======= <<<<<<< HEAD @@ -121582,6 +123429,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:193 ======= #: ../display/d.mon/main.c:185 @@ -121598,6 +123447,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.mon/main.c:185 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -121671,6 +123521,11 @@ msgstr "" #: ../display/d.mon/main.c:185 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../display/d.mon/main.c:185 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Monitor <%s> released" msgstr "" @@ -121690,6 +123545,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -121727,6 +123583,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:198 msgid "No monitor selected" msgstr "" @@ -121745,6 +123603,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -121806,6 +123665,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:190 msgid "No monitor selected" msgstr "" @@ -121826,6 +123689,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -121907,6 +123771,11 @@ 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 #, c-format msgid "Either <%s>, <%s> or <%s> must be given" msgstr "" @@ -121926,6 +123795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -121963,6 +123833,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../display/d.info/main.c:36 msgid "Displays information about the active display monitor." msgstr "" @@ -123190,6 +125062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -123251,6 +125124,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -153696,6 +155573,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -153724,6 +155602,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -153739,6 +155619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -153800,6 +155681,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Vector map <%s> not found in current mapset" msgstr "" @@ -153819,6 +155702,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -153856,6 +155740,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -153895,6 +155781,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -153956,6 +155843,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -153975,6 +155866,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -154003,6 +155895,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -154018,6 +155912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -154079,6 +155974,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 " @@ -154115,6 +156012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -154133,6 +156031,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:242 ======= ======= @@ -154147,6 +156047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -154197,6 +156098,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:241 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:242 @@ -154214,6 +156117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.rast.stats/v.rast.stats.py:242 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -154247,6 +156151,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -154263,6 +156169,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154300,6 +156207,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Statistics calculated from raster map <{raster}> and uploaded to attribute " @@ -154321,6 +156230,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.rast.stats/v.rast.stats.py:250 ======= <<<<<<< HEAD @@ -154345,6 +156255,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:249 ======= ======= @@ -154358,6 +156270,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:249 @@ -154402,6 +156315,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:248 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:250 @@ -154419,6 +156334,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.rast.stats/v.rast.stats.py:250 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -154452,6 +156368,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -154468,6 +156386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -154505,6 +156424,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to upload statistics to attribute table of vector map <%s>." msgstr "" @@ -154524,6 +156445,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -154547,6 +156469,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:286 ======= ======= @@ -154560,6 +156484,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:286 @@ -154604,6 +156529,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -154630,6 +156557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -154691,6 +156619,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -154715,6 +156647,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -154743,6 +156676,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -154758,6 +156693,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -154819,6 +156755,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Not all vector categories converted to raster. " @@ -154840,6 +156778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.rast.stats/v.rast.stats.py:430 ======= <<<<<<< HEAD @@ -154864,6 +156803,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:429 ======= ======= @@ -154877,6 +156818,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:429 @@ -154921,6 +156863,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:428 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:430 @@ -154938,6 +156882,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.rast.stats/v.rast.stats.py:430 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -154971,6 +156916,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -154987,6 +156934,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -155024,6 +156972,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Cannot create column <%s> (already present). " msgstr "" @@ -155043,6 +156993,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -155078,6 +157029,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:430 msgid "Use -c flag to update values in this column." msgstr "" @@ -155093,6 +157046,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -155131,6 +157085,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:429 msgid "Use -c flag to update values in this column." msgstr "" @@ -155149,6 +157105,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -155210,6 +157167,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -155230,6 +157191,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -155258,6 +157220,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -155273,6 +157237,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -155334,6 +157299,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Adding columns '%s'" msgstr "" @@ -155353,6 +157320,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -155376,6 +157344,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:446 ======= ======= @@ -155389,6 +157359,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:446 @@ -155433,6 +157404,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:445 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Adding columns failed. Exiting." @@ -155496,6 +157469,7 @@ msgid "Either or must be given" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -155557,6 +157531,10 @@ msgid "Either or must be given" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:447 msgid "Adding columns failed. Exiting." msgstr "" @@ -155931,6 +157909,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -156012,6 +157991,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../scripts/i.in.spotvgt/i.in.spotvgt.py:129 @@ -156085,6 +158069,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -156122,6 +158107,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension.all/g.extension.all.py:61 #, python-format msgid "%s not defined" @@ -156208,6 +158195,7 @@ msgid "Unable to process extension:%s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -156269,6 +158257,10 @@ msgid "Unable to process extension:%s" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 ..." @@ -156345,6 +158337,7 @@ msgid "Flags -%c and -%c are mutually exclusive" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -156426,6 +158419,11 @@ msgid "Flags -%c and -%c are mutually exclusive" ======= >>>>>>> 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 msgstr "" #: ../scripts/v.report/v.report.py:124 @@ -156458,6 +158456,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -156495,6 +158494,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.pack/v.pack.py:65 #, python-format msgid "Unable to pack vector map <%s>. Only native format supported." @@ -156616,6 +158617,7 @@ msgid "WFS import failed" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -156677,6 +158679,10 @@ msgid "WFS import failed" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -157264,6 +159270,7 @@ msgid "Incorrect WMS query" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -157345,6 +159352,11 @@ msgid "Incorrect WMS query" ======= >>>>>>> 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 msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:112 @@ -157387,6 +159399,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.what.strds/v.what.strds.py:241 ======= <<<<<<< HEAD @@ -157425,6 +159438,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.what.strds/v.what.strds.py:240 ======= #: ../scripts/v.what.strds/v.what.strds.py:241 @@ -157441,6 +159456,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.what.strds/v.what.strds.py:241 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -157514,6 +159530,11 @@ msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:241 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -157533,6 +159554,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.what.strds/v.what.strds.py:270 ======= <<<<<<< HEAD @@ -157571,6 +159593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.what.strds/v.what.strds.py:269 ======= #: ../scripts/v.what.strds/v.what.strds.py:270 @@ -157587,6 +159611,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.what.strds/v.what.strds.py:270 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -157660,6 +159685,11 @@ msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:270 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -157679,6 +159709,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.what.strds/v.what.strds.py:286 ======= <<<<<<< HEAD @@ -157717,6 +159748,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.what.strds/v.what.strds.py:285 ======= #: ../scripts/v.what.strds/v.what.strds.py:286 @@ -157733,6 +159766,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.what.strds/v.what.strds.py:286 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -157806,6 +159840,11 @@ msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:286 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -157825,6 +159864,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -157862,6 +159902,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/r.mapcalc.simple/r.mapcalc.simple.py:107 msgid "The expression is an empty string" msgstr "" @@ -157881,6 +159923,7 @@ msgid "Expression: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -157942,6 +159985,10 @@ msgid "Expression: {}" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -157990,6 +160037,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -158071,6 +160119,11 @@ msgid "" ======= >>>>>>> 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 msgstr "" #: ../scripts/i.spectral/i.spectral.py:121 @@ -158132,6 +160185,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -158214,6 +160268,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 "" @@ -158503,6 +160562,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -158584,6 +160644,11 @@ 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 #: ../scripts/i.pansharpen/i.pansharpen.py:109 msgid "Required dependency NumPy not found. Exiting." msgstr "" @@ -158618,6 +160683,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -158655,6 +160721,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Converting image channels to 8bit for processing" msgstr "" @@ -158673,6 +160741,7 @@ msgid "Rescaling image channels to 8bit for processing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -158734,6 +160803,10 @@ msgid "Rescaling image channels to 8bit for processing" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Converting image chanels to 8bit for processing" msgstr "" @@ -158754,6 +160827,7 @@ msgid "Rescaling image chanels to 8bit for processing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -158835,6 +160909,11 @@ msgid "Rescaling image chanels to 8bit for processing" ======= >>>>>>> 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 msgstr "" #: ../scripts/i.pansharpen/i.pansharpen.py:405 @@ -158924,6 +161003,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -158947,6 +161027,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:585 ======= ======= @@ -158960,6 +161042,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/i.pansharpen/i.pansharpen.py:585 @@ -159004,6 +161087,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:584 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Using PCA/inverse PCA algorithm" @@ -159039,6 +161124,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -159100,6 +161186,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:585 msgid "Using PCA/inverse PCA algorithm" msgstr "" @@ -159448,6 +161538,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -159529,6 +161620,11 @@ 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 #: ../scripts/v.db.addtable/v.db.addtable.py:79 #, python-format msgid "Using vector map name as table name: <%s>" @@ -159587,6 +161683,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -159624,6 +161721,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/i.tasscap/i.tasscap.py:317 #, python-format msgid "Satellite %s..." @@ -159656,6 +161755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -159717,6 +161817,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -159763,6 +161867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -159800,6 +161905,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/r.mask/r.mask.py:100 msgid "Either parameter or parameter is required" msgstr "" @@ -160184,6 +162291,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -160245,6 +162353,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -160337,6 +162449,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -160365,6 +162478,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -160380,6 +162495,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -160441,6 +162557,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Download file from <{url}>, failed. File is not on the server or check your " @@ -160462,6 +162580,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:411 ======= <<<<<<< HEAD @@ -160486,6 +162605,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:601 ======= ======= @@ -160499,6 +162620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:601 @@ -160543,6 +162665,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:597 ======= #: ../scripts/g.extension/g.extension.py:411 @@ -160560,6 +162684,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:411 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -160593,6 +162718,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -160609,6 +162736,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -160646,6 +162774,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "'%s' required. Please install '%s' first." msgstr "" @@ -160665,6 +162795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -160688,6 +162819,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:665 ======= ======= @@ -160701,6 +162834,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:665 @@ -160745,6 +162879,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:661 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "List of installed extensions (toolboxes):" @@ -160799,6 +162935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -160860,6 +162997,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:475 msgid "List of installed extensions (toolboxes):" msgstr "" @@ -160911,6 +163052,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -160939,6 +163081,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -160954,6 +163098,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -161015,6 +163160,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Fetching list of extensions from GRASS-Addons SVN repository (be patient)..." msgstr "" @@ -161034,6 +163181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -161057,6 +163205,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:949 ======= ======= @@ -161070,6 +163220,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:949 @@ -161114,6 +163265,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -161142,6 +163295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -161203,6 +163357,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -161228,6 +163386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -161256,6 +163415,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -161271,6 +163432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -161332,6 +163494,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Checking for '%s' modules..." msgstr "" @@ -161351,6 +163515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:775 #: ../scripts/g.extension/g.extension.py:809 ======= @@ -161376,6 +163541,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:964 #: ../scripts/g.extension/g.extension.py:998 ======= @@ -161390,6 +163557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:964 @@ -161437,6 +163605,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:960 #: ../scripts/g.extension/g.extension.py:994 ======= @@ -161456,6 +163626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -161506,6 +163677,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -161521,6 +163696,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -161574,6 +163750,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to fetch '%s'" msgstr "" @@ -161593,6 +163772,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -161628,6 +163808,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1160 msgid "$GISBASE not defined" msgstr "" @@ -161643,6 +163825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -161681,6 +163864,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1156 msgid "$GISBASE not defined" msgstr "" @@ -161699,6 +163884,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -161760,6 +163946,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:829 msgid "Path to the source code:" msgstr "" @@ -161784,6 +163974,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -161812,6 +164003,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -161827,6 +164020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -161888,6 +164082,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> already installed. Re-installing..." msgstr "" @@ -161907,6 +164103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:989 ======= <<<<<<< HEAD @@ -161931,6 +164128,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1175 ======= ======= @@ -161944,6 +164143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1175 @@ -161988,6 +164188,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1171 ======= #: ../scripts/g.extension/g.extension.py:989 @@ -162005,6 +164207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:989 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -162038,6 +164241,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -162054,6 +164259,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162091,6 +164297,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Installing toolbox <%s>..." msgstr "" @@ -162110,6 +164318,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -162133,6 +164342,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1185 ======= ======= @@ -162146,6 +164357,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1185 @@ -162190,6 +164402,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1181 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Nothing to install" @@ -162224,6 +164438,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -162285,6 +164500,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:999 msgid "Nothing to install" msgstr "" @@ -162317,6 +164536,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -162345,6 +164565,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -162360,6 +164582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -162421,6 +164644,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Installation of <%s> successfully finished" msgstr "" @@ -162440,6 +164665,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1054 ======= <<<<<<< HEAD @@ -162464,6 +164690,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1240 ======= ======= @@ -162477,6 +164705,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1240 @@ -162521,6 +164750,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1236 ======= #: ../scripts/g.extension/g.extension.py:1054 @@ -162538,6 +164769,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1054 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -162571,6 +164803,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -162587,6 +164821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -162624,6 +164859,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "This add-on module will not function until you set the GRASS_ADDON_BASE " "environment variable (see \"g.manual variables\")" @@ -162644,6 +164881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -162667,6 +164905,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1275 ======= ======= @@ -162680,6 +164920,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1275 @@ -162724,6 +164965,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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" @@ -162750,6 +164993,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -162811,6 +165055,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -162835,6 +165083,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -162863,6 +165112,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -162878,6 +165129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -162939,6 +165191,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "No addons metadata available for <%s>" msgstr "" @@ -162958,6 +165212,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1161 ======= <<<<<<< HEAD @@ -162982,6 +165237,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1347 ======= ======= @@ -162995,6 +165252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1347 @@ -163039,6 +165297,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1343 ======= #: ../scripts/g.extension/g.extension.py:1161 @@ -163056,6 +165316,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1161 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -163089,6 +165350,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -163105,6 +165368,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -163142,6 +165406,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Unable to read addons metadata file from the remote server: {0}" msgstr "" @@ -163161,6 +165427,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1166 ======= <<<<<<< HEAD @@ -163185,6 +165452,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1352 ======= ======= @@ -163198,6 +165467,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1352 @@ -163242,6 +165512,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1348 ======= #: ../scripts/g.extension/g.extension.py:1166 @@ -163259,6 +165531,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1166 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -163292,6 +165565,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -163308,6 +165583,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -163345,6 +165621,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format, python-brace-format msgid "Unable to parse '%s': {0}" msgstr "" @@ -163364,6 +165642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1366 ======= <<<<<<< HEAD @@ -163388,6 +165667,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1538 ======= ======= @@ -163401,6 +165682,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1538 @@ -163445,6 +165727,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1534 ======= #: ../scripts/g.extension/g.extension.py:1366 @@ -163462,6 +165746,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1366 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -163495,6 +165780,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -163511,6 +165798,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -163548,6 +165836,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "No metadata available for module '{name}': {error}" msgstr "" @@ -163567,6 +165857,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -163590,6 +165881,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1608 ======= ======= @@ -163603,6 +165896,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1608 @@ -163647,6 +165941,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1603 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Downloading precompiled GRASS Addons <{}>..." @@ -163675,6 +165971,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -163736,6 +166033,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1435 msgid "Downloading precompiled GRASS Addons <{}>..." msgstr "" @@ -163757,6 +166058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -163785,6 +166087,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -163800,6 +166104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -163861,6 +166166,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "GRASS Addons <%s> not found" msgstr "" @@ -163880,6 +166187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1644 ======= <<<<<<< HEAD @@ -163904,6 +166212,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1836 ======= ======= @@ -163917,6 +166227,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1836 @@ -163961,6 +166272,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1831 ======= #: ../scripts/g.extension/g.extension.py:1644 @@ -163978,6 +166291,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1644 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -164011,6 +166325,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -164027,6 +166343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164064,6 +166381,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "ZIP file is unreadable: {0}" msgstr "" @@ -164083,6 +166402,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1665 ======= <<<<<<< HEAD @@ -164107,6 +166427,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1871 ======= ======= @@ -164120,6 +166442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1871 @@ -164164,6 +166487,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1866 ======= #: ../scripts/g.extension/g.extension.py:1665 @@ -164181,6 +166506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1665 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -164214,6 +166540,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -164230,6 +166558,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164267,6 +166596,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Archive file is unreadable: {0}" msgstr "" @@ -164286,6 +166617,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1675 ======= <<<<<<< HEAD @@ -164310,6 +166642,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1888 ======= ======= @@ -164323,6 +166657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1888 @@ -164367,6 +166702,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1883 ======= #: ../scripts/g.extension/g.extension.py:1675 @@ -164384,6 +166721,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1675 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -164417,6 +166755,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -164433,6 +166773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164470,6 +166811,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Type of source identified as '{source}'." msgstr "" @@ -164489,6 +166832,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -164524,6 +166868,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1891 #: ../scripts/g.extension/g.extension.py:1900 #: ../scripts/g.extension/g.extension.py:1907 @@ -164537,6 +166883,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -164575,6 +166922,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1886 #: ../scripts/g.extension/g.extension.py:1895 #: ../scripts/g.extension/g.extension.py:1902 @@ -164591,6 +166940,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -164652,6 +167002,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)..." @@ -164675,6 +167029,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -164703,6 +167058,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -164718,6 +167075,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -164779,6 +167137,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Fetching <{name}> from <{url}> (be patient)..." msgstr "" @@ -164798,6 +167158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1713 ======= <<<<<<< HEAD @@ -164822,6 +167183,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1922 ======= ======= @@ -164835,6 +167198,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1922 @@ -164879,6 +167243,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1917 ======= #: ../scripts/g.extension/g.extension.py:1713 @@ -164896,6 +167262,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -164929,6 +167296,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -164945,6 +167314,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -164982,6 +167352,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Expected default branch not found. Trying again from <{url}>..." msgstr "" @@ -165001,6 +167373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1721 ======= <<<<<<< HEAD @@ -165025,6 +167398,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1930 ======= ======= @@ -165038,6 +167413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1930 @@ -165082,6 +167458,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1925 ======= #: ../scripts/g.extension/g.extension.py:1721 @@ -165099,6 +167477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1721 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -165132,6 +167511,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -165148,6 +167529,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -165185,6 +167567,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Extension <{name}> not found. Please check 'url' and 'branch' options" msgstr "" @@ -165204,6 +167588,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -165239,6 +167624,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1935 msgid "Extension <{}> not found" msgstr "" @@ -165254,6 +167641,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -165292,6 +167680,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1930 msgid "Extension <{}> not found" msgstr "" @@ -165310,6 +167700,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -165371,6 +167762,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -165393,6 +167788,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -165421,6 +167817,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -165436,6 +167834,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -165497,6 +167896,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Unknown extension (addon) source type '{0}'. Please report this to the grass-" @@ -165518,6 +167919,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -165541,6 +167943,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1974 ======= ======= @@ -165554,6 +167958,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1974 @@ -165598,6 +168003,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1969 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Path to the source code:" @@ -165659,6 +168066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -165720,6 +168128,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -165776,6 +168188,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -165857,6 +168270,11 @@ 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 #, python-format msgid "Extension <%s> successfully uninstalled." msgstr "" @@ -165876,6 +168294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1993 ======= <<<<<<< HEAD @@ -165907,6 +168326,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -165921,6 +168342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -165958,6 +168380,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2201 ======= #: ../scripts/g.extension/g.extension.py:1993 @@ -165974,6 +168398,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1993 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -166046,6 +168471,11 @@ msgstr "" #: ../scripts/g.extension/g.extension.py:1993 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../scripts/g.extension/g.extension.py:1993 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> successfully uninstalled." msgstr "" @@ -166071,6 +168501,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2001 ======= <<<<<<< HEAD @@ -166095,6 +168526,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2214 ======= ======= @@ -166108,6 +168541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2214 @@ -166152,6 +168586,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2209 ======= #: ../scripts/g.extension/g.extension.py:2001 @@ -166169,6 +168605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2001 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -166202,6 +168639,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -166218,6 +168657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166255,6 +168695,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> not removed. Re-run '%s' with '-f' flag to force removal" msgstr "" @@ -166274,6 +168716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2157 ======= <<<<<<< HEAD @@ -166298,6 +168741,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2265 ======= ======= @@ -166311,6 +168756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2265 @@ -166355,6 +168801,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2260 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -166381,6 +168829,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2157 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -166414,6 +168863,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -166430,6 +168881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166467,6 +168919,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Unable to create '{filename}': {error}. Is the GRASS GIS documentation " @@ -166489,6 +168943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2176 ======= <<<<<<< HEAD @@ -166513,6 +168968,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2388 ======= ======= @@ -166526,6 +168983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2388 @@ -166570,6 +169028,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2383 ======= #: ../scripts/g.extension/g.extension.py:2176 @@ -166587,6 +169047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2176 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -166620,6 +169081,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -166636,6 +169099,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166673,6 +169137,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to create '%s': %s" msgstr "" @@ -166692,6 +169158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2202 ======= <<<<<<< HEAD @@ -166716,6 +169183,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2416 ======= ======= @@ -166729,6 +169198,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2416 @@ -166773,6 +169243,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2411 ======= #: ../scripts/g.extension/g.extension.py:2202 @@ -166790,6 +169262,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2202 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -166823,6 +169296,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -166839,6 +169314,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166876,6 +169352,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Manual page for <%s> updated" msgstr "" @@ -166895,6 +169373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2209 ======= <<<<<<< HEAD @@ -166919,6 +169398,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2423 ======= ======= @@ -166932,6 +169413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2423 @@ -166976,6 +169458,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2418 ======= #: ../scripts/g.extension/g.extension.py:2209 @@ -166993,6 +169477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2209 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -167026,6 +169511,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -167042,6 +169529,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167079,6 +169567,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read manual page: %s" msgstr "" @@ -167098,6 +169588,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2253 ======= <<<<<<< HEAD @@ -167122,6 +169613,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2468 ======= ======= @@ -167135,6 +169628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2468 @@ -167179,6 +169673,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2463 ======= #: ../scripts/g.extension/g.extension.py:2253 @@ -167196,6 +169692,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2253 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -167229,6 +169726,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -167245,6 +169744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167282,6 +169782,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Unable for write manual page: %s" msgstr "" @@ -167301,6 +169803,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -167336,6 +169839,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2481 msgid "GRASS_ADDON_BASE is not defined, installing to ~/.grass{}/addons" msgstr "" @@ -167351,6 +169856,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -167389,6 +169895,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2476 msgid "GRASS_ADDON_BASE is not defined, installing to ~/.grass{}/addons" msgstr "" @@ -167407,6 +169915,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -167468,6 +169977,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -167489,6 +170002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -167517,6 +170031,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -167532,6 +170048,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -167593,6 +170110,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "You don't have permission to install extension to <{0}>. Try to run {1} with " @@ -167614,6 +170133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2364 ======= <<<<<<< HEAD @@ -167638,6 +170158,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2582 ======= ======= @@ -167651,6 +170173,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2582 @@ -167695,6 +170218,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2577 ======= #: ../scripts/g.extension/g.extension.py:2364 @@ -167712,6 +170237,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2364 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -167745,6 +170271,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -167761,6 +170289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -167798,6 +170327,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Identified {0} as known hosting service" msgstr "" @@ -167817,6 +170348,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2370 ======= <<<<<<< HEAD @@ -167841,6 +170373,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2587 ======= ======= @@ -167854,6 +170388,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2587 @@ -167898,6 +170433,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2582 ======= #: ../scripts/g.extension/g.extension.py:2370 @@ -167915,6 +170452,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2370 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -167948,6 +170486,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -167964,6 +170504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168001,6 +170542,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Not using {service} as known hosting service because the URL ends with " @@ -168022,6 +170565,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2390 ======= <<<<<<< HEAD @@ -168046,6 +170590,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2608 ======= ======= @@ -168059,6 +170605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2608 @@ -168103,6 +170650,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2603 ======= #: ../scripts/g.extension/g.extension.py:2390 @@ -168120,6 +170669,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2390 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -168153,6 +170703,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -168169,6 +170721,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168206,6 +170759,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Will use the following URL for download: {0}" msgstr "" @@ -168225,6 +170780,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -168248,6 +170804,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2641 ======= ======= @@ -168261,6 +170819,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2641 @@ -168305,6 +170864,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2636 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -168622,6 +171183,7 @@ msgid "Generating output raster map <%s>..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -168683,6 +171245,10 @@ msgid "Generating output raster map <%s>..." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2519 msgid "Cannot open URL: {}" msgstr "" @@ -168728,6 +171294,7 @@ msgid "Imported table <%s> with %d rows" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -168809,4 +171376,9 @@ msgid "Imported table <%s> with %d rows" ======= >>>>>>> 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 msgstr "" diff --git a/locale/templates/grasswxpy.pot b/locale/templates/grasswxpy.pot index f99c3167943..ce2ccc54346 100644 --- a/locale/templates/grasswxpy.pot +++ b/locale/templates/grasswxpy.pot @@ -23,6 +23,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -47,6 +48,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -60,6 +63,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -104,6 +108,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -121,6 +127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -154,6 +161,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -170,6 +179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -207,6 +217,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -230,6 +242,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -267,6 +280,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 msgid "View" @@ -2142,6 +2157,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2203,6 +2219,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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)" @@ -2732,6 +2752,7 @@ msgid "Status bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2813,6 +2834,11 @@ msgid "Status bar" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/datacatalog/infomanager.py:36 @@ -2851,6 +2877,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 ======= @@ -2876,6 +2903,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 ======= @@ -2890,6 +2919,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 @@ -2937,6 +2967,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1107 #: ../gui/wxpython/modules/import_export.py:562 ======= @@ -2956,6 +2988,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3006,6 +3039,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3021,6 +3058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3074,6 +3112,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data" msgstr "" @@ -3093,6 +3134,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 ======= @@ -3118,6 +3160,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 ======= ======= @@ -3131,6 +3175,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 @@ -3175,6 +3220,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -3194,6 +3241,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3219,6 +3267,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -3234,6 +3284,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3272,6 +3323,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Import raster data" msgstr "" @@ -3351,6 +3404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3388,6 +3442,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:51 msgid "Data catalog" msgstr "" @@ -3460,6 +3516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3514,6 +3571,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -3532,6 +3593,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3550,6 +3612,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:96 ======= ======= @@ -3563,6 +3627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/tree.py:96 ======= @@ -3606,6 +3671,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:95 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -3929,6 +3996,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3983,6 +4051,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:23 msgid "Reload GRASS projects" msgstr "" @@ -4046,6 +4118,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4076,6 +4149,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -4095,6 +4170,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4120,6 +4196,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/extensions.py:76 #: ../gui/wxpython/gui_core/menu.py:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4133,6 +4211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4166,6 +4245,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Search" msgstr "" @@ -4194,6 +4275,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4224,6 +4306,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:927 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Reprojection" @@ -4258,6 +4342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4312,6 +4397,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:924 msgid "Reprojection" msgstr "" @@ -4343,6 +4432,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4361,6 +4451,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -4376,6 +4468,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -4436,6 +4529,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Map layer <{ml}> needs to be reprojected.\n" @@ -4456,6 +4551,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4474,6 +4570,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= ======= @@ -4487,6 +4585,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= @@ -4530,6 +4629,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:125 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Estimated resolution:" @@ -4561,6 +4662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4580,6 +4682,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/datacatalog/dialogs.py:126 msgid "Estimated resolution:" @@ -4958,6 +5062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5888,6 +5993,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)) @@ -5905,6 +6012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5966,6 +6074,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -5988,6 +6098,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6025,6 +6136,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:87 msgid "Map Swipe Tool - GRASS GIS" msgstr "" @@ -18093,6 +18206,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18154,6 +18268,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -18236,6 +18354,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18257,6 +18376,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1119 ======= ======= @@ -18269,6 +18390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -18368,6 +18490,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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:" @@ -18388,6 +18515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18469,6 +18597,11 @@ 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 #: ../gui/wxpython/core/render.py:1118 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -18497,6 +18630,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18534,6 +18668,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quitting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -18552,6 +18688,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18613,6 +18750,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -18946,6 +19087,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19027,6 +19169,11 @@ 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 #, python-format msgid "Unable to open file <%s> for reading." msgstr "" @@ -19046,6 +19193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1726 ======= <<<<<<< HEAD @@ -19084,6 +19232,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:1770 ======= #: ../gui/wxpython/core/workspace.py:1726 @@ -19100,6 +19250,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19173,6 +19324,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -19196,6 +19352,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1976 ======= <<<<<<< HEAD @@ -19234,6 +19391,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:2019 ======= #: ../gui/wxpython/core/workspace.py:1976 @@ -19250,6 +19409,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19323,6 +19483,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/core/workspace.py:1976 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid " row %d:" msgstr "" @@ -19342,6 +19507,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19379,6 +19545,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/main.py:190 #, python-format msgid "Unsupported command %s." @@ -19976,6 +20144,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20037,6 +20206,10 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/menutree.py:162 #, python-format msgid "Unknow tag %s" @@ -25943,6 +26116,7 @@ msgid "Map <%s> not found. " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26024,6 +26198,11 @@ msgid "Map <%s> not found. " ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/import_export.py:50 @@ -26059,6 +26238,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26082,6 +26262,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:985 ======= ======= @@ -26095,6 +26277,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:985 @@ -26139,6 +26322,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:968 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "right click to (un)select all" @@ -26157,6 +26342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26218,6 +26404,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:965 msgid "right click to (un)select all" msgstr "" @@ -26248,6 +26438,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26329,6 +26520,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:82 msgid "Name for output GRASS map (editable)" msgstr "" @@ -26347,6 +26543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26429,6 +26626,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -26455,6 +26657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26536,6 +26739,11 @@ 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 #: ../gui/wxpython/modules/import_export.py:96 msgid "Override projection check (use current location's projection)" msgstr "" @@ -26555,6 +26763,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26592,6 +26801,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:127 #: ../gui/wxpython/modules/import_export.py:435 <<<<<<< HEAD @@ -26611,6 +26822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26672,6 +26884,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -26695,6 +26911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26723,6 +26940,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -26738,6 +26957,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -26799,6 +27019,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "&Import" msgstr "" @@ -26818,6 +27040,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 ======= @@ -26857,6 +27080,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:436 <<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:598 @@ -26879,6 +27104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -26929,6 +27155,10 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -26944,6 +27174,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -26997,6 +27228,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import selected layers" msgstr "" @@ -27019,6 +27253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27056,6 +27291,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:160 msgid "Import settings" msgstr "" @@ -27074,6 +27311,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27135,6 +27373,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:161 msgid "Import settings" msgstr "" @@ -27155,6 +27397,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27236,6 +27479,11 @@ 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 #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -27255,6 +27503,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:259 ======= <<<<<<< HEAD @@ -27293,6 +27542,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:258 ======= #: ../gui/wxpython/modules/import_export.py:259 @@ -27309,6 +27560,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27382,6 +27634,11 @@ msgstr "" #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -27401,6 +27658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27438,6 +27696,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:423 #: ../gui/wxpython/modules/import_export.py:585 msgid "Add linked layers into layer tree" @@ -27517,6 +27777,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27578,6 +27839,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -27666,6 +27931,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27694,6 +27960,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -27709,6 +27977,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -27770,6 +28039,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -27790,6 +28061,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27813,6 +28085,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:983 ======= ======= @@ -27826,6 +28100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:983 @@ -27870,6 +28145,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:966 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Layers to be reprojected" @@ -28002,6 +28279,7 @@ msgid "Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28063,6 +28341,10 @@ msgid "Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:963 msgid "Layers to be reprojected" msgstr "" @@ -28534,6 +28816,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28615,6 +28898,11 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/modules/mcalc_builder.py:71 @@ -28655,6 +28943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28737,6 +29026,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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" @@ -28757,6 +29051,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28838,6 +29133,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:175 msgid "Load expression from file" msgstr "" @@ -28856,6 +29156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28938,6 +29239,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 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 @@ -28964,6 +29270,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29045,6 +29352,11 @@ 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 #: ../gui/wxpython/modules/mcalc_builder.py:181 msgid "exponent" msgstr "" @@ -29218,6 +29530,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29241,6 +29554,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:45 ======= ======= @@ -29254,6 +29569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/iscatt/plots.py:45 @@ -29298,6 +29614,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:44 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -29714,6 +30032,7 @@ msgid "Setup for r.li modules - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29775,6 +30094,10 @@ msgid "Setup for r.li modules - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:45 msgid "Fetch & install extension from GRASS Addons" msgstr "" @@ -29883,6 +30206,7 @@ msgid "Extension" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29964,6 +30288,11 @@ msgid "Extension" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:66 @@ -30023,6 +30352,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:981 ======= <<<<<<< HEAD @@ -30061,6 +30391,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:982 ======= #: ../gui/wxpython/rlisetup/wizard.py:981 @@ -30077,6 +30409,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30150,6 +30483,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:981 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Whole map layer" msgstr "" @@ -30181,6 +30519,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:708 ======= <<<<<<< HEAD @@ -30219,6 +30558,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:709 ======= #: ../gui/wxpython/rlisetup/wizard.py:708 @@ -30235,6 +30576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30308,6 +30650,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30327,6 +30674,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:713 ======= <<<<<<< HEAD @@ -30365,6 +30713,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:714 ======= #: ../gui/wxpython/rlisetup/wizard.py:713 @@ -30381,6 +30731,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30454,6 +30805,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30473,6 +30829,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:719 ======= <<<<<<< HEAD @@ -30511,6 +30868,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:720 ======= #: ../gui/wxpython/rlisetup/wizard.py:719 @@ -30527,6 +30886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30600,6 +30960,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -30619,6 +30984,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30656,6 +31022,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" msgstr "" @@ -30699,6 +31067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30760,6 +31129,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:762 msgid "Insert sampling frame parameter" msgstr "" @@ -30815,6 +31188,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30896,6 +31270,11 @@ 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 msgid "" "Select areas from the\n" "overlaid vector map" @@ -30916,6 +31295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30953,6 +31333,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:998 msgid "Choose a method" msgstr "" @@ -31019,6 +31401,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31080,6 +31463,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:997 msgid "Choose a method" msgstr "" @@ -31148,6 +31535,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31229,6 +31617,11 @@ 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 msgid "Draw sampling regions" msgstr "" @@ -31248,6 +31641,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31285,6 +31679,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Draw sample region {count} of {num_regions}" msgstr "" @@ -31320,6 +31716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31381,6 +31778,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sample region " msgstr "" @@ -31423,6 +31824,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31504,6 +31906,11 @@ 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 #: ../gui/wxpython/psmap/toolbars.py:105 msgid "Rectangle" msgstr "" @@ -31523,6 +31930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31560,6 +31968,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1307 #: ../gui/wxpython/rlisetup/wizard.py:1499 #: ../gui/wxpython/rlisetup/wizard.py:1612 @@ -31676,6 +32086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31704,6 +32115,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:156 ======= ======= @@ -31719,6 +32132,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -31762,6 +32176,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1309 #: ../gui/wxpython/rlisetup/wizard.py:1501 #: ../gui/wxpython/rlisetup/wizard.py:1614 @@ -31880,6 +32296,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31961,6 +32378,11 @@ 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 #: ../gui/wxpython/rlisetup/functions.py:155 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -31984,6 +32406,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:1928 ======= <<<<<<< HEAD @@ -32046,6 +32469,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)) ======= @@ -32061,6 +32490,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32135,6 +32565,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:139 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "The polygon seems to have 0 areas" @@ -32155,6 +32587,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32192,6 +32625,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1923 msgid "Select sample area 1 of " msgstr "" @@ -32279,6 +32714,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32340,6 +32776,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1931 msgid "Select sample area 1 of " msgstr "" @@ -32471,6 +32911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32552,6 +32993,11 @@ 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 #: ../gui/wxpython/rlisetup/frame.py:26 msgid "Modify the configuration file" msgstr "" @@ -32576,6 +33022,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/frame.py:97 ======= <<<<<<< HEAD @@ -32614,6 +33061,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:101 ======= #: ../gui/wxpython/rlisetup/frame.py:97 @@ -32630,6 +33079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32703,6 +33153,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -32724,6 +33179,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32761,6 +33217,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:106 msgid "WARNING" msgstr "" @@ -32812,6 +33270,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32873,6 +33332,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:102 msgid "WARNING" msgstr "" @@ -32931,6 +33394,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33012,6 +33476,11 @@ 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 #, python-format msgid "Do you want remove r.li configuration file <%s>?" msgstr "" @@ -33031,6 +33500,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33068,6 +33538,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:245 msgid "Remove new r.li configuration file?" msgstr "" @@ -33086,6 +33558,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33147,6 +33620,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:241 msgid "Remove new r.li configuration file?" msgstr "" @@ -33167,6 +33644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33248,6 +33726,11 @@ 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 #, python-format msgid "" "Set the new name for %s \" " @@ -33269,6 +33752,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33306,6 +33790,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" msgstr "" @@ -34139,6 +34625,7 @@ msgid "There were some issues when loading menu or Tools tab:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34198,6 +34685,10 @@ msgid "There were some issues when loading menu or Tools tab:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:275 msgid "Rename configuration file" msgstr "" @@ -40618,6 +41109,7 @@ msgid "Dbf driver does not support usage of SQL functions." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47106,6 +47598,11 @@ msgid "Dbf driver does not support usage of SQL functions." ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/lmgr/frame.py:1305 @@ -47171,6 +47668,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47206,6 +47704,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -47219,6 +47719,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47257,6 +47758,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -47276,6 +47779,7 @@ msgid "Number of loaded records: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47337,6 +47841,10 @@ msgid "Number of loaded records: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:81 #, python-format msgid "" @@ -47406,6 +47914,7 @@ msgid "Category" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47487,6 +47996,11 @@ msgid "Category" ======= >>>>>>> 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 msgstr "" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51 @@ -47513,6 +48027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47536,6 +48051,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= ======= @@ -47549,6 +48066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 @@ -47593,6 +48111,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Database connection" @@ -48865,6 +49385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48926,6 +49447,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/web_services/widgets.py:140 msgid " Requested data settings " msgstr "" @@ -52040,6 +52565,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52121,6 +52647,11 @@ 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 #, python-format msgid "" "Unable to open file\n" @@ -52142,6 +52673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:535 ======= <<<<<<< HEAD @@ -52180,6 +52712,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:530 ======= #: ../gui/wxpython/psmap/instructions.py:535 @@ -52196,6 +52730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52269,6 +52804,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 "" @@ -52288,6 +52828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:541 ======= <<<<<<< HEAD @@ -52326,6 +52867,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:536 ======= #: ../gui/wxpython/psmap/instructions.py:541 @@ -52342,6 +52885,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52415,6 +52959,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/psmap/instructions.py:541 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Region cannot be set\n" @@ -52436,6 +52985,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52473,6 +53023,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:706 <<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:929 @@ -52511,6 +53063,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52572,6 +53125,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -52599,6 +53156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52627,6 +53185,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52642,6 +53202,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52703,6 +53264,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s" msgstr "" @@ -52722,6 +53285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:727 ======= <<<<<<< HEAD @@ -52760,6 +53324,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:722 ======= #: ../gui/wxpython/psmap/instructions.py:727 @@ -52776,6 +53342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52849,6 +53416,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -52870,6 +53442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:732 ======= <<<<<<< HEAD @@ -52908,6 +53481,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:727 ======= #: ../gui/wxpython/psmap/instructions.py:732 @@ -52924,6 +53499,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52997,6 +53573,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/psmap/instructions.py:732 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %s.\n" @@ -53018,6 +53599,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:746 ======= <<<<<<< HEAD @@ -53056,6 +53638,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:741 ======= #: ../gui/wxpython/psmap/instructions.py:746 @@ -53072,6 +53656,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53145,6 +53730,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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" @@ -53166,6 +53756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:764 ======= <<<<<<< HEAD @@ -53190,6 +53781,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:765 ======= ======= @@ -53203,6 +53796,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:765 @@ -53247,6 +53841,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:759 ======= #: ../gui/wxpython/psmap/instructions.py:764 @@ -53264,6 +53860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:764 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53297,6 +53894,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53313,6 +53912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53350,6 +53950,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Map frame size changed, old value: %(old1)s %(old2)s\n" @@ -53371,6 +53973,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:837 ======= <<<<<<< HEAD @@ -53395,6 +53998,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:840 ======= ======= @@ -53408,6 +54013,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:840 @@ -53452,6 +54058,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:832 ======= #: ../gui/wxpython/psmap/instructions.py:837 @@ -53469,6 +54077,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:837 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53502,6 +54111,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53518,6 +54129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53555,6 +54167,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %(file)s.\n" @@ -53576,6 +54190,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:852 ======= <<<<<<< HEAD @@ -53600,6 +54215,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:856 ======= ======= @@ -53613,6 +54230,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:856 @@ -53657,6 +54275,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:847 ======= #: ../gui/wxpython/psmap/instructions.py:852 @@ -53674,6 +54294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:852 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53707,6 +54328,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53723,6 +54346,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53760,6 +54384,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s." msgstr "" @@ -53779,6 +54405,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:1132 ======= <<<<<<< HEAD @@ -53803,6 +54430,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1136 ======= ======= @@ -53816,6 +54445,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:1136 @@ -53860,6 +54490,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1127 ======= #: ../gui/wxpython/psmap/instructions.py:1132 @@ -53877,6 +54509,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:1132 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53910,6 +54543,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -53926,6 +54561,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -53963,6 +54599,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %(inst)s: file %(file)s not found." msgstr "" @@ -53982,6 +54620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54019,6 +54658,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/g.gui.psmap.py:52 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -54077,6 +54718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54138,6 +54780,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:86 msgid "Full extent" msgstr "" @@ -54185,6 +54831,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54222,6 +54869,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:267 msgid "Units:" msgstr "" @@ -54240,6 +54889,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54301,6 +54951,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/utils.py:102 msgid "inch" msgstr "" @@ -54353,6 +55007,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54434,6 +55089,11 @@ 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 msgid "" "Position of the top left corner\n" "from the top left edge of the paper" @@ -54454,6 +55114,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54491,6 +55152,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:311 msgid "Position is given:" msgstr "" @@ -54517,6 +55180,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54578,6 +55242,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:313 msgid "Position is given:" msgstr "" @@ -54606,6 +55274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54687,6 +55356,11 @@ 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 msgid "" "Position from the top left\n" "edge of the paper" @@ -54707,6 +55381,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54730,6 +55405,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:462 ======= ======= @@ -54743,6 +55420,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:462 @@ -54787,6 +55465,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:453 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Font:" @@ -54925,6 +55605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54986,6 +55667,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:455 msgid "Font:" msgstr "" @@ -55122,6 +55807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55150,6 +55836,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55165,6 +55853,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55226,6 +55915,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Map max resolution (dpi):" msgstr "" @@ -55246,6 +55937,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55269,6 +55961,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 ======= ======= @@ -55282,6 +55976,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 @@ -55326,6 +56021,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1122 ../gui/wxpython/psmap/dialogs.py:3645 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Border" @@ -55360,6 +56057,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55421,6 +56119,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641 msgid "Border" msgstr "" @@ -55453,6 +56155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55481,6 +56184,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55496,6 +56201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -55557,6 +56263,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Region is set to match this map,\n" "raster or vector map must be added later" @@ -55577,6 +56285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55600,6 +56309,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1296 ======= ======= @@ -55613,6 +56324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1296 @@ -55657,6 +56369,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1269 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Region selection" @@ -55747,6 +56461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55808,6 +56523,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1272 msgid "Region selection" msgstr "" @@ -55896,6 +56615,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55924,6 +56644,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -55939,6 +56661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -56000,6 +56723,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%s properties" msgstr "" @@ -56019,6 +56744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56042,6 +56768,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2249 ======= ======= @@ -56055,6 +56783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:2249 @@ -56099,6 +56828,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2218 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Data selection" @@ -56279,6 +57010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56340,6 +57072,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2208 msgid "Data selection" msgstr "" @@ -56518,6 +57254,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56546,6 +57283,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56561,6 +57300,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -56622,6 +57362,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%(rast)s: type %(type)s" msgstr "" @@ -56641,6 +57383,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56664,6 +57407,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3498 ======= ======= @@ -56677,6 +57422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3498 @@ -56721,6 +57467,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3459 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of legend" @@ -56795,6 +57543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56856,6 +57605,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3455 msgid "Type of legend" msgstr "" @@ -56928,6 +57681,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56956,6 +57710,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -56971,6 +57727,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57032,6 +57789,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Width of the color symbol (for lines)\n" "in front of the legend text" @@ -57052,6 +57811,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57075,6 +57835,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 ======= ======= @@ -57088,6 +57850,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 @@ -57132,6 +57895,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3817 ../gui/wxpython/psmap/dialogs.py:3980 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Columns:" @@ -57158,6 +57923,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57219,6 +57985,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976 msgid "Columns:" msgstr "" @@ -57243,6 +58013,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57271,6 +58042,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -57286,6 +58059,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57347,6 +58121,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Column separation distance between the left edges\n" "of two columns in a multicolumn legend" @@ -57367,6 +58143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57390,6 +58167,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4133 ======= ======= @@ -57403,6 +58182,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:4133 @@ -57447,6 +58227,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4085 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Edit legend label:" @@ -57601,6 +58383,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57662,6 +58445,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4081 msgid "Edit legend label:" msgstr "" @@ -57814,6 +58601,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57842,6 +58630,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -57857,6 +58647,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -57918,6 +58709,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "PIL\n" "missing" @@ -57938,6 +58731,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:5956 ======= <<<<<<< HEAD @@ -57962,6 +58756,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6007 ======= ======= @@ -57975,6 +58771,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6007 @@ -58019,6 +58816,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:5954 ======= #: ../gui/wxpython/psmap/dialogs.py:5956 @@ -58036,6 +58835,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:5956 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58069,6 +58869,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -58085,6 +58887,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58122,6 +58925,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read file %s" msgstr "" @@ -58141,6 +58946,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:6019 ======= <<<<<<< HEAD @@ -58165,6 +58971,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6070 ======= ======= @@ -58178,6 +58986,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6070 @@ -58222,6 +59031,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6017 ======= #: ../gui/wxpython/psmap/dialogs.py:6019 @@ -58239,6 +59050,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:6019 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58272,6 +59084,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -58288,6 +59102,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -58325,6 +59140,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "size: %(width)s x %(height)s pts" msgstr "" @@ -58344,6 +59161,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58367,6 +59185,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6092 ======= ======= @@ -58380,6 +59200,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6092 @@ -58424,6 +59245,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6039 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "No image selected." @@ -58462,6 +59285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58523,6 +59347,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6041 msgid "No image selected." msgstr "" @@ -58559,6 +59387,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58587,6 +59416,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -58602,6 +59433,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -58663,6 +59495,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Note: Selected symbol is not displayed\n" "in draft mode (only in preview mode)" @@ -58683,6 +59517,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58706,6 +59541,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 ======= ======= @@ -58719,6 +59556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 @@ -58763,6 +59601,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6287 ../gui/wxpython/psmap/dialogs.py:6566 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Outline color:" @@ -58822,6 +59662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58883,6 +59724,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -58943,6 +59788,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59024,6 +59870,11 @@ 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 msgid "" "Python Imaging Library is not available.\n" "'Preview' functionality won't work." @@ -59044,6 +59895,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:275 ======= <<<<<<< HEAD @@ -59082,6 +59934,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:281 ======= #: ../gui/wxpython/psmap/frame.py:275 @@ -59098,6 +59952,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59171,6 +60026,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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 " @@ -59192,6 +60052,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:283 ======= <<<<<<< HEAD @@ -59230,6 +60091,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:289 ======= #: ../gui/wxpython/psmap/frame.py:283 @@ -59246,6 +60109,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59319,6 +60183,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +#: ../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." @@ -59339,6 +60208,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59376,6 +60246,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:320 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -59409,6 +60281,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -59470,6 +60343,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 "" @@ -59502,6 +60379,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -59530,6 +60408,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -59545,6 +60425,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -59606,6 +60487,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Ps.map exited with return code %s" msgstr "" @@ -59625,6 +60508,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:438 ======= <<<<<<< HEAD @@ -59649,6 +60533,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:437 ======= ======= @@ -59662,6 +60548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:437 @@ -59706,6 +60593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:436 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Program {} is not available." @@ -59745,6 +60634,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:438 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59778,6 +60668,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -59794,6 +60686,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -59831,6 +60724,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "%(prg)s exited with return code %(code)s" msgstr "" @@ -59850,6 +60745,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59873,6 +60769,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:464 ======= ======= @@ -59886,6 +60784,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:464 @@ -59930,6 +60829,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:463 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "PDF generated" @@ -59968,6 +60869,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60029,6 +60931,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:442 msgid "PDF generated" msgstr "" @@ -60069,6 +60975,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60097,6 +61004,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -60112,6 +61021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -60173,6 +61083,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -60193,6 +61105,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60216,6 +61129,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:514 ======= ======= @@ -60229,6 +61144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:514 @@ -60273,6 +61189,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:512 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -60304,6 +61222,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60365,6 +61284,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:488 msgid "Please follow instructions on GRASS Trac Wiki." msgstr "" @@ -60393,6 +61316,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60421,6 +61345,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -60436,6 +61362,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -60497,6 +61424,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read file %s." msgstr "" @@ -60516,6 +61445,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60539,6 +61469,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:794 ======= ======= @@ -60552,6 +61484,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:794 @@ -60596,6 +61529,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:792 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Scalebar is not appropriate for this projection" @@ -60657,6 +61592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -60718,6 +61654,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:761 msgid "Scalebar is not appropriate for this projection" msgstr "" @@ -60784,6 +61724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60865,3 +61806,8 @@ 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 diff --git a/man/build_check.py b/man/build_check.py index 6111a4dbe9f..9d9675fb7ac 100644 --- a/man/build_check.py +++ b/man/build_check.py @@ -9,7 +9,7 @@ import sys import os -from build_html import * +from build_html import html_dir, message_tmpl, html_files, read_file os.chdir(html_dir) diff --git a/man/build_check_rest.py b/man/build_check_rest.py index 159be8453db..f9868dfd697 100644 --- a/man/build_check_rest.py +++ b/man/build_check_rest.py @@ -9,7 +9,7 @@ import sys import os -from build_rest import * +from build_rest import rest_dir, message_tmpl, rest_files, read_file os.chdir(rest_dir) diff --git a/man/build_class.py b/man/build_class.py index 8300c62079f..564fb5c20e6 100644 --- a/man/build_class.py +++ b/man/build_class.py @@ -9,7 +9,20 @@ import sys import os -from build_html import * +from build_html import ( + html_dir, + write_html_header, + grass_version, + modclass_intro_tmpl, + modclass_tmpl, + to_title, + html_files, + check_for_desc_override, + get_desc, + desc2_tmpl, + write_html_footer, + replace_file, +) no_intro_page_classes = ["display", "general", "miscellaneous", "postscript"] diff --git a/man/build_class_graphical.py b/man/build_class_graphical.py index 955f5c2a63e..554c950d3a8 100644 --- a/man/build_class_graphical.py +++ b/man/build_class_graphical.py @@ -91,10 +91,7 @@ def file_matches(filename, patterns): - for pattern in patterns: - if fnmatch.fnmatch(filename, pattern): - return True - return False + return any(fnmatch.fnmatch(filename, pattern) for pattern in patterns) def starts_with_module(string, module) -> bool: @@ -102,9 +99,7 @@ def starts_with_module(string, module) -> bool: # module = module.replace('wxGUI.', 'g.gui.') # TODO: matches g.mapsets images for g.mapset and d.rast.num for d.rast return bool( - string.startswith(module.replace(".", "_")) - or string.startswith(module.replace(".", "")) - or string.startswith(module) + string.startswith((module.replace(".", "_"), module.replace(".", ""), module)) ) diff --git a/man/build_class_rest.py b/man/build_class_rest.py index c1de3d623d0..05aec125d04 100644 --- a/man/build_class_rest.py +++ b/man/build_class_rest.py @@ -9,7 +9,19 @@ import sys import os -from build_rest import * +from build_rest import ( + rest_dir, + grass_version, + modclass_intro_tmpl, + modclass_tmpl, + desc2_tmpl, + write_rest_header, + write_rest_footer, + rest_files, + check_for_desc_override, + get_desc, + replace_file, +) os.chdir(rest_dir) diff --git a/man/build_full_index.py b/man/build_full_index.py index 76379787905..7d2ce03e342 100644 --- a/man/build_full_index.py +++ b/man/build_full_index.py @@ -9,7 +9,23 @@ import sys import os -from build_html import * +from operator import itemgetter + +from build_html import ( + html_dir, + grass_version, + html_files, + write_html_header, + write_html_footer, + check_for_desc_override, + get_desc, + replace_file, + to_title, + full_index_header, + toc, + cmd2_tmpl, + desc1_tmpl, +) year = None if len(sys.argv) > 1: @@ -36,7 +52,7 @@ prefix = cmd.split(".")[0] if prefix not in [item[0] for item in classes]: classes.append((prefix, class_labels.get(prefix, prefix))) -classes.sort(key=lambda tup: tup[0]) +classes.sort(key=itemgetter(0)) # begin full index: filename = "full_index.html" diff --git a/man/build_full_index_rest.py b/man/build_full_index_rest.py index 14167df0f84..26183505393 100644 --- a/man/build_full_index_rest.py +++ b/man/build_full_index_rest.py @@ -8,7 +8,20 @@ import os -from build_rest import * +from build_rest import ( + rest_dir, + rest_files, + write_rest_header, + grass_version, + full_index_header, + sections, + cmd2_tmpl, + check_for_desc_override, + get_desc, + desc1_tmpl, + write_rest_footer, + replace_file, +) os.chdir(rest_dir) diff --git a/man/build_graphical_index.py b/man/build_graphical_index.py index 69ea888c7cc..151766077b5 100755 --- a/man/build_graphical_index.py +++ b/man/build_graphical_index.py @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team @@ -82,6 +83,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -99,6 +102,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -118,6 +122,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # COPYRIGHT: (C) 2015-2022 by Vaclav Petras and the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135,6 +141,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)) @@ -229,6 +236,11 @@ # 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 +======= +======= +# 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 @@ -345,6 +357,7 @@ def std_img_name(name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -411,6 +424,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)) @@ -432,6 +449,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)) @@ -546,6 +564,11 @@ def std_img_name(name): ======= "https://grass.osgeo.org/grass-devel/manuals/libpython/index.html", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "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 29c4b7ef5c2..60f83061e3f 100644 --- a/man/build_html.py +++ b/man/build_html.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # (C) 2003-2023 Markus Neteler and the GRASS Development Team @@ -78,6 +79,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # (C) 2003-2024 Markus Neteler and the GRASS Development Team ======= # (C) 2003-2022 Markus Neteler and the GRASS Development Team @@ -95,6 +98,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -114,6 +118,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # (C) 2003-2022 Markus Neteler and the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -131,6 +137,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)) @@ -225,6 +232,11 @@ # (C) 2003-2023 Markus Neteler and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +# (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 @@ -616,7 +628,7 @@ def check_for_desc_override(basename): def read_file(name): - f = open(name, "r") + f = open(name) s = f.read() f.close() return s @@ -699,7 +711,7 @@ def write_html_footer(f, index_url, year=None): def get_desc(cmd): - f = open(cmd, "r") + f = open(cmd) while True: line = f.readline() if not line: @@ -717,8 +729,7 @@ def get_desc(cmd): sp = line.split("-", 1) if len(sp) > 1: return sp[1].strip() - else: - return None + return None return "" diff --git a/man/build_index.py b/man/build_index.py index 5a01787afe3..12de7f01162 100644 --- a/man/build_index.py +++ b/man/build_index.py @@ -9,7 +9,14 @@ import sys import os -from build_html import * +from build_html import ( + html_dir, + grass_version, + write_html_header, + write_html_cmd_overview, + write_html_footer, + replace_file, +) os.chdir(html_dir) diff --git a/man/build_index_rest.py b/man/build_index_rest.py index 68463bbb753..b919042e4af 100644 --- a/man/build_index_rest.py +++ b/man/build_index_rest.py @@ -9,7 +9,14 @@ import os -from build_rest import * +from build_rest import ( + rest_dir, + grass_version, + write_rest_header, + write_rest_cmd_overview, + write_rest_footer, + replace_file, +) os.chdir(rest_dir) diff --git a/man/build_keywords.py b/man/build_keywords.py index 477c1a131ff..b0dfe95e0e3 100644 --- a/man/build_keywords.py +++ b/man/build_keywords.py @@ -21,7 +21,13 @@ import os import sys import glob -from build_html import * +from build_html import ( + grass_version, + header1_tmpl, + headerkeywords_tmpl, + write_html_footer, +) + blacklist = [ "Display", @@ -81,17 +87,17 @@ def get_module_man_html_file_path(module): try: index_keys = lines.index("

    KEYWORDS

    \n") + 1 index_desc = lines.index("

    NAME

    \n") + 1 - except: + except Exception: continue try: keys = lines[index_keys].split(",") - except: + except Exception: continue for key in keys: key = key.strip() try: key = key.split(">")[1].split("<")[0] - except: + except Exception: pass if not key: sys.exit("Empty keyword from file %s line: %s" % (fname, lines[index_keys])) @@ -104,10 +110,10 @@ def get_module_man_html_file_path(module): for black in blacklist: try: del keywords[black] - except: + except Exception: try: del keywords[black.lower()] - except: + except Exception: continue for key in sorted(keywords.keys()): @@ -152,7 +158,7 @@ def get_module_man_html_file_path(module): for k in sorted(char_list.keys()): test_length += 1 # toc += '
  • %s
  • ' % (char_list[k], k) - if test_length % 4 == 0 and not test_length == all_keys: + if test_length % 4 == 0 and test_length != all_keys: toc += '\n%s, ' % (char_list[k], k) elif test_length % 4 == 0 and test_length == all_keys: toc += '\n%s' % (char_list[k], k) diff --git a/man/build_manual_gallery.py b/man/build_manual_gallery.py index 3d381e27877..a8b077be8f9 100755 --- a/man/build_manual_gallery.py +++ b/man/build_manual_gallery.py @@ -102,10 +102,7 @@ def img_in_html(filename, imagename) -> bool: def file_matches(filename, patterns): - for pattern in patterns: - if fnmatch.fnmatch(filename, pattern): - return True - return False + return any(fnmatch.fnmatch(filename, pattern) for pattern in patterns) def get_files(directory, patterns, exclude_patterns): @@ -135,8 +132,7 @@ def title_from_names(module_name, img_name): img_name = img_name.strip() if img_name: return "{name} ({desc})".format(name=module_name, desc=img_name) - else: - return "{name}".format(name=module_name) + return "{name}".format(name=module_name) def get_module_name(filename): diff --git a/man/build_rest.py b/man/build_rest.py index 8cce89ac20f..a1d9ae19201 100644 --- a/man/build_rest.py +++ b/man/build_rest.py @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team @@ -86,6 +87,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # (C) 2003-2024 by Luca Delucchi and the GRASS Development Team ======= # (C) 2003-2022 by Luca Delucchi and the GRASS Development Team @@ -103,6 +106,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -122,6 +126,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= # (C) 2003-2022 by Luca Delucchi and the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139,6 +145,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)) @@ -233,6 +240,11 @@ # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +# (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 @@ -414,6 +426,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual @@ -456,6 +469,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main 2003-2024 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual """ # noqa: E501 @@ -478,6 +493,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)) @@ -580,6 +596,11 @@ 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= + 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)) ) @@ -682,7 +703,7 @@ def check_for_desc_override(basename): def read_file(name): - f = open(name, "r") + f = open(name) s = f.read() f.close() return s @@ -748,7 +769,7 @@ def write_rest_footer(f, index_url): def get_desc(cmd): - f = open(cmd, "r") + f = open(cmd) while True: line = f.readline() if not line: @@ -766,8 +787,7 @@ def get_desc(cmd): sp = line.split("-", 1) if len(sp) > 1: return sp[1].strip() - else: - return None + return None return "" diff --git a/man/build_topics.py b/man/build_topics.py index bd0606d1aeb..be5f2962d2c 100644 --- a/man/build_topics.py +++ b/man/build_topics.py @@ -6,7 +6,15 @@ import os import sys import glob -from build_html import * +from build_html import ( + grass_version, + header1_tmpl, + headertopics_tmpl, + headerkey_tmpl, + desc1_tmpl, + moduletopics_tmpl, + write_html_footer, +) path = sys.argv[1] year = os.getenv("VERSION_DATE") @@ -24,16 +32,16 @@ try: index_keys = lines.index("

    KEYWORDS

    \n") + 1 index_desc = lines.index("

    NAME

    \n") + 1 - except: + except Exception: continue try: key = lines[index_keys].split(",")[1].strip().replace(" ", "_") key = key.split(">")[1].split("<")[0] - except: + except Exception: continue try: desc = lines[index_desc].split("-", 1)[1].strip() - except: + except Exception: desc.strip() if key not in keywords.keys(): keywords[key] = {} diff --git a/man/parser_standard_options.py b/man/parser_standard_options.py index 25c61c6989b..45f224bb975 100644 --- a/man/parser_standard_options.py +++ b/man/parser_standard_options.py @@ -47,8 +47,7 @@ def split_opt_line(line): index = line.index("=") key = line[:index].strip() default = line[index + 1 :].strip() - if default.startswith("_("): - default = default[2:] + default = default.removeprefix("_(") return key, default def parse_glines(glines): @@ -131,6 +130,7 @@ class OptTable(object): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -211,6 +211,11 @@ class OptTable(object): >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +>>>>>>> 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 diff --git a/man/sphinx/Makefile b/man/sphinx/Makefile index 9136a43a13a..7a788cdf2a9 100644 --- a/man/sphinx/Makefile +++ b/man/sphinx/Makefile @@ -99,6 +99,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS83Documentation.qhcp" @@ -155,6 +156,8 @@ qthelp: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/grass_gis.qhcp" @echo "To view the help file:" @@ -176,6 +179,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -200,6 +204,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS80Documentation.qhcp" @echo "To view the help file:" @@ -217,6 +223,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -241,6 +248,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS83Documentation.qhcp" @echo "To view the help file:" @@ -258,6 +267,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -282,6 +292,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS83Documentation.qhcp" @echo "To view the help file:" @@ -299,6 +311,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -349,6 +362,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @@ -377,6 +392,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS83Documentation" @@ -432,6 +448,8 @@ devhelp: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @echo "# mkdir -p $$HOME/.local/share/devhelp/grass_gis" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/grass_gis" @@ -451,6 +469,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -475,6 +494,8 @@ devhelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS80Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS80Documentation" @@ -491,6 +512,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -515,6 +537,8 @@ devhelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS83Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS83Documentation" @@ -531,6 +555,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -555,6 +580,8 @@ devhelp: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS83Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS83Documentation" @@ -571,6 +598,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -620,6 +648,8 @@ devhelp: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @echo "# devhelp" diff --git a/man/sphinx/conf.py b/man/sphinx/conf.py index 505d9e4dcc2..48ef068503b 100644 --- a/man/sphinx/conf.py +++ b/man/sphinx/conf.py @@ -21,6 +21,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # GRASS GIS 8.3 Documentation documentation build configuration file, created by @@ -66,6 +67,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # GRASS GIS Python documentation build configuration file # originally created by sphinx-quickstart. ======= @@ -87,6 +90,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # GRASS GIS 8.3 Documentation documentation build configuration file, created by >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -186,6 +190,11 @@ # GRASS GIS 8.3 Documentation documentation build configuration file, created by >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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)) # @@ -246,6 +255,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main project = "GRASS GIS 8.3 Documentation" @@ -302,6 +312,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main project = "GRASS GIS" copyright = "2024, GRASS Development Team" ======= @@ -320,6 +332,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -345,6 +358,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= project = "GRASS GIS 8.0 Documentation" copyright = "2021, GRASS Development Team" >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -361,6 +376,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -380,6 +396,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= project = "GRASS GIS 8.3 Documentation" <<<<<<< HEAD copyright = "2022, GRASS Development Team" @@ -404,6 +422,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -524,6 +543,11 @@ copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +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 @@ -552,6 +576,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main version = "8.3" @@ -607,6 +632,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main version = "8.4" ======= version = "8.0" @@ -624,6 +651,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -643,6 +671,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= version = "8.0" >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -660,6 +690,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= version = "8.3" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -754,6 +785,11 @@ version = "8.3" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +version = "8.3" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # The full version, including alpha/beta/rc tags. release = "dev" @@ -891,6 +927,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main htmlhelp_basename = "grass83Documentationdoc" @@ -946,6 +983,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main htmlhelp_basename = "grass_gis" ======= htmlhelp_basename = "grass80Documentationdoc" @@ -963,6 +1002,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -982,6 +1022,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= htmlhelp_basename = "grass80Documentationdoc" >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -999,6 +1041,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= htmlhelp_basename = "grass83Documentationdoc" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1093,6 +1136,11 @@ htmlhelp_basename = "grass83Documentationdoc" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +htmlhelp_basename = "grass83Documentationdoc" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # -- Options for LaTeX output -------------------------------------------------- @@ -1133,6 +1181,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main "grass83Documentation.tex", @@ -1188,6 +1237,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "grass_gis.tex", project, @@ -1207,6 +1258,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -1231,6 +1283,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass80Documentation.tex", "GRASS GIS 8.0 Documentation", @@ -1247,6 +1301,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1271,6 +1326,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass83Documentation.tex", "GRASS GIS 8.3 Documentation", @@ -1287,6 +1344,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1311,6 +1369,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass83Documentation.tex", "GRASS GIS 8.3 Documentation", @@ -1327,6 +1387,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1376,6 +1437,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "GRASS Development Team", "manual", @@ -1432,6 +1495,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main "grass83documentation", @@ -1487,6 +1551,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "grass_gis", project, @@ -1506,6 +1572,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -1530,6 +1597,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass80documentation", "GRASS GIS 8.0 Documentation", @@ -1546,6 +1615,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1570,6 +1640,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass83documentation", "GRASS GIS 8.3 Documentation", @@ -1586,6 +1658,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1610,6 +1683,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass83documentation", "GRASS GIS 8.3 Documentation", @@ -1626,6 +1701,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1675,6 +1751,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ["GRASS Development Team"], 1, @@ -1715,6 +1793,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main "grass83Documentation", @@ -1772,6 +1851,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "grass_gis", project, @@ -1794,6 +1875,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -1818,6 +1900,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass80Documentation", "GRASS GIS 8.0 Documentation", @@ -1828,6 +1912,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8df9861e42 (Programmer's manual: update GRASS GIS arch drawing (#1610)) "grass80Documentation", <<<<<<< HEAD @@ -1885,6 +1970,9 @@ ======= "grass80Documentation", >>>>>>> osgeo-main +======= + "grass80Documentation", +>>>>>>> osgeo-main ======= "grass83Documentation", "GRASS GIS 8.3 Documentation", @@ -1903,6 +1991,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1927,6 +2016,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "grass83Documentation", "GRASS GIS 8.3 Documentation", @@ -1945,6 +2036,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1991,6 +2083,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "One line description of project.", >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -2033,6 +2127,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main epub_title = "GRASS GIS 8.3 Documentation" @@ -2091,6 +2186,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main epub_title = project epub_author = "GRASS Development Team" epub_publisher = epub_author @@ -2108,6 +2205,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -2162,6 +2260,10 @@ ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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" @@ -2180,6 +2282,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2198,6 +2301,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -2218,6 +2323,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> fc6ae6c77c (r.terrafow: explicit use of default constructors (#2660)) ======= @@ -2242,6 +2348,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main epub_copyright = "2022, GRASS Development Team" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2261,6 +2369,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 630833279b (i.maxlik: fix crash when classification result is NULL (#2724)) ======= @@ -2285,6 +2394,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main epub_copyright = "2022, GRASS Development Team" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2302,6 +2413,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -2423,6 +2535,11 @@ epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +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 04ff485b750..fd3d3810a06 100644 --- a/man/sphinx/make.bat +++ b/man/sphinx/make.bat @@ -121,6 +121,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS83Documentation.qhcp @@ -177,6 +178,8 @@ if "%1" == "qthelp" ( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main echo.^> qcollectiongenerator %BUILDDIR%\qthelp\grass_gis.qhcp echo.To view the help file: @@ -198,6 +201,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -222,6 +226,8 @@ if "%1" == "qthelp" ( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS80Documentation.qhcp echo.To view the help file: @@ -239,6 +245,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -263,6 +270,8 @@ if "%1" == "qthelp" ( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS83Documentation.qhcp echo.To view the help file: @@ -280,6 +289,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -304,6 +314,8 @@ if "%1" == "qthelp" ( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS83Documentation.qhcp echo.To view the help file: @@ -321,6 +333,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -370,6 +383,8 @@ if "%1" == "qthelp" ( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main goto end ) diff --git a/misc/m.measure/main.c b/misc/m.measure/main.c index c62801c8eea..8718adcbbb9 100644 --- a/misc/m.measure/main.c +++ b/misc/m.measure/main.c @@ -72,6 +72,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -152,6 +153,11 @@ int main(int argc, char **argv) >>>>>>> 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 shell = G_define_flag(); diff --git a/misc/m.nviz.image/surface.c b/misc/m.nviz.image/surface.c index 9a9efbf1e1b..5110a8b596d 100644 --- a/misc/m.nviz.image/surface.c +++ b/misc/m.nviz.image/surface.c @@ -114,6 +114,7 @@ int load_rasters(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -150,6 +151,8 @@ int load_rasters(const struct GParams *params, nv_data *data) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* color */ /* check for color map */ @@ -172,6 +175,7 @@ int load_rasters(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -232,6 +236,10 @@ int load_rasters(const struct GParams *params, nv_data *data) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main mapset = G_find_raster2(params->color_map->answers[i], ""); if (mapset == NULL) { @@ -256,6 +264,7 @@ int load_rasters(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -336,6 +345,11 @@ int load_rasters(const struct GParams *params, nv_data *data) >>>>>>> 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 Nviz_set_attr( id, MAP_OBJ_SURF, ATT_COLOR, MAP_ATT, diff --git a/misc/m.nviz.image/volume.c b/misc/m.nviz.image/volume.c index dab65320262..4f9269850fa 100644 --- a/misc/m.nviz.image/volume.c +++ b/misc/m.nviz.image/volume.c @@ -92,6 +92,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 @@ -130,6 +131,8 @@ int add_isosurfs(const struct GParams *params, nv_data *data) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int add_isosurfs(const struct GParams *params, nv_data *data UNUSED) ======= int add_isosurfs(const struct GParams *params, nv_data *data) @@ -146,6 +149,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)) @@ -219,6 +223,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)) >>>>>>> osgeo-main +======= +======= +int add_isosurfs(const struct GParams *params, nv_data *data) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int i; float level; @@ -403,6 +412,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 @@ -441,6 +451,8 @@ int add_slices(const struct GParams *params, nv_data *data) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int add_slices(const struct GParams *params, nv_data *data UNUSED) ======= int add_slices(const struct GParams *params, nv_data *data) @@ -457,6 +469,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)) @@ -530,6 +543,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)) >>>>>>> osgeo-main +======= +======= +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 f957be38e50..6a589aa4ea3 100644 --- a/misc/m.nviz.script/main.c +++ b/misc/m.nviz.script/main.c @@ -339,6 +339,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) ======= @@ -378,6 +379,8 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int do_profile(double e1, double e2, double n1, double n2, const char *name UNUSED, int fd, int data_type) ======= @@ -396,6 +399,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)) ======= @@ -421,6 +425,8 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -436,6 +442,7 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -474,6 +481,8 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 d84cc663824..f5e28053afe 100644 --- a/mswindows/GRASS-Installer.nsi.tmpl +++ b/mswindows/GRASS-Installer.nsi.tmpl @@ -819,6 +819,7 @@ Function DownloadInstallMSRuntime <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -899,6 +900,11 @@ Function DownloadInstallMSRuntime >>>>>>> 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 Pop $0 StrCmp $0 "success" untar_ok untar_failed diff --git a/mswindows/GRASS-Packager.bat.tmpl b/mswindows/GRASS-Packager.bat.tmpl index 5a40c7d3ca9..1fc19f6440e 100644 --- a/mswindows/GRASS-Packager.bat.tmpl +++ b/mswindows/GRASS-Packager.bat.tmpl @@ -104,6 +104,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 @@ -144,6 +145,8 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main mkdir %PACKAGE_DIR%\Python312 xcopy %OSGEO4W_PKG_DIR%\apps\Python312\* %PACKAGE_DIR%\Python312 /S/V/F/I @@ -164,6 +167,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)) ======= @@ -189,6 +193,8 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= mkdir %PACKAGE_DIR%\Python39 xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I @@ -205,6 +211,7 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -243,6 +250,8 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main @echo. @echo ----------------------------------------------------------------------------------------------------------------------- diff --git a/mswindows/Installer-Files/WinGRASS-README.url b/mswindows/Installer-Files/WinGRASS-README.url index 7837941d34a..9d92d75c988 100644 --- a/mswindows/Installer-Files/WinGRASS-README.url +++ b/mswindows/Installer-Files/WinGRASS-README.url @@ -21,6 +21,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -88,6 +89,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)) ======= @@ -108,6 +113,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)) @@ -223,6 +229,11 @@ URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 536e543fe9b..4ccc532b9d9 100755 --- a/mswindows/crosscompile.sh +++ b/mswindows/crosscompile.sh @@ -83,6 +83,7 @@ Usage: crosscompile.sh [OPTIONS] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -149,6 +150,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)) @@ -170,6 +175,7 @@ Usage: crosscompile.sh [OPTIONS] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= grassVV-x86_64-w64-mingw32-YYYYMMDD.zip >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -285,6 +291,11 @@ Usage: crosscompile.sh [OPTIONS] grassVV-x86_64-w64-mingw32-YYYYMMDD.zip >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + grassVV-x86_64-w64-mingw32-YYYYMMDD.zip +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main EOT exit ;; @@ -587,6 +598,7 @@ if defined GRASS_PYTHON ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD set GRASS_PYTHON=C:\Python39\python.exe @@ -628,6 +640,8 @@ if defined GRASS_PYTHON ( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main set GRASS_PYTHON=C:\Python312\python.exe @@ -651,6 +665,7 @@ if defined GRASS_PYTHON ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -675,6 +690,8 @@ if defined GRASS_PYTHON ( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= set GRASS_PYTHON=C:\Python39\python.exe @@ -693,6 +710,7 @@ if defined GRASS_PYTHON ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -730,6 +748,8 @@ if defined GRASS_PYTHON ( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if not exist "%GRASS_PYTHON%" ( @@ -770,6 +790,7 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -806,6 +827,8 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -821,6 +844,7 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -877,6 +901,8 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -933,6 +959,7 @@ if not exist "%GISBASE%\etc\fontcap" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -980,6 +1007,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)) ======= @@ -999,6 +1029,7 @@ if not exist "%GISBASE%\etc\fontcap" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1092,6 +1123,10 @@ if not exist "%GISBASE%\etc\fontcap" ( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 589970fccb3..44901d8110a 100644 --- a/mswindows/env.bat +++ b/mswindows/env.bat @@ -18,6 +18,7 @@ set GRASS_PYTHON=%GISBASE%\extrabin\python3.exe <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD set PYTHONHOME=%GISBASE%\Python39 ======= <<<<<<< HEAD @@ -56,6 +57,8 @@ set PYTHONHOME=%GISBASE%\Python39 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main set PYTHONHOME=%GISBASE%\Python312 ======= set PYTHONHOME=%GISBASE%\Python39 @@ -72,6 +75,7 @@ set PYTHONHOME=%GISBASE%\Python39 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= set PYTHONHOME=%GISBASE%\Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145,6 +149,11 @@ set PYTHONHOME=%GISBASE%\Python39 set PYTHONHOME=%GISBASE%\Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 567c437b115..a5beac349e0 100644 --- a/mswindows/osgeo4w/build_osgeo4w.sh +++ b/mswindows/osgeo4w/build_osgeo4w.sh @@ -33,6 +33,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 @@ -71,6 +72,8 @@ export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python312 ======= export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 @@ -87,6 +90,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)) @@ -160,6 +164,11 @@ export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main export ARCH=x86_64-w64-mingw32 ./configure \ @@ -179,7 +188,7 @@ export ARCH=x86_64-w64-mingw32 --with-nls \ --with-readline \ --with-blas \ - --with-lapack-includes=/mingw64/include/lapack \ + --with-lapack \ --with-freetype \ --with-freetype-includes=${OSGEO4W_ROOT_MSYS}/include/freetype2 \ --with-proj-share=${OSGEO4W_ROOT_MSYS}/share/proj \ @@ -218,6 +227,7 @@ export ARCH=x86_64-w64-mingw32 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config ======= @@ -256,6 +266,8 @@ export ARCH=x86_64-w64-mingw32 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config \ --without-pdal @@ -274,6 +286,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)) @@ -347,6 +360,11 @@ export ARCH=x86_64-w64-mingw32 --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + --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 1795be0fba0..8abd2c62c9c 100755 --- a/mswindows/osgeo4w/package.sh +++ b/mswindows/osgeo4w/package.sh @@ -124,6 +124,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /mingw64/bin/libexpat-1.dll ======= @@ -157,6 +158,8 @@ DLLS=" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= /mingw64/bin/libexpat-1.dll >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -175,6 +178,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -221,6 +225,8 @@ DLLS=" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /mingw64/bin/libfontconfig-1.dll /mingw64/bin/libgfortran-5.dll @@ -258,6 +264,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /mingw64/bin/libomp.dll ======= @@ -291,6 +298,8 @@ DLLS=" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= /mingw64/bin/libomp.dll >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -309,6 +318,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -355,6 +365,8 @@ DLLS=" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /mingw64/bin/libquadmath-0.dll " @@ -430,6 +442,7 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD --with-liblas=$PWD/mswindows/osgeo4w/liblas-config ======= @@ -468,6 +481,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main --with-liblas=$PWD/mswindows/osgeo4w/liblas-config \ --without-pdal @@ -486,6 +501,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)) @@ -558,6 +574,11 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then ======= --with-liblas=$PWD/mswindows/osgeo4w/liblas-config >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + --with-liblas=$PWD/mswindows/osgeo4w/liblas-config +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main touch mswindows/osgeo4w/configure-stamp diff --git a/mswindows/osgeo4w/postinstall.bat b/mswindows/osgeo4w/postinstall.bat index 39f459b4a71..416cd6c9e95 100644 --- a/mswindows/osgeo4w/postinstall.bat +++ b/mswindows/osgeo4w/postinstall.bat @@ -39,6 +39,7 @@ rem run g.mkfontcap outside a GRASS session <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "%GISBASE%\bin\g.mkfontcap.exe" -o ======= <<<<<<< HEAD @@ -77,6 +78,8 @@ rem run g.mkfontcap outside a GRASS session >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "%GISBASE%\bin\g.mkfontcap.exe" --overwrite ======= "%GISBASE%\bin\g.mkfontcap.exe" -o @@ -93,6 +96,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)) @@ -166,5 +170,10 @@ rem run g.mkfontcap outside a GRASS session "%GISBASE%\bin\g.mkfontcap.exe" -o >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +"%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 7b0af946b38..92f6d18e999 100644 --- a/mswindows/osgeo4w/setup.hint.tmpl +++ b/mswindows/osgeo4w/setup.hint.tmpl @@ -16,6 +16,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 @@ -54,6 +55,8 @@ requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -70,6 +73,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)) @@ -143,6 +147,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)) >>>>>>> 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 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 bb3b5eed30f..9000ded23d0 100644 --- a/ps/ps.map/do_geogrid.c +++ b/ps/ps.map/do_geogrid.c @@ -96,6 +96,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -159,6 +160,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 @@ -180,6 +185,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -204,6 +210,8 @@ int do_geogrid(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (j = 0; g >= south; j++, g -= grid) { ======= @@ -222,6 +230,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -295,6 +304,8 @@ int do_geogrid(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (g == north || g == south) continue; @@ -343,6 +354,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -406,6 +418,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 @@ -427,6 +443,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -451,6 +468,8 @@ int do_geogrid(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (j = 0; g > west; j++, g -= grid) { ======= @@ -469,6 +488,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -542,6 +562,8 @@ int do_geogrid(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (g == east || g == west) continue; @@ -736,6 +758,7 @@ void get_ll_bounds(double *w, double *e, double *s, double *n) double ew, ns; int first; + east = west = north = south = 0.0; e1 = PS.w.east; w1 = PS.w.west; n1 = PS.w.north; diff --git a/ps/ps.map/do_grid.c b/ps/ps.map/do_grid.c index b9a06c69cb2..b65ada73285 100644 --- a/ps/ps.map/do_grid.c +++ b/ps/ps.map/do_grid.c @@ -108,6 +108,7 @@ int do_grid_cross(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -177,6 +178,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) { @@ -208,6 +214,7 @@ int do_grid_cross(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -306,6 +313,8 @@ int do_grid_cross(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (g_north == PS.w.north || g_north == PS.w.south) diff --git a/ps/ps.map/do_scalebar.c b/ps/ps.map/do_scalebar.c index a53325172f3..760a6825288 100644 --- a/ps/ps.map/do_scalebar.c +++ b/ps/ps.map/do_scalebar.c @@ -2,6 +2,7 @@ #include #include +#include #include #include "local_proto.h" #include "distance.h" @@ -182,17 +183,17 @@ int do_scalebar(void) /* draw units label */ if (sb.units == SB_UNITS_AUTO) - strcpy(num, G_database_unit_name(TRUE)); + (void)G_strlcpy(num, G_database_unit_name(TRUE), sizeof(num)); else if (sb.units == SB_UNITS_METERS) - strcpy(num, _("meters")); + (void)G_strlcpy(num, _("meters"), sizeof(num)); else if (sb.units == SB_UNITS_KM) - strcpy(num, _("kilometers")); + (void)G_strlcpy(num, _("kilometers"), sizeof(num)); else if (sb.units == SB_UNITS_FEET) - strcpy(num, _("feet")); + (void)G_strlcpy(num, _("feet"), sizeof(num)); else if (sb.units == SB_UNITS_MILES) - strcpy(num, _("miles")); + (void)G_strlcpy(num, _("miles"), sizeof(num)); else if (sb.units == SB_UNITS_NMILES) - strcpy(num, _("nautical miles")); + (void)G_strlcpy(num, _("nautical miles"), sizeof(num)); text_box_path(72.0 * (x + length / 2), 72.0 * (PS.page_height - (sb.y + 0.075)), CENTER, UPPER, num, diff --git a/ps/ps.map/ps.map.html b/ps/ps.map/ps.map.html index 77974bb77aa..e2ce950c9db 100644 --- a/ps/ps.map/ps.map.html +++ b/ps/ps.map/ps.map.html @@ -29,6 +29,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -91,6 +92,10 @@

    NOTES

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

    NOTES

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

    NOTES

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

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -201,6 +207,8 @@

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 fcb71b18f47..75c55c1e87b 100644 --- a/ps/ps.map/ps_clrtbl.c +++ b/ps/ps.map/ps_clrtbl.c @@ -51,6 +51,7 @@ int PS_colortable(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -131,6 +132,11 @@ int PS_colortable(void) >>>>>>> 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 G_message(_("Creating color table for <%s in %s>..."), ct.name, ct.mapset); diff --git a/ps/ps.map/ps_fclrtbl.c b/ps/ps.map/ps_fclrtbl.c index 4ef0533e157..1e057eeb991 100644 --- a/ps/ps.map/ps_fclrtbl.c +++ b/ps/ps.map/ps_fclrtbl.c @@ -61,6 +61,7 @@ int PS_fcolortable(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -141,6 +142,11 @@ int PS_fcolortable(void) >>>>>>> 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 G_message(_("Creating color table for <%s in %s>..."), ct.name, ct.mapset); diff --git a/ps/ps.map/ps_header.c b/ps/ps.map/ps_header.c index fd7eb996588..9a454824d9b 100644 --- a/ps/ps.map/ps_header.c +++ b/ps/ps.map/ps_header.c @@ -16,7 +16,7 @@ extern int rotate_plot; int write_PS_header(void) { struct Categories cats; - int cats_ok; + int cats_ok = 0; if (PS.do_raster) cats_ok = Rast_read_cats(PS.cell_name, PS.cell_mapset, &cats) >= 0; diff --git a/ps/ps.map/ps_outline.c b/ps/ps.map/ps_outline.c index ca496d94cc4..7e39607541f 100644 --- a/ps/ps.map/ps_outline.c +++ b/ps/ps.map/ps_outline.c @@ -57,6 +57,7 @@ int ps_outline(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -137,6 +138,11 @@ int ps_outline(void) >>>>>>> 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 G_message(_("Outlining areas in raster map <%s in %s> ..."), PS.cell_name, PS.cell_mapset); diff --git a/ps/ps.map/ps_vareas.c b/ps/ps.map/ps_vareas.c index 5cd3471a6a8..3968140bd25 100644 --- a/ps/ps.map/ps_vareas.c +++ b/ps/ps.map/ps_vareas.c @@ -65,6 +65,7 @@ static int plot_area(struct Map_info *P_map, int area, double shift) if (0 > (ret = Vect_get_area_points(P_map, area, Points))) { if (ret == -1) G_warning(_("Read error in vector map")); + Vect_destroy_line_struct(Points); return 0; } construct_path(Points, shift, WHOLE_PATH); @@ -76,10 +77,12 @@ static int plot_area(struct Map_info *P_map, int area, double shift) if (0 > (ret = Vect_get_isle_points(P_map, island, Points))) { if (ret == -1) G_warning(_("Read error in vector map")); + Vect_destroy_line_struct(Points); return -1; } construct_path(Points, shift, WHOLE_PATH); } + Vect_destroy_line_struct(Points); return 1; } diff --git a/ps/ps.map/ps_vpoints.c b/ps/ps.map/ps_vpoints.c index 80b29a349b1..cd320b46f11 100644 --- a/ps/ps.map/ps_vpoints.c +++ b/ps/ps.map/ps_vpoints.c @@ -268,5 +268,6 @@ int PS_vpoints_plot(struct Map_info *P_map, int vec) } /* for (line) */ fprintf(PS.fp, "\n"); + Vect_destroy_cats_struct(Cats); return 0; } diff --git a/ps/ps.map/r_instructions.c b/ps/ps.map/r_instructions.c index 0e2c012fd92..87a2e4bbfcf 100644 --- a/ps/ps.map/r_instructions.c +++ b/ps/ps.map/r_instructions.c @@ -29,7 +29,7 @@ static char *help[] = { "read unix-file eps Encapsulated PostScript file", "border [y|n] mapinfo map information", "window region definition region region definition", - "maskcolor MASK color", + "maskcolor mask color", "rectangle east north east north", "scale 1:#|# inches|# panels|1 inch = # miles", "outline map composition outline", diff --git a/ps/ps.map/r_text.c b/ps/ps.map/r_text.c index a7cffd94246..2ed4c0a7645 100644 --- a/ps/ps.map/r_text.c +++ b/ps/ps.map/r_text.c @@ -39,6 +39,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -86,6 +87,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= extern char *get_color_name(); extern int get_color_number(); @@ -103,6 +106,7 @@ extern int get_color_number(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -121,6 +125,8 @@ extern int get_color_number(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -138,6 +144,7 @@ extern int get_color_number(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -163,6 +170,8 @@ extern int get_color_number(); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= extern char *get_color_name(); extern int get_color_number(); @@ -181,6 +190,7 @@ extern int get_color_number(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -243,6 +253,8 @@ extern int get_color_number(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 e902db008df..829c13298a7 100644 --- a/ps/ps.map/scan_gis.c +++ b/ps/ps.map/scan_gis.c @@ -40,6 +40,7 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -106,6 +107,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)) @@ -127,6 +132,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)) ======= @@ -151,6 +157,8 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_list_element(element, desc, mapset, (int (*)())NULL); ======= @@ -169,6 +177,7 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -248,6 +257,8 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main reject(); return 0; diff --git a/ps/ps.map/scan_ref.c b/ps/ps.map/scan_ref.c index db3cb3c758c..07e225dd066 100644 --- a/ps/ps.map/scan_ref.c +++ b/ps/ps.map/scan_ref.c @@ -44,6 +44,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -74,6 +75,8 @@ int scan_ref(char *buf, int *xref, int *yref) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main FALLTHROUGH; ======= @@ -92,6 +95,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138,6 +142,8 @@ int scan_ref(char *buf, int *xref, int *yref) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main case 1: lowercase(word1); @@ -158,6 +164,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -188,6 +195,8 @@ int scan_ref(char *buf, int *xref, int *yref) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main FALLTHROUGH; ======= @@ -206,6 +215,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -252,6 +262,8 @@ int scan_ref(char *buf, int *xref, int *yref) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main default: return 0; diff --git a/pyproject.toml b/pyproject.toml index 835dae7bbff..1f87656d0f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ line-length = 88 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main target-version = ['py37', 'py38', 'py39', 'py310'] @@ -82,7 +83,19 @@ target-version = ['py37', 'py38', 'py39', 'py310'] >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +target-version = ['py39', 'py310', 'py311', 'py312', 'py313'] +======= +======= +>>>>>>> 4385ab760c (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] +>>>>>>> 73cc5e30fa (Dockerfile: fix broken lib link (#1625)) # 'extend-exclude' excludes files or directories in addition to the defaults extend-exclude = ''' ( @@ -100,6 +113,7 @@ extend-exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= @@ -125,6 +139,8 @@ extend-exclude = ''' ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) target-version = ['py36', 'py37', 'py38', 'py39'] ======= @@ -142,6 +158,7 @@ target-version = ['py37', 'py38', 'py39', 'py310'] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= target-version = ['py37', 'py38', 'py39', 'py310'] >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -224,6 +241,11 @@ target-version = ['py37', 'py38', 'py39', 'py310'] target-version = ['py37', 'py38', 'py39', 'py310'] >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +target-version = ['py37', 'py38', 'py39', 'py310'] +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main include = '\.pyi?$' exclude = ''' ( @@ -260,6 +282,7 @@ exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main | python/libgrass_interface_generator/ @@ -305,6 +328,8 @@ exclude = ''' ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main | python/grass/ctypes/ # Bug in Black related to r-string prefix capitalization reformats @@ -326,6 +351,7 @@ exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -344,6 +370,8 @@ exclude = ''' >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -362,6 +390,7 @@ exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= | python/libgrass_interface_generator/ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -459,6 +488,11 @@ exclude = ''' | python/libgrass_interface_generator/ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + | python/libgrass_interface_generator/ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) ''' @@ -551,14 +585,16 @@ ignore = [ "B904", # raise-without-from-inside-except "B909", # loop-iterator-mutation "BLE001", # blind-except - "C404", # unnecessary-list-comprehension-dict "C414", # unnecessary-double-cast-or-process +<<<<<<< HEAD "C416", # unnecessary-comprehension <<<<<<< HEAD "C417", # unnecessary-map "C419", # unnecessary-comprehension-in-call ======= >>>>>>> main +======= +>>>>>>> osgeo-main "COM812", # missing-trailing-comma "COM818", # trailing-comma-on-bare-tuple "D1", @@ -607,6 +643,7 @@ ignore = [ "FBT001", # boolean-type-hint-positional-argument "FBT002", # boolean-default-value-positional-argument "FBT003", # boolean-positional-value-in-call +<<<<<<< HEAD <<<<<<< HEAD "FURB101", # read-whole-file "FURB103", # write-whole-file. @@ -629,6 +666,8 @@ ignore = [ ======= "FURB118", # reimplemented-operator >>>>>>> main +======= +>>>>>>> osgeo-main "I001", # unsorted-imports "ISC003", # explicit-string-concatenation "PERF203", # try-except-in-loop @@ -636,8 +675,6 @@ ignore = [ "PERF402", # manual-list-copy "PERF403", # manual-dict-comprehension "PIE794", # duplicate-class-field-definition - "PIE808", # unnecessary-range-start - "PIE810", # multiple-starts-ends-with "PLC0415", # import-outside-top-level "PLC1901", # compare-to-empty-string "PLC2701", # import-private-name @@ -680,13 +717,7 @@ ignore = [ "PLW1641", # eq-without-hash "PLW2901", # redefined-loop-name "PLW3201", # bad-dunder-method-name - "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 + "PT004", # pytest-missing-fixture-name-underscore # deprecated, so doesn't appear with --preview "PTH100", # os-path-abspath "PTH101", # os-chmod "PTH102", # os-mkdir @@ -695,12 +726,10 @@ ignore = [ "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 @@ -726,12 +755,14 @@ ignore = [ "RET501", # unnecessary-return-none "RET502", # implicit-return-value "RET503", # implicit-return - "RET505", # superfluous-else-return "RET506", # superfluous-else-raise "RET507", # superfluous-else-continue "RET508", # superfluous-else-break +<<<<<<< HEAD >>>>>>> osgeo-main "RSE102", # unnecessary-paren-on-raise-exception +======= +>>>>>>> osgeo-main "RUF003", # ambiguous-unicode-character-comment "RUF005", # collection-literal-concatenation "RUF012", # mutable-class-default @@ -760,7 +791,6 @@ ignore = [ "S606", # start-process-with-no-shell "S607", # start-process-with-partial-path "S608", # hardcoded-sql-expression - "SIM101", # duplicate-isinstance-call "SIM102", # collapsible-if <<<<<<< HEAD "SIM103", # needless-bool @@ -768,14 +798,9 @@ ignore = [ >>>>>>> main "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 <<<<<<< HEAD "SIM300", # yoda-conditions @@ -789,63 +814,50 @@ ignore = [ "TRY201", # verbose-raise "TRY300", # try-consider-else "TRY301", # raise-within-try - "UP015", # redundant-open-modes "UP030", # format-literals "UP031", # printf-string-formatting "UP032", # f-string "UP036", # outdated-version-block +<<<<<<< HEAD <<<<<<< HEAD "W391", # too-many-newlines-at-end-of-file ======= >>>>>>> main "W605", # invalid-escape-sequence +======= +>>>>>>> osgeo-main ] [tool.ruff.lint.per-file-ignores] # See https://docs.astral.sh/ruff/settings/#lint_per-file-ignores # "A005", # builtin-module-shadowing -# "INT002", # f-string-in-get-text-func-call -# "INT001", # format-in-get-text-func-call -# "INT003", # printf-in-get-text-func-call # "PLW0108", # unnecessary-lambda # Ignore `E402` (import violations) in all `__init__.py` files "*/testsuite/**.py" = ["PT009", "PT027"] "__init__.py" = ["E402"] -"general/g.parser/test.py" = ["INT003"] +"display/d.mon/render_cmd.py" = ["SIM115"] "gui/**" = ["PLW0108"] # See https://github.com/OSGeo/grass/issues/4124 -"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/animation/temporal_manager.py" = ["SIM115"] +"gui/wxpython/core/*.py" = ["SIM115"] +"gui/wxpython/dbmgr/base.py" = ["SIM115"] +"gui/wxpython/gcp/manager.py" = ["SIM115"] +"gui/wxpython/gmodeler/*.py" = ["SIM115"] +"gui/wxpython/gui_core/*.py" = ["SIM115"] +"gui/wxpython/iclass/frame*.py" = ["SIM115"] +"gui/wxpython/iclass/frame.py" = ["FLY002"] "gui/wxpython/iclass/statistics.py" = ["A005"] -"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/image2target/*.py" = ["SIM115"] "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/lmgr/workspace.py" = ["SIM115"] +"gui/wxpython/location_wizard/wizard.py" = ["SIM115"] +"gui/wxpython/mapdisp/main.py" = ["SIM115"] +"gui/wxpython/modules/colorrules.py" = ["SIM115"] +"gui/wxpython/modules/mcalc_builder.py" = ["SIM115"] +"gui/wxpython/photo2image/*.py" = ["SIM115"] +"gui/wxpython/psmap/*.py" = ["SIM115"] "gui/wxpython/psmap/utils.py" = ["PGH004"] +<<<<<<< HEAD "gui/wxpython/rdigit/g.gui.rdigit.py" = ["INT002"] "gui/wxpython/rlisetup/frame.py" = ["INT002"] "gui/wxpython/rlisetup/functions.py" = ["INT003"] @@ -867,14 +879,34 @@ ignore = [ "lib/imagery/testsuite/test_imagery_sigsetfile.py" = ["FURB152"] >>>>>>> main "lib/init/grass.py" = ["INT003"] +======= +"gui/wxpython/rdigit/controller.py" = ["SIM115"] +"gui/wxpython/rlisetup/*.py" = ["SIM115"] +"gui/wxpython/timeline/frame.py" = ["FLY002"] +"gui/wxpython/tools/update_menudata.py" = ["SIM115"] +"gui/wxpython/tplot/frame.py" = ["FLY002"] +"gui/wxpython/vdigit/mapwindow.py" = ["SIM115"] +"gui/wxpython/vnet/*.py" = ["SIM115"] +"gui/wxpython/web_services/dialogs.py" = ["SIM115"] +"gui/wxpython/wxplot/profile*.py" = ["SIM115"] +"gui/wxpython/wxplot/profile.py" = ["A005"] +"imagery/i.atcorr/create_iwave.py" = ["SIM115"] +"lib/imagery/testsuite/test_imagery_signature_management.py" = ["SIM115"] +"lib/imagery/testsuite/test_imagery_sigsetfile.py" = ["FURB152"] +"lib/init/grass.py" = ["SIM115"] +"locale/grass_po_stats.py" = ["SIM115"] +"man/build_*.py" = ["SIM115"] +"man/parser_standard_options.py" = ["SIM115"] +>>>>>>> osgeo-main "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/case.py" = ["PT009"] "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/imaging/images2*.py" = ["SIM115"] "python/grass/jupyter/testsuite/interactivemap_test.py" = ["PGH004"] "python/grass/jupyter/testsuite/map_test.py" = ["PGH004"] <<<<<<< HEAD @@ -890,9 +922,16 @@ ignore = [ ======= ======= "python/grass/pydispatch/signal.py" = ["A005"] +<<<<<<< HEAD >>>>>>> osgeo-main "python/grass/pygrass/raster/category.py" = ["INT002"] "python/grass/pygrass/vector/__init__.py" = ["INT003"] +======= +"python/grass/pygrass/modules/grid/grid.py" = ["SIM115"] +"python/grass/pygrass/modules/interface/env.py" = ["SIM115"] +"python/grass/pygrass/raster/segment.py" = ["SIM115"] +"python/grass/pygrass/tests/*.py" = ["SIM115"] +>>>>>>> osgeo-main "python/grass/pygrass/vector/geometry.py" = ["PYI024"] "python/grass/pygrass/vector/sql.py" = ["FLY002"] "python/grass/pygrass/vector/testsuite/test_table.py" = ["PLW0108"] @@ -900,6 +939,7 @@ ignore = [ >>>>>>> main ======= "python/grass/script/array.py" = ["A005"] +<<<<<<< HEAD >>>>>>> osgeo-main "python/grass/script/raster.py" = ["INT003"] "python/grass/temporal/abstract_space_time_dataset.py" = ["INT003"] @@ -940,23 +980,55 @@ ignore = [ "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"] +======= +"python/grass/script/core.py" = ["SIM115"] +"python/grass/script/db.py" = ["SIM115"] +"python/grass/script/raster.py" = ["SIM115"] +"python/grass/script/utils.py" = ["SIM115"] +"python/grass/temporal/aggregation.py" = ["SIM115"] +"python/grass/temporal/register.py" = ["SIM115"] +"python/grass/temporal/stds_export.py" = ["SIM115"] +"python/grass/temporal/stds_import.py" = ["SIM115"] +"python/grass/temporal/univar_statistics.py" = ["SIM115"] +"python/grass/utils/download.py" = ["SIM115"] +"raster/r.*/testsuite/*.py" = ["SIM115"] +"raster/r.topidx/*.py" = ["SIM115"] +"raster3d/r3.flow/testsuite/r3flow_test.py" = ["FLY002"] +"raster3d/r3.gradient/testsuite/r3gradient_test.py" = ["FLY002"] +"scripts/d.correlate/d.correlate.py" = ["SIM115"] +"scripts/d.frame/d.frame.py" = ["SIM115"] +"scripts/d.polar/d.polar.py" = ["FURB154", "SIM115"] +"scripts/db.in.ogr/db.in.ogr.py" = ["SIM115"] +"scripts/db.test/db.test.py" = ["SIM115"] +"scripts/db.univar/db.univar.py" = ["SIM115"] +"scripts/g.extension.all/g.extension.all.py" = ["SIM115"] +"scripts/g.extension/g.extension.py" = ["SIM115"] +"scripts/g.search.modules/g.search.modules.py" = ["SIM115"] +"scripts/i.in.spotvgt/i.in.spotvgt.py" = ["SIM115"] +"scripts/i.oif/i.oif*.py" = ["SIM115"] +"scripts/i.pansharpen/i.pansharpen.py" = ["FLY002", "SIM115"] +"scripts/i.spectral/i.spectral.py" = ["FLY002", "SIM115"] +"scripts/m.proj/m.proj.py" = ["SIM115"] +"scripts/r.fillnulls/r.fillnulls.py" = ["SIM115"] +"scripts/r.in.srtm/r.in.srtm.py" = ["FLY002", "SIM115"] +"scripts/r.in.wms/wms_*.py" = ["SIM115"] +"scripts/r.tileset/r.tileset.py" = ["SIM115"] +"scripts/v.*/v.*.py" = ["SIM115"] +"scripts/wxpyimgview/wxpyimgview_gui.py" = ["SIM115"] +"temporal/t.list/t.list.py" = ["SIM115"] +>>>>>>> osgeo-main "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.rast.colors/t.rast.colors.py" = ["SIM115"] +"temporal/t.rast.series/t.rast.series.py" = ["SIM115"] +"temporal/t.rast.what/t.rast.what.py" = ["SIM115"] "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"] +"temporal/t.remove/t.remove.py" = ["SIM115"] +"temporal/t.unregister/t.unregister.py" = ["SIM115"] +"utils/**.py" = ["SIM115"] "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] @@ -990,6 +1062,7 @@ timeout = 300 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1026,6 +1099,8 @@ timeout = 300 >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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", @@ -1041,6 +1116,7 @@ markers = [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -1091,6 +1167,11 @@ markers = [ <<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +<<<<<<< HEAD +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main [tool.bandit] @@ -1101,6 +1182,7 @@ markers = [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1110,6 +1192,8 @@ markers = [ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main exclude_dirs = [ "./testsuite", "*/tests/*", @@ -1122,6 +1206,7 @@ skips = ["B324", "B110", "B101", "B112", "B311", "B404", "B603"] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> main exclude_dirs = ["./testsuite", "*/tests/*", "*/testsuite/*", "utils/test_generate_last_commit_file.py"] <<<<<<< HEAD @@ -1241,6 +1326,8 @@ skips = ["B324", "B110", "B101", "B112", "B311", "B404", "B603"] >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main exclude_dirs = ["./testsuite", "*/tests/*", "*/testsuite/*", "utils/test_generate_last_commit_file.py"] <<<<<<< HEAD skips = ["B324","B110", "B101", "B112", "B311", "B404", "B603"] @@ -1257,6 +1344,7 @@ skips = ["B324","B110", "B101", "B112", "B311", "B404"] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1268,6 +1356,8 @@ skips = ["B324","B110", "B101", "B112", "B311", "B404"] ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1277,6 +1367,7 @@ skips = ["B324","B110", "B101", "B112", "B311", "B404"] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1286,3 +1377,5 @@ skips = ["B324","B110", "B101", "B112", "B311", "B404"] >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/python/.pylintrc b/python/.pylintrc index 16760e7c96b..16fd2ff14fe 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -99,6 +99,7 @@ confidence= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # disable everything first and then reenable specific checks. For example, if ======= <<<<<<< HEAD @@ -137,6 +138,8 @@ confidence= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -153,6 +156,7 @@ confidence= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # disable everything first and then reenable specific checks. For example, if >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -226,6 +230,11 @@ confidence= # disable everything first and then reenable specific checks. For example, if >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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 @@ -250,6 +259,7 @@ disable=raw-checker-failed, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD use-symbolic-message-instead ======= @@ -288,6 +298,8 @@ disable=raw-checker-failed, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main use-symbolic-message-instead, duplicate-code @@ -306,6 +318,7 @@ disable=raw-checker-failed, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= use-symbolic-message-instead >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -379,6 +392,11 @@ disable=raw-checker-failed, use-symbolic-message-instead >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + 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 @@ -591,6 +609,7 @@ init-import=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io ======= <<<<<<< HEAD @@ -629,6 +648,8 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main redefining-builtins-modules=past.builtins,future.builtins,builtins,io ======= redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io @@ -645,6 +666,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)) @@ -718,6 +740,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)) >>>>>>> osgeo-main +======= +======= +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 e148573bea1..ce063706770 100644 --- a/python/grass/.flake8 +++ b/python/grass/.flake8 @@ -31,6 +31,7 @@ ignore = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -106,6 +107,10 @@ ignore = ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) +>>>>>>> osgeo-main ======= E722, # do not use bare 'except' >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) @@ -128,6 +133,7 @@ ignore = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 95f198e1e0 (g.proj: fix reading input WKT (#1582)) ======= @@ -179,6 +185,9 @@ ignore = ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= E722, # do not use bare 'except' >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) @@ -195,6 +204,7 @@ ignore = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) <<<<<<< HEAD @@ -292,6 +302,10 @@ ignore = ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) +>>>>>>> osgeo-main per-file-ignores = # C wrappers call libgis.G_gisinit before importing other modules. @@ -330,6 +344,7 @@ per-file-ignores = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 398a3c2388 (g.proj: fix reading input WKT (#1582)) ======= @@ -353,6 +368,8 @@ per-file-ignores = ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal/abstract_map_dataset.py: E501 temporal/abstract_space_time_dataset.py: W605, E501, F841, E722 @@ -383,6 +400,7 @@ per-file-ignores = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -401,6 +419,8 @@ per-file-ignores = ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal/temporal_raster_algebra.py: E741 temporal/temporal_raster_base_algebra.py: E501, F841, E722 @@ -416,6 +436,7 @@ per-file-ignores = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= temporal/*.py: E501, F841 temporal/abstract_space_time_dataset.py: W605, E501, F841 @@ -481,6 +502,8 @@ per-file-ignores = ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Current benchmarks/tests are changing sys.path before import. # Possibly, a different approach should be taken there anyway. diff --git a/python/grass/Makefile b/python/grass/Makefile index 242cbb27a64..dd07c8fbb5a 100644 --- a/python/grass/Makefile +++ b/python/grass/Makefile @@ -30,6 +30,7 @@ PYDIR = $(ETC)/python/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -121,6 +122,10 @@ PYDIR = $(ETC)/python/grass ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main SUBDIRS = \ app \ benchmark \ @@ -138,6 +143,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -170,6 +176,8 @@ SUBDIRS = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main experimental \ ======= @@ -188,6 +196,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -205,6 +214,8 @@ SUBDIRS = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main benchmark \ exceptions \ @@ -223,6 +234,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -278,6 +290,8 @@ SUBDIRS = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main grassdb \ gunittest \ @@ -305,6 +319,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -369,6 +384,10 @@ SUBDIRS = \ ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main semantic_label \ temporal \ @@ -389,6 +408,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -424,6 +444,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)) ======= @@ -442,6 +464,7 @@ SUBDIRS = app exceptions script ctypes grassdb temporal pygrass pydispatch imagi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -461,6 +484,8 @@ SUBDIRS = app exceptions script ctypes grassdb temporal pygrass pydispatch imagi ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydispatch imaging gunittest bandref jupyter >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= @@ -479,6 +504,7 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -503,6 +529,8 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= semantic_label \ temporal \ @@ -520,6 +548,7 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -591,6 +620,8 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main default: $(PYDIR)/__init__.py $(MAKE) subdirs diff --git a/python/grass/__init__.py b/python/grass/__init__.py index 1ac28a4d30b..7ddd46fcd44 100644 --- a/python/grass/__init__.py +++ b/python/grass/__init__.py @@ -28,6 +28,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD so that the function ``_`` appears in the global namespace (as an additional build-in). ======= <<<<<<< HEAD @@ -66,6 +67,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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). @@ -82,6 +85,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)) @@ -155,6 +159,11 @@ so that the function ``_`` appears in the global namespace (as an additional build-in). >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 @@ -213,6 +222,7 @@ def _translate(text): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD the package does not require the translations to be availabe. However, a first ======= @@ -251,6 +261,8 @@ def _translate(text): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main the package does not require the translations to be available. However, a first ======= @@ -268,6 +280,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)) @@ -340,6 +353,11 @@ def _translate(text): ======= the package does not require the translations to be availabe. However, a first >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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/app/data.py b/python/grass/app/data.py index 439a6c3c4d1..10997cd59e8 100644 --- a/python/grass/app/data.py +++ b/python/grass/app/data.py @@ -15,8 +15,12 @@ import os import tempfile import getpass +import subprocess import sys from shutil import copytree, ignore_patterns +from pathlib import Path + +import grass.script as gs import grass.grassdb.config as cfg from grass.grassdb.checks import is_location_valid @@ -162,3 +166,69 @@ def ensure_default_data_hierarchy(): mapset_path = os.path.join(gisdbase, location, mapset) return gisdbase, location, mapset, mapset_path + + +class MapsetLockingException(Exception): + pass + + +def lock_mapset(mapset_path, force_lock_removal, message_callback): + """Acquire a lock for a mapset and return name of new lock file + + Raises MapsetLockingException when it is not possible to acquire a lock for the + given mapset either because of existing lock or due to insufficient permissions. + A corresponding localized message is given in the exception. + + A *message_callback* is a function which will be called to report messages about + certain states. Specifically, the function is called when forcibly unlocking the + mapset. + + Assumes that the runtime is set up (specifically that GISBASE is in + the environment). + """ + if not os.path.exists(mapset_path): + raise MapsetLockingException(_("Path '{}' doesn't exist").format(mapset_path)) + if not os.access(mapset_path, os.W_OK): + error = _("Path '{}' not accessible.").format(mapset_path) + stat_info = Path(mapset_path).stat() + mapset_uid = stat_info.st_uid + if mapset_uid != os.getuid(): + error = "{error}\n{detail}".format( + error=error, + detail=_("You are not the owner of '{}'.").format(mapset_path), + ) + raise MapsetLockingException(error) + # Check for concurrent use + lockfile = os.path.join(mapset_path, ".gislock") + locker_path = os.path.join(os.environ["GISBASE"], "etc", "lock") + ret = subprocess.run( + [locker_path, lockfile, "%d" % os.getpid()], check=False + ).returncode + msg = None + if ret == 2: + if not force_lock_removal: + msg = _( + "{user} is currently running GRASS in selected mapset" + " (file {file} found). Concurrent use of one mapset not allowed.\n" + "You can force launching GRASS using -f flag" + " (assuming your have sufficient access permissions)." + " Confirm in a process manager " + "that there is no other process using the mapset." + ).format(user=Path(lockfile).owner(), file=lockfile) + else: + message_callback( + _( + "{user} is currently running GRASS in selected mapset" + " (file {file} found), but forcing to launch GRASS anyway..." + ).format(user=Path(lockfile).owner(), file=lockfile) + ) + gs.try_remove(lockfile) + elif ret != 0: + msg = _( + "Unable to properly access lock file '{name}'.\n" + "Please resolve this with your system administrator." + ).format(name=lockfile) + + if msg: + raise MapsetLockingException(msg) + return lockfile diff --git a/python/grass/app/runtime.py b/python/grass/app/runtime.py index 5da00bae0df..3f3805c9dfd 100644 --- a/python/grass/app/runtime.py +++ b/python/grass/app/runtime.py @@ -129,6 +129,7 @@ def set_paths(install_path, grass_config_dir, ld_library_path_variable_name): # retrieving second time, but now it is always set addon_base = os.getenv("GRASS_ADDON_BASE") set_man_path(install_path=install_path, addon_base=addon_base, env=os.environ) + set_isis() def set_man_path(install_path, addon_base, env): @@ -274,6 +275,25 @@ def set_browser(install_path): os.environ["GRASS_HTML_BROWSER"] = browser +def set_isis(): + """Enable a mixed ISIS-GRASS environment + + ISIS is Integrated Software for Imagers and Spectrometers by USGS. + """ + if os.getenv("ISISROOT"): + isis = os.getenv("ISISROOT") + os.environ["ISIS_LIB"] = isis + os.sep + "lib" + os.environ["ISIS_3RDPARTY"] = isis + os.sep + "3rdParty" + os.sep + "lib" + os.environ["QT_PLUGIN_PATH"] = isis + os.sep + "3rdParty" + os.sep + "plugins" + # os.environ['ISIS3DATA'] = isis + "$ISIS3DATA" + libpath = os.getenv("LD_LIBRARY_PATH", "") + isislibpath = os.getenv("ISIS_LIB") + isis3rdparty = os.getenv("ISIS_3RDPARTY") + os.environ["LD_LIBRARY_PATH"] = ( + libpath + os.pathsep + isislibpath + os.pathsep + isis3rdparty + ) + + def ensure_home(): """Set HOME if not set on MS Windows""" if WINDOWS and not os.getenv("HOME"): diff --git a/python/grass/benchmark/Makefile b/python/grass/benchmark/Makefile index 9e3b8372843..fc73deda002 100644 --- a/python/grass/benchmark/Makefile +++ b/python/grass/benchmark/Makefile @@ -24,6 +24,7 @@ DSTDIR = $(ETC)/python/grass/benchmark <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -82,6 +83,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)) ======= @@ -102,6 +107,7 @@ MODULES = app plots results runners __main__ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -176,6 +182,8 @@ MODULES = app plots results runners __main__ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 279bda17821..139acf57286 100644 --- a/python/grass/benchmark/__init__.py +++ b/python/grass/benchmark/__init__.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -52,6 +53,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67,6 +70,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -117,6 +121,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # MODULE: grass.benchmark # # AUTHOR(S): Vaclav Petras @@ -147,6 +153,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -182,6 +189,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -197,6 +207,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -271,6 +282,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main """Benchmarking for GRASS GIS modules This subpackage of the grass package is experimental and the API can change anytime. @@ -295,6 +308,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -330,6 +344,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -345,6 +361,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -395,6 +412,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -420,6 +439,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -455,6 +475,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -470,6 +493,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -544,6 +568,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main """ from .plots import nprocs_plot, num_cells_plot @@ -568,6 +594,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main join_results_from_files, @@ -620,6 +647,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, @@ -637,6 +668,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -722,6 +754,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main load_results, load_results_from_file, @@ -747,6 +781,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -805,6 +840,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)) ======= @@ -825,6 +864,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -899,3 +939,5 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/python/grass/benchmark/app.py b/python/grass/benchmark/app.py index b768e7205ee..ae7f3f8270b 100644 --- a/python/grass/benchmark/app.py +++ b/python/grass/benchmark/app.py @@ -39,6 +39,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main nprocs_plot, @@ -91,6 +92,10 @@ nprocs_plot, ======= >>>>>>> osgeo-main +======= + nprocs_plot, +======= +>>>>>>> osgeo-main >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= nprocs_plot, @@ -108,6 +113,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -193,6 +199,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main num_cells_plot, save_results_to_file, @@ -226,6 +234,7 @@ class CliUsageError(ValueError): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -266,6 +275,8 @@ class CliUsageError(ValueError): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= pass >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -283,6 +294,7 @@ class CliUsageError(ValueError): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -358,6 +370,10 @@ class CliUsageError(ValueError): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def join_results_cli(args): @@ -386,6 +402,7 @@ def join_results_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -421,6 +438,8 @@ def join_results_cli(args): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -436,6 +455,7 @@ def join_results_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -485,6 +505,8 @@ def join_results_cli(args): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def select_only(result): @@ -509,6 +531,7 @@ def select_only(result): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -575,6 +598,10 @@ def select_only(result): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main results = join_results_from_files( source_filenames=args.results, @@ -611,6 +638,7 @@ def plot_nprocs_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -653,6 +681,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, @@ -692,6 +723,7 @@ def plot_nprocs_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -820,6 +852,8 @@ def plot_nprocs_cli(args): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def plot_cells_cli(args): """Translate CLI parser result to API calls.""" results = load_results_from_file(args.input) @@ -913,6 +947,7 @@ def add_results_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -948,6 +983,8 @@ def add_results_subcommand(parent_subparsers): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -963,6 +1000,7 @@ def add_results_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1012,6 +1050,8 @@ def add_results_subcommand(parent_subparsers): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main join.add_argument( "--only", @@ -1070,6 +1110,7 @@ def add_plot_title_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1133,6 +1174,8 @@ def add_plot_title_argument(parser): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def add_plot_metric_argument(parser): """Add metric argument to *parser*.""" parser.add_argument( @@ -1153,6 +1196,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1177,6 +1221,8 @@ def add_plot_metric_argument(parser): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -1189,6 +1235,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1225,6 +1272,8 @@ def add_plot_metric_argument(parser): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main join.set_defaults(handler=join_results_cli) @@ -1239,6 +1288,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) <<<<<<< HEAD <<<<<<< HEAD @@ -1290,6 +1340,8 @@ def add_plot_metric_argument(parser): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -1303,6 +1355,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= ======= @@ -1318,6 +1371,8 @@ def add_plot_metric_argument(parser): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) @@ -1327,6 +1382,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -1360,6 +1416,8 @@ def add_plot_metric_argument(parser): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def add_plot_subcommand(parent_subparsers): """Add plot subcommand.""" main_parser = add_subcommand_parser( @@ -1387,6 +1445,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1476,6 +1535,11 @@ def add_plot_subcommand(parent_subparsers): add_plot_io_arguments(join) add_plot_title_argument(join) ======= +>>>>>>> osgeo-main +======= + 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( @@ -1499,6 +1563,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a4c9b5af1d (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -1523,6 +1588,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= add_plot_io_arguments(join) add_plot_title_argument(join) @@ -1539,6 +1606,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1563,6 +1631,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= add_plot_io_arguments(join) add_plot_title_argument(join) @@ -1579,6 +1649,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1622,6 +1693,8 @@ def add_plot_subcommand(parent_subparsers): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main join.add_argument( "--resolutions", @@ -1649,6 +1722,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1684,6 +1758,8 @@ def add_plot_subcommand(parent_subparsers): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1699,6 +1775,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1748,6 +1825,8 @@ def add_plot_subcommand(parent_subparsers): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main nprocs = main_subparsers.add_parser( "nprocs", help="Plot for variable number of processing elements" @@ -1775,6 +1854,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1810,6 +1890,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)) @@ -1825,6 +1908,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1899,6 +1983,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c3688ce9972..8e98423d2b9 100644 --- a/python/grass/benchmark/plots.py +++ b/python/grass/benchmark/plots.py @@ -56,6 +56,7 @@ def get_pyplot(to_file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -131,6 +132,13 @@ 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)) ======= @@ -142,6 +150,7 @@ def nprocs_plot(results, filename=None, title=None, metric="time"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168,6 +177,8 @@ def nprocs_plot(results, filename=None, title=None, metric="time"): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -182,6 +193,7 @@ def nprocs_plot(results, filename=None, title=None, metric="time"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -249,6 +261,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. @@ -266,7 +283,10 @@ def nprocs_plot(results, filename=None, title=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -309,6 +329,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -429,6 +450,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main One result is required to have attributes: *nprocs*, *times*, *label*. The *nprocs* attribute is a list of all processing elements @@ -488,6 +511,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -523,6 +547,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -538,6 +564,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -587,6 +614,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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. @@ -611,6 +640,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -646,6 +676,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -661,6 +693,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -710,6 +743,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else: from matplotlib.ticker import ( # pylint: disable=import-outside-toplevel @@ -740,6 +775,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -772,6 +808,9 @@ def nprocs_plot(results, filename=None): ======= elif metric in {"speedup", "efficiency"}: >>>>>>> osgeo-main +======= + elif metric in {"speedup", "efficiency"}: +>>>>>>> osgeo-main ======= ======= >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) @@ -782,6 +821,9 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -802,6 +844,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -855,6 +898,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main axes.set(xticks=sorted(x_ticks)) plt.xlabel("Number of cores (threads, processes)") @@ -870,6 +915,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -901,6 +947,10 @@ def nprocs_plot(results, filename=None): >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> osgeo-main +======= +>>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main ======= plt.xlabel("Number of processing elements (cores, threads, processes)") plt.ylabel("Time [s]") @@ -918,6 +968,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1029,6 +1080,9 @@ def nprocs_plot(results, filename=None): >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -1041,6 +1095,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1078,6 +1133,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if filename: plt.savefig(filename) @@ -1104,6 +1161,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1181,6 +1239,10 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -1199,6 +1261,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1250,6 +1313,9 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main def num_cells_plot(results, filename=None, show_resolution=False): """Plot results from a multiple raster grid size benchmarks. @@ -1267,6 +1333,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)) ======= @@ -1292,6 +1359,8 @@ def num_cells_plot(results, filename=None, show_resolution=False): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= def num_cells_plot(results, filename=None, title=None, show_resolution=False): """Plot results from a multiple raster grid size benchmarks. @@ -1309,6 +1378,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 @@ -1375,6 +1445,10 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -1431,6 +1505,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1466,6 +1541,8 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1481,6 +1558,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1530,6 +1608,8 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if title: plt.title(title) @@ -1555,6 +1635,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1590,6 +1671,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)) @@ -1605,6 +1689,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1678,6 +1763,8 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if filename: plt.savefig(filename) diff --git a/python/grass/benchmark/results.py b/python/grass/benchmark/results.py index 28662c34d8f..75cc1e65e33 100644 --- a/python/grass/benchmark/results.py +++ b/python/grass/benchmark/results.py @@ -68,6 +68,7 @@ def save_results_to_file(results, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -114,6 +115,8 @@ def save_results_to_file(results, filename): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Path(filename).write_text(text, encoding="utf-8") ======= @@ -128,6 +131,9 @@ def save_results_to_file(results, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -157,6 +163,7 @@ def save_results_to_file(results, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -230,6 +237,8 @@ def save_results_to_file(results, filename): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main file.write(text) >>>>>>> 033a57360f (libpython: Save and load benchmark results (#1711)) @@ -268,6 +277,7 @@ def load_results_from_file(filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= return load_results(Path(filename).read_text(encoding="utf-8")) @@ -369,6 +379,13 @@ def load_results_from_file(filename): ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= + return load_results(Path(filename).read_text(encoding="utf-8")) +======= +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) @@ -378,6 +395,7 @@ def load_results_from_file(filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -390,6 +408,8 @@ def load_results_from_file(filename): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -398,6 +418,7 @@ def load_results_from_file(filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main >>>>>>> main ======= @@ -407,6 +428,8 @@ def load_results_from_file(filename): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main with open(filename, "r", encoding="utf-8") as file: return load_results(file.read()) @@ -428,6 +451,7 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -478,6 +502,9 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main with open(filename, "r") as file: return load_results(file.read()) @@ -496,6 +523,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)) ======= @@ -520,6 +548,8 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def join_results(results, prefixes=None): >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= @@ -537,6 +567,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 @@ -609,6 +640,10 @@ def join_results(results, prefixes=None): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main """Join multiple lists of results together @@ -645,6 +680,7 @@ def join_results(results, prefixes=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -721,6 +757,10 @@ def join_results(results, prefixes=None): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if select and not select(result): continue @@ -761,6 +801,7 @@ def join_results_from_files( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -802,6 +843,9 @@ def join_results_from_files( ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= if select and not select(result): continue @@ -851,6 +895,7 @@ def join_results_from_files( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1015,3 +1060,5 @@ def join_results_from_files( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/python/grass/benchmark/runners.py b/python/grass/benchmark/runners.py index 6b8b965c807..ea1a573a777 100644 --- a/python/grass/benchmark/runners.py +++ b/python/grass/benchmark/runners.py @@ -33,6 +33,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main import random @@ -85,6 +86,10 @@ import random ======= >>>>>>> osgeo-main +======= +import random +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= import random @@ -102,6 +107,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -188,6 +194,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import shutil from types import SimpleNamespace @@ -213,6 +221,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main def benchmark_single(module, label, repeat=5): @@ -261,6 +270,8 @@ def benchmark_single(module, label, repeat=5): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def benchmark_single(module, label, repeat=5): """Benchmark module as is without changing anything. ======= @@ -279,6 +290,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -304,6 +316,8 @@ def benchmark_single(module, label, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= def benchmark_single(module, label, repeat=5): """Benchmark module as is without chaning anything. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -319,6 +333,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -356,6 +371,8 @@ def benchmark_single(module, label, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *module* is an instance of PyGRASS Module class or any object which @@ -421,6 +438,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -456,6 +474,8 @@ def benchmark_single(module, label, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -471,6 +491,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -521,6 +542,8 @@ def benchmark_single(module, label, repeat=5): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def benchmark_nprocs(module, label, max_nprocs, repeat=5, shuffle=True): """Benchmark module using values of nprocs up to *max_nprocs*. @@ -555,6 +578,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5, shuffle=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -596,6 +620,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): @@ -630,6 +657,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -745,6 +773,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *label* is a text to add to the result (for user-facing display). @@ -770,6 +800,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -846,6 +877,10 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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), @@ -889,6 +924,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1007,6 +1043,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]) @@ -1062,6 +1103,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= ======= @@ -1091,6 +1133,8 @@ 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)) @@ -1103,6 +1147,9 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1130,6 +1177,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1282,6 +1330,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if nprocs == 1: serial_avg = avg @@ -1307,6 +1357,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1379,6 +1430,11 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): result.efficiency.append(serial_avg / (nprocs * avg)) ======= >>>>>>> osgeo-main +======= + result.speedup.append(serial_avg / avg) + result.efficiency.append(serial_avg / (nprocs * avg)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD ======= <<<<<<< HEAD @@ -1399,6 +1455,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) @@ -1480,6 +1537,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main print("\u2500" * term_size.columns) @@ -1498,6 +1557,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1530,6 +1590,9 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main print(f"\nResult - {avg}s") @@ -1553,6 +1616,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1650,6 +1714,13 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= print(f"Best average time - {min_avg}s ({min_time} threads)\n") +<<<<<<< HEAD + return result +======= +>>>>>>> osgeo-main +======= + print(f"Best average time - {min_avg}s ({min_time} threads)\n") + <<<<<<< HEAD return result ======= @@ -1671,6 +1742,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main efficiency=efficiency, @@ -1718,6 +1790,10 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): efficiency=efficiency, ======= >>>>>>> osgeo-main +======= + efficiency=efficiency, +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= efficiency=efficiency, @@ -1734,6 +1810,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1837,6 +1914,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main nprocs=nprocs_list, label=label, @@ -1850,6 +1929,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1880,6 +1960,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): @@ -1904,6 +1986,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1939,6 +2022,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 392c6e8e0b (pygrass: Add update parameters method to Module (#1712)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1954,6 +2039,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2003,6 +2089,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *module* is an instance of PyGRASS Module class or any object with attributes as specified in :func:`benchmark_nprocs` @@ -2026,6 +2114,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2060,6 +2149,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)) @@ -2077,6 +2169,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2156,6 +2249,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *resolutions* is a list of resolutions to set (current region is currently used and changed but that may change in the future). @@ -2182,6 +2277,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2251,6 +2347,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)) @@ -2274,6 +2375,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2351,6 +2453,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Returns an object with attributes *times* (list of average execution times), @@ -2378,6 +2482,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2413,6 +2518,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2428,6 +2535,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2477,6 +2585,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if hasattr(module, "get_bash"): print(module.get_bash()) @@ -2500,6 +2610,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2534,6 +2645,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)) @@ -2551,6 +2665,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2630,6 +2745,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main avg_times = [] @@ -2664,6 +2781,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2721,6 +2839,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)) @@ -2742,6 +2864,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2815,6 +2938,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main module.run() print(f"{module.time}s") diff --git a/python/grass/benchmark/testsuite/test_benchmark.py b/python/grass/benchmark/testsuite/test_benchmark.py index cafc357950e..dad5d1bcb0b 100644 --- a/python/grass/benchmark/testsuite/test_benchmark.py +++ b/python/grass/benchmark/testsuite/test_benchmark.py @@ -38,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -173,6 +174,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, @@ -190,6 +205,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -305,6 +321,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main join_results, load_results, @@ -369,6 +387,7 @@ def test_resolutions(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -404,6 +423,8 @@ def test_resolutions(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -419,6 +440,7 @@ def test_resolutions(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -468,6 +490,8 @@ def test_resolutions(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_single(self): """Test that single benchmark function runs""" @@ -511,6 +535,7 @@ def test_single(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -570,6 +595,8 @@ def test_single(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def test_nprocs(self): """Test that benchmark function runs for nprocs""" @@ -607,6 +634,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -635,6 +663,8 @@ def test_nprocs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) @@ -649,6 +679,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= ======= @@ -668,6 +699,8 @@ def test_nprocs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -685,6 +718,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -704,6 +738,8 @@ def test_nprocs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) @@ -715,6 +751,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -774,6 +811,8 @@ def test_nprocs(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 cbf0c83fd0c..30ac25f59f2 100644 --- a/python/grass/benchmark/testsuite/test_benchmark_cli.py +++ b/python/grass/benchmark/testsuite/test_benchmark_cli.py @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -108,6 +109,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import sys from pathlib import Path from subprocess import DEVNULL @@ -132,6 +137,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -183,6 +189,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main from pathlib import Path from subprocess import DEVNULL @@ -200,6 +209,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a4c9b5af1d (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -225,6 +235,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= import sys from pathlib import Path from subprocess import DEVNULL @@ -248,6 +260,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -315,6 +328,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -340,6 +357,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -375,6 +393,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -390,6 +410,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -440,6 +461,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def remove_file(path): """Remove filename if exists""" if sys.version_info < (3, 8): @@ -465,6 +488,7 @@ def remove_file(path): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -532,6 +556,10 @@ def remove_file(path): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class TestBenchmarkCLI(TestCase): """Tests that benchmarkin CLI works""" @@ -588,6 +616,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -630,6 +659,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""" @@ -675,6 +707,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -824,6 +857,8 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main json_filename = "plot_test.json" png_filename = "plot_test.png" @@ -842,6 +877,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -861,6 +897,8 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -876,6 +914,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -925,6 +964,8 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # The benchmark part has only Python API, not CLI. result = benchmark_resolutions( @@ -952,6 +993,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1028,6 +1070,10 @@ def test_plot_cells_workflow(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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]]) @@ -1052,6 +1098,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1080,6 +1127,8 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(Path(self.png_filenames[-1]).is_file()) ======= @@ -1093,6 +1142,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main save_results_to_file([result], json_filename) benchmark_main(["plot", "cells", json_filename, png_filename]) @@ -1143,6 +1193,8 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main save_results_to_file([result], json_filename) benchmark_main(["plot", "cells", json_filename, png_filename]) @@ -1168,6 +1220,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -1197,6 +1250,8 @@ 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)) @@ -1209,6 +1264,9 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1236,6 +1294,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1332,6 +1391,8 @@ def test_plot_cells_workflow(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if __name__ == "__main__": diff --git a/python/grass/docs/conf.py b/python/grass/docs/conf.py index 97c6f381a39..56c975f37ef 100644 --- a/python/grass/docs/conf.py +++ b/python/grass/docs/conf.py @@ -150,6 +150,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main copyright = "2023, GRASS Development Team" @@ -205,6 +206,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main copyright = "2024, GRASS Development Team" ======= copyright = "2022, GRASS Development Team" @@ -222,6 +225,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -241,6 +245,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= copyright = "2022, GRASS Development Team" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -258,6 +264,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -352,6 +359,11 @@ copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +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 @@ -608,6 +620,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main epub_copyright = "2023, GRASS Development Team" @@ -648,6 +661,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main epub_copyright = "2022, GRASS Development Team" <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -668,6 +683,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -771,6 +787,11 @@ epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +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 8699221d7cb..1e2f4694034 100644 --- a/python/grass/docs/src/gunittest_running_tests.rst +++ b/python/grass/docs/src/gunittest_running_tests.rst @@ -114,6 +114,7 @@ you would use:: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD raster/r.contour/testsuite/testrc.py ======= @@ -152,6 +153,8 @@ you would use:: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main raster/r.contour/testsuite/test_broken.py ======= @@ -169,6 +172,7 @@ you would use:: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= raster/r.contour/testsuite/testrc.py >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -242,6 +246,11 @@ you would use:: raster/r.contour/testsuite/testrc.py >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main +======= +======= + 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 1d25c2befaf..ed3c925ae06 100644 --- a/python/grass/docs/src/pygrass_gis.rst +++ b/python/grass/docs/src/pygrass_gis.rst @@ -36,6 +36,7 @@ GIS 7 User's Manual: GRASS GIS Quickstart <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -103,6 +104,10 @@ GIS 7 User's Manual: GRASS GIS Quickstart `_. ======= >>>>>>> osgeo-main +======= +`_. +======= +>>>>>>> osgeo-main `_. >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -123,6 +128,7 @@ GIS 7 User's Manual: GRASS GIS Quickstart <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= `_. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -238,6 +244,11 @@ GIS 7 User's Manual: GRASS GIS Quickstart `_. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +`_. +>>>>>>> 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 c23443e63d8..d3729b1b761 100644 --- a/python/grass/exceptions/__init__.py +++ b/python/grass/exceptions/__init__.py @@ -89,6 +89,7 @@ def __init__(self, module, code, returncode, errors=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -169,6 +170,11 @@ def __init__(self, module, code, returncode, errors=None): >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) ======= >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main +======= +>>>>>>> 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 diff --git a/python/grass/experimental/tests/grass_script_mapset_session_test.py b/python/grass/experimental/tests/grass_script_mapset_session_test.py index 3877e61576e..740770937dd 100644 --- a/python/grass/experimental/tests/grass_script_mapset_session_test.py +++ b/python/grass/experimental/tests/grass_script_mapset_session_test.py @@ -68,7 +68,8 @@ def test_create_overwrite(xy_session): .strip() .split() ) - assert len(rasters) == 1 and rasters[0] == "a" + assert len(rasters) == 1 + assert rasters[0] == "a" with experimental.MapsetSession( name, create=True, overwrite=True, env=xy_session.env ) as session: @@ -86,7 +87,8 @@ def test_create_overwrite(xy_session): .strip() .split() ) - assert len(rasters) == 1 and rasters[0] == "a" + assert len(rasters) == 1 + assert rasters[0] == "a" assert os.path.exists(session_file) @@ -103,7 +105,8 @@ def test_ensure(xy_session): .strip() .split() ) - assert len(rasters) == 1 and rasters[0] == "a" + assert len(rasters) == 1 + assert rasters[0] == "a" with experimental.MapsetSession(name, ensure=True, env=xy_session.env) as session: session_mapset = gs.read_command("g.mapset", flags="p", env=session.env).strip() assert name == session_mapset @@ -112,7 +115,8 @@ def test_ensure(xy_session): .strip() .split() ) - assert len(rasters) == 1 and rasters[0] == "a" + assert len(rasters) == 1 + assert rasters[0] == "a" gs.run_command("r.mapcalc", expression="b = 1", env=session.env) rasters = ( gs.read_command("g.list", type="raster", mapset=".", env=session.env) diff --git a/python/grass/experimental/tests/grass_script_tmp_mapset_session_test.py b/python/grass/experimental/tests/grass_script_tmp_mapset_session_test.py index 744becc1e7b..f7098004527 100644 --- a/python/grass/experimental/tests/grass_script_tmp_mapset_session_test.py +++ b/python/grass/experimental/tests/grass_script_tmp_mapset_session_test.py @@ -74,7 +74,7 @@ def test_without_context_manager(xy_session): def test_multiple_sequential_with_context_manager(xy_session): """Session creates, starts, and finishes""" session_file = xy_session.env["GISRC"] - for i in range(0, 5): + for i in range(5): with experimental.TemporaryMapsetSession(env=xy_session.env) as session: assert session.active gs.run_command("g.region", flags="p", env=session.env) @@ -104,7 +104,7 @@ def test_multiple_parallel_without_context_manager(xy_session): """Session creates, starts, and finishes""" session_file = xy_session.env["GISRC"] sessions = [] - for i in range(0, 5): + for i in range(5): session_file = xy_session.env["GISRC"] session = experimental.TemporaryMapsetSession(env=xy_session.env) gs.run_command("g.region", flags="p", env=session.env) diff --git a/python/grass/grassdb/checks.py b/python/grass/grassdb/checks.py index b95278fbac3..5e1b96d9e52 100644 --- a/python/grass/grassdb/checks.py +++ b/python/grass/grassdb/checks.py @@ -92,6 +92,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -149,6 +150,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)) @@ -170,6 +175,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -243,6 +249,8 @@ def is_location_valid(path, location=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param location: name of a Location if not part of *path* """ @@ -270,6 +278,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -327,6 +336,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)) @@ -348,6 +361,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -421,6 +435,8 @@ def is_location_valid(path, location=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return os.access(os.path.join(path, "PERMANENT", "DEFAULT_WIND"), os.F_OK) @@ -453,7 +469,7 @@ def is_current_user_mapset_owner(mapset_path): # Mapset needs to be owned by user. if sys.platform == "win32": return True - stat_info = os.stat(mapset_path) + stat_info = Path(mapset_path).stat() mapset_uid = stat_info.st_uid return mapset_uid == os.getuid() @@ -499,7 +515,7 @@ def is_first_time_user(): genv = gisenv() if "LAST_MAPSET_PATH" in genv.keys(): return genv["LAST_MAPSET_PATH"] == os.path.join( - os.getcwd(), cfg.unknown_location, cfg.unknown_mapset + Path.cwd(), cfg.unknown_location, cfg.unknown_mapset ) return False @@ -562,13 +578,13 @@ def get_reason_id_mapset_not_usable(mapset_path): if not os.path.exists(mapset_path): return "non-existent" # Check whether mapset is valid - elif not is_mapset_valid(mapset_path): + if not is_mapset_valid(mapset_path): return "invalid" # Check whether mapset is owned by current user - elif not is_current_user_mapset_owner(mapset_path): + if not is_current_user_mapset_owner(mapset_path): return "different-owner" # Check whether mapset is locked - elif is_mapset_locked(mapset_path): + if is_mapset_locked(mapset_path): return "locked" return None diff --git a/python/grass/grassdb/history.py b/python/grass/grassdb/history.py index 60b5459700d..d7c22eb36fc 100644 --- a/python/grass/grassdb/history.py +++ b/python/grass/grassdb/history.py @@ -81,9 +81,7 @@ def _read_from_plain_text(history_path): stores only executed commands.""" content_list = [] try: - with open( - history_path, encoding="utf-8", mode="r", errors="replace" - ) as file_history: + with open(history_path, encoding="utf-8", errors="replace") as file_history: content_list = [ {"command": line.strip(), "command_info": None} for line in file_history ] @@ -287,7 +285,7 @@ def _add_entry_to_JSON(history_path, entry): :param dict entry: entry consisting of 'command' and 'command_info' keys """ try: - with open(history_path, encoding="utf-8", mode="r") as file_history: + with open(history_path, encoding="utf-8") as file_history: existing_data = json.load(file_history) except (OSError, ValueError): existing_data = [] diff --git a/python/grass/grassdb/manage.py b/python/grass/grassdb/manage.py index ddf8e2059a7..bc52bd9916f 100644 --- a/python/grass/grassdb/manage.py +++ b/python/grass/grassdb/manage.py @@ -133,6 +133,7 @@ def split_mapset_path(mapset_path): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD def resolve_mapset_path(path, location=None, mapset=None): ======= <<<<<<< HEAD @@ -171,6 +172,8 @@ def resolve_mapset_path(path, location=None, mapset=None): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def resolve_mapset_path(path, location=None, mapset=None) -> MapsetPath: ======= def resolve_mapset_path(path, location=None, mapset=None): @@ -187,6 +190,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)) @@ -259,6 +263,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)) +>>>>>>> osgeo-main +======= +======= +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. diff --git a/python/grass/grassdb/testsuite/test_manage.py b/python/grass/grassdb/testsuite/test_manage.py index a2788d4f1a8..43b8945bd31 100644 --- a/python/grass/grassdb/testsuite/test_manage.py +++ b/python/grass/grassdb/testsuite/test_manage.py @@ -18,6 +18,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.gmodules import call_module from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows class TestMapsetPath(TestCase): @@ -38,6 +39,7 @@ def test_mapset_from_path_object(self): self.assertEqual(mapset_path.mapset, mapset_name) self.assertEqual(mapset_path.path, Path(path) / location_name / mapset_name) + @xfail_windows def test_mapset_from_str(self): """Check with path from str and database directory as Path""" path = "does/not/exist" @@ -60,6 +62,7 @@ def test_mapset_from_str(self): class TestSplitMapsetPath(TestCase): """Check that split works with different parameters""" + @xfail_windows def test_split_path(self): """Check that pathlib.Path is correctly split""" ref_db = "does/not/exist" @@ -71,6 +74,7 @@ def test_split_path(self): self.assertEqual(new_location, ref_location) self.assertEqual(new_mapset, ref_mapset) + @xfail_windows def test_split_str(self): """Check that path as str is correctly split""" ref_db = "does/not/exist" @@ -82,6 +86,7 @@ def test_split_str(self): self.assertEqual(new_location, ref_location) self.assertEqual(new_mapset, ref_mapset) + @xfail_windows def test_split_str_trailing_slash(self): """Check that path as str with a trailing slash is correctly split""" ref_db = "does/not/exist" diff --git a/python/grass/gunittest/README.md b/python/grass/gunittest/README.md index be2be718233..a58e77fe29f 100644 --- a/python/grass/gunittest/README.md +++ b/python/grass/gunittest/README.md @@ -24,6 +24,7 @@ For more information on the test suite and unit tests, visit: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -91,6 +92,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)) ======= @@ -111,6 +116,7 @@ https://grass.osgeo.org/grass80/manuals/libpython/gunittest_testing.html <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -226,3 +232,8 @@ https://grass.osgeo.org/grass80/manuals/libpython/gunittest_testing.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/gunittest/case.py b/python/grass/gunittest/case.py index 4d1b37bdfed..1277ee542b5 100644 --- a/python/grass/gunittest/case.py +++ b/python/grass/gunittest/case.py @@ -10,6 +10,7 @@ """ import os +from pathlib import Path import shutil import subprocess import hashlib @@ -694,7 +695,7 @@ def assertFileMd5(self, filename, md5, text=False, msg=None): actual = text_file_md5(filename) else: actual = file_md5(filename) - if not actual == md5: + if actual != md5: standardMsg = ( "File <{name}> does not have the right MD5 sum.\n" "Expected is <{expected}>," @@ -735,10 +736,9 @@ def _get_unique_name(self, name): # and ensure uniqueness by add UUID if self.readable_names: return "tmp_" + self.id().replace(".", "_") + "_" + name - else: - # UUID might be overkill (and expensive) but it's safe and simple - # alternative is to create hash from the readable name - return "tmp_" + str(uuid.uuid4()).replace("-", "") + # UUID might be overkill (and expensive) but it's safe and simple + # alternative is to create hash from the readable name + return "tmp_" + str(uuid.uuid4()).replace("-", "") def _compute_difference_raster(self, first, second, name_part): """Compute difference of two rasters (first - second) @@ -1227,8 +1227,9 @@ def assertVectorAsciiEqualsVectorAscii( """ import difflib - fromlines = open(actual).readlines() - tolines = open(reference).readlines() + with open(actual) as f1, open(reference) as f2: + fromlines = f1.readlines() + tolines = f2.readlines() context_lines = 3 # number of context lines # TODO: filenames are set to "actual" and "reference", isn't it too general? # it is even more useful if map names or file names are some generated @@ -1252,18 +1253,18 @@ def assertVectorAsciiEqualsVectorAscii( os.remove(reference) stdmsg = "There is a difference between vectors when compared as ASCII files.\n" - output = StringIO() # TODO: there is a diff size constant which we can use # we are setting it unlimited but we can just set it large maxlines = 100 i = 0 - for line in diff: - if i >= maxlines: - break - output.write(line) - i += 1 - stdmsg += output.getvalue() - output.close() + with StringIO() as output: + for line in diff: + if i >= maxlines: + break + output.write(line) + i += 1 + stdmsg += output.getvalue() + # it seems that there is not better way of asking whether there was # a difference (always a iterator object is returned) if i > 0: @@ -1288,11 +1289,9 @@ def assertVectorAsciiEqualsVectorAscii( "actual", context=True, numlines=context_lines, + charset="utf-8", ) - htmldiff_file = open(htmldiff_file_name, "w") - for line in htmldiff: - htmldiff_file.write(line) - htmldiff_file.close() + Path(htmldiff_file_name).write_text(htmldiff, encoding="utf-8") self.fail(self._formatMessage(msg, stdmsg)) diff --git a/python/grass/gunittest/checkers.py b/python/grass/gunittest/checkers.py index fb46a1deb66..c63f6d08ff0 100644 --- a/python/grass/gunittest/checkers.py +++ b/python/grass/gunittest/checkers.py @@ -638,7 +638,7 @@ def text_file_md5( if prepend_lines: for line in prepend_lines: hasher.update(encode(line)) - with open(filename, "r") as f: + with open(filename) as f: for line in f: # replace platform newlines by standard newline if os.linesep != "\n": diff --git a/python/grass/gunittest/invoker.py b/python/grass/gunittest/invoker.py index 7271a888351..d43434982ad 100644 --- a/python/grass/gunittest/invoker.py +++ b/python/grass/gunittest/invoker.py @@ -155,6 +155,7 @@ def _create_mapset(self, gisdbase, location, module): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -235,6 +236,11 @@ def _create_mapset(self, gisdbase, location, module): >>>>>>> 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 shutil.copy( os.path.join(gisdbase, location, "PERMANENT", "DEFAULT_WIND"), @@ -329,6 +335,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -371,6 +378,8 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -386,6 +395,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD @@ -464,6 +474,10 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): ======= ======= >>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) >>>>>>> osgeo-main stdout = p.stdout stderr = p.stderr @@ -491,6 +505,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" ======= @@ -529,6 +544,8 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main stderr = ( f"Process has timed out in {timeout}s and produced no error " @@ -549,6 +566,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)) @@ -621,6 +639,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)) +>>>>>>> osgeo-main +======= +======= + 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. @@ -644,6 +667,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -738,6 +762,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() @@ -765,6 +796,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -847,6 +879,8 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def try_decode(data, encodings): """Try to decode data (bytes) using one of encodings @@ -881,6 +915,7 @@ def try_decode(data, encodings): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -956,6 +991,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)) @@ -978,6 +1017,7 @@ def try_decode(data, encodings): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -996,6 +1036,8 @@ def try_decode(data, encodings): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= return decode(data, encoding=encoding) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1017,6 +1059,7 @@ def try_decode(data, encodings): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1111,6 +1154,8 @@ def try_decode(data, encodings): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main except UnicodeError: pass diff --git a/python/grass/gunittest/loader.py b/python/grass/gunittest/loader.py index 33234e2b083..50fa368f62a 100644 --- a/python/grass/gunittest/loader.py +++ b/python/grass/gunittest/loader.py @@ -6,17 +6,28 @@ License (>=v2). Read the file COPYING that comes with GRASS GIS for details. -:authors: Vaclav Petras +:authors: Vaclav Petras, Edouard Choinière """ -import os -import fnmatch -import unittest +from __future__ import annotations + import collections +import fnmatch +import os import re +import unittest +from pathlib import PurePath +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from collections.abc import Iterable -def fnmatch_exclude_with_base(files, base, exclude): +def fnmatch_exclude_with_base( + files: Iterable[str], + base: str | os.PathLike, + exclude: Iterable[str | os.PathLike | PurePath], +) -> list[str]: """Return list of files not matching any exclusion pattern :param files: list of file names @@ -24,23 +35,13 @@ def fnmatch_exclude_with_base(files, base, exclude): :param exclude: list of fnmatch glob patterns for exclusion """ not_excluded = [] - patterns = [] - # Make all dir separators slashes and drop leading current dir - # for both patterns and (later) for files. - for pattern in exclude: - pattern = pattern.replace(os.sep, "/") - if pattern.startswith("./"): - patterns.append(pattern[2:]) - else: - patterns.append(pattern) + patterns = {str(PurePath(item)) for item in exclude} + base_path = PurePath(base) for filename in files: - full_file_path = os.path.join(base, filename) - test_filename = full_file_path.replace(os.sep, "/") - if full_file_path.startswith("./"): - test_filename = full_file_path[2:] + test_filename: PurePath = base_path / filename matches = False for pattern in patterns: - if fnmatch.fnmatch(test_filename, pattern): + if fnmatch.fnmatch(str(test_filename), pattern): matches = True break if not matches: @@ -116,16 +117,16 @@ def discover_modules( dirs.remove(testsuite_dir) # do not recurse to testsuite full = os.path.join(root, testsuite_dir) - all_files = os.listdir(full) + files = os.listdir(full) if file_pattern: - files = fnmatch.filter(all_files, file_pattern) + files = fnmatch.filter(files, file_pattern) if file_regexp: - files = [f for f in all_files if re.match(file_regexp, f)] + files = [f for f in files if re.match(file_regexp, f)] if exclude: files = fnmatch_exclude_with_base(files, full, exclude) files = sorted(files) # get test/module name without .py - # extpecting all files to end with .py + # expecting all files to end with .py # this will not work for invoking bat files but it works fine # as long as we handle only Python files (and using Python # interpreter for invoking) @@ -234,4 +235,18 @@ def discover(self, start_dir, pattern="test*.py", top_level_dir=None): if __name__ == "__main__": - GrassTestLoader().discover() + for expression in [r".*\.py$", r".*\.sh$"]: + modules = discover_modules( + start_dir=".", + grass_location="all", + file_regexp=expression, + skip_dirs=GrassTestLoader.skip_dirs, + testsuite_dir=GrassTestLoader.testsuite_dir, + all_locations_value=GrassTestLoader.all_tests_value, + universal_location_value=GrassTestLoader.universal_tests_value, + import_modules=False, + exclude=None, + ) + print("Expression:", expression) + print(len(modules)) + print([module.file_path for module in modules]) diff --git a/python/grass/gunittest/main.py b/python/grass/gunittest/main.py index 03f9d7a18b5..e51d03a6473 100644 --- a/python/grass/gunittest/main.py +++ b/python/grass/gunittest/main.py @@ -152,6 +152,7 @@ def discovery(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -188,6 +189,8 @@ def discovery(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -203,6 +206,7 @@ def discovery(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -259,6 +263,8 @@ def discovery(): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def get_config(start_directory, config_file): """Read configuration if available, return empty section proxy if not @@ -282,6 +288,7 @@ def get_config(start_directory, config_file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -320,6 +327,8 @@ def get_config(start_directory, config_file): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main config_parser = configparser.ConfigParser() if config_file: @@ -348,6 +357,7 @@ def get_config(start_directory, config_file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -373,6 +383,8 @@ def get_config(start_directory, config_file): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) def get_config(start_directory): @@ -421,6 +433,7 @@ def get_config(start_directory): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -594,6 +607,8 @@ def get_config(start_directory): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def main(): @@ -674,6 +689,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -707,6 +723,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -724,6 +742,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -770,6 +789,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return f"GISDBASE (grassdata directory) <{gisdbase}> does not exist\n" if not os.path.exists(os.path.join(gisdbase, location)): @@ -805,6 +826,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -841,6 +863,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -856,6 +880,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -911,6 +936,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main try: config = get_config(start_directory=start_dir, config_file=args.config) @@ -934,6 +961,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -980,6 +1008,9 @@ def main(): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main config = get_config(start_dir) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1000,6 +1031,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1092,6 +1124,10 @@ def main(): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main invoker = GrassTestFilesInvoker( diff --git a/python/grass/gunittest/multireport.py b/python/grass/gunittest/multireport.py index edeb98636ee..c5f36a6e0db 100644 --- a/python/grass/gunittest/multireport.py +++ b/python/grass/gunittest/multireport.py @@ -16,6 +16,7 @@ import datetime import operator from collections import defaultdict, namedtuple +from pathlib import Path from grass.gunittest.checkers import text_to_keyvalue from grass.gunittest.utils import ensure_dir @@ -103,8 +104,7 @@ def median(values): sorted_values = sorted(values) if n % 2 == 0: return (sorted_values[n / 2 - 1] + sorted_values[n / 2]) / 2 - else: - return sorted_values[n / 2] + return sorted_values[n / 2] # this is useful for debugging or some other stat # cmeans = [] @@ -472,7 +472,7 @@ def main(): # skipping incomplete reports # use only results list for further processing continue - summary = text_to_keyvalue(open(summary_file).read(), sep="=") + summary = text_to_keyvalue(Path(summary_file).read_text(), sep="=") if use_timestamps: test_timestamp = datetime.datetime.fromtimestamp( os.path.getmtime(summary_file) @@ -516,147 +516,156 @@ def main(): except KeyError as e: print("File %s does not have right values (%s)" % (report, e.message)) - locations_main_page = open(os.path.join(output, "index.html"), "w") - locations_main_page.write( - "" - "

    Test reports grouped by location type

    " - "" - "" - "" - "" - "" - "" - ) + with open(os.path.join(output, "index.html"), "w") as locations_main_page: + locations_main_page.write( + "" + "

    Test reports grouped by location type

    " + "
    LocationSuccessful filesSuccessful tests
    " + "" + "" + "" + "" + "" + ) - PlotStyle = namedtuple( - "PlotStyle", - ["linestyle", "linewidth", "success_color", "fail_color", "total_color"], - ) - plot_style = PlotStyle( - linestyle="-", linewidth=4.0, success_color="g", fail_color="r", total_color="b" - ) + PlotStyle = namedtuple( + "PlotStyle", + ["linestyle", "linewidth", "success_color", "fail_color", "total_color"], + ) + plot_style = PlotStyle( + linestyle="-", + linewidth=4.0, + success_color="g", + fail_color="r", + total_color="b", + ) - for location_type, results in results_in_locations.items(): - results = sorted(results, key=operator.attrgetter("timestamp")) - # TODO: document: location type must be a valid dir name - directory = os.path.join(output, location_type) - ensure_dir(directory) + for location_type, results in results_in_locations.items(): + results = sorted(results, key=operator.attrgetter("timestamp")) + # TODO: document: location type must be a valid dir name + directory = os.path.join(output, location_type) + ensure_dir(directory) - if location_type == "unknown": - title = "Test reports" - else: - title = "Test reports for <{type}> location type".format( - type=location_type + if location_type == "unknown": + title = "Test reports" + else: + title = "Test reports for <{type}> location type".format( + type=location_type + ) + + x = [date2num(result.timestamp) for result in results] + # the following would be an alternative but it does not work with + # labels and automatic axis limits even after removing another date fun + # x = [result.svn_revision for result in results] + xlabels = [ + result.timestamp.strftime("%Y-%m-%d") + + " (r" + + result.svn_revision + + ")" + for result in results + ] + step = len(x) / 10 + xticks = x[step::step] + xlabels = xlabels[step::step] + tests_successful_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "tests_successful_plot.png"), + style=plot_style, + ) + files_successful_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "files_successful_plot.png"), + style=plot_style, + ) + tests_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "tests_plot.png"), + style=plot_style, + ) + tests_percent_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "tests_percent_plot.png"), + style=plot_style, + ) + files_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "files_plot.png"), + style=plot_style, + ) + files_percent_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "files_percent_plot.png"), + style=plot_style, + ) + info_plot( + x=x, + xticks=xticks, + xlabels=xlabels, + results=results, + filename=os.path.join(directory, "info_plot.png"), + style=plot_style, ) - x = [date2num(result.timestamp) for result in results] - # the following would be an alternative but it does not work with - # labels and automatic axis limits even after removing another date fun - # x = [result.svn_revision for result in results] - xlabels = [ - result.timestamp.strftime("%Y-%m-%d") + " (r" + result.svn_revision + ")" - for result in results - ] - step = len(x) / 10 - xticks = x[step::step] - xlabels = xlabels[step::step] - tests_successful_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "tests_successful_plot.png"), - style=plot_style, - ) - files_successful_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "files_successful_plot.png"), - style=plot_style, - ) - tests_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "tests_plot.png"), - style=plot_style, - ) - tests_percent_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "tests_percent_plot.png"), - style=plot_style, - ) - files_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "files_plot.png"), - style=plot_style, - ) - files_percent_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "files_percent_plot.png"), - style=plot_style, - ) - info_plot( - x=x, - xticks=xticks, - xlabels=xlabels, - results=results, - filename=os.path.join(directory, "info_plot.png"), - style=plot_style, - ) + main_page( + results=results, + filename="index.html", + images=[ + "tests_successful_plot.png", + "files_successful_plot.png", + "tests_plot.png", + "files_plot.png", + "tests_percent_plot.png", + "files_percent_plot.png", + "info_plot.png", + ], + captions=[ + "Success of individual tests in percents", + "Success of test files in percents", + "Successes, failures and number of individual tests", + "Successes, failures and number of test files", + "Successes and failures of individual tests in percent", + "Successes and failures of test files in percents", + "Additional information", + ], + directory=directory, + title=title, + ) - main_page( - results=results, - filename="index.html", - images=[ - "tests_successful_plot.png", - "files_successful_plot.png", - "tests_plot.png", - "files_plot.png", - "tests_percent_plot.png", - "files_percent_plot.png", - "info_plot.png", - ], - captions=[ - "Success of individual tests in percents", - "Success of test files in percents", - "Successes, failures and number of individual tests", - "Successes, failures and number of test files", - "Successes and failures of individual tests in percent", - "Successes and failures of test files in percents", - "Additional information", - ], - directory=directory, - title=title, - ) + files_successes = sum(result.files_successes for result in results) + files_total = sum(result.files_total for result in results) + successes = sum(result.successes for result in results) + total = sum(result.total for result in results) + per_test = success_to_html_percent(total=total, successes=successes) + per_file = success_to_html_percent( + total=files_total, successes=files_successes + ) + locations_main_page.write( + "" + "" + "" + "".format(location=location_type, pfiles=per_file, ptests=per_test) + ) + locations_main_page.write("
    LocationSuccessful filesSuccessful tests
    {location}{pfiles}{ptests}
    ") + locations_main_page.write("") - files_successes = sum(result.files_successes for result in results) - files_total = sum(result.files_total for result in results) - successes = sum(result.successes for result in results) - total = sum(result.total for result in results) - per_test = success_to_html_percent(total=total, successes=successes) - per_file = success_to_html_percent(total=files_total, successes=files_successes) - locations_main_page.write( - "" - "{location}" - "{pfiles}{ptests}" - "".format(location=location_type, pfiles=per_file, ptests=per_test) - ) - locations_main_page.write("") - locations_main_page.write("") - locations_main_page.close() return 0 diff --git a/python/grass/gunittest/multirunner.py b/python/grass/gunittest/multirunner.py index f5287af3cbb..7ed903a9d6a 100644 --- a/python/grass/gunittest/multirunner.py +++ b/python/grass/gunittest/multirunner.py @@ -30,15 +30,13 @@ def _get_encoding(): def decode(bytes_, encoding=None): if isinstance(bytes_, bytes): return bytes_.decode(_get_encoding()) - else: - return bytes_ + return bytes_ def encode(string, encoding=None): if isinstance(string, str): return string.encode(_get_encoding()) - else: - return string + return string def text_to_string(text): @@ -128,6 +126,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -229,6 +228,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main grass_executable = args.grassbin @@ -250,6 +251,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -277,6 +279,8 @@ def main(): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # grass8bin = 'C:\Program Files (x86)\GRASS GIS 8.0.git\grass.bat' grass8bin = args.grassbin # TODO: can be used if pressent @@ -292,6 +296,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -311,6 +316,8 @@ def main(): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # grass8bin = 'C:\Program Files (x86)\GRASS GIS 8.0.git\grass.bat' grass8bin = args.grassbin # TODO: can be used if pressent @@ -325,6 +332,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -348,6 +356,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # query GRASS GIS 8 itself for its GISBASE # we assume that GRASS GIS' start script is available and in the PATH @@ -364,6 +374,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -383,6 +394,8 @@ def main(): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -395,6 +408,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -412,6 +426,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main grass_executable = args.grassbin @@ -430,6 +446,9 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -470,6 +489,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -536,6 +556,8 @@ def main(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main p = subprocess.Popen( startcmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE @@ -565,6 +587,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -631,6 +654,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)) @@ -652,6 +679,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)) @@ -766,6 +794,11 @@ def main(): ======= "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main file=sys.stderr, ) diff --git a/python/grass/gunittest/reporters.py b/python/grass/gunittest/reporters.py index f440883e369..f6f97fb8e07 100644 --- a/python/grass/gunittest/reporters.py +++ b/python/grass/gunittest/reporters.py @@ -51,12 +51,9 @@ def replace_in_file(file_path, pattern, repl): """ # using tmp file to store the replaced content tmp_file_path = file_path + ".tmp" - old_file = open(file_path, "r") - new_file = open(tmp_file_path, "w") - for line in old_file: - new_file.write(re.sub(pattern=pattern, string=line, repl=repl)) - new_file.close() - old_file.close() + with open(file_path) as old_file, open(tmp_file_path, "w") as new_file: + for line in old_file: + new_file.write(re.sub(pattern=pattern, string=line, repl=repl)) # remove old file since it must not exist for rename/move os.remove(file_path) # replace old file by new file @@ -113,8 +110,7 @@ def get_source_url(path, revision, line=None): tracurl = "http://trac.osgeo.org/grass/browser/" if line: return "{tracurl}{path}?rev={revision}#L{line}".format(**locals()) - else: - return "{tracurl}{path}?rev={revision}".format(**locals()) + return "{tracurl}{path}?rev={revision}".format(**locals()) def html_escape(text): @@ -153,8 +149,7 @@ def to_web_path(path): """ if os.path.sep != "/": return path.replace(os.path.sep, "/") - else: - return path + return path def get_svn_revision(): @@ -172,14 +167,12 @@ def get_svn_revision(): rc = p.poll() if not rc: stdout = stdout.strip() - if stdout.endswith("M"): - stdout = stdout[:-1] + stdout = stdout.removesuffix("M") if ":" in stdout: # the first one is the one of source code stdout = stdout.split(":")[0] return stdout - else: - return None + return None def get_svn_info(): @@ -211,8 +204,7 @@ def get_svn_info(): if relurl is not None: relurl = relurl.text # relative path has ^ at the beginning in SVN version 1.8.8 - if relurl.startswith("^"): - relurl = relurl[1:] + relurl = relurl.removeprefix("^") else: # SVN version 1.8.8 supports relative-url but older do not # so, get relative part from absolute URL @@ -441,9 +433,9 @@ def end_file_test(self, returncode, **kwargs): def percent_to_html(percent): if percent is None: return 'unknown percentage' - elif percent > 100 or percent < 0: + if percent > 100 or percent < 0: return "? {:.2f}% ?".format(percent) - elif percent < 40: + if percent < 40: color = "red" elif percent < 70: color = "orange" @@ -457,13 +449,11 @@ def percent_to_html(percent): def wrap_stdstream_to_html(infile, outfile, module, stream): before = "

    %s

    " % (module.name + " " + stream)
         after = "
    " - html = open(outfile, "w") - html.write(before) - with open(infile) as text: + with open(outfile, "w") as html, open(infile) as text: + html.write(before) for line in text: html.write(color_error_line(html_escape(line))) - html.write(after) - html.close() + html.write(after) def html_file_preview(filename): @@ -484,7 +474,7 @@ def html_file_preview(filename): elif size < 10 * max_size: def tail(filename, n): - return collections.deque(open(filename), n) + return collections.deque(open(filename), n) # noqa: SIM115 html.write("... (lines omitted)\n") for line in tail(filename, 50): @@ -502,9 +492,8 @@ def returncode_to_html_text(returncode, timed_out=None): else: extra = "" return f'FAILED{extra}' - else: - # alternatives: SUCCEEDED, passed, OK - return 'succeeded' + # alternatives: SUCCEEDED, passed, OK + return 'succeeded' # not used @@ -514,31 +503,28 @@ def returncode_to_html_sentence(returncode): '' " Test failed (return code %d)" % (returncode) ) - else: - return ( - '' - " Test succeeded (return code %d)" % (returncode) - ) + return ( + '' + " Test succeeded (return code %d)" % (returncode) + ) def returncode_to_success_html_par(returncode): if returncode: return '

    Test failed

    ' - else: - return '

    Test succeeded

    ' + return '

    Test succeeded

    ' def success_to_html_text(total, successes): if successes < total: return 'FAILED' - elif successes == total: + if successes == total: # alternatives: SUCCEEDED, passed, OK return 'succeeded' - else: - return ( - '' - "? more successes than total ?" - ) + return ( + '' + "? more successes than total ?" + ) UNKNOWN_NUMBER_HTML = 'unknown' @@ -566,7 +552,8 @@ def start(self, results_dir): super().start(results_dir) # having all variables public although not really part of API main_page_name = os.path.join(results_dir, self._main_page_name) - self.main_index = open(main_page_name, "w") + # TODO: Ensure file is closed in all situations + self.main_index = open(main_page_name, "w") # noqa: SIM115 # TODO: this can be moved to the counter class self.failures = 0 @@ -633,8 +620,7 @@ def finish(self): def format_percentage(percentage): if percentage is not None: return "{nsper:.0f}%".format(nsper=percentage) - else: - return "unknown percentage" + return "unknown percentage" summary_sentence = ( "\nExecuted {nfiles} test files in {time:}." @@ -678,6 +664,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD super(GrassTestFilesHtmlReporter, self).end_file_test( ======= @@ -716,6 +703,8 @@ def end_file_test( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main super().end_file_test( ======= @@ -733,6 +722,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= super(GrassTestFilesHtmlReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -805,6 +795,11 @@ def end_file_test( ======= super(GrassTestFilesHtmlReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + super(GrassTestFilesHtmlReporter, self).end_file_test( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main module=module, cwd=cwd, @@ -876,8 +871,7 @@ def end_file_test( ) file_index_path = os.path.join(cwd, "index.html") - file_index = open(file_index_path, "w") - file_index.write( + header = ( '' "

    {m.name}

    " "

    {m.tested_dir} – {m.name}

    " @@ -916,7 +910,6 @@ def end_file_test( dur=self.file_time, ) ) - file_index.write(summary_section) modules = test_summary.get("tested_modules", None) if modules: @@ -925,12 +918,6 @@ def end_file_test( # alternatively a link to module test summary if type(modules) is not list: modules = [modules] - file_index.write( - "Tested modules{0}".format( - ", ".join(sorted(set(modules))) - ) - ) - file_index.write("") # here we would have also links to coverage, profiling, ... # '
  • code coverage
  • ' @@ -940,7 +927,6 @@ def end_file_test( '
  • standard output (stdout)
  • ' '
  • standard error output (stderr)
  • ' ) - file_index.write(files_section) supplementary_files = test_summary.get("supplementary_files", None) if supplementary_files: @@ -952,17 +938,31 @@ def end_file_test( # moreover something can be shared with other explicitly # using constructors as seems advantageous for counting self._file_anonymizer.anonymize(supplementary_files) - for f in supplementary_files: - file_index.write('
  • {f}
  • '.format(f=f)) - file_index.write("") + with open(file_index_path, "w") as file_index: + file_index.write(header) + file_index.write(summary_section) + if modules: + file_index.write( + "Tested modules{0}".format( + ", ".join(sorted(set(modules))) + ) + ) + file_index.write("") - if returncode: - file_index.write("

    Standard error output (stderr)

    ") - file_index.write(html_file_preview(stderr)) + file_index.write(files_section) - file_index.write("") - file_index.close() + if supplementary_files: + for f in supplementary_files: + file_index.write('
  • {f}
  • '.format(f=f)) + + file_index.write("") + + if returncode: + file_index.write("

    Standard error output (stderr)

    ") + file_index.write(html_file_preview(stderr)) + + file_index.write("") if returncode: pass @@ -1069,6 +1069,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD super(GrassTestFilesKeyValueReporter, self).end_file_test( ======= @@ -1107,6 +1108,8 @@ def end_file_test( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main super().end_file_test( ======= @@ -1124,6 +1127,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= super(GrassTestFilesKeyValueReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1196,6 +1200,11 @@ def end_file_test( ======= super(GrassTestFilesKeyValueReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + super(GrassTestFilesKeyValueReporter, self).end_file_test( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main module=module, cwd=cwd, @@ -1268,8 +1277,7 @@ def finish(self): def format_percentage(percentage): if percentage is not None: return "{nsper:.0f}%".format(nsper=percentage) - else: - return "unknown percentage" + return "unknown percentage" summary_sentence = ( "\nExecuted {nfiles} test files in {time:}." @@ -1306,6 +1314,7 @@ def start_file_test(self, module): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1386,6 +1395,11 @@ def start_file_test(self, module): >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1408,6 +1422,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD super(GrassTestFilesTextReporter, self).end_file_test( ======= @@ -1446,6 +1461,8 @@ def end_file_test( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main super().end_file_test( ======= @@ -1463,6 +1480,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= super(GrassTestFilesTextReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1535,6 +1553,11 @@ def end_file_test( ======= super(GrassTestFilesTextReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + super(GrassTestFilesTextReporter, self).end_file_test( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main module=module, cwd=cwd, @@ -1573,6 +1596,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1625,6 +1649,8 @@ def end_file_test( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self._stream.write(f"FAILED {module.file_path}") if timed_out: @@ -1646,6 +1672,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1672,6 +1699,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)) @@ -1690,6 +1719,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1714,6 +1744,8 @@ def end_file_test( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= self._stream.write(f"FAILED {module.file_path}") if timed_out: @@ -1731,6 +1763,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1755,6 +1788,8 @@ def end_file_test( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= self._stream.write(f"FAILED {module.file_path}") if timed_out: @@ -1772,6 +1807,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1827,6 +1863,8 @@ def end_file_test( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main num_failed = test_summary.get("failures", 0) num_failed += test_summary.get("errors", 0) @@ -1891,7 +1929,7 @@ def report_for_dir(self, root, directory, test_files): os.path.join(root, directory) ) == os.path.abspath(root): page_name = os.path.join(root, self.top_level_testsuite_page_name) - page = open(page_name, "w") + # TODO: should we use forward slashes also for the HTML because # it is simpler are more consistent with the rest on MS Windows? head = "

    {name} testsuite results

    ".format(name=directory) @@ -1904,106 +1942,108 @@ def report_for_dir(self, root, directory, test_files): "FailedPercent successful" "" ) - page.write(head) - page.write(tests_table_head) - for test_file_name in test_files: - # TODO: put keyvalue fine name to constant - summary_filename = os.path.join( - root, directory, test_file_name, "test_keyvalue_result.txt" - ) - # if os.path.exists(summary_filename): - summary = text_to_keyvalue(Path(summary_filename).read_text(), sep="=") - # else: - # TODO: write else here - # summary = None - - if "total" not in summary: - bad_ones = successes = UNKNOWN_NUMBER_HTML - total = None - else: - bad_ones = summary["failures"] + summary["errors"] - successes = summary["successes"] - total = summary["total"] - - self.failures += summary["failures"] - self.errors += summary["errors"] - self.skipped += summary["skipped"] - self.successes += summary["successes"] - self.expected_failures += summary["expected_failures"] - self.unexpected_successes += summary["unexpected_successes"] - self.total += summary["total"] - - dir_failures += summary["failures"] - dir_errors += summary["failures"] - dir_skipped += summary["skipped"] - dir_successes += summary["successes"] - dir_expected_failures += summary["expected_failures"] - dir_unexpected_success += summary["unexpected_successes"] - dir_total += summary["total"] - - # TODO: keyvalue method should have types for keys function - # perhaps just the current post processing function is enough - test_file_authors = summary.get("test_file_authors") - if not test_file_authors: - test_file_authors = [] - if type(test_file_authors) is not list: - test_file_authors = [test_file_authors] - test_files_authors.extend(test_file_authors) - - file_total += 1 - # Use non-zero return code in case it is missing. - # (This can happen when the test has timed out.) - return_code = summary.get("returncode", 1) - file_successes += 0 if return_code else 1 + with open(page_name, "w") as page: + page.write(head) + page.write(tests_table_head) + for test_file_name in test_files: + # TODO: put keyvalue fine name to constant + summary_filename = os.path.join( + root, directory, test_file_name, "test_keyvalue_result.txt" + ) + # if os.path.exists(summary_filename): + summary = text_to_keyvalue(Path(summary_filename).read_text(), sep="=") + # else: + # TODO: write else here + # summary = None + + if "total" not in summary: + bad_ones = successes = UNKNOWN_NUMBER_HTML + total = None + else: + bad_ones = summary["failures"] + summary["errors"] + successes = summary["successes"] + total = summary["total"] + + self.failures += summary["failures"] + self.errors += summary["errors"] + self.skipped += summary["skipped"] + self.successes += summary["successes"] + self.expected_failures += summary["expected_failures"] + self.unexpected_successes += summary["unexpected_successes"] + self.total += summary["total"] + + dir_failures += summary["failures"] + dir_errors += summary["failures"] + dir_skipped += summary["skipped"] + dir_successes += summary["successes"] + dir_expected_failures += summary["expected_failures"] + dir_unexpected_success += summary["unexpected_successes"] + dir_total += summary["total"] + + # TODO: keyvalue method should have types for keys function + # perhaps just the current post processing function is enough + test_file_authors = summary.get("test_file_authors") + if not test_file_authors: + test_file_authors = [] + if type(test_file_authors) is not list: + test_file_authors = [test_file_authors] + test_files_authors.extend(test_file_authors) + + file_total += 1 + # Use non-zero return code in case it is missing. + # (This can happen when the test has timed out.) + return_code = summary.get("returncode", 1) + file_successes += 0 if return_code else 1 + + pass_per = success_to_html_percent(total=total, successes=successes) + row = ( + "" + '{f}' + "{status}" + "{ntests}{stests}" + "{ftests}{ptests}" + "".format( + f=test_file_name, + status=returncode_to_html_text(return_code), + stests=successes, + ftests=bad_ones, + ntests=total, + ptests=pass_per, + ) + ) + page.write(row) - pass_per = success_to_html_percent(total=total, successes=successes) - row = ( - "" - '{f}' + self.testsuites += 1 + self.testsuites_successes += 1 if file_successes == file_total else 0 + self.files += file_total + self.files_successes += file_successes + + dir_pass_per = success_to_html_percent( + total=dir_total, successes=dir_successes + ) + file_pass_per = success_to_html_percent( + total=file_total, successes=file_successes + ) + tests_table_foot = ( + "" + "Summary" "{status}" "{ntests}{stests}" "{ftests}{ptests}" - "".format( - f=test_file_name, - status=returncode_to_html_text(return_code), - stests=successes, - ftests=bad_ones, - ntests=total, - ptests=pass_per, + "".format( + status=file_pass_per, + stests=dir_successes, + ftests=dir_failures + dir_errors, + ntests=dir_total, + ptests=dir_pass_per, ) ) - page.write(row) - - self.testsuites += 1 - self.testsuites_successes += 1 if file_successes == file_total else 0 - self.files += file_total - self.files_successes += file_successes - - dir_pass_per = success_to_html_percent(total=dir_total, successes=dir_successes) - file_pass_per = success_to_html_percent( - total=file_total, successes=file_successes - ) - tests_table_foot = ( - "" - "Summary" - "{status}" - "{ntests}{stests}" - "{ftests}{ptests}" - "".format( - status=file_pass_per, - stests=dir_successes, - ftests=dir_failures + dir_errors, - ntests=dir_total, - ptests=dir_pass_per, + page.write(tests_table_foot) + test_authors = get_html_test_authors_table( + directory=directory, tests_authors=test_files_authors ) - ) - page.write(tests_table_foot) - test_authors = get_html_test_authors_table( - directory=directory, tests_authors=test_files_authors - ) - page.write(test_authors) - page.write("") - page.close() + page.write(test_authors) + page.write("") status = success_to_html_text(total=file_total, successes=file_successes) return ( @@ -2031,7 +2071,6 @@ def report_for_dirs(self, root, directories): # absolute/relative paths page_name = os.path.join(root, self.main_page_name) - page = open(page_name, "w") head = "

    Testsuites results

    " tests_table_head = ( "" @@ -2044,14 +2083,6 @@ def report_for_dirs(self, root, directories): "" "" ) - page.write(head) - page.write(tests_table_head) - - for directory, test_files in directories.items(): - row = self.report_for_dir( - root=root, directory=directory, test_files=test_files - ) - page.write(row) pass_per = success_to_html_percent(total=self.total, successes=self.successes) file_pass_per = success_to_html_percent( @@ -2079,5 +2110,16 @@ def report_for_dirs(self, root, directories): ptests=pass_per, ) ) - page.write(tests_table_foot) - page.write("") + + with open(page_name, "w") as page: + page.write(head) + page.write(tests_table_head) + + for directory, test_files in directories.items(): + row = self.report_for_dir( + root=root, directory=directory, test_files=test_files + ) + page.write(row) + + page.write(tests_table_foot) + page.write("") diff --git a/python/grass/gunittest/runner.py b/python/grass/gunittest/runner.py index b99c6704c89..0bbd0f361b9 100644 --- a/python/grass/gunittest/runner.py +++ b/python/grass/gunittest/runner.py @@ -83,8 +83,7 @@ def getDescription(self, test): doc_first_line = test.shortDescription() if self.descriptions and doc_first_line: return "\n".join((str(test), doc_first_line)) - else: - return str(test) + return str(test) def startTest(self, test): super().startTest(test) diff --git a/python/grass/gunittest/testsuite/test_assertions.py b/python/grass/gunittest/testsuite/test_assertions.py index 3af538132f3..ed27c0e54fb 100644 --- a/python/grass/gunittest/testsuite/test_assertions.py +++ b/python/grass/gunittest/testsuite/test_assertions.py @@ -11,6 +11,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test from grass.gunittest.gmodules import SimpleModule +from grass.gunittest.utils import xfail_windows class TestTextAssertions(TestCase): @@ -34,6 +35,7 @@ def test_assertLooksLike(self): def test_assertLooksLike_multiline(self): self.assertLooksLike("a=123\nb=456\nc=789", "a=...\nb=...\nc=...") + @xfail_windows def test_assertLooksLike_multiline_platform_dependent(self): self.assertLooksLike( "a=123\nb=456\nc=789", "a=...{nl}b=...{nl}c=...".format(nl=os.linesep) @@ -384,6 +386,7 @@ def test_assertFileExists_empty_file(self): self.failureException, self.assertFileExists, filename=self.emtpy_file ) + @xfail_windows def test_assertFileMd5(self): self.assertFileMd5(filename=self.file_with_md5, md5=self.file_md5) self.assertRaises( diff --git a/python/grass/gunittest/testsuite/test_assertions_vect.py b/python/grass/gunittest/testsuite/test_assertions_vect.py index 8b3288ad2ca..0a73580ba58 100644 --- a/python/grass/gunittest/testsuite/test_assertions_vect.py +++ b/python/grass/gunittest/testsuite/test_assertions_vect.py @@ -5,6 +5,7 @@ from grass.exceptions import CalledModuleError from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows V_UNIVAR_SCHOOLS_WIDTH_SUBSET = """n=144 @@ -281,6 +282,7 @@ def test_assertVectorAsciiEqualsVectorAscii_diff_content(self): self.assertFileExists(self.simple_base_file) self.assertFileExists(self.simple_modified_file) + @xfail_windows def test_assertVectorEqualsAscii_by_import(self): amap = "simple_vector_map_imported_base" self.runModule( diff --git a/python/grass/gunittest/testsuite/test_checkers.py b/python/grass/gunittest/testsuite/test_checkers.py index d35ffcb19d8..b11b25778a3 100644 --- a/python/grass/gunittest/testsuite/test_checkers.py +++ b/python/grass/gunittest/testsuite/test_checkers.py @@ -24,6 +24,7 @@ file_md5, text_file_md5, ) +from grass.gunittest.utils import xfail_windows class TestValuesEqual(TestCase): @@ -386,6 +387,7 @@ def tearDownClass(cls): try_remove(cls.correct_file_name_unix_nl) try_remove(cls.wrong_file_name) + @xfail_windows def test_text_file_binary(self): r"""File with ``\n`` (LF) newlines as binary (MD5 has ``\n``).""" self.assertEqual( diff --git a/python/grass/gunittest/utils.py b/python/grass/gunittest/utils.py index c1afea3d5ad..5313dbb9bc8 100644 --- a/python/grass/gunittest/utils.py +++ b/python/grass/gunittest/utils.py @@ -14,6 +14,8 @@ from pathlib import Path import shutil import sys +from unittest import expectedFailure +import warnings def ensure_dir(directory): @@ -80,3 +82,17 @@ def safe_repr(obj, short=False): if not short or len(result) < _MAX_LENGTH: return result return result[:_MAX_LENGTH] + " [truncated]..." + + +def xfail_windows(test_item): + """Marks a test as an expected failure or error only on Windows + Equivalent to applying @unittest.expectedFailure only when running + on Windows. + """ + if not sys.platform.startswith("win"): + return lambda func: func + warnings.warn( + "Once the test is fixed and passing, remove the @xfail_windows decorator", + stacklevel=2, + ) + return expectedFailure(test_item) diff --git a/python/grass/imaging/images2avi.py b/python/grass/imaging/images2avi.py index f0b1904823d..1b0d9d8cd20 100644 --- a/python/grass/imaging/images2avi.py +++ b/python/grass/imaging/images2avi.py @@ -137,11 +137,10 @@ def writeAvi( + "\n" + _("Could not write avi.") ) - else: - # An error occurred, show - print(gs.decode(outPut)) - print(gs.decode(S.stderr.read())) - raise RuntimeError(_("Could not write avi.")) + # An error occurred, show + print(gs.decode(outPut)) + print(gs.decode(S.stderr.read())) + raise RuntimeError(_("Could not write avi.")) else: try: # Copy avi @@ -151,8 +150,7 @@ def writeAvi( _cleanDir(tempDir) if bg_task: return str(err) - else: - raise + raise # Clean up _cleanDir(tempDir) diff --git a/python/grass/imaging/images2gif.py b/python/grass/imaging/images2gif.py index 746dbf93b9b..40b0e5ffa12 100644 --- a/python/grass/imaging/images2gif.py +++ b/python/grass/imaging/images2gif.py @@ -229,6 +229,7 @@ def getAppExt(self, loops=float("inf")): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -290,6 +291,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 @@ -312,6 +317,7 @@ def getAppExt(self, loops=float("inf")): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -397,6 +403,8 @@ def getAppExt(self, loops=float("inf")): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # bb = "" # application extension should not be used @@ -455,7 +463,7 @@ def handleSubRectangles(self, images, subRectangles): xy = (0, 0) if hasattr(xy, "__len__"): if len(xy) == len(images): - xy = [xxyy for xxyy in xy] + xy = list(xy) else: raise ValueError("len(xy) doesn't match amount of images.") else: @@ -784,7 +792,7 @@ def writeGifVisvis( # Check duration if hasattr(duration, "__len__"): if len(duration) == len(images): - duration = [d for d in duration] + duration = list(duration) else: raise ValueError("len(duration) doesn't match amount of images.") else: @@ -849,6 +857,7 @@ def readGif(filename, asNumpy=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD raise IOError("File not found: " + str(filename)) ======= @@ -887,6 +896,8 @@ def readGif(filename, asNumpy=True): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main raise OSError("File not found: " + str(filename)) ======= @@ -904,6 +915,7 @@ def readGif(filename, asNumpy=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= raise IOError("File not found: " + str(filename)) >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -976,6 +988,11 @@ def readGif(filename, asNumpy=True): ======= raise IOError("File not found: " + str(filename)) >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= + raise IOError("File not found: " + str(filename)) +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main # Load file using PIL @@ -1391,9 +1408,8 @@ def quantize(self, image): """ if get_cKDTree(): return self.quantize_with_scipy(image) - else: - print("Scipy not available, falling back to slower version.") - return self.quantize_without_scipy(image) + print("Scipy not available, falling back to slower version.") + return self.quantize_without_scipy(image) def quantize_with_scipy(self, image): w, h = image.size diff --git a/python/grass/imaging/images2ims.py b/python/grass/imaging/images2ims.py index 31088a22f2e..a5cee9b49de 100644 --- a/python/grass/imaging/images2ims.py +++ b/python/grass/imaging/images2ims.py @@ -31,6 +31,7 @@ """ import os +from operator import itemgetter try: import numpy as np @@ -92,8 +93,7 @@ def checkImages(images): def _getFilenameParts(filename): if "*" in filename: return tuple(filename.split("*", 1)) - else: - return os.path.splitext(filename) + return os.path.splitext(filename) def _getFilenameWithFormatter(filename, N): @@ -214,7 +214,7 @@ def readIms(filename, asNumpy=True): images.append((im.copy(), nr)) # Sort images - images.sort(key=lambda x: x[1]) + images.sort(key=itemgetter(1)) images = [im[0] for im in images] # Convert to numpy if needed diff --git a/python/grass/imaging/images2swf.py b/python/grass/imaging/images2swf.py index 0a08ed9d46d..7d6f5a25f9b 100644 --- a/python/grass/imaging/images2swf.py +++ b/python/grass/imaging/images2swf.py @@ -392,7 +392,7 @@ def __init__(self): def ProcessTag(self): """Implement this to create the tag.""" - raise NotImplementedError() + raise NotImplementedError def GetTag(self): """Calls processTag and attaches the header.""" @@ -796,7 +796,7 @@ def writeSwf(filename, images, duration=0.1, repeat=True): # Check duration if hasattr(duration, "__len__"): if len(duration) == len(images2): - duration = [d for d in duration] + duration = list(duration) else: raise ValueError("len(duration) doesn't match amount of images.") else: diff --git a/python/grass/jupyter/Makefile b/python/grass/jupyter/Makefile index 4883cdb3908..8533b16318f 100644 --- a/python/grass/jupyter/Makefile +++ b/python/grass/jupyter/Makefile @@ -30,6 +30,7 @@ DSTDIR = $(ETC)/python/grass/jupyter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -121,6 +122,10 @@ DSTDIR = $(ETC)/python/grass/jupyter ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main MODULES = \ setup \ map \ @@ -140,6 +145,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -179,6 +185,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main seriesmap \ reprojection_renderer \ @@ -193,6 +201,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -301,6 +310,13 @@ MODULES = \ timeseriesmap ======= >>>>>>> osgeo-main +======= + timeseriesmap \ + baseseriesmap +======= + timeseriesmap +======= +>>>>>>> osgeo-main MODULES = setup >>>>>>> 584e61d06d (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) <<<<<<< HEAD @@ -314,6 +330,7 @@ MODULES = setup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4625684fca (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= ======= @@ -339,6 +356,8 @@ MODULES = setup ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= MODULES = setup >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) @@ -349,6 +368,7 @@ MODULES = setup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> dc994d1258 (Add session initiations functions for Jupyter Notebooks (#1629)) <<<<<<< HEAD <<<<<<< HEAD @@ -383,6 +403,9 @@ MODULES = setup >>>>>>> dc994d1258 (Add session initiations functions for Jupyter Notebooks (#1629)) >>>>>>> osgeo-main ======= +>>>>>>> dc994d1258 (Add session initiations functions for Jupyter Notebooks (#1629)) +>>>>>>> osgeo-main +======= ======= MODULES = setup display >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -392,6 +415,7 @@ MODULES = setup display <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD <<<<<<< HEAD @@ -421,6 +445,9 @@ MODULES = setup display >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main ======= +>>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main +======= ======= MODULES = \ setup \ @@ -440,6 +467,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -459,6 +487,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= interact_display \ utils @@ -474,6 +504,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= ======= @@ -493,6 +524,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= map \ interactivemap \ @@ -513,6 +546,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -532,6 +566,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= reprojection_renderer \ utils \ @@ -546,6 +582,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -704,6 +741,8 @@ MODULES = \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 5bfae3b12fe..aa9836a0f27 100644 --- a/python/grass/jupyter/__init__.py +++ b/python/grass/jupyter/__init__.py @@ -20,6 +20,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -56,6 +57,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -71,6 +74,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127,6 +131,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # MODULE: grass.jupyter # # AUTHOR(S): Caitlin Haedrich @@ -194,6 +200,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -231,6 +238,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main .. note:: Contrary to typical command line / GUI module usage, grass.jupyter enables output overwrite by default to align with behaviour of other @@ -253,6 +262,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -314,6 +324,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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:: @@ -382,6 +396,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -419,6 +434,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from .seriesmap import SeriesMap ======= from .setup import * @@ -440,6 +457,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -472,6 +490,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 584e61d06d (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= from .setup import * @@ -489,6 +509,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -508,6 +529,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= from .interact_display import * >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -531,6 +554,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -652,3 +676,7 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/jupyter/baseseriesmap.py b/python/grass/jupyter/baseseriesmap.py index 634e172f3c5..4497b16593d 100644 --- a/python/grass/jupyter/baseseriesmap.py +++ b/python/grass/jupyter/baseseriesmap.py @@ -25,7 +25,7 @@ import grass.script as gs from .map import Map -from .utils import get_number_of_cores +from .utils import get_number_of_cores, save_gif class BaseSeriesMap: @@ -210,3 +210,49 @@ def change_image(index): width="100%", display="inline-flex", flex_flow="row wrap" ) return widgets.HBox([play, slider, out_img], layout=layout) + + def save( + self, + filename, + duration=500, + label=True, + font=None, + text_size=12, + text_color="gray", + ): + """ + Creates a GIF animation of rendered layers. + + Text color must be in a format accepted by PIL ImageColor module. For supported + formats, visit: + https://pillow.readthedocs.io/en/stable/reference/ImageColor.html#color-names + + param str filename: name of output GIF file + param int duration: time to display each frame; milliseconds + param bool label: include label on each frame + param str font: font file + param int text_size: size of label text + param str text_color: color to use for the text. + """ + + # Render images if they have not been already + if not self._layers_rendered: + self.render() + + input_files = [] + for index in self._indices: + input_files.append(self._base_filename_dict[index]) + + save_gif( + input_files, + filename, + duration=duration, + label=label, + labels=self._labels, + font=font, + text_size=text_size, + text_color=text_color, + ) + + # Display the GIF + return filename diff --git a/python/grass/jupyter/display.py b/python/grass/jupyter/display.py index 7e1bf52f54a..02fd66e6ef6 100644 --- a/python/grass/jupyter/display.py +++ b/python/grass/jupyter/display.py @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import shutil ======= <<<<<<< HEAD @@ -50,6 +51,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from pathlib import Path ======= import shutil @@ -68,6 +71,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -157,6 +161,9 @@ ======= import tempfile >>>>>>> osgeo-main +======= +import tempfile +>>>>>>> osgeo-main import grass.script as gs @@ -174,6 +181,7 @@ class GrassRenderer: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -229,6 +237,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.""" @@ -252,6 +264,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD """Initiates an instance of the GrassRenderer class.""" @@ -362,6 +375,11 @@ def __init__( """Initiates an instance of the GrassRenderer class.""" ======= +>>>>>>> osgeo-main +======= + """Initiates an instance of the GrassRenderer class.""" +======= + >>>>>>> osgeo-main """Creates an instance of the GrassRenderer class. @@ -383,6 +401,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> d7075af684 (r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768)) ======= >>>>>>> osgeo-main @@ -451,6 +470,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if env: self._env = env.copy() @@ -469,6 +490,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -486,6 +508,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Environment Settings self._env["GRASS_RENDER_WIDTH"] = str(width) @@ -500,6 +524,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self._env["GRASS_RENDER_TEXT_SIZE"] = str(text_size) self._env["GRASS_RENDER_IMMEDIATE"] = renderer @@ -563,6 +588,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self._env["GRASS_TEXT_SIZE"] = str(text_size) self._env["GRASS_RENDER_IMMEDIATE"] = "cairo" @@ -599,6 +626,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= @@ -715,6 +743,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def run(self, module, **kwargs): """Run modules from "d." GRASS library""" @@ -737,6 +767,7 @@ def run(self, module, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -784,6 +815,8 @@ def show(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def show(self): <<<<<<< HEAD @@ -803,6 +836,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -864,5 +898,7 @@ def show(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return Image(self._filename) diff --git a/python/grass/jupyter/interact_display.py b/python/grass/jupyter/interact_display.py index e53866ab19f..310e049dd80 100644 --- a/python/grass/jupyter/interact_display.py +++ b/python/grass/jupyter/interact_display.py @@ -19,6 +19,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -37,6 +38,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS # for details. @@ -56,6 +59,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75,6 +79,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import grass.script as gs from .display import GrassRenderer from .utils import ( @@ -115,6 +121,7 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # This program is free software under the GNU Gernal Public # License (>=v2). Read teh file COPYING that comes with GRASS @@ -300,6 +307,8 @@ def __init__(self, width=400, height=400): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Store height and width @@ -318,6 +327,7 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= @@ -341,6 +351,8 @@ def __init__(self, width=400, height=400): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self._tmp_dir = tempfile.TemporaryDirectory() @@ -363,6 +375,7 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -381,6 +394,8 @@ def __init__(self, width=400, height=400): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ) self.rcfile_wgs84, self._wgs84_env = setup_location( @@ -401,6 +416,7 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -489,6 +505,8 @@ def __init__(self, width=400, height=400): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main width=self.width, height=self.height, @@ -508,6 +526,7 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -525,6 +544,8 @@ def __init__(self, width=400, height=400): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Set LayerControl default self.layer_control = False @@ -554,6 +575,7 @@ def clean_up(paths): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Create LayerControl default ======= @@ -684,6 +706,8 @@ def _folium_bounding_box(self, extent): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def add_vector(self, name): @@ -701,6 +725,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 @@ -772,6 +797,11 @@ def add_vector(self, name): positional-only parameter """ >>>>>>> osgeo-main +======= + :param str name: name of vector to be added to map; + positional-only parameter + """ +>>>>>>> osgeo-main ======= :param str name: name of vector to be added to map; positional-only parameter @@ -795,6 +825,7 @@ def add_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -812,6 +843,8 @@ def add_vector(self, name): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mapset = file_info["mapset"] new_name = full_name.replace("@", "_") @@ -924,6 +957,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= mapset = file_info["mapset"] @@ -1274,6 +1308,8 @@ def show(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main overlayed on a basemap. @@ -1294,6 +1330,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fig = self._folium.Figure(width=self.width, height=self.height) ======= @@ -1337,6 +1374,9 @@ def show(self): ======= fig = self._folium.Figure(width=self.width, height=self.height) >>>>>>> osgeo-main +======= + fig = self._folium.Figure(width=self.width, height=self.height) +>>>>>>> osgeo-main ======= fig = self._folium.Figure(width=self.width, height=self.height) >>>>>>> osgeo-main @@ -1356,6 +1396,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= @@ -1379,6 +1420,8 @@ def show(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def save(self, filename): @@ -1397,6 +1440,7 @@ def save(self, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1430,3 +1474,5 @@ def save(self, filename): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/python/grass/jupyter/interactivemap.py b/python/grass/jupyter/interactivemap.py index 1aa0543a280..208032806ea 100644 --- a/python/grass/jupyter/interactivemap.py +++ b/python/grass/jupyter/interactivemap.py @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -103,6 +104,9 @@ ======= # Anna Petrasova >>>>>>> osgeo-main +======= +# Anna Petrasova +>>>>>>> osgeo-main <<<<<<< HEAD # Riya Saxena <29riyasaxena AT gmail> ======= @@ -116,6 +120,9 @@ >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -140,6 +147,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team ======= <<<<<<< HEAD @@ -178,6 +186,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -194,6 +204,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -267,6 +278,11 @@ # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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 @@ -287,6 +303,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -324,6 +341,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main """Interactive visualizations map with folium or ipyleaflet""" import os import base64 @@ -374,6 +393,7 @@ class Layer: # pylint: disable=too-few-public-methods <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -435,6 +455,10 @@ class Layer: # pylint: disable=too-few-public-methods ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """Interactive visualizations map with folium""" from .reprojection_renderer import ReprojectionRenderer @@ -462,6 +486,7 @@ class Raster: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -542,6 +567,11 @@ class Raster: >>>>>>> 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 """ @@ -571,6 +601,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -607,6 +638,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main param str name: layer name param str title: title of layer to display in layer control legend @@ -630,6 +663,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -690,6 +724,10 @@ def __init__( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -719,6 +757,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -799,6 +838,11 @@ def __init__( >>>>>>> 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 self._title = title if not self._title: @@ -825,6 +869,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -862,6 +907,8 @@ def __init__( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main class Raster(Layer): @@ -902,6 +949,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -962,6 +1010,10 @@ def __init__( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Render overlay # By doing this here instead of in add_to, we avoid rendering @@ -984,6 +1036,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1020,6 +1073,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def add_to(self, interactive_map): """Add raster to map object which is an instance of either @@ -1064,6 +1119,7 @@ class Vector(Layer): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1124,6 +1180,10 @@ class Vector(Layer): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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() @@ -1159,6 +1219,7 @@ class Vector: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1239,6 +1300,11 @@ class Vector: >>>>>>> 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 Basic Usage: @@ -1260,6 +1326,7 @@ class Vector: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1296,6 +1363,8 @@ class Vector: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main >>> m = ipyleaflet.Map() @@ -1315,6 +1384,7 @@ class Vector: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1375,6 +1445,10 @@ class Vector: ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main """ @@ -1402,6 +1476,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1438,6 +1513,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Reproject GRASS vector and export to GeoJSON.""" super().__init__(name, title, use_region, saved_region, renderer, **kwargs) @@ -1454,7 +1531,7 @@ def add_to(self, interactive_map): else: import ipyleaflet # pylint: disable=import-outside-toplevel - with open(self._filename, "r", encoding="utf-8") as file: + with open(self._filename, encoding="utf-8") as file: data = json.load(file) # allow using opacity directly to keep interface # consistent for both backends @@ -1485,6 +1562,7 @@ class InteractiveMap: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1545,6 +1623,10 @@ class InteractiveMap: ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -1598,6 +1680,7 @@ class InteractiveMap: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1678,6 +1761,11 @@ class InteractiveMap: >>>>>>> 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 Basic Usage: @@ -1711,6 +1799,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1747,6 +1836,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main map_backend=None, ): @@ -1772,6 +1863,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1832,6 +1924,10 @@ def __init__( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ): """Creates a blank folium map centered on g.region. @@ -1853,6 +1949,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1933,6 +2030,11 @@ def __init__( >>>>>>> 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 "Stamen Watercolor", "Mapbox Bright", "Mapbox Control Room", "CartoDB positron", "CartoDB dark_matter") as well as custom tileset URL (i.e. @@ -1954,6 +2056,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1990,6 +2093,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main In case of ipyleaflet, only the tileset name and not the URL is currently supported. @@ -2007,6 +2112,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2067,6 +2173,10 @@ def __init__( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Raster and vector data are always reprojected to Pseudo-Mercator. @@ -2100,6 +2210,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2136,6 +2247,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param str map_backend: "ipyleaflet" or "folium" or None """ @@ -2195,6 +2308,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2255,6 +2369,10 @@ def _import_ipyleaflet(error): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main """ import folium # pylint: disable=import-outside-toplevel @@ -2275,6 +2393,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2355,6 +2474,11 @@ def _import_ipyleaflet(error): >>>>>>> 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 # Store height and width @@ -2418,6 +2542,9 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2452,6 +2579,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2512,6 +2640,10 @@ def _import_ipyleaflet(error): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Create Folium Map self.map = self._folium.Map( @@ -2535,6 +2667,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2615,6 +2748,11 @@ def _import_ipyleaflet(error): >>>>>>> 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 # Set LayerControl default self.layer_control_object = None @@ -2640,6 +2778,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD adds to folium map. ======= @@ -2678,6 +2817,8 @@ def add_vector(self, name, title=None, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main adds to map. ======= @@ -2695,6 +2836,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= adds to folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2767,6 +2909,11 @@ def add_vector(self, name, title=None, **kwargs): ======= adds to folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + adds to folium map. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main :param str name: name of vector to be added to map; @@ -2786,6 +2933,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :**kwargs: keyword arguments passed to folium.GeoJson() ======= @@ -2824,6 +2972,8 @@ def add_vector(self, name, title=None, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :**kwargs: keyword arguments passed to GeoJSON overlay ======= @@ -2841,6 +2991,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)) @@ -2913,6 +3064,11 @@ def add_vector(self, name, title=None, **kwargs): ======= :**kwargs: keyword arguments passed to folium.GeoJson() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + :**kwargs: keyword arguments passed to folium.GeoJson() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main """ self.vector_name.append(name) @@ -2934,6 +3090,7 @@ def add_raster(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD exports as png and overlays on folium map. ======= @@ -2972,6 +3129,8 @@ def add_raster(self, name, title=None, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main exports as png and overlays on a map. ======= @@ -2989,6 +3148,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)) @@ -3061,6 +3221,11 @@ def add_raster(self, name, title=None, **kwargs): ======= exports as png and overlays on folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 @@ -3087,6 +3252,7 @@ def add_raster(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() ======= @@ -3125,6 +3291,8 @@ def add_raster(self, name, title=None, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :**kwargs: keyword arguments passed to image overlay ======= @@ -3142,6 +3310,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)) @@ -3214,6 +3383,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)) +>>>>>>> osgeo-main +======= +======= + :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main """ self.raster_name.append(name) @@ -3237,6 +3411,7 @@ def add_layer_control(self, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3272,6 +3447,8 @@ def add_layer_control(self, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 @@ -3286,6 +3463,7 @@ def add_layer_control(self, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3312,6 +3490,8 @@ def add_layer_control(self, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Accepts keyword arguments to be passed to layer control object""" >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3410,6 +3590,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3470,6 +3651,10 @@ def show(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Accepts keyword arguments to be passed to folium.LayerControl()""" @@ -3494,6 +3679,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3574,6 +3760,11 @@ def show(self): >>>>>>> 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 If map has layer control enabled, additional layers cannot be @@ -3612,6 +3803,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3652,6 +3844,8 @@ def show(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 7f1fd5e3ad (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> ee7e1bb8ec (wxpyimgview: explicit conversion to int (#2704)) @@ -3662,6 +3856,9 @@ def show(self): >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3696,6 +3893,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3756,6 +3954,10 @@ def show(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if self.layer_control: self.map.add_child(self.layer_control_object) @@ -3781,6 +3983,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3861,6 +4064,11 @@ def show(self): >>>>>>> 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 def save(self, filename): diff --git a/python/grass/jupyter/map.py b/python/grass/jupyter/map.py index 6d910542310..d2d956d87ed 100644 --- a/python/grass/jupyter/map.py +++ b/python/grass/jupyter/map.py @@ -76,6 +76,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -109,6 +110,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126,6 +129,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172,6 +176,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Creates an instance of the Map class. diff --git a/python/grass/jupyter/region.py b/python/grass/jupyter/region.py index 5f130b0f035..6920989cb4f 100644 --- a/python/grass/jupyter/region.py +++ b/python/grass/jupyter/region.py @@ -223,6 +223,7 @@ def set_region_from_command(self, module, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -260,6 +261,8 @@ def set_region_from_command(self, module, **kwargs): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main class RegionManagerForSeries: """Region manager for SeriesMap""" @@ -346,6 +349,7 @@ def set_region_from_vectors(self, vectors): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -407,6 +411,10 @@ def set_region_from_vectors(self, vectors): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 0115bbaef4e..138cb826d08 100644 --- a/python/grass/jupyter/reprojection_renderer.py +++ b/python/grass/jupyter/reprojection_renderer.py @@ -118,6 +118,7 @@ def render_raster(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD location=env_info["LOCATION_NAME"], ======= @@ -156,6 +157,8 @@ def render_raster(self, name): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main project=env_info["LOCATION_NAME"], ======= @@ -173,6 +176,7 @@ def render_raster(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -245,6 +249,11 @@ def render_raster(self, name): ======= location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + location=env_info["LOCATION_NAME"], +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main dbase=env_info["GISDBASE"], resolution=self._region_manager.resolution, @@ -308,6 +317,7 @@ def render_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD location=env_info["LOCATION_NAME"], ======= @@ -346,6 +356,8 @@ def render_vector(self, name): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main project=env_info["LOCATION_NAME"], ======= @@ -363,6 +375,7 @@ def render_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -435,6 +448,11 @@ def render_vector(self, name): ======= location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 8615ad488fb..ae6bde911b6 100644 --- a/python/grass/jupyter/seriesmap.py +++ b/python/grass/jupyter/seriesmap.py @@ -20,7 +20,6 @@ from .map import Map from .region import RegionManagerForSeries -from .utils import save_gif from .baseseriesmap import BaseSeriesMap @@ -165,49 +164,3 @@ def render(self): ) tasks = [(i,) for i in range(self.baseseries)] self._render(tasks) - - def save( - self, - filename, - duration=500, - label=True, - font=None, - text_size=12, - text_color="gray", - ): - """ - Creates a GIF animation of rendered layers. - - Text color must be in a format accepted by PIL ImageColor module. For supported - formats, visit: - https://pillow.readthedocs.io/en/stable/reference/ImageColor.html#color-names - - param str filename: name of output GIF file - param int duration: time to display each frame; milliseconds - param bool label: include label on each frame - param str font: font file - param int text_size: size of label text - param str text_color: color to use for the text - """ - - # Render images if they have not been already - if not self._layers_rendered: - self.render() - - tmp_files = [] - for file in self._base_filename_dict.values(): - tmp_files.append(file) - - save_gif( - tmp_files, - filename, - duration=duration, - label=label, - labels=self._labels, - font=font, - text_size=text_size, - text_color=text_color, - ) - - # Display the GIF - return filename diff --git a/python/grass/jupyter/setup.py b/python/grass/jupyter/setup.py index e0d979b9692..d7fd2a41184 100644 --- a/python/grass/jupyter/setup.py +++ b/python/grass/jupyter/setup.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -107,6 +108,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Vaclav Petras # # PURPOSE: This module contains functions for launching a GRASS session @@ -135,6 +140,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -168,6 +174,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from pathlib import Path ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -191,6 +199,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) @@ -278,6 +287,8 @@ def _set_notebook_defaults(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) ======= @@ -315,6 +326,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4625684fca (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= ======= @@ -354,6 +366,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. @@ -368,6 +384,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -502,6 +519,10 @@ def _set_notebook_defaults(): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -539,6 +560,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -623,6 +645,10 @@ def _set_notebook_defaults(): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class _JupyterGlobalSession: """Represents a global GRASS session for Jupyter Notebooks. @@ -646,6 +672,7 @@ class _JupyterGlobalSession: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -678,6 +705,8 @@ class _JupyterGlobalSession: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main called explicitly. @@ -814,6 +843,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) ======= @@ -868,6 +898,10 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -884,6 +918,7 @@ def init(path, location, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -909,6 +944,8 @@ def init(path, location, mapset): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= class _JupyterGlobalSession: """Represents a global GRASS session for Jupyter Notebooks. >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -922,6 +959,7 @@ class _JupyterGlobalSession: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1064,6 +1102,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 @@ -1179,6 +1219,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 @@ -1426,6 +1467,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Create a GRASS GIS session. gsetup.init(os.environ["GISBASE"], path, location, mapset) @@ -1444,6 +1487,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)) ======= @@ -1474,6 +1518,8 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def display_settings(font="sans", driver="cairo"): @@ -1513,6 +1559,7 @@ def display_settings(font="sans", driver="cairo"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1531,6 +1578,8 @@ def display_settings(font="sans", driver="cairo"): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 584e61d06d (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) @@ -1548,6 +1597,7 @@ def display_settings(font="sans", driver="cairo"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1572,6 +1622,8 @@ def display_settings(font="sans", driver="cairo"): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= def __init__(self): @@ -1669,6 +1721,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1700,6 +1753,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main >>> import grass.jupyter as gj @@ -1738,6 +1793,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1767,6 +1823,8 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1799,6 +1857,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1836,6 +1895,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main global _global_session_handle # pylint: disable=global-statement,invalid-name if not _global_session_handle or not _global_session_handle.active: @@ -1862,6 +1923,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1974,3 +2036,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> 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 diff --git a/python/grass/jupyter/tests/grass_jupyter_session_test.py b/python/grass/jupyter/tests/grass_jupyter_session_test.py index 7b6bc89e4ed..17b6e7fbf5d 100644 --- a/python/grass/jupyter/tests/grass_jupyter_session_test.py +++ b/python/grass/jupyter/tests/grass_jupyter_session_test.py @@ -27,8 +27,8 @@ def test_init_finish(tmp_path): import os import grass.script as gs import grass.jupyter as gj -gs.core._create_location_xy("{tmp_path}", "{location}") -session = gj.init("{tmp_path / location}") +gs.core._create_location_xy(r"{tmp_path}", r"{location}") +session = gj.init(r"{tmp_path / location}") gs.read_command("g.region", flags="p") print(os.environ["GISRC"]) session.finish() @@ -49,8 +49,8 @@ def test_init_with_auto_finish(tmp_path): import os import grass.script as gs import grass.jupyter as gj -gs.core._create_location_xy("{tmp_path}", "{location}") -session = gj.init("{tmp_path / location}") +gs.core._create_location_xy(r"{tmp_path}", r"{location}") +session = gj.init(r"{tmp_path / location}") print(os.environ["GISRC"]) """ diff --git a/python/grass/jupyter/tests/reprojection_renderer_test.py b/python/grass/jupyter/tests/reprojection_renderer_test.py index 907522ab2f8..f9ef7888110 100644 --- a/python/grass/jupyter/tests/reprojection_renderer_test.py +++ b/python/grass/jupyter/tests/reprojection_renderer_test.py @@ -1,7 +1,7 @@ """Test ReprojectionRenderer functions""" from pathlib import Path -from pytest import approx +import pytest from grass.jupyter.reprojection_renderer import ReprojectionRenderer @@ -21,8 +21,8 @@ def test_render_raster(simple_dataset): assert Path(filename).exists() # Test bounding box is correct # Raster is same extent as region so no need to test bbox for use_region=True - assert bbox[0] == approx([0.00072155, -85.48874388]) - assert bbox[1] == approx([0.00000000, -85.48766880]) + assert bbox[0] == pytest.approx([0.00072155, -85.48874388]) + assert bbox[1] == pytest.approx([0.00000000, -85.48766880]) # render_vector produces json diff --git a/python/grass/jupyter/tests/timeseriesmap_test.py b/python/grass/jupyter/tests/timeseriesmap_test.py index f2ca20f1dbe..076ea538146 100644 --- a/python/grass/jupyter/tests/timeseriesmap_test.py +++ b/python/grass/jupyter/tests/timeseriesmap_test.py @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -48,6 +49,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -65,6 +68,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112,6 +116,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from pathlib import Path import pytest @@ -198,6 +204,7 @@ def test_render_layers(space_time_raster_dataset, fill_gaps): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -234,11 +241,16 @@ def test_render_layers(space_time_raster_dataset, fill_gaps): ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> ba9afcba1b (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD >>>>>>> 81d97e00cb (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -260,6 +272,7 @@ def test_save(space_time_raster_dataset, tmp_path): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -321,6 +334,10 @@ def test_save(space_time_raster_dataset, tmp_path): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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() @@ -341,6 +358,7 @@ def test_save(space_time_raster_dataset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -421,5 +439,10 @@ def test_save(space_time_raster_dataset): >>>>>>> 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 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 746f4c7789d..46dd2d52c99 100644 --- a/python/grass/jupyter/testsuite/interactivemap_test.py +++ b/python/grass/jupyter/testsuite/interactivemap_test.py @@ -37,6 +37,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -114,6 +115,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import sys import unittest from pathlib import Path @@ -132,6 +137,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -173,6 +179,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main import unittest ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -198,6 +207,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -281,6 +291,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import grass.jupyter as gj from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -308,6 +320,7 @@ def can_import_folium(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -365,6 +378,10 @@ def can_import_folium(): ======= import folium # noqa ======= +>>>>>>> osgeo-main +======= + import folium # noqa +======= >>>>>>> osgeo-main import folium >>>>>>> 920471e340 (libraster: fix Rast_legal_bandref() (#1796)) @@ -386,6 +403,7 @@ def can_import_folium(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -458,6 +476,8 @@ def can_import_folium(): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return True @@ -532,24 +552,26 @@ def test_query_button(self): # Create InteractiveMap with ipyleaflet backend interactive_map = gj.InteractiveMap(map_backend="ipyleaflet") interactive_map.add_raster("elevation") - interactive_map.add_vector("roadsmajor") - interactive_map.add_query_button() - self.assertIsNotNone(interactive_map.map) - self.assertTrue(interactive_map.query_mode is False) - # Toggle query button to activate - interactive_map.query_mode = True - self.assertTrue(interactive_map.query_mode) - # Toggle query button to deactivate - interactive_map.query_mode = False - self.assertFalse(interactive_map.query_mode) + button = interactive_map.setup_query_interface() + self.assertIsNotNone(interactive_map._controllers[button].query_raster((0, 0))) + + @unittest.skipIf(not can_import_ipyleaflet(), "Cannot import ipyleaflet") + def test_draw(self): + """Test the draw_computational_region method.""" + # Create InteractiveMap + interactive_map = gj.InteractiveMap(map_backend="ipyleaflet") + button = interactive_map.setup_drawing_interface() + interactive_map._controllers[button].activate() + self.assertIsNotNone(interactive_map._controllers[button].save_button_control) @unittest.skipIf(not can_import_ipyleaflet(), "Cannot import ipyleaflet") def test_draw_computational_region(self): """Test the draw_computational_region method.""" # Create InteractiveMap - interactive_map = gj.InteractiveMap() - interactive_map.draw_computational_region() - self.assertTrue(callable(interactive_map.draw_computational_region)) + interactive_map = gj.InteractiveMap(map_backend="ipyleaflet") + button = interactive_map.setup_computational_region_interface() + interactive_map._controllers[button].activate() + self.assertIsNotNone(interactive_map._controllers[button].save_button_control) if __name__ == "__main__": diff --git a/python/grass/jupyter/testsuite/map3d_test.py b/python/grass/jupyter/testsuite/map3d_test.py index b28b6a03a5b..5f88fad24e7 100644 --- a/python/grass/jupyter/testsuite/map3d_test.py +++ b/python/grass/jupyter/testsuite/map3d_test.py @@ -26,6 +26,7 @@ import grass.jupyter as gj from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows def can_import_ipython(): @@ -81,12 +82,14 @@ def tearDown(self): else: file.unlink(missing_ok=True) + @xfail_windows def test_defaults(self): """Check that default settings work""" renderer = gj.Map3D() renderer.render(elevation_map="elevation", color_map="elevation") self.assertFileExists(renderer.filename) + @xfail_windows def test_filename(self): """Check that custom filename works""" custom_filename = "test_filename.png" @@ -96,12 +99,14 @@ def test_filename(self): renderer.render(elevation_map="elevation", color_map="elevation") self.assertFileExists(custom_filename) + @xfail_windows def test_hw(self): """Check that custom width and height works""" renderer = gj.Map3D(width=200, height=400) renderer.render(elevation_map="elevation", color_map="elevation") self.assertFileExists(renderer.filename) + @xfail_windows def test_overlay(self): """Check that overlay works""" renderer = gj.Map3D() diff --git a/python/grass/jupyter/timeseriesmap.py b/python/grass/jupyter/timeseriesmap.py index 9146c4ba774..baadece438a 100644 --- a/python/grass/jupyter/timeseriesmap.py +++ b/python/grass/jupyter/timeseriesmap.py @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61,6 +62,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78,6 +81,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -125,6 +129,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import grass.script as gs from .map import Map @@ -144,6 +150,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -214,6 +221,16 @@ >>>>>>> osgeo-main ======= ======= +======= +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +from .utils import save_gif +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +from .baseseriesmap import BaseSeriesMap +>>>>>>> osgeo-main +======= +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) @@ -226,6 +243,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -245,6 +263,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) @@ -256,6 +276,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -313,6 +334,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def fill_none_values(names): @@ -437,6 +460,7 @@ class TimeSeriesMap(BaseSeriesMap): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -467,6 +491,8 @@ class TimeSeriesMap(BaseSeriesMap): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # pylint: disable=duplicate-code ======= @@ -485,6 +511,7 @@ class TimeSeriesMap(BaseSeriesMap): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -531,6 +558,8 @@ class TimeSeriesMap(BaseSeriesMap): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def __init__( @@ -712,6 +741,8 @@ def render(self): filename = os.path.join(self._tmpdir.name, f"{layer}.png") tasks.append((date, layer, filename)) self._render(tasks) +<<<<<<< HEAD +======= def save( self, @@ -750,6 +781,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -831,6 +863,11 @@ def save( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Create a GIF from the PNG images import PIL.Image # pylint: disable=import-outside-toplevel @@ -851,6 +888,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -931,6 +969,11 @@ def save( >>>>>>> 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 # Render images if they have not been already @@ -952,6 +995,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -988,6 +1032,8 @@ def save( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main input_files = [] for date in self._labels: @@ -1015,6 +1061,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1075,6 +1122,10 @@ def save( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # filepath to output GIF if not filename.endswith(".gif"): @@ -1117,6 +1168,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1197,8 +1249,14 @@ def save( >>>>>>> 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 ) # Display the GIF return filename +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/python/grass/jupyter/utils.py b/python/grass/jupyter/utils.py index 405eb763d51..38517cb1788 100644 --- a/python/grass/jupyter/utils.py +++ b/python/grass/jupyter/utils.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -159,6 +160,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2021-2024 Caitlin Haedrich, and by the GRASS Development Team ======= ======= @@ -185,6 +188,9 @@ >>>>>>> c10636c7fa (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -214,6 +220,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main """Utility functions warpping existing processes in a suitable way""" @@ -262,6 +269,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main """Utility functions warpping existing processes in a suitable way""" import tempfile import json @@ -284,6 +293,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -309,6 +319,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= """Utility functions warpping existing processes in a suitable way""" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -324,6 +336,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -349,6 +362,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= """Utility functions warpping existing processes in a suitable way""" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -364,6 +379,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -408,6 +424,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import grass.script as gs @@ -432,6 +450,7 @@ def get_region(env=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -501,6 +520,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)) @@ -524,6 +548,7 @@ def get_region(env=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -601,6 +626,8 @@ def get_region(env=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """ region = gs.region(env=env) @@ -648,6 +675,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -683,6 +711,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -698,6 +728,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -747,6 +778,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # reproject all corners, otherwise reproj. region may be underestimated # even better solution would be reprojecting vector region like in r.import @@ -774,6 +807,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -808,6 +842,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)) @@ -825,6 +862,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -904,6 +942,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main proc = gs.start_command( "m.proj", @@ -940,6 +980,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -975,6 +1016,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -990,6 +1033,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1039,6 +1083,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main raise RuntimeError( _("Encountered error while running m.proj: {}").format(stderr) @@ -1069,6 +1115,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1135,6 +1182,10 @@ def reproject_region(region, from_proj, to_proj): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main return region @@ -1370,6 +1421,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1420,6 +1472,9 @@ def estimate_resolution(raster, mapset, location, dbase, env): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main raise RuntimeError("reprojecting region: m.proj error: " + stderr) enws = gs.decode(proj_output).split(os.linesep) @@ -1441,6 +1496,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1466,6 +1522,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) return region @@ -1495,6 +1553,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1583,6 +1642,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param dict env: target environment @@ -1609,6 +1670,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1644,6 +1706,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 920471e340 (libraster: fix Rast_legal_bandref() (#1796)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1659,6 +1723,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1708,6 +1773,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "r.proj", flags="g", @@ -1734,6 +1801,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1768,6 +1836,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)) @@ -1785,6 +1856,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1864,6 +1936,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ).strip() params = gs.parse_key_val(output, vsep=" ") @@ -1910,6 +1984,7 @@ def setup_location(name, path, epsg, src_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1945,6 +2020,8 @@ def setup_location(name, path, epsg, src_env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1960,6 +2037,7 @@ def setup_location(name, path, epsg, src_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2009,6 +2087,8 @@ def setup_location(name, path, epsg, src_env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main set_target_region(src_env, new_env) return rcfile, new_env @@ -2034,6 +2114,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -2068,6 +2149,8 @@ def set_target_region(src_env, tgt_env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -2087,6 +2170,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2121,6 +2205,8 @@ def set_target_region(src_env, tgt_env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -2138,6 +2224,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2162,6 +2249,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -2179,6 +2268,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2203,6 +2293,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -2220,6 +2312,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2263,6 +2356,8 @@ def set_target_region(src_env, tgt_env): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main new_region = reproject_region(region, from_proj, to_proj) # Set region to match original region extent @@ -2291,6 +2386,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2367,6 +2463,10 @@ def set_target_region(src_env, tgt_env): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main rows=new_region["rows"], cols=new_region["cols"], @@ -2427,6 +2527,7 @@ def get_rendering_size(region, width, height, default_width=600, default_height= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2458,6 +2559,8 @@ def get_rendering_size(region, width, height, default_width=600, default_height= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def save_vector(name, geo_json): @@ -2610,6 +2713,7 @@ def save_gif( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2634,6 +2738,8 @@ def save_gif( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= rows=new_region["rows"], cols=new_region["cols"], @@ -2694,6 +2800,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 @@ -2761,3 +2868,7 @@ def get_rendering_size(region, width, height, default_width=600, default_height= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/pydispatch/robustapply.py b/python/grass/pydispatch/robustapply.py index a050f54341a..2ec88443a1a 100644 --- a/python/grass/pydispatch/robustapply.py +++ b/python/grass/pydispatch/robustapply.py @@ -35,7 +35,7 @@ def function(receiver): if hasattr(receiver, im_func): # an instance-method... return receiver, getattr(getattr(receiver, im_func), func_code), 1 - elif not hasattr(receiver, func_code): + if not hasattr(receiver, func_code): raise ValueError("unknown receiver type %s %s" % (receiver, type(receiver))) return receiver, getattr(receiver, func_code), 0 @@ -86,5 +86,5 @@ def robustApply(receiver, *arguments, **named): ) # fc does not have a **kwds type parameter, therefore # remove unacceptable arguments. - named = dict([(k, v) for k, v in named.items() if k in acceptable]) + named = {k: v for k, v in named.items() if k in acceptable} return receiver(*arguments, **named) diff --git a/python/grass/pydispatch/saferef.py b/python/grass/pydispatch/saferef.py index a802a1982c1..90769c46b36 100644 --- a/python/grass/pydispatch/saferef.py +++ b/python/grass/pydispatch/saferef.py @@ -35,8 +35,7 @@ def safeRef(target, onDelete=None): return BoundMethodWeakref(target=target, onDelete=onDelete) if onDelete is not None: return weakref.ref(target, onDelete) - else: - return weakref.ref(target) + return weakref.ref(target) class BoundMethodWeakref: @@ -92,11 +91,10 @@ def __new__(cls, target, onDelete=None, *arguments, **named): if current is not None: current.deletionMethods.append(onDelete) return current - else: - base = super().__new__(cls) - cls._allInstances[key] = base - base.__init__(target, onDelete, *arguments, **named) - return base + base = super().__new__(cls) + cls._allInstances[key] = base + base.__init__(target, onDelete, *arguments, **named) + return base def __init__(self, target, onDelete=None): """Return a weak-reference-like instance for a bound method diff --git a/python/grass/pygrass/errors.py b/python/grass/pygrass/errors.py index a63b300a862..a017b85b33f 100644 --- a/python/grass/pygrass/errors.py +++ b/python/grass/pygrass/errors.py @@ -11,9 +11,8 @@ def must_be_open(method): def wrapper(self, *args, **kargs): if self.is_open(): return method(self, *args, **kargs) - else: - msgr = get_msgr() - msgr.warning(_("The map is close!")) + msgr = get_msgr() + msgr.warning(_("The map is close!")) return wrapper @@ -23,10 +22,7 @@ def mapinfo_must_be_set(method): def wrapper(self, *args, **kargs): if self.c_mapinfo: return method(self, *args, **kargs) - else: - raise GrassError( - _("The self.c_mapinfo pointer must be correctly initiated") - ) + raise GrassError(_("The self.c_mapinfo pointer must be correctly initiated")) return wrapper @@ -36,9 +32,6 @@ def must_be_in_current_mapset(method): def wrapper(self, *args, **kargs): if self.mapset == libgis.G_mapset().decode(): return method(self, *args, **kargs) - else: - raise GrassError( - _("Map <{}> not found in current mapset").format(self.name) - ) + raise GrassError(_("Map <{}> not found in current mapset").format(self.name)) return wrapper diff --git a/python/grass/pygrass/gis/__init__.py b/python/grass/pygrass/gis/__init__.py index 3f380368d28..597c4bf75fa 100644 --- a/python/grass/pygrass/gis/__init__.py +++ b/python/grass/pygrass/gis/__init__.py @@ -162,8 +162,7 @@ def __getitem__(self, location): """ if location in self.locations(): return Location(location, self.name) - else: - raise KeyError("Location: %s does not exist" % location) + raise KeyError("Location: %s does not exist" % location) def __iter__(self): for loc in self.locations(): @@ -234,8 +233,7 @@ def _set_name(self, name): def __getitem__(self, mapset): if mapset in self.mapsets(): return Mapset(mapset) - else: - raise KeyError("Mapset: %s does not exist" % mapset) + raise KeyError("Mapset: %s does not exist" % mapset) def __iter__(self): lpath = self.path() @@ -271,7 +269,7 @@ def mapsets(self, pattern=None, permissions=True): [...] """ - mapsets = [mapset for mapset in self] + mapsets = [mapset for mapset in self] # noqa: C416 if permissions: mapsets = [ mapset @@ -430,7 +428,7 @@ def __iter__(self): def read(self): """Return the mapsets in the search path""" try: - with open(self.spath, "r") as f: + with open(self.spath) as f: lines = f.readlines() if lines: return [line.strip() for line in lines] diff --git a/python/grass/pygrass/gis/region.py b/python/grass/pygrass/gis/region.py index 98c75a15631..892a3664b49 100644 --- a/python/grass/pygrass/gis/region.py +++ b/python/grass/pygrass/gis/region.py @@ -331,10 +331,7 @@ def __eq__(self, reg): "zone", "proj", ] - for attr in attrs: - if getattr(self, attr) != getattr(reg, attr): - return False - return True + return all(getattr(self, attr) == getattr(reg, attr) for attr in attrs) def __ne__(self, other): return not self == other diff --git a/python/grass/pygrass/modules/grid/grid.py b/python/grass/pygrass/modules/grid/grid.py index 71b814dd0db..1f95cbdc21d 100644 --- a/python/grass/pygrass/modules/grid/grid.py +++ b/python/grass/pygrass/modules/grid/grid.py @@ -24,6 +24,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105,6 +106,11 @@ ======= >>>>>>> 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 import contextlib import os import sys @@ -143,6 +149,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -224,6 +231,11 @@ ======= >>>>>>> 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 from grass.pygrass.modules.grid.patch import rpatch_map, rpatch_map_r_patch_backend @@ -327,10 +339,8 @@ def read_gisrc(gisrc): ... genv['GISDBASE'])) True """ - with open(gisrc, "r") as gfile: - gis = dict( - [(k.strip(), v.strip()) for k, v in [row.split(":", 1) for row in gfile]] - ) + with open(gisrc) as gfile: + gis = {k.strip(): v.strip() for k, v in [row.split(":", 1) for row in gfile]} return gis["MAPSET"], gis["LOCATION_NAME"], gis["GISDBASE"] @@ -353,7 +363,7 @@ def get_mapset(gisrc_src, gisrc_dst): copy_special_mapset_files(path_src, path_dst) src = Mapset(msrc, lsrc, gsrc) dst = Mapset(mdst, ldst, gdst) - visible = [m for m in src.visible] + visible = list(src.visible) if src.name not in visible: visible.append(src.name) dst.visible.extend(visible) @@ -395,7 +405,7 @@ def rmloc(r): # change gisdbase to src env["GISRC"] = gisrc_src get_grp(group=grp, env_=env) - rasts = [r for r in get_grp.outputs.stdout.split()] + rasts = list(get_grp.outputs.stdout.split()) # change gisdbase to dst env["GISRC"] = gisrc_dst rast2cp = [r for r in rasts if rmloc(r) not in all_rasts] @@ -703,15 +713,15 @@ def __init__( self.gisrc_dst = write_gisrc( self.n_mset.gisdbase, self.n_mset.location, self.n_mset.name ) - rasters = [r for r in select(self.module.inputs, "raster")] + rasters = list(select(self.module.inputs, "raster")) if rasters: copy_rasters( rasters, self.gisrc_src, self.gisrc_dst, region=self.region ) - vectors = [v for v in select(self.module.inputs, "vector")] + vectors = list(select(self.module.inputs, "vector")) if vectors: copy_vectors(vectors, self.gisrc_src, self.gisrc_dst) - groups = [g for g in select(self.module.inputs, "group")] + groups = list(select(self.module.inputs, "group")) if groups: copy_groups(groups, self.gisrc_src, self.gisrc_dst, region=self.region) <<<<<<< HEAD @@ -733,6 +743,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -813,6 +824,11 @@ def __init__( >>>>>>> 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 region=region, width=self.width, height=self.height, overlap=overlap ) @@ -897,7 +913,7 @@ def get_works(self): else: ldst, gdst = self.mset.location, self.mset.gisdbase cmd = self.module.get_dict() - groups = [g for g in select(self.module.inputs, "group")] + groups = list(select(self.module.inputs, "group")) for row, box_row in enumerate(self.bboxes): for col, box in enumerate(box_row): inms = None @@ -908,7 +924,7 @@ def get_works(self): indx = row * cols + col inms[key] = "%s@%s" % (self.inlist[key][indx], self.mset.name) # set the computational region, prepare the region parameters - bbox = dict([(k[0], str(v)) for k, v in box.items()[:-2]]) + bbox = {k[0]: str(v) for k, v in box.items()[:-2]} bbox["nsres"] = "%f" % reg.nsres bbox["ewres"] = "%f" % reg.ewres new_mset = ( diff --git a/python/grass/pygrass/modules/interface/docstring.py b/python/grass/pygrass/modules/interface/docstring.py index 2fde05f73de..397338fcbb8 100644 --- a/python/grass/pygrass/modules/interface/docstring.py +++ b/python/grass/pygrass/modules/interface/docstring.py @@ -44,8 +44,7 @@ def __init__(self, class_doc, fget): def __get__(self, obj, type=None): if obj is None: return self.class_doc - else: - return self.fget(obj) + return self.fget(obj) def __set__(self, obj, value): raise AttributeError("can't set attribute") diff --git a/python/grass/pygrass/modules/interface/env.py b/python/grass/pygrass/modules/interface/env.py index ad6e4c4800e..d3d6e371238 100644 --- a/python/grass/pygrass/modules/interface/env.py +++ b/python/grass/pygrass/modules/interface/env.py @@ -13,13 +13,10 @@ def get_env(): gisrc = os.environ.get("GISRC") if gisrc is None: raise RuntimeError("You are not in a GRASS session, GISRC not found.") - with open(gisrc, mode="r") as grc: - return dict( - [ - (k.strip(), v.strip()) - for k, v in [row.split(":", 1) for row in grc if row] - ] - ) + with open(gisrc) as grc: + return { + k.strip(): v.strip() for k, v in [row.split(":", 1) for row in grc if row] + } def get_debug_level(): diff --git a/python/grass/pygrass/modules/interface/flag.py b/python/grass/pygrass/modules/interface/flag.py index 3aac5969a93..a463c6bd462 100644 --- a/python/grass/pygrass/modules/interface/flag.py +++ b/python/grass/pygrass/modules/interface/flag.py @@ -62,10 +62,8 @@ def get_bash(self): if self.value: if self.special: return "--%s" % self.name[0] - else: - return "-%s" % self.name - else: - return "" + return "-%s" % self.name + return "" def get_python(self): """Return the python representation of a flag. diff --git a/python/grass/pygrass/modules/interface/module.py b/python/grass/pygrass/modules/interface/module.py index b2283306ca8..74e389154b5 100644 --- a/python/grass/pygrass/modules/interface/module.py +++ b/python/grass/pygrass/modules/interface/module.py @@ -365,6 +365,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -422,6 +423,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)) @@ -443,6 +448,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -516,6 +522,8 @@ class Module: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main >>> new_neighbors1 = copy.deepcopy(neighbors) @@ -542,6 +550,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -599,6 +608,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)) @@ -620,6 +633,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -693,6 +707,8 @@ class Module: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main >>> new_neighbors2 = copy.deepcopy(neighbors) @@ -718,6 +734,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -794,6 +811,10 @@ class Module: ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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' @@ -814,6 +835,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -864,6 +886,9 @@ class Module: >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 output=mapB' @@ -883,6 +908,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -907,6 +933,8 @@ class Module: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' @@ -926,6 +954,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -992,6 +1021,10 @@ class Module: ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main >>> new_neighbors3 = copy.deepcopy(neighbors) @@ -1017,6 +1050,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1074,6 +1108,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)) @@ -1095,6 +1133,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1168,6 +1207,8 @@ class Module: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main >>> mapcalc = Module( @@ -1519,12 +1560,11 @@ def get_python(self): # pre name par flg special if flags and special: return "%s.%s(%s, flags=%r, %s)" % (prefix, name, params, flags, special) - elif flags: + if flags: return "%s.%s(%s, flags=%r)" % (prefix, name, params, flags) - elif special: + if special: return "%s.%s(%s, %s)" % (prefix, name, params, special) - else: - return "%s.%s(%s)" % (prefix, name, params) + return "%s.%s(%s)" % (prefix, name, params) def __str__(self): """Return the command string that can be executed in a shell""" @@ -1825,16 +1865,15 @@ def run(self): module.finish_ = True module.run() return None + if self.set_temp_region is True: + self.p = Process( + target=run_modules_in_temp_region, args=[self.module_list, self.q] + ) else: - if self.set_temp_region is True: - self.p = Process( - target=run_modules_in_temp_region, args=[self.module_list, self.q] - ) - else: - self.p = Process(target=run_modules, args=[self.module_list, self.q]) - self.p.start() + self.p = Process(target=run_modules, args=[self.module_list, self.q]) + self.p.start() - return self.p + return self.p def wait(self): """Wait for all processes to finish. Call this method diff --git a/python/grass/pygrass/modules/interface/parameter.py b/python/grass/pygrass/modules/interface/parameter.py index 798efde56b7..3b58ea2b372 100644 --- a/python/grass/pygrass/modules/interface/parameter.py +++ b/python/grass/pygrass/modules/interface/parameter.py @@ -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 = not diz["gisprompt"]["age"] == "new" + self.input = diz["gisprompt"]["age"] != "new" else: self.input = True diff --git a/python/grass/pygrass/modules/shortcuts.py b/python/grass/pygrass/modules/shortcuts.py index 46fcca15e32..b85089ae572 100644 --- a/python/grass/pygrass/modules/shortcuts.py +++ b/python/grass/pygrass/modules/shortcuts.py @@ -93,6 +93,7 @@ def __getattr__(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -160,6 +161,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)) ======= @@ -180,6 +185,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)) @@ -295,6 +301,11 @@ def __getattr__(self, name): # https://grass.osgeo.org/grass-devel/manuals/full_index.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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 ecdbb183c0b..a28facd4b98 100644 --- a/python/grass/pygrass/modules/tests/grass_pygrass_grid_test.py +++ b/python/grass/pygrass/modules/tests/grass_pygrass_grid_test.py @@ -210,7 +210,7 @@ def run_grid_module(): @xfail_mp_spawn @pytest.mark.parametrize( - "width, height, processes", + ("width", "height", "processes"), [ (None, None, max_processes()), (10, None, max_processes()), @@ -259,6 +259,7 @@ def run_grid_module(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -296,12 +297,14 @@ def run_grid_module(): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main @xfail_mp_spawn @pytest.mark.needs_solo_run @pytest.mark.parametrize( - "processes, backend", + ("processes", "backend"), [ (1, "RasterRow"), (9, "RasterRow"), @@ -347,6 +350,7 @@ def run_grid_module(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -408,3 +412,7 @@ def run_grid_module(): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/pygrass/raster/__init__.py b/python/grass/pygrass/raster/__init__.py index 0356513e017..61ec85841cb 100644 --- a/python/grass/pygrass/raster/__init__.py +++ b/python/grass/pygrass/raster/__init__.py @@ -327,17 +327,16 @@ def __setitem__(self, key, row): if isinstance(key, slice): # Get the start, stop, and step from the slice return [self.put_row(ii, row) for ii in range(*key.indices(len(self)))] - elif isinstance(key, tuple): + if isinstance(key, tuple): x, y = key return self.put(x, y, row) - elif isinstance(key, int): + if isinstance(key, int): if key < 0: # Handle negative indices key += self._rows if key >= self._rows: raise IndexError(_("Index out of range: %r.") % key) return self.put_row(key, row) - else: - raise TypeError("Invalid argument type.") + raise TypeError("Invalid argument type.") @must_be_open def map2segment(self): diff --git a/python/grass/pygrass/raster/abstract.py b/python/grass/pygrass/raster/abstract.py index 3ef114f635f..8ea86044736 100644 --- a/python/grass/pygrass/raster/abstract.py +++ b/python/grass/pygrass/raster/abstract.py @@ -173,6 +173,7 @@ def mtype(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -242,6 +243,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. @@ -266,6 +272,7 @@ def _get_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -346,6 +353,8 @@ def _get_bandref(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :return str: semantic label (eg. S2_1) or None @@ -370,6 +379,7 @@ def _get_bandref(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -446,6 +456,10 @@ def _get_bandref(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main semantic_label = libraster.Rast_read_semantic_label(self.name, self.mapset) if semantic_label: @@ -480,6 +494,7 @@ def _set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -520,6 +535,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: @@ -564,6 +582,7 @@ def _set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -700,6 +719,8 @@ def _set_semantic_label(self, semantic_label): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def _get_units(self): @@ -915,10 +936,10 @@ def __getitem__(self, key): if isinstance(key, slice): # Get the start, stop, and step from the slice return (self.get_row(ii) for ii in range(*key.indices(len(self)))) - elif isinstance(key, tuple): + if isinstance(key, tuple): x, y = key return self.get(x, y) - elif isinstance(key, int): + if isinstance(key, int): if not self.is_open(): raise IndexError("Can not operate on a closed map. Call open() first.") if key < 0: # Handle negative indices @@ -930,8 +951,7 @@ def __getitem__(self, key): ) ) return self.get_row(key) - else: - fatal("Invalid argument type.") + fatal("Invalid argument type.") def __iter__(self): """Return a constructor of the class""" @@ -960,8 +980,7 @@ def exist(self): >>>>>>> main return bool(mapset) return bool(utils.get_mapset_raster(self.name, self.mapset)) - else: - return False + return False def is_open(self): """Return True if the map is open False otherwise. @@ -1011,8 +1030,7 @@ def name_mapset(self, name=None, mapset=None): if mapset and mapset != gis_env["MAPSET"]: return "{name}@{mapset}".format(name=name, mapset=mapset) - else: - return name + return name def rename(self, newname): """Rename the map""" diff --git a/python/grass/pygrass/raster/buffer.py b/python/grass/pygrass/raster/buffer.py index 51420f16610..0e34ac84159 100644 --- a/python/grass/pygrass/raster/buffer.py +++ b/python/grass/pygrass/raster/buffer.py @@ -20,13 +20,12 @@ class Buffer(np.ndarray): def mtype(self): if self.dtype in CELL: return "CELL" - elif self.dtype in FCELL: + if self.dtype in FCELL: return "FCELL" - elif self.dtype in DCELL: + if self.dtype in DCELL: return DCELL - else: - err = "Raster type: %r not supported by GRASS." - raise TypeError(err % self.dtype) + err = "Raster type: %r not supported by GRASS." + raise TypeError(err % self.dtype) def __new__( cls, shape, mtype="FCELL", buffer=None, offset=0, strides=None, order=None diff --git a/python/grass/pygrass/raster/category.py b/python/grass/pygrass/raster/category.py index 343f6cf327b..9a4be504ba9 100644 --- a/python/grass/pygrass/raster/category.py +++ b/python/grass/pygrass/raster/category.py @@ -76,6 +76,7 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -106,6 +107,8 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main super().__init__(*args, **kargs) ======= @@ -123,6 +126,7 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -166,6 +170,8 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main super(Category, self).__init__(*args, **kargs) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -175,7 +181,7 @@ def _get_mtype(self): def _set_mtype(self, mtype): if mtype.upper() not in {"CELL", "FCELL", "DCELL"}: - raise ValueError(_("Raster type: {0} not supported".format(mtype))) + raise ValueError(_("Raster type: {0} not supported").format(mtype)) self._mtype = mtype self._gtype = RTYPE[self.mtype]["grass type"] @@ -251,6 +257,7 @@ def __setitem__(self, index, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD return super(Category, self).__setitem__( self._chk_index(index), self._chk_value(value) @@ -291,6 +298,8 @@ def __setitem__(self, index, value): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return super().__setitem__(self._chk_index(index), self._chk_value(value)) ======= @@ -310,6 +319,7 @@ def __setitem__(self, index, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= @@ -334,6 +344,8 @@ def __setitem__(self, index, value): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= return super(Category, self).__setitem__( self._chk_index(index), self._chk_value(value) @@ -351,6 +363,7 @@ def __setitem__(self, index, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -388,6 +401,8 @@ def __setitem__(self, index, value): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def _get_c_cat(self, index): @@ -445,7 +460,7 @@ def _set_c_cat(self, label, min_cat, max_cat=None): # Manage C function Errors if err == 1: return None - elif err == 0: + if err == 0: raise GrassError(_("Null value detected")) elif err == -1: raise GrassError(_("Error executing: Rast_set_cat")) @@ -556,6 +571,7 @@ def read_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -586,6 +602,8 @@ def read_rules(self, filename, sep=":"): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Copy categories from a rules file, default separator is ':', the ======= @@ -603,6 +621,7 @@ def read_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -646,6 +665,8 @@ def read_rules(self, filename, sep=":"): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Copy categories from a rules file, default separetor is ':', the >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -664,7 +685,7 @@ def read_rules(self, filename, sep=":"): """ self.reset() - with open(filename, "r") as f: + with open(filename) as f: for row in f: cat = row.strip().split(sep) if len(cat) == 2: @@ -692,6 +713,7 @@ def write_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -722,6 +744,8 @@ def write_rules(self, filename, sep=":"): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Copy categories from a rules file, default separator is ':', the ======= @@ -739,6 +763,7 @@ def write_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -782,6 +807,8 @@ def write_rules(self, filename, sep=":"): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Copy categories from a rules file, default separetor is ':', the >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) diff --git a/python/grass/pygrass/raster/history.py b/python/grass/pygrass/raster/history.py index 5ec855cf1bb..8f227affabc 100644 --- a/python/grass/pygrass/raster/history.py +++ b/python/grass/pygrass/raster/history.py @@ -59,10 +59,7 @@ def __del__(self): """Rast_free_history""" def __eq__(self, hist): - for attr in self.attrs: - if getattr(self, attr) != getattr(hist, attr): - return False - return True + return all(getattr(self, attr) == getattr(hist, attr) for attr in self.attrs) def __len__(self): return self.length() diff --git a/python/grass/pygrass/raster/testsuite/test_category.py b/python/grass/pygrass/raster/testsuite/test_category.py index 527c43b894f..113264c82f6 100644 --- a/python/grass/pygrass/raster/testsuite/test_category.py +++ b/python/grass/pygrass/raster/testsuite/test_category.py @@ -6,6 +6,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows from grass.pygrass.raster import RasterRow from grass.pygrass.raster.category import Category @@ -76,6 +77,7 @@ def testFirstCat(self): self.assertEqual(cats[7], cat7) self.assertEqual(cats[15], cat15) + @xfail_windows def testWrite(self): tmpfile = tempfile(False) cats = Category(self.name) diff --git a/python/grass/pygrass/raster/testsuite/test_numpy.py b/python/grass/pygrass/raster/testsuite/test_numpy.py index 5f0b2309544..b23926d8ba7 100644 --- a/python/grass/pygrass/raster/testsuite/test_numpy.py +++ b/python/grass/pygrass/raster/testsuite/test_numpy.py @@ -6,6 +6,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows from numpy.random import default_rng from grass.pygrass.raster import raster2numpy, numpy2raster, RasterRow @@ -48,6 +49,7 @@ def test_len(self): self.assertTrue(len(self.numpy_obj), 40) self.assertTrue(len(self.numpy_obj[0]), 60) + @xfail_windows def test_write(self): rng = default_rng() numpy2raster(rng.random([40, 60]), "FCELL", self.name, True) diff --git a/python/grass/pygrass/raster/testsuite/test_raster_img.py b/python/grass/pygrass/raster/testsuite/test_raster_img.py index bbc1cb2dabd..b873b16a86b 100644 --- a/python/grass/pygrass/raster/testsuite/test_raster_img.py +++ b/python/grass/pygrass/raster/testsuite/test_raster_img.py @@ -3,6 +3,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows from grass.pygrass.raster import raster2numpy_img from grass.pygrass.gis.region import Region @@ -149,6 +150,7 @@ def test_resampling_to_numpy_img_1(self): self.assertEqual(len(a), region.rows * region.cols * 4) + @xfail_windows def test_resampling_to_numpy_img_2(self): region = Region() region.ewres = 1 @@ -159,6 +161,7 @@ def test_resampling_to_numpy_img_2(self): self.assertEqual(len(a), region.rows * region.cols * 4) + @xfail_windows def test_resampling_to_numpy_img_3(self): region = Region() region.ewres = 0.4 @@ -169,6 +172,7 @@ def test_resampling_to_numpy_img_3(self): self.assertEqual(len(a), region.rows * region.cols * 1) + @xfail_windows def test_resampling_to_numpy_img_4(self): region = Region() region.ewres = 0.1 diff --git a/python/grass/pygrass/tests/benchmark.py b/python/grass/pygrass/tests/benchmark.py index 75e32541a59..fa7f0c01a65 100644 --- a/python/grass/pygrass/tests/benchmark.py +++ b/python/grass/pygrass/tests/benchmark.py @@ -12,11 +12,11 @@ import copy import cProfile import sys -import os from jinja2 import Template +from pathlib import Path -sys.path.append(os.getcwd()) -sys.path.append("%s/.." % (os.getcwd())) +sys.path.append(str(Path.cwd())) +sys.path.append("%s/.." % (str(Path.cwd()))) import grass.lib.gis as libgis import grass.lib.raster as libraster diff --git a/python/grass/pygrass/tests/set_mapset.py b/python/grass/pygrass/tests/set_mapset.py index f9d4a96fabf..105735efa5a 100644 --- a/python/grass/pygrass/tests/set_mapset.py +++ b/python/grass/pygrass/tests/set_mapset.py @@ -13,7 +13,7 @@ def read_gisrc(gisrcpath): - gisrc = open(gisrcpath, "r") + gisrc = open(gisrcpath) diz = {} for row in gisrc: key, val = row.split(":") diff --git a/python/grass/pygrass/utils.py b/python/grass/pygrass/utils.py index a04e3936a64..d8804665b1e 100644 --- a/python/grass/pygrass/utils.py +++ b/python/grass/pygrass/utils.py @@ -83,24 +83,23 @@ def find_in_gisdbase(type, pattern, gisdbase): (m, mset.name, mset.location, mset.gisdbase) for m in mset.glist(type, pattern) ] - elif gisdbase and location: + if gisdbase and location: loc = Location(location, gisdbase) return find_in_location(type, pattern, loc) - elif gisdbase: + if gisdbase: gis = Gisdbase(gisdbase) return find_in_gisdbase(type, pattern, gis) - elif location: + if location: loc = Location(location) return find_in_location(type, pattern, loc) - elif mapset: + if mapset: mset = Mapset(mapset) return [ (m, mset.name, mset.location, mset.gisdbase) for m in mset.glist(type, pattern) ] - else: - gis = Gisdbase() - return find_in_gisdbase(type, pattern, gis) + gis = Gisdbase() + return find_in_gisdbase(type, pattern, gis) def remove(oldname, maptype): @@ -136,11 +135,10 @@ def decode(obj, encoding=None): """ if isinstance(obj, String): return grassutils.decode(obj.data, encoding=encoding) - elif isinstance(obj, bytes): + if isinstance(obj, bytes): return grassutils.decode(obj) - else: - # eg None - return obj + # eg None + return obj def getenv(env): @@ -337,9 +335,8 @@ def get_raster_for_points(poi_vector, raster, column=None, region=None): result.append((poi.id, poi.x, poi.y, None)) if not column: return result - else: - poi.attrs.commit() - return True + poi.attrs.commit() + return True def r_export(rast, output="", fmt="png", **kargs): @@ -355,8 +352,7 @@ def r_export(rast, output="", fmt="png", **kargs): **kargs, ) return output - else: - raise ValueError("Raster map does not exist.") + raise ValueError("Raster map does not exist.") def get_lib_path(modname, libname=None): diff --git a/python/grass/pygrass/vector/__init__.py b/python/grass/pygrass/vector/__init__.py index 6f29a167b2e..461050807b0 100644 --- a/python/grass/pygrass/vector/__init__.py +++ b/python/grass/pygrass/vector/__init__.py @@ -70,8 +70,7 @@ def __init__(self, name, mapset="", *args, **kwargs): def __repr__(self): if self.exist(): return "%s(%r, %r)" % (self._class_name, self.name, self.mapset) - else: - return "%s(%r)" % (self._class_name, self.name) + return "%s(%r)" % (self._class_name, self.name) def __iter__(self): """:: @@ -315,10 +314,9 @@ def __getitem__(self, key): key.step or 1, ) ] - elif isinstance(key, int): + if isinstance(key, int): return self.read(key) - else: - raise ValueError("Invalid argument type: %r." % key) + raise ValueError("Invalid argument type: %r." % key) @must_be_open def num_primitive_of(self, primitive): @@ -392,11 +390,9 @@ def number_of(self, vtype): if isinstance(_NUMOF[vtype], tuple): fn, ptype = _NUMOF[vtype] return fn(self.c_mapinfo, ptype) - else: - return _NUMOF[vtype](self.c_mapinfo) - else: - keys = "', '".join(sorted(_NUMOF.keys())) - raise ValueError("vtype not supported, use one of: '%s'" % keys) + return _NUMOF[vtype](self.c_mapinfo) + keys = "', '".join(sorted(_NUMOF.keys())) + raise ValueError("vtype not supported, use one of: '%s'" % keys) @must_be_open def num_primitives(self): @@ -526,17 +522,16 @@ def cat(self, cat_id, vtype, layer=None, generator=False, geo=None): ) for v_id in ilist ) - else: - return [ - read_line( - feature_id=v_id, - c_mapinfo=self.c_mapinfo, - table=self.table, - writeable=self.writeable, - is2D=is2D, - ) - for v_id in ilist - ] + return [ + read_line( + feature_id=v_id, + c_mapinfo=self.c_mapinfo, + table=self.table, + writeable=self.writeable, + is2D=is2D, + ) + for v_id in ilist + ] @must_be_open def read(self, feature_id): @@ -855,7 +850,7 @@ def features_to_wkb_list(self, bbox=None, feature_type="point", field=1): if not barray: if error == -1: raise GrassError( - _("Unable to read line of feature %i" % (f_id)) + _("Unable to read line of feature %i") % (f_id) ) if error == -2: print("Empty feature %i" % (f_id)) @@ -947,7 +942,7 @@ def areas_to_wkb_list(self, bbox=None, field=1): self.c_mapinfo, a_id, ctypes.byref(size) ) if not barray: - raise GrassError(_("Unable to read area with id %i" % (a_id))) + raise GrassError(_("Unable to read area with id %i") % (a_id)) pcat = None c_ok = libvect.Vect_get_area_cats( diff --git a/python/grass/pygrass/vector/abstract.py b/python/grass/pygrass/vector/abstract.py index 2e5e096b585..bf8ca4cc1f4 100644 --- a/python/grass/pygrass/vector/abstract.py +++ b/python/grass/pygrass/vector/abstract.py @@ -303,8 +303,7 @@ def exist(self): >>>>>>> main return bool(mapset) return bool(utils.get_mapset_vector(self.name, self.mapset)) - else: - return False + return False def is_open(self): """Return if the Vector is open""" @@ -443,6 +442,7 @@ def open( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "The databse link for layer %d of <%s> references layer %d." ======= @@ -481,6 +481,8 @@ def open( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "The database link for layer %d of <%s> references layer %d." ======= @@ -498,6 +500,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)) @@ -570,6 +573,11 @@ def open( ======= "The databse link for layer %d of <%s> references layer %d." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "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) ) @@ -603,14 +611,14 @@ def close(self, build=False): if hasattr(self, "table") and self.table is not None: self.table.conn.close() if self.is_open(): - if libvect.Vect_close(self.c_mapinfo) != 0: - str_err = "Error when trying to close the map with Vect_close" - raise GrassError(str_err) if ( self.c_mapinfo.contents.mode in {libvect.GV_MODE_RW, libvect.GV_MODE_WRITE} ) and build: self.build() + if libvect.Vect_close(self.c_mapinfo) != 0: + str_err = "Error when trying to close the map with Vect_close" + raise GrassError(str_err) def remove(self): """Remove vector map""" @@ -620,16 +628,11 @@ def remove(self): def build(self): """Close the vector map and build vector Topology""" - self.close() - libvect.Vect_set_open_level(1) - if libvect.Vect_open_old2(self.c_mapinfo, self.name, self.mapset, "0") != 1: - str_err = "Error when trying to open the vector map." - raise GrassError(str_err) - # Vect_build returns 1 on success and 0 on error (bool approach) - if libvect.Vect_build(self.c_mapinfo) != 1: - str_err = "Error when trying build topology with Vect_build" - raise GrassError(str_err) - libvect.Vect_close(self.c_mapinfo) + if self.is_open(): + # Vect_build returns 1 on success and 0 on error (bool approach) + if libvect.Vect_build(self.c_mapinfo) != 1: + str_err = "Error when trying build topology with Vect_build" + raise GrassError(str_err) if __name__ == "__main__": diff --git a/python/grass/pygrass/vector/basic.py b/python/grass/pygrass/vector/basic.py index 079f7ac829f..f031e23ff98 100644 --- a/python/grass/pygrass/vector/basic.py +++ b/python/grass/pygrass/vector/basic.py @@ -149,8 +149,7 @@ def nsewtb(self, tb=True): """ if tb: return (self.north, self.south, self.east, self.west, self.top, self.bottom) - else: - return (self.north, self.south, self.east, self.west) + return (self.north, self.south, self.east, self.west) class BoxList: @@ -308,14 +307,13 @@ def __getitem__(self, key): self.c_ilist.contents.value[indx] for indx in range(*key.indices(len(self))) ] - elif isinstance(key, int): + if isinstance(key, int): if key < 0: # Handle negative indices key += self.c_ilist.contents.n_values if key >= self.c_ilist.contents.n_values: raise IndexError("Index out of range") return self.c_ilist.contents.value[key] - else: - raise ValueError("Invalid argument type: %r." % key) + raise ValueError("Invalid argument type: %r." % key) def __setitem__(self, key, value): if self.contains(value): @@ -329,7 +327,7 @@ def __iter__(self): return (self.c_ilist.contents.value[i] for i in range(self.__len__())) def __repr__(self): - return "Ilist(%r)" % [i for i in self.__iter__()] + return "Ilist(%r)" % list(self.__iter__()) def __contains__(self, item): return item in self.__iter__() diff --git a/python/grass/pygrass/vector/find.py b/python/grass/pygrass/vector/find.py index 9333497f110..25ce9aca8f4 100644 --- a/python/grass/pygrass/vector/find.py +++ b/python/grass/pygrass/vector/find.py @@ -490,11 +490,10 @@ def geos(self, bbox, type="all", bboxlist_only=False): ): if bboxlist_only: return found - else: - return ( - read_line(f_id, self.c_mapinfo, self.table, self.writeable) - for f_id in found.ids - ) + return ( + read_line(f_id, self.c_mapinfo, self.table, self.writeable) + for f_id in found.ids + ) @must_be_open def nodes(self, bbox): @@ -592,16 +591,15 @@ def areas(self, bbox, boxlist=None, bboxlist_only=False): ): if bboxlist_only: return boxlist - else: - return ( - Area( - v_id=a_id, - c_mapinfo=self.c_mapinfo, - table=self.table, - writeable=self.writeable, - ) - for a_id in boxlist.ids + return ( + Area( + v_id=a_id, + c_mapinfo=self.c_mapinfo, + table=self.table, + writeable=self.writeable, ) + for a_id in boxlist.ids + ) @must_be_open def islands(self, bbox, bboxlist_only=False): @@ -652,16 +650,15 @@ def islands(self, bbox, bboxlist_only=False): ): if bboxlist_only: return found - else: - return ( - Isle( - v_id=i_id, - c_mapinfo=self.c_mapinfo, - table=self.table, - writeable=self.writeable, - ) - for i_id in found.ids + return ( + Isle( + v_id=i_id, + c_mapinfo=self.c_mapinfo, + table=self.table, + writeable=self.writeable, ) + for i_id in found.ids + ) class PolygonFinder(AbstractFinder): diff --git a/python/grass/pygrass/vector/geometry.py b/python/grass/pygrass/vector/geometry.py index 8205e2d3175..27a0823c982 100644 --- a/python/grass/pygrass/vector/geometry.py +++ b/python/grass/pygrass/vector/geometry.py @@ -94,8 +94,7 @@ def intersects(lineA, lineB, with_z=False): lineA.c_points, lineB.c_points, line.c_points, int(with_z) ): return line - else: - return [] + return [] # ============================================= @@ -370,8 +369,7 @@ def cat(self): def has_topology(self): if self.c_mapinfo is not None: return self.c_mapinfo.contents.level == 2 - else: - return False + return False @mapinfo_must_be_set def read(self): @@ -539,8 +537,7 @@ def coords(self): """ if self.is2D: return self.x, self.y - else: - return self.x, self.y, self.z + return self.x, self.y, self.z def to_wkt_p(self): """Return a "well know text" (WKT) geometry string Python implementation. :: @@ -577,10 +574,9 @@ def distance(self, pnt): """ if self.is2D or pnt.is2D: return libvect.Vect_points_distance(self.x, self.y, 0, pnt.x, pnt.y, 0, 0) - else: - return libvect.Vect_points_distance( - self.x, self.y, self.z, pnt.x, pnt.y, pnt.z, 1 - ) + return libvect.Vect_points_distance( + self.x, self.y, self.z, pnt.x, pnt.y, pnt.z, 1 + ) def buffer( self, dist=None, dist_x=None, dist_y=None, angle=0, round_=True, tol=0.1 @@ -675,7 +671,7 @@ def __getitem__(self, key): ) for indx in range(*key.indices(len(self))) ] - elif isinstance(key, int): + if isinstance(key, int): if key < 0: # Handle negative indices key += self.c_points.contents.n_points if key >= self.c_points.contents.n_points: @@ -685,8 +681,7 @@ def __getitem__(self, key): self.c_points.contents.y[key], None if self.is2D else self.c_points.contents.z[key], ) - else: - raise ValueError("Invalid argument type: %r." % key) + raise ValueError("Invalid argument type: %r." % key) def __setitem__(self, indx, pnt): """Change the coordinate of point. :: @@ -1355,6 +1350,7 @@ class Boundary(Line): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1437,6 +1433,11 @@ class Boundary(Line): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) # geometry type @@ -1471,8 +1472,7 @@ def _centroid(self, side, idonly=False): v_id = v_id or None if idonly: return v_id - else: - return Centroid(v_id=v_id, c_mapinfo=self.c_mapinfo) + return Centroid(v_id=v_id, c_mapinfo=self.c_mapinfo) def left_centroid(self, idonly=False): """Return left centroid @@ -1967,7 +1967,7 @@ def c_read_next_line(c_mapinfo, c_points, c_cats): v_id = v_id if v_id != 0 else None ftype = libvect.Vect_read_next_line(c_mapinfo, c_points, c_cats) if ftype == -2: - raise StopIteration() + raise StopIteration if ftype == -1: raise return ftype, v_id, c_points, c_cats @@ -2012,8 +2012,7 @@ def c_read_line(feature_id, c_mapinfo, c_points, c_cats): if feature_id > 0: ftype = libvect.Vect_read_line(c_mapinfo, c_points, c_cats, feature_id) return feature_id, ftype, c_points, c_cats - else: - raise ValueError("The index must be >0, %r given." % feature_id) + raise ValueError("The index must be >0, %r given." % feature_id) def read_line( diff --git a/python/grass/pygrass/vector/table.py b/python/grass/pygrass/vector/table.py index d2528da356f..02f7073b21b 100644 --- a/python/grass/pygrass/vector/table.py +++ b/python/grass/pygrass/vector/table.py @@ -42,6 +42,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -124,6 +125,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if sys.version_info.major >= 3: @@ -175,14 +181,13 @@ def get_path(path, vect_name=None): """ if "$" not in path: return path - else: - mapset = Mapset() - path = path.replace("$GISDBASE", mapset.gisdbase) - path = path.replace("$LOCATION_NAME", mapset.location) - path = path.replace("$MAPSET", mapset.name) - if vect_name is not None: - path = path.replace("$MAP", vect_name) - return path + mapset = Mapset() + path = path.replace("$GISDBASE", mapset.gisdbase) + path = path.replace("$LOCATION_NAME", mapset.location) + path = path.replace("$MAPSET", mapset.name) + if vect_name is not None: + path = path.replace("$MAP", vect_name) + return path class Filters: @@ -436,8 +441,7 @@ def sql_descr(self, remove=None): return ", ".join( ["%s %s" % (key, val) for key, val in self.items() if key != remove] ) - else: - return ", ".join(["%s %s" % (key, val) for key, val in self.items()]) + return ", ".join(["%s %s" % (key, val) for key, val in self.items()]) def types(self): """Return a list with the column types. @@ -482,8 +486,7 @@ def names(self, remove=None, unicod=True): nams = list(self.odict.keys()) if unicod: return nams - else: - return [str(name) for name in nams] + return [str(name) for name in nams] def items(self): """Return a list of tuple with column name and column type. @@ -901,10 +904,7 @@ def __eq__(self, link): False """ attrs = ["layer", "name", "table_name", "key", "driver"] - for attr in attrs: - if getattr(self, attr) != getattr(link, attr): - return False - return True + return all(getattr(self, attr) == getattr(link, attr) for attr in attrs) def __ne__(self, other): return not self == other @@ -960,7 +960,7 @@ def connection(self): if not os.path.exists(dbdirpath): os.mkdir(dbdirpath) return sqlite3.connect(dbpath) - elif driver == "pg": + if driver == "pg": try: import psycopg2 @@ -1053,11 +1053,10 @@ def __iter__(self): def __getitem__(self, item): if isinstance(item, int): return self.by_index(item) - else: - return self.by_name(item) + return self.by_name(item) def __repr__(self): - return "DBlinks(%r)" % [link for link in self.__iter__()] + return "DBlinks(%r)" % list(self.__iter__()) def by_index(self, indx): """Return a Link object by index diff --git a/python/grass/pygrass/vector/testsuite/test_table.py b/python/grass/pygrass/vector/testsuite/test_table.py index 1acb410a10f..d87786fb3bd 100644 --- a/python/grass/pygrass/vector/testsuite/test_table.py +++ b/python/grass/pygrass/vector/testsuite/test_table.py @@ -65,7 +65,7 @@ def get_table_random_values(nrows, columns): raise TypeError("Unknown column type %s for: %s" % (ctype, cname)) vals.append(COL2VALS[ctype](nrows)) dtype.append((cname, vals[-1].dtype.str)) - return np.array([v for v in zip(*vals)], dtype=dtype) + return np.array(list(zip(*vals)), dtype=dtype) class DBconnection: diff --git a/python/grass/script/array.py b/python/grass/script/array.py index 5d31d83f866..6e5aae5630b 100644 --- a/python/grass/script/array.py +++ b/python/grass/script/array.py @@ -117,6 +117,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= import numpy as np @@ -163,6 +164,11 @@ <<<<<<< HEAD >>>>>>> osgeo-main ======= +import numpy as np +======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= from __future__ import absolute_import >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -172,6 +178,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) @@ -184,6 +191,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from .utils import try_remove from . import core as gcore diff --git a/python/grass/script/core.py b/python/grass/script/core.py index 0e664714ade..22f884735e3 100644 --- a/python/grass/script/core.py +++ b/python/grass/script/core.py @@ -36,6 +36,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2008-2023 by the GRASS Development Team @@ -105,6 +106,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main (C) 2008-2024 by the GRASS Development Team ======= (C) 2008-2021 by the GRASS Development Team @@ -122,6 +125,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -141,6 +145,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= (C) 2008-2021 by the GRASS Development Team >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -159,6 +165,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -178,6 +185,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= (C) 2008-2022 by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -195,6 +204,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2008-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -310,6 +320,11 @@ (C) 2008-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +(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. @@ -354,6 +369,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -385,6 +401,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from grass.grassdb.manage import resolve_mapset_path ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -402,6 +420,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -449,6 +468,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # subprocess wrapper that uses shell on Windows @@ -540,8 +561,7 @@ def _make_unicode(val, enc): if enc == "default": return decode(val) - else: - return decode(val, encoding=enc) + return decode(val, encoding=enc) def get_commands(*, env=None): @@ -762,7 +782,7 @@ def get_module_and_code(args, kwargs): return result if handler.lower() == "ignore": return result - elif handler.lower() == "fatal": + if handler.lower() == "fatal": module, code = get_module_and_code(args, kwargs) fatal( _( @@ -1126,6 +1146,7 @@ def debug(msg, debug=1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1206,6 +1227,11 @@ def debug(msg, debug=1): >>>>>>> 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 """Display a debugging message using `g.message -d`. @@ -1233,6 +1259,7 @@ def debug(msg, debug=1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1263,6 +1290,8 @@ def debug(msg, debug=1): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param env: dictionary with system environment variables (`os.environ` by default) ======= @@ -1281,6 +1310,7 @@ def debug(msg, debug=1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1327,6 +1357,8 @@ def debug(msg, debug=1): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """ if debug_level() >= debug: @@ -1549,6 +1581,7 @@ def parser(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1615,6 +1648,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)) @@ -1636,6 +1673,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)) @@ -1750,6 +1788,11 @@ def parser(): ======= https://grass.osgeo.org/grass-devel/manuals/parser_standard_options.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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"): @@ -1910,7 +1953,7 @@ def _text_to_key_value_dict( {'a': ['Hello'], 'c': [1, 2, 3, 4, 5], 'b': [1.0], 'd': ['hello', 8, 0.1]} """ - text = open(filename, "r").readlines() + text = open(filename).readlines() kvdict = KeyValue() for line in text: @@ -2120,7 +2163,7 @@ def region_env(region3d=False, flags=None, env=None, **kwargs): windfile = os.path.join( gis_env["GISDBASE"], gis_env["LOCATION_NAME"], gis_env["MAPSET"], "WIND" ) - with open(windfile, "r") as fd: + with open(windfile) as fd: grass_region = "" for line in fd: key, value = (x.strip() for x in line.split(":", 1)) @@ -2494,8 +2537,7 @@ def verbosity(): vbstr = os.getenv("GRASS_VERBOSE") if vbstr: return int(vbstr) - else: - return 2 + return 2 # Various utilities, not specific to GRASS @@ -2738,7 +2780,7 @@ def _create_location_xy(database, location): :param database: GRASS database where to create new location :param location: location name """ - cur_dir = os.getcwd() + cur_dir = Path.cwd() try: os.chdir(database) os.mkdir(location) diff --git a/python/grass/script/db.py b/python/grass/script/db.py index 2529e6c4b05..3bb718c4687 100644 --- a/python/grass/script/db.py +++ b/python/grass/script/db.py @@ -36,6 +36,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -117,6 +118,11 @@ ======= >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) >>>>>>> osgeo-main +======= +>>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main import os from .core import ( @@ -328,8 +334,7 @@ def db_table_in_vector(table, mapset=".", env=None): break if len(used) > 0: return used - else: - return None + return None def db_begin_transaction(driver): diff --git a/python/grass/script/raster.py b/python/grass/script/raster.py index f9937902dab..bcaab7ef596 100644 --- a/python/grass/script/raster.py +++ b/python/grass/script/raster.py @@ -65,8 +65,8 @@ def raster_history(map, overwrite=False, env=None): _( "Unable to write history for <%(map)s>. " "Raster map <%(map)s> not found in current mapset." - % {"map": map, "map": map} ) + % {"map": map, "map": map} ) return False @@ -88,8 +88,7 @@ def raster_info(map, env=None): def float_or_null(s): if s == "NULL": return None - else: - return float(s) + return float(s) s = read_command("r.info", flags="gre", map=map, env=env) kv = parse_key_val(s) diff --git a/python/grass/script/raster3d.py b/python/grass/script/raster3d.py index 3b89b4fb707..e3db5398158 100644 --- a/python/grass/script/raster3d.py +++ b/python/grass/script/raster3d.py @@ -47,8 +47,7 @@ def raster3d_info(map, env=None): def float_or_null(s): if s == "NULL": return None - else: - return float(s) + return float(s) s = read_command("r3.info", flags="rg", map=map, env=env) kv = parse_key_val(s) diff --git a/python/grass/script/setup.py b/python/grass/script/setup.py index e8b3df027ce..0c3d487e636 100644 --- a/python/grass/script/setup.py +++ b/python/grass/script/setup.py @@ -46,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -104,6 +105,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main executable = "grass" if sys.platform.startswith("win"): @@ -133,6 +136,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -158,6 +162,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) grass8bin = 'grass' @@ -190,6 +196,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -306,6 +313,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # query GRASS GIS itself for its GISBASE startcmd = [grass8bin, '--config', 'path'] @@ -337,6 +346,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -361,6 +371,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # query GRASS GIS itself for its Python package path grass_cmd = [executable, "--config", "python_path"] @@ -378,6 +390,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -402,6 +415,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # query GRASS GIS itself for its Python package path grass_cmd = [executable, "--config", "python_path"] @@ -419,6 +434,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -462,6 +478,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # define GRASS-Python environment @@ -496,6 +514,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -562,6 +581,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)) @@ -583,6 +606,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= gs.message("Current GRASS GIS 8 environment:") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -697,6 +721,11 @@ ======= gs.message("Current GRASS GIS 8 environment:") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + gs.message("Current GRASS GIS 8 environment:") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main print(gs.gisenv()) @@ -740,6 +769,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2010-2023 by the GRASS Development Team @@ -809,6 +839,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main (C) 2010-2024 by the GRASS Development Team ======= (C) 2010-2021 by the GRASS Development Team @@ -826,6 +858,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -845,6 +878,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= (C) 2010-2021 by the GRASS Development Team >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -863,6 +898,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -882,6 +918,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= (C) 2010-2022 by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -899,6 +937,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2010-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -1014,6 +1053,11 @@ (C) 2010-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> osgeo-main +======= +======= +(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. @@ -1076,6 +1120,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 @@ -1229,6 +1274,8 @@ def setup_runtime_env(gisbase): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main The function tries to determine path tp GRASS GIS installation so that the @@ -1487,6 +1534,7 @@ def init(path, location=None, mapset=None, *, grass_path=None, env=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1501,6 +1549,8 @@ def init(path, location=None, mapset=None, *, grass_path=None, env=None): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= The function tries to determine path tp GRASS GIS installation so that the @@ -1626,6 +1676,7 @@ def setup_runtime_env(gisbase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1637,6 +1688,8 @@ def setup_runtime_env(gisbase): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main If *path* is not provided and no relevant environmental variables are set, the @@ -1792,6 +1845,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Basic usage:: @@ -2478,6 +2532,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Basic usage:: @@ -2544,6 +2600,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Set GRASS_PYTHON and PYTHONPATH to find GRASS Python modules if not os.getenv("GRASS_PYTHON"): @@ -3030,6 +3087,8 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # TODO: lock the mapset? os.environ["GIS_LOCK"] = str(os.getpid()) @@ -3140,6 +3199,7 @@ def init(path, location=None, mapset=None, grass_path=None): setup_runtime_env(grass_path) +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -3490,6 +3550,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # TODO: lock the mapset? env["GIS_LOCK"] = str(os.getpid()) @@ -3517,6 +3579,7 @@ class SessionHandle: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= class SessionHandle: """Object used to manage GRASS sessions. @@ -3572,6 +3635,9 @@ class SessionHandle: >>>>>>> osgeo-main ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -3642,6 +3708,7 @@ def active(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3678,6 +3745,8 @@ def active(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main @property def env(self): @@ -3697,6 +3766,7 @@ def env(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3757,6 +3827,10 @@ def env(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 2691fda3736..f8396623c9f 100644 --- a/python/grass/script/task.py +++ b/python/grass/script/task.py @@ -32,6 +32,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -63,6 +64,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -80,6 +83,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -127,6 +131,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import os import re import sys @@ -140,6 +146,12 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +ETREE_EXCEPTIONS = (ET.ParseError, expat.ExpatError) +======= +<<<<<<< HEAD +>>>>>>> osgeo-main ======= ETREE_EXCEPTIONS = (ET.ParseError, expat.ExpatError) ======= @@ -171,6 +183,10 @@ >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 4bd0126b6c (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main ======= >>>>>>> 4bd0126b6c (pythonlib: Remove star imports (#1546)) >>>>>>> osgeo-main @@ -238,8 +254,7 @@ def get_name(self): name, ext = os.path.splitext(self.name) if ext in {".py", ".sh"}: return name - else: - return self.name + return self.name return self.name @@ -251,10 +266,8 @@ def get_description(self, full=True): if self.label: if full: return self.label + " " + self.description - else: - return self.label - else: - return self.description + return self.label + return self.description def get_keywords(self): """Get module's keywords""" @@ -395,11 +408,7 @@ def get_options(self): def has_required(self): """Check if command has at least one required parameter""" - for p in self.params: - if p.get("required", False): - return True - - return False + return any(p.get("required", False) for p in self.params) def set_param(self, aParam, aValue, element="value"): """Set param value/values.""" diff --git a/python/grass/script/tests/grass_script_setup_test.py b/python/grass/script/tests/grass_script_setup_test.py index 62a0ca37b74..36dfbb77dbb 100644 --- a/python/grass/script/tests/grass_script_setup_test.py +++ b/python/grass/script/tests/grass_script_setup_test.py @@ -51,7 +51,7 @@ def test_init_session_finish(tmp_path): gs.run_command("g.region", flags="p", env=session.env) session_file = session.env["GISRC"] session.finish() - with pytest.raises(ValueError): + with pytest.raises(ValueError): # noqa: PT011 session.finish() assert not session.active assert not os.path.exists(session_file) diff --git a/python/grass/script/testsuite/test_start_command_functions.py b/python/grass/script/testsuite/test_start_command_functions.py index 8a9a0232ec9..c7a35120864 100644 --- a/python/grass/script/testsuite/test_start_command_functions.py +++ b/python/grass/script/testsuite/test_start_command_functions.py @@ -4,6 +4,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows from grass.script.core import start_command, PIPE, run_command, write_command from grass.script.core import read_command, find_program @@ -85,6 +86,7 @@ def setUpClass(cls): def tearDownClass(cls): cls.runModule("g.remove", type="raster", name=cls.raster, flags="f") + @xfail_windows def test_write_labels_unicode(self): """This tests if Python module works""" find_program("ls", "--version") @@ -115,6 +117,7 @@ def test_write_labels_unicode(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -195,9 +198,15 @@ def test_write_labels_unicode(self): >>>>>>> 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 self.assertIsInstance(res, str) + @xfail_windows def test_write_labels_bytes(self): """This tests if Python module works""" write_command( diff --git a/python/grass/script/testsuite/test_utils.py b/python/grass/script/testsuite/test_utils.py index db12041d66d..67d2c59dd69 100644 --- a/python/grass/script/testsuite/test_utils.py +++ b/python/grass/script/testsuite/test_utils.py @@ -2,6 +2,7 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows from grass.script import utils @@ -39,6 +40,7 @@ def test_bytes(self): def test_unicode(self): self.assertEqual(b"text", utils.encode("text")) + @xfail_windows def test_bytes_garbage_in_out(self): """If the input is bytes we should not touch it for encoding""" self.assertEqual( diff --git a/python/grass/script/utils.py b/python/grass/script/utils.py index 13d049412a4..448289b57aa 100644 --- a/python/grass/script/utils.py +++ b/python/grass/script/utils.py @@ -28,6 +28,8 @@ import random import string +from pathlib import Path + def float_or_dms(s): """Convert DMS to float. @@ -67,13 +69,13 @@ def separator(sep): """ if sep == "pipe": return "|" - elif sep == "comma": + if sep == "comma": return "," - elif sep == "space": + if sep == "space": return " " - elif sep in {"tab", "\\t"}: + if sep in {"tab", "\\t"}: return "\t" - elif sep in {"newline", "\\n"}: + if sep in {"newline", "\\n"}: return "\n" return sep @@ -89,8 +91,8 @@ def diff_files(filename_a, filename_b): import difflib differ = difflib.Differ() - fh_a = open(filename_a, "r") - fh_b = open(filename_b, "r") + fh_a = open(filename_a) + fh_b = open(filename_b) return list(differ.compare(fh_a.readlines(), fh_b.readlines())) @@ -371,10 +373,9 @@ def get_lib_path(modname, libname=None): getenv("GRASS_ADDON_BASE") and libname and isdir(join(getenv("GRASS_ADDON_BASE"), "etc", modname, libname)) - ): - path = join(getenv("GRASS_ADDON_BASE"), "etc", modname) - elif getenv("GRASS_ADDON_BASE") and isdir( - join(getenv("GRASS_ADDON_BASE"), "etc", modname) + ) or ( + getenv("GRASS_ADDON_BASE") + and isdir(join(getenv("GRASS_ADDON_BASE"), "etc", modname)) ): path = join(getenv("GRASS_ADDON_BASE"), "etc", modname) elif getenv("GRASS_ADDON_BASE") and isdir( @@ -383,7 +384,7 @@ def get_lib_path(modname, libname=None): path = join(os.getenv("GRASS_ADDON_BASE"), modname, modname) else: # used by g.extension compilation process - cwd = os.getcwd() + cwd = str(Path.cwd()) idx = cwd.find(modname) if idx < 0: return None @@ -463,10 +464,10 @@ def set_path(modulename, dirname=None, path="."): import sys # TODO: why dirname is checked first - the logic should be revised - pathlib = None + _pathlib = None if dirname: - pathlib = os.path.join(path, dirname) - if pathlib and os.path.exists(pathlib): + _pathlib = os.path.join(path, dirname) + if _pathlib and os.path.exists(_pathlib): # we are running the script from the script directory, therefore # we add the path to sys.path to reach the directory (dirname) sys.path.append(os.path.abspath(path)) @@ -477,7 +478,7 @@ def set_path(modulename, dirname=None, path="."): pathname = os.path.join(modulename, dirname) if dirname else modulename raise ImportError( "Not able to find the path '%s' directory " - "(current dir '%s')." % (pathname, os.getcwd()) + "(current dir '%s')." % (pathname, Path.cwd()) ) sys.path.insert(0, path) diff --git a/python/grass/script/vector.py b/python/grass/script/vector.py index cbf6a69247f..cc36f1c7f43 100644 --- a/python/grass/script/vector.py +++ b/python/grass/script/vector.py @@ -43,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD from grass.exceptions import CalledModuleError, ScriptError ======= @@ -113,6 +114,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= from grass.exceptions import CalledModuleError, ScriptError @@ -122,6 +125,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -134,6 +138,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from grass.exceptions import CalledModuleError, ScriptError >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) diff --git a/python/grass/temporal/abstract_dataset.py b/python/grass/temporal/abstract_dataset.py index cfe3c83a841..bf30afa21dd 100644 --- a/python/grass/temporal/abstract_dataset.py +++ b/python/grass/temporal/abstract_dataset.py @@ -76,7 +76,7 @@ def get_number_of_relations(self): """ if self.is_temporal_topology_build() and not self.is_spatial_topology_build(): return self.get_number_of_temporal_relations() - elif self.is_spatial_topology_build() and not self.is_temporal_topology_build(): + if self.is_spatial_topology_build() and not self.is_temporal_topology_build(): self.get_number_of_spatial_relations() else: return ( @@ -511,8 +511,7 @@ def is_time_absolute(self): """ if "temporal_type" in self.base.D: return self.base.get_ttype() == "absolute" - else: - return None + return None def is_time_relative(self): """Return True in case the temporal type is relative @@ -521,8 +520,7 @@ def is_time_relative(self): """ if "temporal_type" in self.base.D: return self.base.get_ttype() == "relative" - else: - return None + return None def get_temporal_extent(self): """Return the temporal extent of the correct internal type""" diff --git a/python/grass/temporal/abstract_map_dataset.py b/python/grass/temporal/abstract_map_dataset.py index 3ca0cf9c2bf..11a6001da74 100644 --- a/python/grass/temporal/abstract_map_dataset.py +++ b/python/grass/temporal/abstract_map_dataset.py @@ -232,8 +232,7 @@ def build_id_from_search_path(name, element): if layer is not None: return f"{name}:{layer}@{mapset}" - else: - return f"{name}@{mapset}" + return f"{name}@{mapset}" @staticmethod def build_id(name, mapset, layer=None): @@ -258,8 +257,7 @@ def build_id(name, mapset, layer=None): if layer is not None: return f"{name}:{layer}@{mapset}" - else: - return f"{name}@{mapset}" + return f"{name}@{mapset}" def get_layer(self): """Return the layer of the map @@ -443,15 +441,11 @@ def set_absolute_time(self, start_time, end_time=None): } ) return False - else: - self.msgr.error( - _( - "Start time must be of type datetime for " - "%(type)s map <%(id)s>" - ) - % {"type": self.get_type(), "id": self.get_map_id()} - ) - return False + self.msgr.error( + _("Start time must be of type datetime for %(type)s map <%(id)s>") + % {"type": self.get_type(), "id": self.get_map_id()} + ) + return False if end_time and not isinstance(end_time, datetime): if self.get_layer(): @@ -467,12 +461,11 @@ def set_absolute_time(self, start_time, end_time=None): } ) return False - else: - self.msgr.error( - _("End time must be of type datetime for %(type)s map <%(id)s>") - % {"type": self.get_type(), "id": self.get_map_id()} - ) - return False + self.msgr.error( + _("End time must be of type datetime for %(type)s map <%(id)s>") + % {"type": self.get_type(), "id": self.get_map_id()} + ) + return False if start_time is not None and end_time is not None: if start_time > end_time: @@ -490,17 +483,16 @@ def set_absolute_time(self, start_time, end_time=None): } ) return False - else: - self.msgr.error( - _( - "End time must be greater than start " - "time for %(type)s map <%(id)s>" - ) - % {"type": self.get_type(), "id": self.get_map_id()} + self.msgr.error( + _( + "End time must be greater than start " + "time for %(type)s map <%(id)s>" ) - return False + % {"type": self.get_type(), "id": self.get_map_id()} + ) + return False # Do not create an interval in case start and end time are equal - elif start_time == end_time: + if start_time == end_time: end_time = None self.base.set_ttype("absolute") @@ -618,7 +610,7 @@ def set_relative_time(self, start_time, end_time, unit): ) return False # Do not create an interval in case start and end time are equal - elif start_time == end_time: + if start_time == end_time: end_time = None self.base.set_ttype("relative") @@ -1028,6 +1020,7 @@ def delete(self, dbif=None, update=True, execute=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1110,6 +1103,11 @@ def delete(self, dbif=None, update=True, execute=True): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) # SELECT all needed information from the database diff --git a/python/grass/temporal/abstract_space_time_dataset.py b/python/grass/temporal/abstract_space_time_dataset.py index 17dbf878e48..4f297312fd5 100644 --- a/python/grass/temporal/abstract_space_time_dataset.py +++ b/python/grass/temporal/abstract_space_time_dataset.py @@ -16,6 +16,7 @@ class that is the base class for all space time datasets. import uuid from abc import ABCMeta, abstractmethod from datetime import datetime +from pathlib import Path from .abstract_dataset import AbstractDataset, AbstractDatasetComparisonKeyStartTime from .core import ( @@ -40,6 +41,7 @@ class that is the base class for all space time datasets. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -67,6 +69,8 @@ class that is the base class for all space time datasets. ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main init_dbif, ) @@ -85,6 +89,9 @@ class that is the base class for all space time datasets. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -109,6 +116,7 @@ class that is the base class for all space time datasets. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -207,6 +215,9 @@ class that is the base class for all space time datasets. >>>>>>> 3309d04075 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> 3309d04075 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) @@ -216,6 +227,7 @@ class that is the base class for all space time datasets. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 4f1b897788 (style(temporal): Sort and group imports (#3959)) @@ -240,6 +252,8 @@ class that is the base class for all space time datasets. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ) from .temporal_granularity import ( check_granularity_string, @@ -605,9 +619,7 @@ def insert(self, dbif=None, execute=True): # %s;"%(stds_register_table + "_index", stds_register_table)) # Read the SQL template - sql = open( - os.path.join(sql_path, "stds_map_register_table_template.sql"), "r" - ).read() + sql = Path(sql_path, "stds_map_register_table_template.sql").read_text() # Create a raster, raster3d or vector tables sql = sql.replace("SPACETIME_REGISTER_TABLE", stds_register_table) @@ -1624,6 +1636,7 @@ def get_registered_maps_as_objects_with_gaps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1660,6 +1673,8 @@ def get_registered_maps_as_objects_with_gaps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys @@ -1683,6 +1698,7 @@ def get_registered_maps_as_objects_with_gaps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1743,6 +1759,10 @@ def get_registered_maps_as_objects_with_gaps( ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -1765,6 +1785,7 @@ def get_registered_maps_as_objects_with_gaps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -1845,6 +1866,11 @@ def get_registered_maps_as_objects_with_gaps( >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -1930,6 +1956,7 @@ def get_registered_maps_as_objects_with_temporal_topology( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1966,6 +1993,8 @@ def get_registered_maps_as_objects_with_temporal_topology( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys @@ -1989,6 +2018,7 @@ def get_registered_maps_as_objects_with_temporal_topology( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -2049,6 +2079,10 @@ def get_registered_maps_as_objects_with_temporal_topology( ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -2071,6 +2105,7 @@ def get_registered_maps_as_objects_with_temporal_topology( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -2151,6 +2186,11 @@ def get_registered_maps_as_objects_with_temporal_topology( >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main :return: The ordered map object list, @@ -2212,6 +2252,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2248,6 +2289,8 @@ def get_registered_maps_as_objects( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys @@ -2271,6 +2314,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -2331,6 +2375,10 @@ def get_registered_maps_as_objects( ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -2353,6 +2401,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -2433,6 +2482,11 @@ def get_registered_maps_as_objects( >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main :return: The ordered map object list, @@ -2472,6 +2526,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # use all columns rows = self.get_registered_maps( @@ -2513,6 +2568,8 @@ def get_registered_maps_as_objects( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # check keys in first row # note that 'if "bottom" in row' does not work @@ -2571,6 +2628,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2590,6 +2648,8 @@ def get_registered_maps_as_objects( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) # use all columns <<<<<<< HEAD @@ -2605,6 +2665,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2628,6 +2689,8 @@ def get_registered_maps_as_objects( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main rows = self.get_registered_maps( None, where, order, dbif, spatial_extent, spatial_relation @@ -2653,6 +2716,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2723,6 +2787,8 @@ def get_registered_maps_as_objects( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if rows is not None: @@ -2795,8 +2861,7 @@ def leading_zero(value): try: if value.startswith("0"): return value.lstrip("0") - else: - return "{0:02d}".format(int(value)) + return "{0:02d}".format(int(value)) except ValueError: return None @@ -2854,6 +2919,7 @@ def leading_zero(value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2934,6 +3000,11 @@ def leading_zero(value): >>>>>>> 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 br="semantic_label", si=shortcut_identifier, @@ -2978,6 +3049,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :param dict spatial_relation: Spatial relation to the provided ======= @@ -3016,6 +3088,8 @@ def _update_where_statement_by_spatial_extent( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param str spatial_relation: Spatial relation to the provided ======= @@ -3033,6 +3107,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)) @@ -3105,6 +3180,11 @@ def _update_where_statement_by_spatial_extent( ======= :param dict spatial_relation: Spatial relation to the provided >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= + :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") @@ -3132,6 +3212,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD >>> _update_where_statement_by_spatial_extent(where, spatial_extent, "overlaps") ======= @@ -3170,6 +3251,8 @@ def _update_where_statement_by_spatial_extent( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main >>> _update_where_statement_by_spatial_extent( ... where, spatial_extent, "overlaps" @@ -3189,6 +3272,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)) @@ -3261,6 +3345,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)) +>>>>>>> osgeo-main +======= +======= + >>> _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)) """ @@ -3291,6 +3380,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "Only values 'overlaps', 'is_contained', and 'contains' are allowed." ======= @@ -3329,6 +3419,8 @@ def _update_where_statement_by_spatial_extent( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "Only values 'overlaps', 'is_contained', and 'contains' are \ allowed." @@ -3347,6 +3439,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)) @@ -3419,6 +3512,11 @@ def _update_where_statement_by_spatial_extent( ======= "Only values 'overlaps', 'is_contained', and 'contains' are allowed." >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= + "Only values 'overlaps', 'is_contained', and 'contains' are allowed." +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main ).format(spatial_relation) ) @@ -3454,6 +3552,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD spatial_where_template += " AND top > {b}" " AND bottom < {t}" <<<<<<< HEAD @@ -3512,6 +3611,9 @@ def _update_where_statement_by_spatial_extent( ======= spatial_where_template += " AND top > {b} AND bottom < {t}" >>>>>>> osgeo-main +======= + spatial_where_template += " AND top > {b} AND bottom < {t}" +>>>>>>> osgeo-main ======= spatial_where_template += " AND top > {b}" " AND bottom < {t}" <<<<<<< HEAD @@ -3525,6 +3627,9 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3546,6 +3651,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD spatial_where_template += " AND top >= {t}" " AND bottom <= {b}" ======= @@ -3700,6 +3806,9 @@ def _update_where_statement_by_spatial_extent( ======= spatial_where_template += " AND top >= {t} AND bottom <= {b}" >>>>>>> osgeo-main +======= + spatial_where_template += " AND top >= {t} AND bottom <= {b}" +>>>>>>> osgeo-main ======= spatial_where_template += " AND top >= {t}" " AND bottom <= {b}" ======= @@ -3718,6 +3827,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 7dcf663571 (r.horizon manual - fix typo (#2794)) ======= ======= @@ -3729,6 +3839,8 @@ def _update_where_statement_by_spatial_extent( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 5247cc90df (r.horizon manual - fix typo (#2794)) @@ -3736,6 +3848,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -3749,6 +3862,8 @@ def _update_where_statement_by_spatial_extent( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main spatial_where_template += ")" @@ -3819,6 +3934,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3842,6 +3958,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main of the registered maps without "WHERE" :param group: The columns to be used in the SQL GROUP BY statement @@ -3855,6 +3973,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3905,6 +4024,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main of the registered maps without "WHERE" :param order: The SQL order statement to be used to order the @@ -3921,6 +4042,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= ======= @@ -3987,6 +4109,11 @@ def get_registered_maps( ======= <<<<<<< HEAD >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +<<<<<<< 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 @@ -4008,6 +4135,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4086,6 +4214,9 @@ def get_registered_maps( ======= :param dbif: The database interface to be used >>>>>>> osgeo-main +======= + :param dbif: The database interface to be used +>>>>>>> osgeo-main ======= ======= ======= @@ -4096,6 +4227,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= :param dbif: The database interface to be used ======= @@ -4119,6 +4251,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param spatial_extent: Return only maps with the provided spatial relation to the given spatial extent (requires @@ -4134,6 +4268,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4180,6 +4315,11 @@ def get_registered_maps( >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) >>>>>>> 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)) @@ -4191,6 +4331,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -4237,6 +4378,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :return: SQL rows of all registered maps grouped by the columns given in @@ -4296,6 +4439,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4335,6 +4479,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # filter by spatial extent @@ -4354,6 +4500,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4377,6 +4524,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4389,6 +4538,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -4483,6 +4633,13 @@ def get_registered_maps( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) + <<<<<<< HEAD >>>>>>> osgeo-main sql = "SELECT %s FROM %s WHERE %s.id IN (SELECT id FROM %s)" % ( @@ -4507,6 +4664,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4580,6 +4738,8 @@ def get_registered_maps( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -4594,6 +4754,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4620,6 +4781,8 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if where is not None and where != "": @@ -4762,7 +4925,7 @@ def shift(self, gran, dbif=None): ) if not check_granularity_string(gran, self.get_temporal_type()): - self.msgr.error(_("Wrong granularity format: %s" % (gran))) + self.msgr.error(_("Wrong granularity format: %s") % (gran)) return False dbif, connection_state_changed = init_dbif(dbif) @@ -5555,13 +5718,10 @@ def update_from_registered_maps(self, dbif=None): ) if old_sqlite_version: template_suffix = "_old" - sql = open( - os.path.join( - sql_path, - f"update_stds_spatial_temporal_extent_template{template_suffix}.sql", - ), - "r", - ).read() + sql = Path( + sql_path, + f"update_stds_spatial_temporal_extent_template{template_suffix}.sql", + ).read_text() sql = sql.replace("GRASS_MAP", self.get_new_map_instance(None).get_type()) sql = sql.replace("SPACETIME_REGISTER_TABLE", stds_register_table) sql = sql.replace("SPACETIME_ID", self.base.get_id()) @@ -5571,13 +5731,10 @@ def update_from_registered_maps(self, dbif=None): sql_script += "\n" # Update type specific metadata - sql = open( - os.path.join( - sql_path, - f"update_{self.get_type()}_metadata_template{template_suffix}.sql", - ), - "r", - ).read() + sql = Path( + sql_path, + f"update_{self.get_type()}_metadata_template{template_suffix}.sql", + ).read_text() <<<<<<< HEAD <<<<<<< HEAD @@ -5594,6 +5751,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5630,6 +5788,8 @@ def update_from_registered_maps(self, dbif=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Comment out update of semantic labels for DB version < 3 if get_tgis_db_version_from_metadata() < 3: @@ -5652,6 +5812,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5687,12 +5848,13 @@ def update_from_registered_maps(self, dbif=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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"), - "r", - ).read() + semantic_label_sql = Path( + sql_path, "update_strds_metadata_template_v3.sql" + ).read_text() sql = sql + "\n" + semantic_label_sql ======= ======= @@ -5708,6 +5870,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -5762,6 +5925,10 @@ def update_from_registered_maps(self, dbif=None): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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( @@ -5787,6 +5954,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5815,6 +5983,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)) @@ -5830,6 +6000,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5890,6 +6061,8 @@ def update_from_registered_maps(self, dbif=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sql = sql.replace("SPACETIME_REGISTER_TABLE", stds_register_table) diff --git a/python/grass/temporal/aggregation.py b/python/grass/temporal/aggregation.py index 1ea60eaeea1..354600855e0 100644 --- a/python/grass/temporal/aggregation.py +++ b/python/grass/temporal/aggregation.py @@ -154,16 +154,14 @@ def aggregate_raster_maps( _( "Raster map <%(name)s> is already in temporal " "database, use overwrite flag to overwrite" - % ({"name": new_map.get_name()}) ) + % ({"name": new_map.get_name()}) ) return msgr.verbose( - _( - "Computing aggregation of maps between %(st)s - %(end)s" - % {"st": str(start), "end": str(end)} - ) + _("Computing aggregation of maps between %(st)s - %(end)s") + % {"st": str(start), "end": str(end)} ) # Create the r.series input file @@ -356,8 +354,9 @@ def aggregate_by_topology( _( "Unable to perform aggregation. Output raster " "map <%(name)s> exists and overwrite flag was " - "not set" % ({"name": output_name}) + "not set" ) + % ({"name": output_name}) ) output_list.append(map_layer) @@ -380,8 +379,8 @@ def aggregate_by_topology( "reached (%i). The module r.series will " "be run with flag z, to avoid open " "files limit exceeding." - % (int(file_limit), len(aggregation_list)) ) + % (int(file_limit), len(aggregation_list)) ) mod(flags="z") process_queue.put(mod) diff --git a/python/grass/temporal/base.py b/python/grass/temporal/base.py index 9296a22dfa1..ebb4b715e29 100644 --- a/python/grass/temporal/base.py +++ b/python/grass/temporal/base.py @@ -466,10 +466,9 @@ def get_update_statement(self, ident=None): return self.serialize( "UPDATE", self.get_table_name(), "WHERE id = '" + str(ident) + "'" ) - else: - return self.serialize( - "UPDATE", self.get_table_name(), "WHERE id = '" + str(self.ident) + "'" - ) + return self.serialize( + "UPDATE", self.get_table_name(), "WHERE id = '" + str(self.ident) + "'" + ) def get_update_statement_mogrified(self, dbif=None, ident=None): """Return the update statement as mogrified string @@ -529,12 +528,11 @@ def get_update_all_statement(self, ident=None): return self.serialize( "UPDATE ALL", self.get_table_name(), "WHERE id = '" + str(ident) + "'" ) - else: - return self.serialize( - "UPDATE ALL", - self.get_table_name(), - "WHERE id = '" + str(self.ident) + "'", - ) + return self.serialize( + "UPDATE ALL", + self.get_table_name(), + "WHERE id = '" + str(self.ident) + "'", + ) def get_update_all_statement_mogrified(self, dbif=None, ident=None): """Return the update all statement as mogrified string @@ -749,8 +747,7 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_map_id(self): """Convenient method to get the unique map identifier @@ -763,10 +760,8 @@ def get_map_id(self): if self.id.find(":") >= 0: # Remove the layer identifier from the id return self.id.split("@")[0].split(":")[0] + "@" + self.id.split("@")[1] - else: - return self.id - else: - return None + return self.id + return None def get_layer(self): """Convenient method to get the layer of the map (part of primary key) @@ -777,48 +772,42 @@ def get_layer(self): """ if "layer" in self.D: return self.D["layer"] - else: - return None + return None def get_name(self): """Get the name of the dataset :return: None if not found""" if "name" in self.D: return self.D["name"] - else: - return None + return None def get_mapset(self): """Get the name of mapset of this dataset :return: None if not found""" if "mapset" in self.D: return self.D["mapset"] - else: - return None + return None def get_creator(self): """Get the creator of the dataset :return: None if not found""" if "creator" in self.D: return self.D["creator"] - else: - return None + return None def get_ctime(self): """Get the creation time of the dataset, datatype is datetime :return: None if not found""" if "creation_time" in self.D: return self.D["creation_time"] - else: - return None + return None def get_ttype(self): """Get the temporal type of the map :return: None if not found""" if "temporal_type" in self.D: return self.D["temporal_type"] - else: - return None + return None # Properties of this class id = property(fget=get_id, fset=set_id) @@ -1027,8 +1016,7 @@ def get_semantic_type(self): """ if "semantic_type" in self.D: return self.D["semantic_type"] - else: - return None + return None def get_mtime(self): """Get the modification time of the space time dataset, datatype is @@ -1038,8 +1026,7 @@ def get_mtime(self): """ if "modification_time" in self.D: return self.D["modification_time"] - else: - return None + return None semantic_type = property(fget=get_semantic_type, fset=set_semantic_type) @@ -1201,8 +1188,7 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_registered_stds(self): """Get the comma separated list of space time datasets ids @@ -1212,8 +1198,7 @@ def get_registered_stds(self): """ if "registered_stds" in self.D: return self.D["registered_stds"] - else: - return None + return None # Properties of this class id = property(fget=get_id, fset=set_id) diff --git a/python/grass/temporal/c_libraries_interface.py b/python/grass/temporal/c_libraries_interface.py index 795dcfebbe4..a6b70345515 100644 --- a/python/grass/temporal/c_libraries_interface.py +++ b/python/grass/temporal/c_libraries_interface.py @@ -38,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -214,6 +215,10 @@ from ctypes import CFUNCTYPE, POINTER, byref, c_int, c_void_p, cast >>>>>>> osgeo-main ======= +import sys +from ctypes import CFUNCTYPE, POINTER, byref, c_int, c_void_p, cast +>>>>>>> osgeo-main +======= ======= >>>>>>> 56010eb999 (pythonlib: Remove star imports (#1546)) ======= @@ -229,6 +234,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -259,6 +265,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from ctypes import byref, cast, c_char_p, c_int, c_void_p, CFUNCTYPE, POINTER >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD @@ -266,6 +274,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -284,6 +295,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 56010eb999 (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD <<<<<<< HEAD @@ -312,6 +324,9 @@ >>>>>>> 56010eb999 (pythonlib: Remove star imports (#1546)) >>>>>>> osgeo-main ======= +>>>>>>> 56010eb999 (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)) @@ -322,6 +337,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 2bf163e4b3 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD <<<<<<< HEAD @@ -350,6 +366,9 @@ >>>>>>> 2bf163e4b3 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main ======= +>>>>>>> 2bf163e4b3 (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)) @@ -360,6 +379,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -388,6 +408,9 @@ >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= from ctypes import byref, cast, c_int, c_void_p, CFUNCTYPE, POINTER ======= @@ -401,6 +424,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> e2f520cfc3 (pythonlib: Remove star imports (#1546)) ======= import sys @@ -436,6 +460,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from datetime import datetime from multiprocessing import Lock, Pipe, Process @@ -490,6 +516,7 @@ class RPCDefs: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -520,6 +547,8 @@ class RPCDefs: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main READ_MAP_HISTORY = 18 ======= @@ -538,6 +567,7 @@ class RPCDefs: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -584,6 +614,8 @@ class RPCDefs: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_FATAL_ERROR = 49 @@ -1071,6 +1103,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1128,6 +1161,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)) @@ -1149,6 +1186,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1222,6 +1260,8 @@ def _read_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param lock: A multiprocessing.Lock instance @@ -1249,6 +1289,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1306,6 +1347,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)) @@ -1327,6 +1372,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1400,6 +1446,8 @@ def _read_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main try: maptype = data[1] @@ -1429,6 +1477,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1473,6 +1522,8 @@ def _read_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = libraster.Rast_read_semantic_label(name, mapset) if ret: @@ -1493,6 +1544,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1527,6 +1579,8 @@ def _read_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ret = libraster.Rast_read_bandref(name, mapset) if ret: @@ -1544,6 +1598,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1568,6 +1623,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = libraster.Rast_read_semantic_label(name, mapset) if ret: @@ -1585,6 +1642,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1609,6 +1667,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ret = libraster.Rast_read_semantic_label(name, mapset) if ret: @@ -1626,6 +1686,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1673,6 +1734,8 @@ def _read_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else: logging.error( @@ -1702,6 +1765,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1759,6 +1823,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)) @@ -1780,6 +1848,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1854,6 +1923,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ############################################################################### @@ -1878,6 +1949,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1923,6 +1995,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -1943,6 +2017,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1979,6 +2054,8 @@ def _write_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def _write_band_reference(lock, conn, data): """Write the file based GRASS band identifier. @@ -1996,6 +2073,7 @@ def _write_band_reference(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2021,6 +2099,8 @@ def _write_band_reference(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -2038,6 +2118,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2063,6 +2144,8 @@ def _write_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -2080,6 +2163,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2123,6 +2207,8 @@ def _write_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Always sends back True. @@ -2156,6 +2242,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2232,6 +2319,10 @@ def _write_semantic_label(lock, conn, data): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main semantic_label = data[5] @@ -2253,6 +2344,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2303,6 +2395,9 @@ def _write_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref = data[5] @@ -2323,6 +2418,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2347,6 +2443,8 @@ def _write_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= semantic_label = data[5] @@ -2367,6 +2465,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2427,6 +2526,8 @@ def _write_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) else: logging.error( @@ -2462,6 +2563,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2520,6 +2622,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)) ======= @@ -2540,6 +2646,7 @@ def _remove_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2613,6 +2720,8 @@ def _remove_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Remove the file based GRASS band identifier. @@ -2651,6 +2760,7 @@ def _remove_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2708,6 +2818,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)) @@ -2729,6 +2843,7 @@ def _remove_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2806,6 +2921,8 @@ def _remove_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else: logging.error( @@ -2944,6 +3061,7 @@ def _read_raster_info(name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD logging.warning(_("Raster range file is empty")) ======= @@ -2982,6 +3100,8 @@ def _read_raster_info(name, mapset): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main logging.info(_("Raster range file is empty")) ======= @@ -2999,6 +3119,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)) @@ -3071,6 +3192,11 @@ def _read_raster_info(name, mapset): ======= logging.warning(_("Raster range file is empty")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + logging.warning(_("Raster range file is empty")) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main kvp["min"] = None kvp["max"] = None @@ -3103,6 +3229,7 @@ def _read_raster_info(name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD logging.warning(_("Raster range file is empty")) ======= @@ -3141,6 +3268,8 @@ def _read_raster_info(name, mapset): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main logging.info(_("Raster range file is empty")) ======= @@ -3158,6 +3287,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)) @@ -3230,6 +3360,11 @@ def _read_raster_info(name, mapset): ======= logging.warning(_("Raster range file is empty")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + logging.warning(_("Raster range file is empty")) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main kvp["min"] = None kvp["max"] = None @@ -3296,7 +3431,7 @@ def _read_raster3d_info(name, mapset): ) if not g3map: - logging.error(_("Unable to open 3D raster map <%s>" % (name))) + logging.error(_("Unable to open 3D raster map <%s>"), (name)) return None maptype = libraster3d.Rast3d_file_type_map(g3map) @@ -3311,7 +3446,7 @@ def _read_raster3d_info(name, mapset): max = libgis.DCELL() ret = libraster3d.Rast3d_range_load(g3map) if not ret: - logging.error(_("Unable to load range of 3D raster map <%s>" % (name))) + logging.error(_("Unable to load range of 3D raster map <%s>"), (name)) return None libraster3d.Rast3d_range_min_max(g3map, byref(min), byref(max)) @@ -3325,7 +3460,7 @@ def _read_raster3d_info(name, mapset): kvp["max"] = float(max.value) if not libraster3d.Rast3d_close(g3map): - logging.error(_("Unable to close 3D raster map <%s>" % (name))) + logging.error(_("Unable to close 3D raster map <%s>"), (name)) return None return kvp @@ -3368,10 +3503,8 @@ def _read_vector_info(name, mapset): with_topo = False if libvector.Vect_open_old2(byref(Map), name, mapset, "1") < 1: logging.error( - _( - "Unable to open vector map <%s>" - % (libvector.Vect_get_full_name(byref(Map))) - ) + _("Unable to open vector map <%s>"), + (libvector.Vect_get_full_name(byref(Map))), ) return None @@ -3494,13 +3627,12 @@ def _read_raster_history(name, mapset): if ret < 0: logging.warning(_("Unable to read history file")) return None - else: - kvp["creation_time"] = decode( - libraster.Rast_get_history(byref(hist), libraster.HIST_MAPID) - ) - kvp["creator"] = decode( - libraster.Rast_get_history(byref(hist), libraster.HIST_CREATOR) - ) + kvp["creation_time"] = decode( + libraster.Rast_get_history(byref(hist), libraster.HIST_MAPID) + ) + kvp["creator"] = decode( + libraster.Rast_get_history(byref(hist), libraster.HIST_CREATOR) + ) return kvp @@ -3532,13 +3664,12 @@ def _read_raster3d_history(name, mapset): if ret < 0: logging.warning(_("Unable to read history file")) return None - else: - kvp["creation_time"] = decode( - libraster.Rast_get_history(byref(hist), libraster3d.HIST_MAPID) - ) - kvp["creator"] = decode( - libraster.Rast_get_history(byref(hist), libraster3d.HIST_CREATOR) - ) + kvp["creation_time"] = decode( + libraster.Rast_get_history(byref(hist), libraster3d.HIST_MAPID) + ) + kvp["creator"] = decode( + libraster.Rast_get_history(byref(hist), libraster3d.HIST_CREATOR) + ) return kvp @@ -3625,43 +3756,42 @@ def _convert_timestamp_from_grass(ts): # ATTENTION: We ignore the time zone # TODO: Write time zone support return (pdt1, pdt2) - else: - unit = None - start = None - end = None - if count.value >= 1: - if dt1.year > 0: - unit = "years" - start = dt1.year - elif dt1.month > 0: - unit = "months" - start = dt1.month - elif dt1.day > 0: - unit = "days" - start = dt1.day - elif dt1.hour > 0: - unit = "hours" - start = dt1.hour - elif dt1.minute > 0: - unit = "minutes" - start = dt1.minute - elif dt1.second > 0: - unit = "seconds" - start = dt1.second - if count.value == 2: - if dt2.year > 0: - end = dt2.year - elif dt2.month > 0: - end = dt2.month - elif dt2.day > 0: - end = dt2.day - elif dt2.hour > 0: - end = dt2.hour - elif dt2.minute > 0: - end = dt2.minute - elif dt2.second > 0: - end = dt2.second - return (start, end, unit) + unit = None + start = None + end = None + if count.value >= 1: + if dt1.year > 0: + unit = "years" + start = dt1.year + elif dt1.month > 0: + unit = "months" + start = dt1.month + elif dt1.day > 0: + unit = "days" + start = dt1.day + elif dt1.hour > 0: + unit = "hours" + start = dt1.hour + elif dt1.minute > 0: + unit = "minutes" + start = dt1.minute + elif dt1.second > 0: + unit = "seconds" + start = dt1.second + if count.value == 2: + if dt2.year > 0: + end = dt2.year + elif dt2.month > 0: + end = dt2.month + elif dt2.day > 0: + end = dt2.day + elif dt2.hour > 0: + end = dt2.hour + elif dt2.minute > 0: + end = dt2.minute + elif dt2.second > 0: + end = dt2.second + return (start, end, unit) ############################################################################### @@ -3737,6 +3867,7 @@ def error_handler(data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3767,6 +3898,8 @@ def error_handler(data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main functions[RPCDefs.READ_MAP_HISTORY] = _read_map_history ======= @@ -3785,6 +3918,7 @@ def error_handler(data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3831,6 +3965,8 @@ def error_handler(data): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main functions[RPCDefs.G_FATAL_ERROR] = _fatal_error @@ -4237,6 +4373,7 @@ def write_raster_timestamp(self, name, mapset, timestring): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4306,6 +4443,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 @@ -4330,6 +4472,7 @@ def remove_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4410,6 +4553,8 @@ def remove_raster_band_reference(self, name, mapset): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :param name: The name of the map @@ -4444,6 +4589,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4520,6 +4666,10 @@ def read_raster_semantic_label(self, name, mapset): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Returns semantic label or None @@ -4540,6 +4690,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4590,6 +4741,9 @@ def read_raster_semantic_label(self, name, mapset): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main Returns band reference or None @@ -4609,6 +4763,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4633,6 +4788,8 @@ def read_raster_semantic_label(self, name, mapset): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= Returns semantic label or None @@ -4652,6 +4809,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4718,6 +4876,10 @@ def read_raster_semantic_label(self, name, mapset): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main """ self.check_server() @@ -4745,6 +4907,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4821,6 +4984,10 @@ def read_raster_semantic_label(self, name, mapset): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -4845,6 +5012,7 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4885,6 +5053,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 @@ -4918,6 +5089,7 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5021,6 +5193,8 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main :returns: always True """ diff --git a/python/grass/temporal/core.py b/python/grass/temporal/core.py index 4104dca13a1..5a69bd91b88 100644 --- a/python/grass/temporal/core.py +++ b/python/grass/temporal/core.py @@ -777,12 +777,12 @@ def init(raise_fatal_error=False, skip_db_version_check=False): "Temporal database version mismatch detected.\n{backup}" "Supported temporal database version is: {tdb}\n" "Your existing temporal database version: {ctdb}\n" - "Current temporal database info: {info}".format( - backup=backup_howto, - tdb=tgis_db_version, - ctdb=tgis_db_version_meta, - info=get_database_info_string(), - ) + "Current temporal database info: {info}" + ).format( + backup=backup_howto, + tdb=tgis_db_version, + ctdb=tgis_db_version_meta, + info=get_database_info_string(), ) if tgis_db_version_meta == 2 and tgis_db_version == 3: @@ -792,8 +792,8 @@ def init(raise_fatal_error=False, skip_db_version_check=False): msgr.fatal( _( "The format of your actual temporal database is " - "not supported any more. {m}".format(m=message) - ) + "not supported any more. {m}" + ).format(m=message) ) return @@ -870,7 +870,7 @@ def create_temporal_database(dbif): stvds_tables_sql = stds_tables_template_sql.replace("STDS", "stvds") str3ds_tables_sql = stds_tables_template_sql.replace("STDS", "str3ds") - msgr.message(_("Creating temporal database: %s" % (str(tgis_database_string)))) + msgr.message(_("Creating temporal database: %s") % (str(tgis_database_string))) if tgis_backend == "sqlite": # We need to create the sqlite3 database path if it does not exist @@ -883,8 +883,9 @@ def create_temporal_database(dbif): _( "Unable to create SQLite temporal database\n" "Exception: %s\nPlease use t.connect to set a " - "read- and writable temporal database path" % (e) + "read- and writable temporal database path" ) + % (e) ) # Set up the trigger that takes care of @@ -1383,7 +1384,7 @@ def mogrify_sql_statement(self, content): if self.dbmi.__name__ == "psycopg2": if len(args) == 0: return sql - elif self.connected: + if self.connected: try: return self.cursor.mogrify(sql, args) except Exception as exc: @@ -1398,57 +1399,56 @@ def mogrify_sql_statement(self, content): elif self.dbmi.__name__ == "sqlite3": if len(args) == 0: return sql - else: - # Unfortunately as sqlite does not support - # the transformation of sql strings and qmarked or - # named arguments we must make our hands dirty - # and do it by ourself. :( - # Doors are open for SQL injection because of the - # limited python sqlite3 implementation!!! - pos = 0 - count = 0 - maxcount = 100 - statement = sql - - while count < maxcount: - pos = statement.find("?", pos + 1) - if pos == -1: - break - - if args[count] is None: - statement = "%sNULL%s" % ( - statement[0:pos], - statement[pos + 1 :], - ) - elif isinstance(args[count], int): - statement = "%s%d%s" % ( - statement[0:pos], - args[count], - statement[pos + 1 :], - ) - elif isinstance(args[count], float): - statement = "%s%f%s" % ( - statement[0:pos], - args[count], - statement[pos + 1 :], - ) - elif isinstance(args[count], datetime): - statement = "%s'%s'%s" % ( - statement[0:pos], - str(args[count]), - statement[pos + 1 :], - ) - else: - # Default is a string, this works for datetime - # objects too - statement = "%s'%s'%s" % ( - statement[0:pos], - str(args[count]), - statement[pos + 1 :], - ) - count += 1 + # Unfortunately as sqlite does not support + # the transformation of sql strings and qmarked or + # named arguments we must make our hands dirty + # and do it by ourself. :( + # Doors are open for SQL injection because of the + # limited python sqlite3 implementation!!! + pos = 0 + count = 0 + maxcount = 100 + statement = sql + + while count < maxcount: + pos = statement.find("?", pos + 1) + if pos == -1: + break + + if args[count] is None: + statement = "%sNULL%s" % ( + statement[0:pos], + statement[pos + 1 :], + ) + elif isinstance(args[count], int): + statement = "%s%d%s" % ( + statement[0:pos], + args[count], + statement[pos + 1 :], + ) + elif isinstance(args[count], float): + statement = "%s%f%s" % ( + statement[0:pos], + args[count], + statement[pos + 1 :], + ) + elif isinstance(args[count], datetime): + statement = "%s'%s'%s" % ( + statement[0:pos], + str(args[count]), + statement[pos + 1 :], + ) + else: + # Default is a string, this works for datetime + # objects too + statement = "%s'%s'%s" % ( + statement[0:pos], + str(args[count]), + statement[pos + 1 :], + ) + count += 1 - return statement + return statement def check_table(self, table_name): """Check if a table exists in the temporal database @@ -1510,7 +1510,7 @@ def execute(self, statement, args=None): except: if connected: self.close() - self.msgr.error(_("Unable to execute :\n %(sql)s" % {"sql": statement})) + self.msgr.error(_("Unable to execute :\n %(sql)s") % {"sql": statement}) raise if connected: @@ -1554,7 +1554,7 @@ def execute_transaction(self, statement, mapset=None): if connected: self.close() self.msgr.error( - _("Unable to execute transaction:\n %(sql)s" % {"sql": statement}) + _("Unable to execute transaction:\n %(sql)s") % {"sql": statement} ) raise diff --git a/python/grass/temporal/datetime_math.py b/python/grass/temporal/datetime_math.py index 9b680760775..1031582fe23 100644 --- a/python/grass/temporal/datetime_math.py +++ b/python/grass/temporal/datetime_math.py @@ -828,7 +828,7 @@ def check_datetime_string(time_string, use_dateutil=True): try: return datetime.strptime(time_string, time_format) except: - return _("Unable to parse time string: %s" % time_string) + return _("Unable to parse time string: %s") % time_string ############################################################################### diff --git a/python/grass/temporal/list_stds.py b/python/grass/temporal/list_stds.py index b4f19a67641..6325e5a032a 100644 --- a/python/grass/temporal/list_stds.py +++ b/python/grass/temporal/list_stds.py @@ -279,6 +279,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. ======= @@ -317,6 +318,8 @@ def _write_table(rows, column_names, output_format, separator, file): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # No particular reason for this separator except that this is the original # behavior. @@ -335,6 +338,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)) @@ -407,6 +411,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)) +>>>>>>> osgeo-main +======= +======= + # 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" @@ -474,6 +483,7 @@ def _get_get_registered_maps_as_objects_delta_gran( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -507,6 +517,8 @@ def _get_get_registered_maps_as_objects_delta_gran( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -524,6 +536,7 @@ def _get_get_registered_maps_as_objects_delta_gran( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -570,6 +583,8 @@ def _get_get_registered_maps_as_objects_delta_gran( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if isinstance(map_object, list): if len(map_object) > 0: @@ -727,6 +742,7 @@ def check_columns(column_names, output_format, element_type): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -763,6 +779,8 @@ def check_columns(column_names, output_format, element_type): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main detail=( _( @@ -785,6 +803,7 @@ def check_columns(column_names, output_format, element_type): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -845,6 +864,10 @@ def check_columns(column_names, output_format, element_type): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main detail=_( "Dataset is empty or where clause is too constrained or incorrect" @@ -866,6 +889,7 @@ def check_columns(column_names, output_format, element_type): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -946,6 +970,11 @@ def check_columns(column_names, output_format, element_type): >>>>>>> 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 ) ) diff --git a/python/grass/temporal/mapcalc.py b/python/grass/temporal/mapcalc.py index 552da1573cb..781be97e820 100644 --- a/python/grass/temporal/mapcalc.py +++ b/python/grass/temporal/mapcalc.py @@ -516,90 +516,72 @@ def _parse_start_operators(expr, is_time_absolute, current): if expr.find("start_year()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_year()", str(start.year)) if expr.find("start_month()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_month()", str(start.month)) if expr.find("start_week()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_week()", str(start.isocalendar()[1])) if expr.find("start_day()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_day()", str(start.day)) if expr.find("start_hour()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_hour()", str(start.hour)) if expr.find("start_minute()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_minute()", str(start.minute)) if expr.find("start_second()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_second()", str(start.second)) if expr.find("start_dow()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) expr = expr.replace("start_dow()", str(start.isoweekday())) if expr.find("start_doy()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("start_*") - ) + _("The temporal operators <%s> support only absolute time.") + % ("start_*") ) year = datetime(start.year, 1, 1) delta = start - year @@ -636,10 +618,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_year()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_year()", "null()") @@ -649,10 +628,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_month()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_month()", "null()") @@ -662,10 +638,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_week()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_week()", "null()") @@ -675,10 +648,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_day()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_day()", "null()") @@ -688,10 +658,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_hour()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_hour()", "null()") @@ -701,10 +668,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_minute()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_minute()", "null()") @@ -714,10 +678,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_second()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_second()", "null()") @@ -727,10 +688,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_dow()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_dow()", "null()") @@ -740,10 +698,7 @@ def _parse_end_operators(expr, is_time_absolute, current): if expr.find("end_doy()") >= 0: if not is_time_absolute: msgr.fatal( - _( - "The temporal operators <%s> support only absolute " - "time." % ("end_*") - ) + _("The temporal operators <%s> support only absolute time.") % ("end_*") ) if not end: expr = expr.replace("end_doy()", "null()") diff --git a/python/grass/temporal/metadata.py b/python/grass/temporal/metadata.py index 83dda635b0b..b71ef87d356 100644 --- a/python/grass/temporal/metadata.py +++ b/python/grass/temporal/metadata.py @@ -174,72 +174,63 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_datatype(self): """Get the map type :return: None if not found""" if "datatype" in self.D: return self.D["datatype"] - else: - return None + return None def get_cols(self): """Get number of cols :return: None if not found""" if "cols" in self.D: return self.D["cols"] - else: - return None + return None def get_rows(self): """Get number of rows :return: None if not found""" if "rows" in self.D: return self.D["rows"] - else: - return None + return None def get_number_of_cells(self): """Get number of cells :return: None if not found""" if "number_of_cells" in self.D: return self.D["number_of_cells"] - else: - return None + return None def get_nsres(self): """Get the north-south resolution :return: None if not found""" if "nsres" in self.D: return self.D["nsres"] - else: - return None + return None def get_ewres(self): """Get east-west resolution :return: None if not found""" if "ewres" in self.D: return self.D["ewres"] - else: - return None + return None def get_min(self): """Get the minimum cell value :return: None if not found""" if "min" in self.D: return self.D["min"] - else: - return None + return None def get_max(self): """Get the maximum cell value :return: None if not found""" if "max" in self.D: return self.D["max"] - else: - return None + return None # Properties datatype = property(fget=get_datatype, fset=set_datatype) @@ -251,6 +242,26 @@ def get_max(self): min = property(fget=get_min, fset=set_min) max = property(fget=get_max, fset=set_max) + def print_info(self): + """Print information about this class in human readable style""" + self._print_info_body(shell=False) + + def print_shell_info(self): + """Print information about this class in shell style""" + self._print_info_body(shell=True) + + def _print_info_head(self, shell=False): + """Print information about this class (head part). + + No header printed in shell style mode. + + :param bool shell: True for human readable style otherwise shell style + """ + if not shell: + print( + " +-------------------- Metadata information ----------------------------------+" # noqa: E501 + ) + def _print_info_body(self, shell=False): """Print information about this class (body part). @@ -331,6 +342,7 @@ class RasterMetadata(RasterMetadataBase): | East-west resolution:....... 0.1 | Minimum value:.............. 0.0 | Maximum value:.............. 100.0 + | Semantic label:............. None >>> meta.print_shell_info() datatype=CELL cols=100 @@ -340,6 +352,7 @@ class RasterMetadata(RasterMetadataBase): ewres=0.1 min=0.0 max=100.0 + semantic_label=None """ @@ -384,6 +397,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if get_tgis_db_version_from_metadata() > 2: self.set_semantic_label(semantic_label) @@ -422,6 +436,8 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def set_semantic_label(self, semantic_label): """Set the semantic label identifier""" @@ -442,6 +458,7 @@ def set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -477,6 +494,8 @@ def set_semantic_label(self, semantic_label): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if get_tgis_db_version_from_metadata() > 2: self.set_semantic_label(semantic_label) @@ -498,6 +517,7 @@ def set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -522,6 +542,8 @@ def set_semantic_label(self, semantic_label): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if get_tgis_db_version_from_metadata() > 2: self.set_semantic_label(semantic_label) @@ -543,6 +565,7 @@ def set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -580,28 +603,31 @@ def set_semantic_label(self, semantic_label): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def get_semantic_label(self): """Get the semantic label identifier :return: None if not found""" if "semantic_label" in self.D: return self.D["semantic_label"] - else: - return None + return None semantic_label = property(fget=get_semantic_label, fset=set_semantic_label) - def _print_info_body(self, shell=False): - """Print information about this class (body part). + def print_info(self): + """Print information about this class.""" + self._print_info_head(shell=False) + self._print_info_body(shell=False) + # semantic label section (raster specific only) + print(" | Semantic label:............. " + str(self.get_semantic_label())) - :param bool shell: True for human readable style otherwise shell style - """ - super()._print_info_body(shell) + def print_shell_info(self): + """Print information about this class in shell style""" + self._print_info_head(shell=True) + self._print_info_body(shell=True) # semantic label section (raster specific only) - if shell: - print("semantic_label=" + str(self.get_semantic_label())) - else: - print(" | Semantic label:............. " + str(self.get_semantic_label())) + print("semantic_label=" + str(self.get_semantic_label())) ############################################################################### @@ -732,32 +758,31 @@ def get_depths(self): :return: None if not found""" if "depths" in self.D: return self.D["depths"] - else: - return None + return None def get_tbres(self): """Get top-bottom resolution :return: None if not found""" if "tbres" in self.D: return self.D["tbres"] - else: - return None + return None depths = property(fget=get_depths, fset=set_depths) tbres = property(fget=get_tbres, fset=set_tbres) - def _print_info_body(self, shell=False): - """Print information about this class (body part). + def print_info(self): + """Print information about this class.""" + self._print_info_head(shell=False) + self._print_info_body(shell=False) + print(" | Number of depths:........... " + str(self.get_depths())) + print(" | Top-Bottom resolution:...... " + str(self.get_tbres())) - :param bool shell: True for human readable style otherwise shell style - """ - super()._print_info_body(shell) - if shell: - print("depths=" + str(self.get_depths())) - print("tbres=" + str(self.get_tbres())) - else: - print(" | Number of depths:........... " + str(self.get_depths())) - print(" | Top-Bottom resolution:...... " + str(self.get_tbres())) + def print_shell_info(self): + """Print information about this class in shell style""" + self._print_info_head(shell=True) + self._print_info_body(shell=True) + print("depths=" + str(self.get_depths())) + print("tbres=" + str(self.get_tbres())) ############################################################################### @@ -948,112 +973,98 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_3d_info(self): """Return True if the map is three dimensional, False if not and None if not info was found""" if "is_3d" in self.D: return self.D["is_3d"] - else: - return None + return None def get_number_of_points(self): """Get the number of points of the vector map :return: None if not found""" if "points" in self.D: return self.D["points"] - else: - return None + return None def get_number_of_lines(self): """Get the number of lines of the vector map :return: None if not found""" if "lines" in self.D: return self.D["lines"] - else: - return None + return None def get_number_of_boundaries(self): """Get the number of boundaries of the vector map :return: None if not found""" if "boundaries" in self.D: return self.D["boundaries"] - else: - return None + return None def get_number_of_centroids(self): """Get the number of centroids of the vector map :return: None if not found""" if "centroids" in self.D: return self.D["centroids"] - else: - return None + return None def get_number_of_faces(self): """Get the number of faces of the vector map :return: None if not found""" if "faces" in self.D: return self.D["faces"] - else: - return None + return None def get_number_of_kernels(self): """Get the number of kernels of the vector map :return: None if not found""" if "kernels" in self.D: return self.D["kernels"] - else: - return None + return None def get_number_of_primitives(self): """Get the number of primitives of the vector map :return: None if not found""" if "primitives" in self.D: return self.D["primitives"] - else: - return None + return None def get_number_of_nodes(self): """Get the number of nodes of the vector map :return: None if not found""" if "nodes" in self.D: return self.D["nodes"] - else: - return None + return None def get_number_of_areas(self): """Get the number of areas of the vector map :return: None if not found""" if "areas" in self.D: return self.D["areas"] - else: - return None + return None def get_number_of_islands(self): """Get the number of islands of the vector map :return: None if not found""" if "islands" in self.D: return self.D["islands"] - else: - return None + return None def get_number_of_holes(self): """Get the number of holes of the vector map :return: None if not found""" if "holes" in self.D: return self.D["holes"] - else: - return None + return None def get_number_of_volumes(self): """Get the number of volumes of the vector map :return: None if not found""" if "volumes" in self.D: return self.D["volumes"] - else: - return None + return None # Set the properties id = property(fget=get_id, fset=set_id) @@ -1077,53 +1088,40 @@ def get_number_of_volumes(self): number_of_holes = property(fget=get_number_of_holes, fset=set_number_of_holes) number_of_volumes = property(fget=get_number_of_volumes, fset=set_number_of_volumes) - def _print_info_body(self, shell=False): - """Print information about this class (body part). + def print_info(self): + """Print information about this class in human readable style""" + print( + " +-------------------- Metadata information ----------------------------------+" # noqa: E501 + ) + print(" | Is map 3d .................. " + str(self.get_3d_info())) + print(" | Number of points ........... " + str(self.get_number_of_points())) + print(" | Number of lines ............ " + str(self.get_number_of_lines())) + print(" | Number of boundaries ....... " + str(self.get_number_of_boundaries())) + print(" | Number of centroids ........ " + str(self.get_number_of_centroids())) + print(" | Number of faces ............ " + str(self.get_number_of_faces())) + print(" | Number of kernels .......... " + str(self.get_number_of_kernels())) + print(" | Number of primitives ....... " + str(self.get_number_of_primitives())) + print(" | Number of nodes ............ " + str(self.get_number_of_nodes())) + print(" | Number of areas ............ " + str(self.get_number_of_areas())) + print(" | Number of islands .......... " + str(self.get_number_of_islands())) + print(" | Number of holes ............ " + str(self.get_number_of_holes())) + print(" | Number of volumes .......... " + str(self.get_number_of_volumes())) - :param bool shell: True for human readable style otherwise shell style - """ - if shell: - print("is_3d=" + str(self.get_3d_info())) - print("points=" + str(self.get_number_of_points())) - print("lines=" + str(self.get_number_of_lines())) - print("boundaries=" + str(self.get_number_of_boundaries())) - print("centroids=" + str(self.get_number_of_centroids())) - print("faces=" + str(self.get_number_of_faces())) - print("kernels=" + str(self.get_number_of_kernels())) - print("primitives=" + str(self.get_number_of_primitives())) - print("nodes=" + str(self.get_number_of_nodes())) - print("areas=" + str(self.get_number_of_areas())) - print("islands=" + str(self.get_number_of_islands())) - print("holes=" + str(self.get_number_of_holes())) - print("volumes=" + str(self.get_number_of_volumes())) - else: - print(" | Is map 3d .................. " + str(self.get_3d_info())) - print(" | Number of points ........... " + str(self.get_number_of_points())) - print(" | Number of lines ............ " + str(self.get_number_of_lines())) - print( - " | Number of boundaries ....... " - + str(self.get_number_of_boundaries()) - ) - print( - " | Number of centroids ........ " + str(self.get_number_of_centroids()) - ) - print(" | Number of faces ............ " + str(self.get_number_of_faces())) - print( - " | Number of kernels .......... " + str(self.get_number_of_kernels()) - ) - print( - " | Number of primitives ....... " - + str(self.get_number_of_primitives()) - ) - print(" | Number of nodes ............ " + str(self.get_number_of_nodes())) - print(" | Number of areas ............ " + str(self.get_number_of_areas())) - print( - " | Number of islands .......... " + str(self.get_number_of_islands()) - ) - print(" | Number of holes ............ " + str(self.get_number_of_holes())) - print( - " | Number of volumes .......... " + str(self.get_number_of_volumes()) - ) + def print_shell_info(self): + """Print information about this class in shell style""" + print("is_3d=" + str(self.get_3d_info())) + print("points=" + str(self.get_number_of_points())) + print("lines=" + str(self.get_number_of_lines())) + print("boundaries=" + str(self.get_number_of_boundaries())) + print("centroids=" + str(self.get_number_of_centroids())) + print("faces=" + str(self.get_number_of_faces())) + print("kernels=" + str(self.get_number_of_kernels())) + print("primitives=" + str(self.get_number_of_primitives())) + print("nodes=" + str(self.get_number_of_nodes())) + print("areas=" + str(self.get_number_of_areas())) + print("islands=" + str(self.get_number_of_islands())) + print("holes=" + str(self.get_number_of_holes())) + print("volumes=" + str(self.get_number_of_volumes())) ############################################################################### @@ -1197,32 +1195,28 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_title(self): """Get the title :return: None if not found""" if "title" in self.D: return self.D["title"] - else: - return None + return None def get_description(self): """Get description :return: None if not found""" if "description" in self.D: return self.D["description"] - else: - return None + return None def get_command(self): """Get command :return: None if not found""" if "command" in self.D: return self.D["command"] - else: - return None + return None def get_number_of_maps(self): """Get the number of registered maps, @@ -1231,8 +1225,7 @@ def get_number_of_maps(self): :return: None if not found""" if "number_of_maps" in self.D: return self.D["number_of_maps"] - else: - return None + return None id = property(fget=get_id, fset=set_id) title = property(fget=get_title, fset=set_title) @@ -1241,13 +1234,11 @@ def get_number_of_maps(self): def print_info(self): """Print information about this class in human readable style""" - self._print_info_head(shell=False) self._print_info_body(shell=False) self._print_info_tail(shell=False) def print_shell_info(self): """Print information about this class in shell style""" - self._print_info_head(shell=True) self._print_info_body(shell=True) self._print_info_tail(shell=True) @@ -1263,6 +1254,12 @@ def _print_info_head(self, shell=False): " +-------------------- Metadata information ----------------------------------+" # noqa: E501 ) + def _print_info_body(self, shell=False): + """Print information about this class (body part). + + :param bool shell: True for human readable style otherwise shell style + """ + def _print_info_tail(self, shell=False): """Print information about this class (tail part). @@ -1411,8 +1408,7 @@ def get_aggregation_type(self): """ if "aggregation_type" in self.D: return self.D["aggregation_type"] - else: - return None + return None def get_max_min(self): """Get the minimal maximum of all registered maps, @@ -1421,8 +1417,7 @@ def get_max_min(self): :return: None if not found""" if "max_min" in self.D: return self.D["max_min"] - else: - return None + return None def get_min_min(self): """Get the minimal minimum of all registered maps, @@ -1431,8 +1426,7 @@ def get_min_min(self): :return: None if not found""" if "min_min" in self.D: return self.D["min_min"] - else: - return None + return None def get_max_max(self): """Get the maximal maximum of all registered maps, @@ -1441,8 +1435,7 @@ def get_max_max(self): :return: None if not found""" if "max_max" in self.D: return self.D["max_max"] - else: - return None + return None def get_min_max(self): """Get the maximal minimum of all registered maps, @@ -1451,8 +1444,7 @@ def get_min_max(self): :return: None if not found""" if "min_max" in self.D: return self.D["min_max"] - else: - return None + return None def get_nsres_min(self): """Get the minimal north-south resolution of all registered maps, @@ -1461,8 +1453,7 @@ def get_nsres_min(self): :return: None if not found""" if "nsres_min" in self.D: return self.D["nsres_min"] - else: - return None + return None def get_nsres_max(self): """Get the maximal north-south resolution of all registered maps, @@ -1471,8 +1462,7 @@ def get_nsres_max(self): :return: None if not found""" if "nsres_max" in self.D: return self.D["nsres_max"] - else: - return None + return None def get_ewres_min(self): """Get the minimal east-west resolution of all registered maps, @@ -1481,8 +1471,7 @@ def get_ewres_min(self): :return: None if not found""" if "ewres_min" in self.D: return self.D["ewres_min"] - else: - return None + return None def get_ewres_max(self): """Get the maximal east-west resolution of all registered maps, @@ -1491,8 +1480,7 @@ def get_ewres_max(self): :return: None if not found""" if "ewres_max" in self.D: return self.D["ewres_max"] - else: - return None + return None nsres_min = property(fget=get_nsres_min) nsres_max = property(fget=get_nsres_max) @@ -1626,8 +1614,7 @@ def get_raster_register(self): :return: None if not found""" if "raster_register" in self.D: return self.D["raster_register"] - else: - return None + return None def get_number_of_semantic_labels(self): """Get the number of registered semantic labels @@ -1635,8 +1622,7 @@ def get_number_of_semantic_labels(self): """ if "number_of_semantic_labels" in self.D: return self.D["number_of_semantic_labels"] - else: - return None + return None def get_semantic_labels(self): """Get the distinct semantic labels of registered maps @@ -1674,15 +1660,23 @@ def get_semantic_labels(self): if count > 0: return string - else: - return None - else: return None + return None raster_register = property(fget=get_raster_register, fset=set_raster_register) number_of_semantic_labels = property(fget=get_number_of_semantic_labels) semantic_labels = property(fget=get_semantic_labels) + def print_info(self): + """Print information about this class in human readable style""" + self._print_info_head(shell=False) + super().print_info() + + def print_shell_info(self): + """Print information about this class in shell style""" + self._print_info_head(shell=True) + super().print_shell_info() + def _print_info_body(self, shell=False): """Print information about this class (body part). @@ -1769,6 +1763,8 @@ class STR3DSMetadata(STDSRasterMetadataBase): | Command history: >>> meta.print_shell_info() raster3d_register=None + tbres_min=None + tbres_max=None nsres_min=None nsres_max=None ewres_min=None @@ -1777,8 +1773,6 @@ class STR3DSMetadata(STDSRasterMetadataBase): min_max=None max_min=None max_max=None - tbres_min=None - tbres_max=None aggregation_type=None number_of_maps=None @@ -1804,8 +1798,7 @@ def get_raster3d_register(self): :return: None if not found""" if "raster3d_register" in self.D: return self.D["raster3d_register"] - else: - return None + return None def get_tbres_min(self): """Get the minimal top-bottom resolution of all registered maps, @@ -1814,8 +1807,7 @@ def get_tbres_min(self): :return: None if not found""" if "tbres_min" in self.D: return self.D["tbres_min"] - else: - return None + return None def get_tbres_max(self): """Get the maximal top-bottom resolution of all registered maps, @@ -1824,13 +1816,22 @@ def get_tbres_max(self): :return: None if not found""" if "tbres_max" in self.D: return self.D["tbres_max"] - else: - return None + return None raster3d_register = property(fget=get_raster3d_register, fset=set_raster3d_register) tbres_min = property(fget=get_tbres_min) tbres_max = property(fget=get_tbres_max) + def print_info(self): + """Print information about this class in human readable style""" + self._print_info_head(shell=False) + super().print_info() + + def print_shell_info(self): + """Print information about this class in shell style""" + self._print_info_head(shell=True) + super().print_shell_info() + def _print_info_body(self, shell=False): """Print information about this class (body part). @@ -1958,8 +1959,7 @@ def get_vector_register(self): :return: None if not found""" if "vector_register" in self.D: return self.D["vector_register"] - else: - return None + return None def get_number_of_points(self): """Get the number of points of all registered maps, @@ -1968,8 +1968,7 @@ def get_number_of_points(self): :return: None if not found""" if "points" in self.D: return self.D["points"] - else: - return None + return None def get_number_of_lines(self): """Get the number of lines of all registered maps, @@ -1978,8 +1977,7 @@ def get_number_of_lines(self): :return: None if not found""" if "lines" in self.D: return self.D["lines"] - else: - return None + return None def get_number_of_boundaries(self): """Get the number of boundaries of all registered maps, @@ -1988,8 +1986,7 @@ def get_number_of_boundaries(self): :return: None if not found""" if "boundaries" in self.D: return self.D["boundaries"] - else: - return None + return None def get_number_of_centroids(self): """Get the number of centroids of all registered maps, @@ -1998,8 +1995,7 @@ def get_number_of_centroids(self): :return: None if not found""" if "centroids" in self.D: return self.D["centroids"] - else: - return None + return None def get_number_of_faces(self): """Get the number of faces of all registered maps, @@ -2008,8 +2004,7 @@ def get_number_of_faces(self): :return: None if not found""" if "faces" in self.D: return self.D["faces"] - else: - return None + return None def get_number_of_kernels(self): """Get the number of kernels of all registered maps, @@ -2018,8 +2013,7 @@ def get_number_of_kernels(self): :return: None if not found""" if "kernels" in self.D: return self.D["kernels"] - else: - return None + return None def get_number_of_primitives(self): """Get the number of primitives of all registered maps, @@ -2028,8 +2022,7 @@ def get_number_of_primitives(self): :return: None if not found""" if "primitives" in self.D: return self.D["primitives"] - else: - return None + return None def get_number_of_nodes(self): """Get the number of nodes of all registered maps, @@ -2038,8 +2031,7 @@ def get_number_of_nodes(self): :return: None if not found""" if "nodes" in self.D: return self.D["nodes"] - else: - return None + return None def get_number_of_areas(self): """Get the number of areas of all registered maps, @@ -2048,8 +2040,7 @@ def get_number_of_areas(self): :return: None if not found""" if "areas" in self.D: return self.D["areas"] - else: - return None + return None def get_number_of_islands(self): """Get the number of islands of all registered maps, @@ -2058,8 +2049,7 @@ def get_number_of_islands(self): :return: None if not found""" if "islands" in self.D: return self.D["islands"] - else: - return None + return None def get_number_of_holes(self): """Get the number of holes of all registered maps, @@ -2068,8 +2058,7 @@ def get_number_of_holes(self): :return: None if not found""" if "holes" in self.D: return self.D["holes"] - else: - return None + return None def get_number_of_volumes(self): """Get the number of volumes of all registered maps, @@ -2078,8 +2067,7 @@ def get_number_of_volumes(self): :return: None if not found""" if "volumes" in self.D: return self.D["volumes"] - else: - return None + return None # Set the properties vector_register = property(fget=get_vector_register, fset=set_vector_register) @@ -2096,6 +2084,16 @@ def get_number_of_volumes(self): number_of_holes = property(fget=get_number_of_holes) number_of_volumes = property(fget=get_number_of_volumes) + def print_info(self): + """Print information about this class in human readable style""" + self._print_info_head(shell=False) + super().print_info() + + def print_shell_info(self): + """Print information about this class in shell style""" + self._print_info_head(shell=True) + super().print_shell_info() + def _print_info_body(self, shell=False): """Print information about this class (body part). diff --git a/python/grass/temporal/register.py b/python/grass/temporal/register.py index c8786e73537..f38d5d90609 100644 --- a/python/grass/temporal/register.py +++ b/python/grass/temporal/register.py @@ -99,6 +99,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -129,6 +130,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main overwrite = gs.overwrite() ======= @@ -147,6 +150,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -193,6 +197,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main msgr = get_tgis_message_interface() @@ -258,6 +264,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -281,6 +288,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # create new stds only in the current mapset # remove all connections to any other mapsets @@ -301,6 +310,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -344,6 +354,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # The name of the space time dataset is optional if name: @@ -391,7 +403,7 @@ def register_maps_in_space_time_dataset( if hasattr(file, "readline"): fd = file else: - fd = open(file, "r") + fd = open(file) line = True while True: @@ -454,6 +466,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -534,6 +547,11 @@ def register_maps_in_space_time_dataset( >>>>>>> 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 if semantic_label_in_file: idx = 3 if end_time_in_file else 2 @@ -555,6 +573,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -585,6 +604,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main row["id"] = AbstractMapDataset.build_id_from_search_path(mapname, type) ======= @@ -602,6 +623,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -645,6 +667,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main map_mapset = mapset if "@" not in mapname: @@ -667,6 +691,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -747,6 +772,11 @@ def register_maps_in_space_time_dataset( >>>>>>> 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 maplist.append(row) @@ -816,6 +846,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"] @@ -855,6 +886,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if "semantic_label" in row: semantic_label = row["semantic_label"] @@ -874,6 +907,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -898,6 +932,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if "semantic_label" in maplist[count]: semantic_label = maplist[count]["semantic_label"] @@ -914,6 +950,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -951,6 +988,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main else: semantic_label = None @@ -972,6 +1011,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if not map.is_in_db(dbif, mapset): ======= @@ -1010,6 +1050,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if not is_in_db: ======= @@ -1027,6 +1069,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)) @@ -1099,6 +1142,11 @@ def register_maps_in_space_time_dataset( ======= if not map.is_in_db(dbif, mapset): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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(): @@ -1246,6 +1294,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD map.set_semantic_label(semantic_label) else: @@ -1287,6 +1336,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main map_object.set_semantic_label(semantic_label) else: @@ -1310,6 +1361,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1334,6 +1386,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= map.set_semantic_label(semantic_label) else: @@ -1352,6 +1406,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1389,6 +1444,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if is_in_db: @@ -1433,6 +1490,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1463,6 +1521,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for count, map_object in enumerate(map_object_list): ======= @@ -1480,6 +1540,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1523,6 +1584,8 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for map in map_object_list: >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/python/grass/temporal/space_time_datasets.py b/python/grass/temporal/space_time_datasets.py index ad86bc20dec..649f31bab96 100644 --- a/python/grass/temporal/space_time_datasets.py +++ b/python/grass/temporal/space_time_datasets.py @@ -288,10 +288,8 @@ def read_timestamp_from_grass(self): if check < 1: self.msgr.error( - _( - "Unable to read timestamp file " - "for raster map <%s>" % (self.get_map_id()) - ) + _("Unable to read timestamp file for raster map <%s>") + % (self.get_map_id()) ) return False @@ -316,19 +314,15 @@ def write_timestamp_to_grass(self): if check == -1: self.msgr.error( - _( - "Unable to create timestamp file " - "for raster map <%s>" % (self.get_map_id()) - ) + _("Unable to create timestamp file for raster map <%s>") + % (self.get_map_id()) ) return False if check == -2: self.msgr.error( - _( - "Invalid datetime in timestamp for raster map " - "<%s>" % (self.get_map_id()) - ) + _("Invalid datetime in timestamp for raster map <%s>") + % (self.get_map_id()) ) return False @@ -350,7 +344,7 @@ def remove_timestamp_from_grass(self): if check == -1: self.msgr.error( - _("Unable to remove timestamp for raster map <%s>" % (self.get_name())) + _("Unable to remove timestamp for raster map <%s>") % (self.get_name()) ) return False @@ -373,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 ======= @@ -411,6 +406,8 @@ def read_semantic_label_from_grass(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main set the internal semantic label that should be inserted/updated ======= @@ -428,6 +425,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)) @@ -500,6 +498,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)) +>>>>>>> osgeo-main +======= +======= + set the internal semantic label that should be insert/updated +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main in the temporal database. @@ -526,6 +529,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -602,6 +606,10 @@ def read_semantic_label_from_grass(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main semantic_label = self.ciface.read_raster_semantic_label( self.get_name(), self.get_mapset() @@ -622,6 +630,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -672,6 +681,9 @@ def read_semantic_label_from_grass(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main band_ref = self.ciface.read_raster_band_reference( self.get_name(), self.get_mapset() @@ -691,6 +703,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -715,6 +728,8 @@ def read_semantic_label_from_grass(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= semantic_label = self.ciface.read_raster_semantic_label( self.get_name(), self.get_mapset() @@ -734,6 +749,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -800,6 +816,10 @@ def read_semantic_label_from_grass(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main return False @@ -820,10 +840,8 @@ def write_semantic_label_to_grass(self): ) if check == -1: self.msgr.error( - _( - "Unable to write semantic label for raster map <%s>" - % (self.get_name()) - ) + _("Unable to write semantic label for raster map <%s>") + % (self.get_name()) ) return False @@ -908,6 +926,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -984,6 +1003,10 @@ def load(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # Fill semantic label if defined semantic_label = self.ciface.read_raster_semantic_label( @@ -1005,6 +1028,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1055,6 +1079,9 @@ def load(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main # Fill band reference if defined band_ref = self.ciface.read_raster_band_reference( @@ -1075,6 +1102,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1099,6 +1127,8 @@ def load(self): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= # Fill semantic label if defined semantic_label = self.ciface.read_raster_semantic_label( @@ -1119,6 +1149,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1185,6 +1216,10 @@ def load(self): ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main return True @@ -1362,15 +1397,13 @@ def spatial_overlapping(self, dataset): """Return True if the spatial extents overlap""" if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.overlapping(dataset.spatial_extent) - else: - return self.spatial_extent.overlapping_2d(dataset.spatial_extent) + return self.spatial_extent.overlapping_2d(dataset.spatial_extent) def spatial_relation(self, dataset): """Return the two or three dimensional spatial relation""" if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.spatial_relation(dataset.spatial_extent) - else: - return self.spatial_extent.spatial_relation_2d(dataset.spatial_extent) + return self.spatial_extent.spatial_relation_2d(dataset.spatial_extent) def spatial_intersection(self, dataset): """Return the three or two dimensional intersection as spatial_extent @@ -1381,8 +1414,7 @@ def spatial_intersection(self, dataset): """ if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.intersect(dataset.spatial_extent) - else: - return self.spatial_extent.intersect_2d(dataset.spatial_extent) + return self.spatial_extent.intersect_2d(dataset.spatial_extent) def spatial_union(self, dataset): """Return the three or two dimensional union as spatial_extent @@ -1393,8 +1425,7 @@ def spatial_union(self, dataset): """ if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.union(dataset.spatial_extent) - else: - return self.spatial_extent.union_2d(dataset.spatial_extent) + return self.spatial_extent.union_2d(dataset.spatial_extent) def spatial_disjoint_union(self, dataset): """Return the three or two dimensional union as spatial_extent object. @@ -1404,8 +1435,7 @@ def spatial_disjoint_union(self, dataset): """ if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.disjoint_union(dataset.spatial_extent) - else: - return self.spatial_extent.disjoint_union_2d(dataset.spatial_extent) + return self.spatial_extent.disjoint_union_2d(dataset.spatial_extent) def get_np_array(self): """Return this 3D raster map as memmap numpy style array to access the @@ -1462,10 +1492,8 @@ def read_timestamp_from_grass(self): if check < 1: self.msgr.error( - _( - "Unable to read timestamp file " - "for 3D raster map <%s>" % (self.get_map_id()) - ) + _("Unable to read timestamp file for 3D raster map <%s>") + % (self.get_map_id()) ) return False @@ -1490,19 +1518,15 @@ def write_timestamp_to_grass(self): if check == -1: self.msgr.error( - _( - "Unable to create timestamp file " - "for 3D raster map <%s>" % (self.get_map_id()) - ) + _("Unable to create timestamp file for 3D raster map <%s>") + % (self.get_map_id()) ) return False if check == -2: self.msgr.error( - _( - "Invalid datetime in timestamp for 3D raster " - "map <%s>" % (self.get_map_id()) - ) + _("Invalid datetime in timestamp for 3D raster map <%s>") + % (self.get_map_id()) ) return False @@ -1523,10 +1547,7 @@ def remove_timestamp_from_grass(self): if check == -1: self.msgr.error( - _( - "Unable to remove timestamp for raster map " - "<%s>" % (self.get_name()) - ) + _("Unable to remove timestamp for raster map <%s>") % (self.get_name()) ) return False @@ -1812,10 +1833,8 @@ def read_timestamp_from_grass(self): if check < 1: self.msgr.error( - _( - "Unable to read timestamp file " - "for vector map <%s>" % (self.get_map_id()) - ) + _("Unable to read timestamp file for vector map <%s>") + % (self.get_map_id()) ) return False @@ -1841,19 +1860,15 @@ def write_timestamp_to_grass(self): if check == -1: self.msgr.error( - _( - "Unable to create timestamp file " - "for vector map <%s>" % (self.get_map_id()) - ) + _("Unable to create timestamp file for vector map <%s>") + % (self.get_map_id()) ) return False if check == -2: self.msgr.error( - _( - "Invalid datetime in timestamp for vector " - "map <%s>" % (self.get_map_id()) - ) + _("Invalid datetime in timestamp for vector map <%s>") + % (self.get_map_id()) ) return False @@ -1869,9 +1884,8 @@ def remove_timestamp_from_grass(self): if check == -1: self.msgr.error( - _( - "Unable to remove timestamp for vector " - "map <%s>" % (self.get_name()) + _("Unable to remove timestamp for vector map <%s>").format( + self.get_name() ) ) return False @@ -2131,16 +2145,14 @@ def spatial_overlapping(self, dataset): if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.overlapping(dataset.spatial_extent) - else: - return self.spatial_extent.overlapping_2d(dataset.spatial_extent) + return self.spatial_extent.overlapping_2d(dataset.spatial_extent) def spatial_relation(self, dataset): """Return the two or three dimensional spatial relation""" if self.get_type() == dataset.get_type() or dataset.get_type() == "str3ds": return self.spatial_extent.spatial_relation(dataset.spatial_extent) - else: - return self.spatial_extent.spatial_relation_2d(dataset.spatial_extent) + return self.spatial_extent.spatial_relation_2d(dataset.spatial_extent) def spatial_intersection(self, dataset): """Return the three or two dimensional intersection as spatial_extent @@ -2151,8 +2163,7 @@ def spatial_intersection(self, dataset): """ if self.get_type() == dataset.get_type() or dataset.get_type() == "raster3d": return self.spatial_extent.intersect(dataset.spatial_extent) - else: - return self.spatial_extent.intersect_2d(dataset.spatial_extent) + return self.spatial_extent.intersect_2d(dataset.spatial_extent) def spatial_union(self, dataset): """Return the three or two dimensional union as spatial_extent @@ -2163,8 +2174,7 @@ def spatial_union(self, dataset): """ if self.get_type() == dataset.get_type() or dataset.get_type() == "raster3d": return self.spatial_extent.union(dataset.spatial_extent) - else: - return self.spatial_extent.union_2d(dataset.spatial_extent) + return self.spatial_extent.union_2d(dataset.spatial_extent) def spatial_disjoint_union(self, dataset): """Return the three or two dimensional union as spatial_extent object. @@ -2174,8 +2184,7 @@ def spatial_disjoint_union(self, dataset): """ if self.get_type() == dataset.get_type() or dataset.get_type() == "raster3d": return self.spatial_extent.disjoint_union(dataset.spatial_extent) - else: - return self.spatial_extent.disjoint_union_2d(dataset.spatial_extent) + return self.spatial_extent.disjoint_union_2d(dataset.spatial_extent) def reset(self, ident): """Reset the internal structure and set the identifier""" diff --git a/python/grass/temporal/spatial_extent.py b/python/grass/temporal/spatial_extent.py index 329a0a4a684..7bec3bc35e7 100644 --- a/python/grass/temporal/spatial_extent.py +++ b/python/grass/temporal/spatial_extent.py @@ -875,7 +875,7 @@ def cover_2d(self, extent) -> bool: if eS > S and eS < N: edge_count += 1 - return not edge_count == 0 + return edge_count != 0 def cover(self, extent) -> bool: """Return True if this extent covers the provided spatial @@ -956,7 +956,7 @@ def cover(self, extent) -> bool: if eB > B and eB < T: edge_count += 1 - return not edge_count == 0 + return edge_count != 0 def covered_2d(self, extent): """Return True if this extent is covered by the provided spatial @@ -1787,8 +1787,7 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_projection(self): """Get the projection of the spatial extent""" @@ -1840,48 +1839,42 @@ def get_north(self): :return: None if not found""" if "north" in self.D: return self.D["north"] - else: - return None + return None def get_south(self): """Get the southern edge of the map :return: None if not found""" if "south" in self.D: return self.D["south"] - else: - return None + return None def get_east(self): """Get the eastern edge of the map :return: None if not found""" if "east" in self.D: return self.D["east"] - else: - return None + return None def get_west(self): """Get the western edge of the map :return: None if not found""" if "west" in self.D: return self.D["west"] - else: - return None + return None def get_top(self): """Get the top edge of the map :return: None if not found""" if "top" in self.D: return self.D["top"] - else: - return None + return None def get_bottom(self): """Get the bottom edge of the map :return: None if not found""" if "bottom" in self.D: return self.D["bottom"] - else: - return None + return None id = property(fget=get_id, fset=set_id) north = property(fget=get_north, fset=set_north) diff --git a/python/grass/temporal/stds_export.py b/python/grass/temporal/stds_export.py index 339bb5122c9..016abb20c30 100644 --- a/python/grass/temporal/stds_export.py +++ b/python/grass/temporal/stds_export.py @@ -29,6 +29,7 @@ import shutil import tarfile import tempfile +from pathlib import Path import grass.script as gs from grass.exceptions import CalledModuleError @@ -126,7 +127,7 @@ def _export_raster_maps_as_gdal( except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gs.fatal(_("Unable to export raster map <%s>" % name)) + gs.fatal(_("Unable to export raster map <%s>") % name) tar.add(out_name) @@ -138,10 +139,7 @@ def _export_raster_maps_as_gdal( shutil.rmtree(new_cwd) tar.close() gs.fatal( - _( - "Unable to export color rules for raster " - "map <%s> r.out.gdal" % name - ) + _("Unable to export color rules for raster map <%s> r.out.gdal") % name ) tar.add(out_name) @@ -167,7 +165,7 @@ def _export_raster_maps(rows, tar, list_file, new_cwd, fs): except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gs.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") @@ -200,6 +198,7 @@ def _export_vector_maps_as_gml(rows, tar, list_file, new_cwd, fs): except CalledModuleError: shutil.rmtree(new_cwd) tar.close() +<<<<<<< HEAD <<<<<<< HEAD gs.fatal(_("Unable to export vector map <%s> as GML with v.out.ogr" % name)) ======= @@ -211,6 +210,9 @@ def _export_vector_maps_as_gml(rows, tar, list_file, new_cwd, fs): gs.fatal(_("Unable to export vector map <%s> as GML with v.out.ogr" % name)) >>>>>>> osgeo-main >>>>>>> main +======= + 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") @@ -246,6 +248,7 @@ def _export_vector_maps_as_gpkg(rows, tar, list_file, new_cwd, fs): tar.close() <<<<<<< HEAD gs.fatal( +<<<<<<< HEAD ======= <<<<<<< HEAD gscript.fatal( @@ -254,6 +257,9 @@ def _export_vector_maps_as_gpkg(rows, tar, list_file, new_cwd, fs): >>>>>>> osgeo-main >>>>>>> main _("Unable to export vector map <%s> as GPKG with v.out.ogr" % name) +======= + _("Unable to export vector map <%s> as GPKG with v.out.ogr") % name +>>>>>>> osgeo-main ) tar.add(name + ".gpkg") @@ -286,7 +292,7 @@ def _export_vector_maps(rows, tar, list_file, new_cwd, fs): except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gs.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") @@ -312,7 +318,7 @@ def _export_raster3d_maps(rows, tar, list_file, new_cwd, fs): except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gs.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") @@ -368,7 +374,7 @@ def export_stds( """ # Save current working directory path - old_cwd = os.getcwd() + old_cwd = Path.cwd() # Create the temporary directory and jump into it new_cwd = tempfile.mkdtemp(dir=directory) @@ -420,9 +426,7 @@ def export_stds( # Write projection and metadata proj = gs.read_command("g.proj", flags="j") - proj_file = open(proj_file_name, "w") - proj_file.write(proj) - proj_file.close() + Path(proj_file_name).write_text(proj) init_file = open(init_file_name, "w") # Create the init string @@ -449,9 +453,7 @@ def export_stds( init_file.close() 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() + Path(metadata_file_name).write_text(metadata) read_file = open(read_file_name, "w") if type_ == "strds": diff --git a/python/grass/temporal/stds_import.py b/python/grass/temporal/stds_import.py index 7aecb6669d8..09ba4f13a14 100644 --- a/python/grass/temporal/stds_import.py +++ b/python/grass/temporal/stds_import.py @@ -304,10 +304,8 @@ def import_stds( # Check for important files msgr = get_tgis_message_interface() msgr.message( - _( - "Checking validity of input file (size: %0.1f MB). Make take a while..." - % (os.path.getsize(input) / (1024 * 1024.0)) - ) + _("Checking validity of input file (size: %0.1f MB). Make take a while...") + % (os.path.getsize(input) / (1024 * 1024.0)) ) members = tar.getnames() # Make sure that the basenames of the files are used for comparison @@ -338,7 +336,7 @@ def import_stds( # We use a new list file name for map registration new_list_file_name = list_file_name + "_new" # Save current working directory path - old_cwd = os.getcwd() + old_cwd = Path.cwd() # Switch into the data directory os.chdir(directory) @@ -450,7 +448,7 @@ def import_stds( fs = "|" maplist = [] mapset = get_current_mapset() - list_file = open(list_file_name, "r") + list_file = open(list_file_name) new_list_file = open(new_list_file_name, "w") # get number of lines to correctly form the suffix @@ -504,7 +502,7 @@ def import_stds( # Read the init file fs = "=" init = {} - init_file = open(init_file_name, "r") + init_file = open(init_file_name) while True: line = init_file.readline() if not line: diff --git a/python/grass/temporal/temporal_algebra.py b/python/grass/temporal/temporal_algebra.py index 7beca39a909..0cc71e9f2fb 100644 --- a/python/grass/temporal/temporal_algebra.py +++ b/python/grass/temporal/temporal_algebra.py @@ -736,11 +736,11 @@ def get_type(self): and self.value is not None ): return "global" - elif self.boolean is not None: + if self.boolean is not None: return "boolean" - elif self.relationop is not None and self.topology != []: + if self.relationop is not None and self.topology != []: return "operator" - elif self.td is not None: + if self.td is not None: return "timediff" def get_type_value(self): @@ -1204,7 +1204,7 @@ def remove_maps(self): for key, value in map_names.items(): if value: - self.msgr.message(_("Removing un-needed or empty %s maps" % (key))) + self.msgr.message(_("Removing un-needed or empty %s maps") % (key)) self._remove_maps(value, key) def _remove_maps(self, namelist, map_type): @@ -1284,15 +1284,9 @@ def check_stds(self, input, clear=False, stds_type=None, check_type=True): self.temporaltype = "absolute" elif map_i.is_time_relative() and self.temporaltype is None: self.temporaltype = "relative" - elif map_i.is_time_absolute() and self.temporaltype == "relative": - self.msgr.fatal( - _( - "Wrong temporal type of space time dataset " - "<%s> <%s> time is required" - ) - % (id_input, self.temporaltype) - ) - elif map_i.is_time_relative() and self.temporaltype == "absolute": + elif ( + map_i.is_time_absolute() and self.temporaltype == "relative" + ) or (map_i.is_time_relative() and self.temporaltype == "absolute"): self.msgr.fatal( _( "Wrong temporal type of space time dataset " @@ -1308,13 +1302,9 @@ def check_stds(self, input, clear=False, stds_type=None, check_type=True): maplist = input # Create map_value as empty list item. for map_i in maplist: - if "map_value" not in dir(map_i): - map_i.map_value = [] - elif clear: + if ("map_value" not in dir(map_i)) or clear: map_i.map_value = [] - if "condition_value" not in dir(map_i): - map_i.condition_value = [] - elif clear: + if ("condition_value" not in dir(map_i)) or clear: map_i.condition_value = [] else: self.msgr.fatal(_("Wrong type of input " + str(input))) @@ -2355,8 +2345,7 @@ def recurse_compare(conditionlist): inverselist.append(map_i) if inverse: return inverselist - else: - return resultlist + return resultlist def p_statement_assign(self, t): # The expression should always return a list of maps @@ -2401,8 +2390,8 @@ def p_statement_assign(self, t): _( "The resulting space time dataset type <%(a)s> " "is different from the requested type <%(b)s>" - % ({"a": maps_stds_type, "b": self.stdstype}) ) + % ({"a": maps_stds_type, "b": self.stdstype}) ) else: map_type_2 = map_i.get_type() diff --git a/python/grass/temporal/temporal_extent.py b/python/grass/temporal/temporal_extent.py index 42cce4599b1..29594ea8b72 100644 --- a/python/grass/temporal/temporal_extent.py +++ b/python/grass/temporal/temporal_extent.py @@ -202,9 +202,9 @@ def intersect(self, extent): return RelativeTemporalExtent( start_time=start, end_time=end, unit=self.get_unit() ) - elif issubclass(type(self), AbsoluteTemporalExtent): + if issubclass(type(self), AbsoluteTemporalExtent): return AbsoluteTemporalExtent(start_time=start, end_time=end) - elif issubclass(type(self), TemporalExtent): + if issubclass(type(self), TemporalExtent): return TemporalExtent(start_time=start, end_time=end) def disjoint_union(self, extent): @@ -391,9 +391,9 @@ def disjoint_union(self, extent): return RelativeTemporalExtent( start_time=start, end_time=end, unit=self.get_unit() ) - elif issubclass(type(self), AbsoluteTemporalExtent): + if issubclass(type(self), AbsoluteTemporalExtent): return AbsoluteTemporalExtent(start_time=start, end_time=end) - elif issubclass(type(self), TemporalExtent): + if issubclass(type(self), TemporalExtent): return TemporalExtent(start_time=start, end_time=end) def union(self, extent): @@ -986,24 +986,21 @@ def get_id(self): """ if "id" in self.D: return self.D["id"] - else: - return None + return None def get_start_time(self): """Get the valid start time of the extent :return: None if not found""" if "start_time" in self.D: return self.D["start_time"] - else: - return None + return None def get_end_time(self): """Get the valid end time of the extent :return: None if not found""" if "end_time" in self.D: return self.D["end_time"] - else: - return None + return None # Set the properties id = property(fget=get_id, fset=set_id) @@ -1153,8 +1150,7 @@ def get_granularity(self): :return: None if not found""" if "granularity" in self.D: return self.D["granularity"] - else: - return None + return None def get_map_time(self): """Get the type of the map time @@ -1169,8 +1165,7 @@ def get_map_time(self): """ if "map_time" in self.D: return self.D["map_time"] - else: - return None + return None # Properties granularity = property(fget=get_granularity, fset=set_granularity) @@ -1277,8 +1272,7 @@ def get_unit(self): :return: None if not found""" if "unit" in self.D: return self.D["unit"] - else: - return None + return None def temporal_relation(self, map): """Returns the temporal relation between temporal objects @@ -1427,8 +1421,7 @@ def get_granularity(self): :return: None if not found""" if "granularity" in self.D: return self.D["granularity"] - else: - return None + return None def get_map_time(self): """Get the type of the map time @@ -1443,8 +1436,7 @@ def get_map_time(self): """ if "map_time" in self.D: return self.D["map_time"] - else: - return None + return None # Properties granularity = property(fget=get_granularity, fset=set_granularity) diff --git a/python/grass/temporal/temporal_granularity.py b/python/grass/temporal/temporal_granularity.py index 2b58f04d77c..2a48f8f63e4 100644 --- a/python/grass/temporal/temporal_granularity.py +++ b/python/grass/temporal/temporal_granularity.py @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) @@ -52,6 +53,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main from .datetime_math import compute_datetime_delta from .abstract_map_dataset import AbstractMapDataset ======= @@ -72,6 +76,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -123,6 +128,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) ======= >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) @@ -134,6 +141,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) ======= <<<<<<< HEAD @@ -164,6 +172,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main import ast from collections import OrderedDict from functools import reduce @@ -292,8 +302,7 @@ def _get_row_time_tuple(db_table_row): # Check if input is list of MapDataset objects or SQLite rows if issubclass(maps[0].__class__, AbstractMapDataset): return _get_map_time_tuple - else: - return _get_row_time_tuple + return _get_row_time_tuple def _is_after(start, start1, end1) -> bool: @@ -923,8 +932,7 @@ def compute_common_absolute_time_granularity(gran_list, start_date_list=None): if int(num) > 60: if int(num) % 60 == 0: return "60 seconds" - else: - return "1 second" + return "1 second" if granule in {"minutes", "minute"}: # If the start minutes are different between the start dates @@ -936,8 +944,7 @@ def compute_common_absolute_time_granularity(gran_list, start_date_list=None): if int(num) > 60: if int(num) % 60 == 0: return "60 minutes" - else: - return "1 minute" + return "1 minute" if granule in {"hours", "hour"}: # If the start hours are different between the start dates @@ -949,8 +956,7 @@ def compute_common_absolute_time_granularity(gran_list, start_date_list=None): if int(num) > 24: if int(num) % 24 == 0: return "24 hours" - else: - return "1 hour" + return "1 hour" if granule in {"days", "day"}: # If the start days are different between the start dates @@ -962,8 +968,7 @@ def compute_common_absolute_time_granularity(gran_list, start_date_list=None): if int(num) > 365: if int(num) % 365 == 0: return "365 days" - else: - return "1 day" + return "1 day" if granule in {"months", "month"}: # If the start months are different between the start dates @@ -975,8 +980,7 @@ def compute_common_absolute_time_granularity(gran_list, start_date_list=None): if int(num) > 12: if int(num) % 12 == 0: return "12 months" - else: - return "1 month" + return "1 month" return common_granule @@ -1271,20 +1275,18 @@ def gran_singular_unit(gran): output, unit = gran.split(" ") if unit in PLURAL_GRAN: return unit[:-1] - elif unit in SINGULAR_GRAN: + if unit in SINGULAR_GRAN: return unit - else: - lists = "{gr}".format(gr=SUPPORTED_GRAN).replace("[", "").replace("]", "") - print( - _( - "Output granularity seems not to be valid. Please use " - "one of the following values : {gr}" - ).format(gr=lists) - ) - return False - else: - print(_("Invalid absolute granularity")) + lists = "{gr}".format(gr=SUPPORTED_GRAN).replace("[", "").replace("]", "") + print( + _( + "Output granularity seems not to be valid. Please use " + "one of the following values : {gr}" + ).format(gr=lists) + ) return False + print(_("Invalid absolute granularity")) + return False ####################################################################### @@ -1316,16 +1318,15 @@ def gran_plural_unit(gran): output, unit = gran.split(" ") if unit in PLURAL_GRAN: return unit - elif unit in SINGULAR_GRAN: + if unit in SINGULAR_GRAN: return f"{unit}s" - else: - lists = ", ".join(SUPPORTED_GRAN) - print( - _( - "Output granularity seems not to be valid. Please use " - "one of the following values : {gr}" - ).format(gr=lists) - ) + lists = ", ".join(SUPPORTED_GRAN) + print( + _( + "Output granularity seems not to be valid. Please use " + "one of the following values : {gr}" + ).format(gr=lists) + ) else: print(_("Invalid absolute granularity")) return False @@ -1380,8 +1381,7 @@ def _return(output, tounit, shell): if output == 1: return f"{output} {tounit}" - else: - return f"{output} {tounit}s" + return f"{output} {tounit}s" # TODO check the leap second if check_granularity_string(from_gran, "absolute"): @@ -1402,9 +1402,8 @@ def _return(output, tounit, shell): return _return(output, tounit, shell) print(_("Probably you need to invert 'from_gran' and 'to_gran'")) return False - else: - print(_("Invalid absolute granularity")) - return False + print(_("Invalid absolute granularity")) + return False ############################################################################### diff --git a/python/grass/temporal/temporal_raster_base_algebra.py b/python/grass/temporal/temporal_raster_base_algebra.py index 76517db30cc..8ff156cbed5 100644 --- a/python/grass/temporal/temporal_raster_base_algebra.py +++ b/python/grass/temporal/temporal_raster_base_algebra.py @@ -727,7 +727,7 @@ def build_condition_cmd_list( # Append map to result map list. resultlist.append(map_i) return resultlist - elif isinstance(conclusionlist, list): + if isinstance(conclusionlist, list): # Build result command map list between conditions and conclusions. if self.debug: print("build_condition_cmd_list", condition_topolist) @@ -873,7 +873,7 @@ def p_statement_assign(self, t): process_queue.put(m) else: - self.msgr.error(_("Error computing map <%s>" % map_i.get_id())) + self.msgr.error(_("Error computing map <%s>") % map_i.get_id()) count += 1 if self.dry_run is False: diff --git a/python/grass/temporal/testsuite/unittests_temporal_algebra.py b/python/grass/temporal/testsuite/unittests_temporal_algebra.py index b0d75ce4da6..6f8786fb0e7 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_algebra.py +++ b/python/grass/temporal/testsuite/unittests_temporal_algebra.py @@ -141,6 +141,7 @@ def test_temporal_select1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -177,6 +178,8 @@ def test_temporal_select1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -195,6 +198,7 @@ def test_temporal_select1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -255,6 +259,10 @@ def test_temporal_select1(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -289,6 +297,7 @@ def test_temporal_select2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -325,6 +334,8 @@ def test_temporal_select2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -343,6 +354,7 @@ def test_temporal_select2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -403,6 +415,10 @@ def test_temporal_select2(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -437,6 +453,7 @@ def test_temporal_select3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -467,6 +484,8 @@ def test_temporal_select3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -485,6 +504,7 @@ def test_temporal_select3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -531,6 +551,8 @@ def test_temporal_select3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -567,6 +589,7 @@ def test_temporal_select_operators1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -597,6 +620,8 @@ def test_temporal_select_operators1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -615,6 +640,7 @@ def test_temporal_select_operators1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -661,6 +687,8 @@ def test_temporal_select_operators1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -700,6 +728,7 @@ def test_temporal_select_operators2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -730,6 +759,8 @@ def test_temporal_select_operators2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -748,6 +779,7 @@ def test_temporal_select_operators2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -794,6 +826,8 @@ def test_temporal_select_operators2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -912,6 +946,7 @@ def test_temporal_extent1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -942,6 +977,8 @@ def test_temporal_extent1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -960,6 +997,7 @@ def test_temporal_extent1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1006,6 +1044,8 @@ def test_temporal_extent1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1045,6 +1085,7 @@ def test_temporal_extent2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1075,6 +1116,8 @@ def test_temporal_extent2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1093,6 +1136,7 @@ def test_temporal_extent2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1139,6 +1183,8 @@ def test_temporal_extent2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1178,6 +1224,7 @@ def test_temporal_extent3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1208,6 +1255,8 @@ def test_temporal_extent3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1226,6 +1275,7 @@ def test_temporal_extent3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1272,6 +1322,8 @@ def test_temporal_extent3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1316,6 +1368,7 @@ def test_temporal_hash1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1346,6 +1399,8 @@ def test_temporal_hash1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1364,6 +1419,7 @@ def test_temporal_hash1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1410,6 +1466,8 @@ def test_temporal_hash1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1449,6 +1507,7 @@ def test_temporal_hash_operator1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1479,6 +1538,8 @@ def test_temporal_hash_operator1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1497,6 +1558,7 @@ def test_temporal_hash_operator1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1543,6 +1605,8 @@ def test_temporal_hash_operator1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1582,6 +1646,7 @@ def test_temporal_hash_operator2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1612,6 +1677,8 @@ def test_temporal_hash_operator2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1630,6 +1697,7 @@ def test_temporal_hash_operator2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1676,6 +1744,8 @@ def test_temporal_hash_operator2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1715,6 +1785,7 @@ def test_tmap_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1745,6 +1816,8 @@ def test_tmap_function1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1763,6 +1836,7 @@ def test_tmap_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1809,6 +1883,8 @@ def test_tmap_function1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1848,6 +1924,7 @@ def test_tmap_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1878,6 +1955,8 @@ def test_tmap_function2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -1896,6 +1975,7 @@ def test_tmap_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1942,6 +2022,8 @@ def test_tmap_function2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -1981,6 +2063,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2011,6 +2094,8 @@ def test_merge_function1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -2029,6 +2114,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2075,6 +2161,8 @@ def test_merge_function1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -2111,6 +2199,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2141,6 +2230,8 @@ def test_merge_function2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( @@ -2159,6 +2250,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2205,6 +2297,8 @@ def test_merge_function2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( @@ -2352,6 +2446,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2388,6 +2483,8 @@ def test_merge_function1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -2406,6 +2503,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -2466,6 +2564,10 @@ def test_merge_function1(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( @@ -2497,6 +2599,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2533,6 +2636,8 @@ def test_merge_function2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -2551,6 +2656,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -2611,6 +2717,10 @@ def test_merge_function2(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( @@ -2642,6 +2752,7 @@ def test_merge_function3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2678,6 +2789,8 @@ def test_merge_function3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -2696,6 +2809,7 @@ def test_merge_function3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -2756,6 +2870,10 @@ def test_merge_function3(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( @@ -2787,6 +2905,7 @@ def test_shift1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2823,6 +2942,8 @@ def test_shift1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -2841,6 +2962,7 @@ def test_shift1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -2901,6 +3023,10 @@ def test_shift1(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( @@ -2932,6 +3058,7 @@ def test_shift2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2968,6 +3095,8 @@ def test_shift2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -2986,6 +3115,7 @@ def test_shift2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -3046,6 +3176,10 @@ def test_shift2(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( @@ -3077,6 +3211,7 @@ def test_buffer1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3113,6 +3248,8 @@ def test_buffer1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -3131,6 +3268,7 @@ def test_buffer1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -3191,6 +3329,10 @@ def test_buffer1(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( @@ -3222,6 +3364,7 @@ def test_buff2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3258,6 +3401,8 @@ def test_buff2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True @@ -3276,6 +3421,7 @@ def test_buff2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -3336,6 +3482,10 @@ def test_buff2(self): ======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( diff --git a/python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py b/python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py index 92397cd825c..f96ed12899f 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py +++ b/python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py @@ -12,6 +12,7 @@ import grass.temporal as tgis from grass.gunittest.case import TestCase from grass.gunittest.main import test +from grass.gunittest.utils import xfail_windows class TestTemporalRasterAlgebraImplicitAggregation(TestCase): @@ -64,6 +65,7 @@ def tearDownClass(cls): cls.runModule("t.unregister", maps="singletmap", quiet=True) cls.del_temp_region() + @xfail_windows def test_simple_operator(self): """Test implicit aggregation @@ -149,6 +151,7 @@ def test_single_map_complex_operator(self): self.assertEqual(D.check_temporal_topology(), True) self.assertEqual(D.get_granularity(), None) + @xfail_windows def test_single_map_simple_operator(self): """Test implicit aggregation diff --git a/python/grass/temporal/univar_statistics.py b/python/grass/temporal/univar_statistics.py index 253c9697a82..2635fd024f7 100755 --- a/python/grass/temporal/univar_statistics.py +++ b/python/grass/temporal/univar_statistics.py @@ -46,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -127,6 +128,11 @@ ======= >>>>>>> 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 from .core import SQLDatabaseInterfaceConnection, get_current_mapset from .factory import dataset_factory @@ -146,6 +152,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import grass.script as gs from grass.pygrass.modules import Module ======= @@ -186,6 +193,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= import grass.script as gs from grass.pygrass.modules import Module >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -201,6 +210,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -226,6 +236,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= import grass.script as gs from grass.pygrass.modules import Module >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -241,6 +253,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -279,6 +292,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ############################################################################### @@ -298,6 +313,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 @@ -308,6 +324,8 @@ def compute_univar_stats(registered_map_info, stats_module, fs, rast_region=Fals ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """Compute univariate statistics for a map of a space time raster or raster3d dataset @@ -327,6 +345,9 @@ def compute_univar_stats(registered_map_info, stats_module, fs, rast_region=Fals <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -357,6 +378,181 @@ def compute_univar_stats(registered_map_info, stats_module, fs, rast_region=Fals univar_stats = stats_module.outputs.stdout + if not univar_stats: + gs.warning( + _("Unable to get statistics for raster map <%s>") % id + if stats_module.name == "r.univar" + else _("Unable to get statistics for 3d raster map <%s>") % id + ) + 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, + 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( _( @@ -2284,6 +2480,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2344,6 +2541,10 @@ def print_gridded_dataset_univar_statistics( ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main # We need a database interface dbif = SQLDatabaseInterfaceConnection() @@ -2368,6 +2569,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strds_cols = ( "id,start_time,end_time,semantic_label" @@ -2412,6 +2614,8 @@ def print_gridded_dataset_univar_statistics( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main spatial_extent = None if region_relation: @@ -2461,6 +2665,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2485,6 +2690,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= strds_cols = ( "id,start_time,end_time,semantic_label" @@ -2506,6 +2713,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2543,6 +2751,8 @@ def print_gridded_dataset_univar_statistics( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if not rows and rows != [""]: dbif.close() @@ -2596,6 +2806,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) ======= @@ -2634,6 +2845,8 @@ def print_gridded_dataset_univar_statistics( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main cols.extend(["first_quartile", "median", "third_quartile"]) if percentile: @@ -2659,6 +2872,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)) @@ -2731,6 +2945,11 @@ def print_gridded_dataset_univar_statistics( ======= cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main string = fs.join(cols) @@ -2766,6 +2985,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2796,6 +3016,8 @@ def print_gridded_dataset_univar_statistics( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main percentile=percentile, ======= @@ -2814,6 +3036,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2860,6 +3083,8 @@ def print_gridded_dataset_univar_statistics( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main stdout_=PIPE, run_=False, diff --git a/python/grass/utils/download.py b/python/grass/utils/download.py index bb73ba31d60..10f85f39aeb 100644 --- a/python/grass/utils/download.py +++ b/python/grass/utils/download.py @@ -44,6 +44,7 @@ def debug(*args, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Lazy import to avoding potential circular dependency. ======= @@ -82,6 +83,8 @@ def debug(*args, **kwargs): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Lazy import to avoiding potential circular dependency. ======= @@ -99,6 +102,7 @@ def debug(*args, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Lazy import to avoding potential circular dependency. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -171,6 +175,11 @@ def debug(*args, **kwargs): ======= # Lazy import to avoding potential circular dependency. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + # 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 @@ -207,6 +216,7 @@ def extract_tar(name, directory, tmpdir): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD tar.extractall(path=extract_dir) ======= @@ -245,6 +255,8 @@ def extract_tar(name, directory, tmpdir): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Extraction filters were added in Python 3.12, @@ -276,6 +288,7 @@ def extract_tar(name, directory, tmpdir): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= tar.extractall(path=extract_dir) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -348,6 +361,11 @@ def extract_tar(name, directory, tmpdir): ======= tar.extractall(path=extract_dir) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + tar.extractall(path=extract_dir) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main files = os.listdir(extract_dir) _move_extracted_files( diff --git a/python/libgrass_interface_generator/Makefile b/python/libgrass_interface_generator/Makefile index b6b3d9e3e4b..68ace269a2b 100644 --- a/python/libgrass_interface_generator/Makefile +++ b/python/libgrass_interface_generator/Makefile @@ -59,6 +59,7 @@ imagery_HDRS = imagery.h defs/imagery.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -126,6 +127,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)) ======= @@ -146,6 +151,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)) ======= @@ -171,6 +177,8 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -188,6 +196,7 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -268,6 +277,8 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 7ceab0ab2db..6a404507170 100644 --- a/python/libgrass_interface_generator/README.md +++ b/python/libgrass_interface_generator/README.md @@ -28,6 +28,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -87,6 +88,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### How to update ctypesgen version 1. Replace the GRASS directory `python/libgrass_interface_generator/ctypesgen` @@ -104,6 +107,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -132,6 +136,8 @@ Currently installed version: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -146,6 +152,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -191,6 +198,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ### How to update ctypesgen version @@ -214,6 +223,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -240,6 +250,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -256,6 +268,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -310,6 +323,10 @@ Currently installed version: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ### How to update ctypesgen version 1. Replace the GRASS directory `python/libgrass_interface_generator/ctypesgen` @@ -327,6 +344,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -351,6 +369,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -367,6 +387,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -432,6 +453,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -461,6 +484,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -540,6 +564,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)) ======= @@ -561,6 +590,7 @@ necessary patches for GRASS. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -586,6 +616,8 @@ necessary patches for GRASS. ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -604,6 +636,7 @@ necessary patches for GRASS. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -687,6 +720,8 @@ It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctype >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #### Ctypes "unnamed structure member with 0 bit size"-patch @@ -742,6 +777,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -803,6 +839,10 @@ generated files. ======= >>>>>>> osgeo-main +======= + +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -826,6 +866,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -918,6 +959,8 @@ generated files. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ```diff --- ctypesgen/printer_python/printer.py.orig +++ ctypesgen/printer_python/printer.py @@ -1065,6 +1108,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1126,6 +1170,10 @@ generated files. ======= >>>>>>> osgeo-main +======= + +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1149,6 +1197,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1241,6 +1290,8 @@ generated files. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #### Windows specific patches diff --git a/python/libgrass_interface_generator/ctypesgen/ctypedescs.py b/python/libgrass_interface_generator/ctypesgen/ctypedescs.py index 4b823214b85..443bff14e22 100755 --- a/python/libgrass_interface_generator/ctypesgen/ctypedescs.py +++ b/python/libgrass_interface_generator/ctypesgen/ctypedescs.py @@ -138,6 +138,7 @@ def visit_identifier(self, identifier): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Remove one level of indirection from funtion pointer; needed for typedefs ======= <<<<<<< HEAD @@ -176,6 +177,8 @@ def visit_identifier(self, identifier): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Remove one level of indirection from function pointer; needed for typedefs ======= # Remove one level of indirection from funtion pointer; needed for typedefs @@ -192,6 +195,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)) @@ -265,6 +269,11 @@ def visit_identifier(self, identifier): # Remove one level of indirection from funtion pointer; needed for typedefs >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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 8cd13957fcd..c3f548b990c 100644 --- a/python/libgrass_interface_generator/ctypesgen/main.py +++ b/python/libgrass_interface_generator/ctypesgen/main.py @@ -49,6 +49,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:]) ======= @@ -87,6 +88,8 @@ def option_callback_W(option, opt, value, parser): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main raise optparse.BadOptionError( "-Wl option must be -L, -R or --rpath, not " + value[2:] @@ -106,6 +109,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)) @@ -178,6 +182,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)) +>>>>>>> osgeo-main +======= +======= + 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) @@ -471,6 +480,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -501,6 +511,8 @@ def main(givenargs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main choices=("py", "json"), help="Choose output language (`py'[default], or `json').", @@ -519,6 +531,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -565,6 +578,8 @@ def main(givenargs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main choices=("py", "py32", "py27", "py25", "json"), help="Choose output language (`py'[default], `py32', `py27', `py25', or " @@ -588,6 +603,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -668,6 +684,11 @@ def main(givenargs=None): >>>>>>> 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 ) op.add_option( @@ -753,6 +774,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") ======= @@ -791,6 +813,8 @@ def main(givenargs=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main msgs.error_message( "No such output language `" + options.output_language + "'", cls="usage" @@ -810,6 +834,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)) @@ -882,6 +907,11 @@ def main(givenargs=None): ======= msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sys.exit(1) diff --git a/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py b/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py index 2cf8e24e876..b32ea5adb67 100644 --- a/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py @@ -274,6 +274,7 @@ def _unalias(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD an attribute can also be preceeded/followed by a double underscore ======= @@ -312,6 +313,8 @@ def _unalias(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main an attribute can also be preceded/followed by a double underscore ======= @@ -329,6 +332,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)) @@ -401,6 +405,11 @@ def _unalias(self): ======= an attribute can also be preceeded/followed by a double underscore >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 c1ddbf2f388..5ea34e420c7 100755 --- a/python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py @@ -122,6 +122,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Delimeters ======= @@ -160,6 +161,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main # Delimiters ======= @@ -177,6 +180,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -249,6 +253,11 @@ ======= # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + # Delimeters +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "PERIOD", "ELLIPSIS", "LPAREN", "RPAREN", "LBRACKET", "RBRACKET", "LBRACE", "RBRACE", "COMMA", "SEMI", diff --git a/python/libgrass_interface_generator/ctypesgen/parser/cparser.py b/python/libgrass_interface_generator/ctypesgen/parser/cparser.py index 2bcc0cc482b..0b199fc604a 100755 --- a/python/libgrass_interface_generator/ctypesgen/parser/cparser.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/cparser.py @@ -140,6 +140,7 @@ def handle_error(self, message, filename, lineno): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD """A parse error occured. ======= @@ -178,6 +179,8 @@ def handle_error(self, message, filename, lineno): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main """A parse error occurred. ======= @@ -195,6 +198,7 @@ def handle_error(self, message, filename, lineno): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= """A parse error occured. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -267,6 +271,11 @@ def handle_error(self, message, filename, lineno): ======= """A parse error occured. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + """A parse error occured. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main The default implementation prints `lineno` and `message` to stderr. diff --git a/python/libgrass_interface_generator/ctypesgen/parser/lex.py b/python/libgrass_interface_generator/ctypesgen/parser/lex.py index 66976ede610..aa1c44b3eb1 100644 --- a/python/libgrass_interface_generator/ctypesgen/parser/lex.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/lex.py @@ -57,6 +57,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -88,6 +89,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main StringTypes = (str, bytes) ======= ======= @@ -104,6 +107,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -148,6 +152,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main try: # Python 2.6 StringTypes = (types.StringType, types.UnicodeType) @@ -169,6 +175,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -250,6 +257,11 @@ ======= >>>>>>> 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 # 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 b8db99c079a..e8b924ca53d 100755 --- a/python/libgrass_interface_generator/ctypesgen/parser/pplexer.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/pplexer.py @@ -138,6 +138,7 @@ def __new__(cls, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Delimeters ======= <<<<<<< HEAD @@ -176,6 +177,8 @@ def __new__(cls, value): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Delimiters ======= # Delimeters @@ -192,6 +195,7 @@ def __new__(cls, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -265,6 +269,11 @@ def __new__(cls, value): # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +# 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 9eb41ce14bb..acae84fdfc6 100644 --- a/python/libgrass_interface_generator/ctypesgen/parser/yacc.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/yacc.py @@ -1520,6 +1520,7 @@ def __init__(self, terminals): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. ======= @@ -1558,6 +1559,8 @@ def __init__(self, terminals): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.UsedPrecedence = set() # Precedence rules that were actually used by the grammar. ======= @@ -1575,6 +1578,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)) @@ -1647,6 +1651,11 @@ def __init__(self, terminals): ======= self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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/Makefile b/raster/Makefile index bcd07660238..91ff54d0863 100644 --- a/raster/Makefile +++ b/raster/Makefile @@ -45,6 +45,7 @@ SUBDIRS = \ r.lake \ r.li \ r.mapcalc \ + r.mask.status \ r.mfilter \ r.mode \ r.neighbors \ diff --git a/raster/r.basins.fill/r.basins.fill.html b/raster/r.basins.fill/r.basins.fill.html index 48c71e28497..40fe6c75f07 100644 --- a/raster/r.basins.fill/r.basins.fill.html +++ b/raster/r.basins.fill/r.basins.fill.html @@ -69,6 +69,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -133,6 +134,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)) @@ -153,6 +158,7 @@

    AUTHORS

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

    AUTHORS

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= Larry Band, Dept. of Geography, University of Toronto, Canada ======= Larry Band, Dept. of Geography, University of Toronto, Canada @@ -195,6 +203,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -269,3 +278,5 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/raster/r.buildvrt/link.c b/raster/r.buildvrt/link.c index d81c64cc127..9915866fa43 100644 --- a/raster/r.buildvrt/link.c +++ b/raster/r.buildvrt/link.c @@ -96,6 +96,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) ======= @@ -134,6 +135,8 @@ void create_map(const struct input *inputs, int num_inputs, const char *output, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int have_stats UNUSED, struct R_stats *ostats UNUSED, const char *title) @@ -152,6 +155,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)) @@ -225,6 +229,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)) >>>>>>> osgeo-main +======= +======= + 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/enforce_ds.c b/raster/r.carve/enforce_ds.c index ea4d7a1ae7a..7a71dc97def 100644 --- a/raster/r.carve/enforce_ds.c +++ b/raster/r.carve/enforce_ds.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "enforce.h" #ifndef MAX @@ -487,4 +488,6 @@ static void process_line_segment(const int npts, void *rbuf, Point2 *pgxypts, prevrow = row; prevcol = col; } + Vect_destroy_line_struct(points); + Vect_destroy_cats_struct(cats); } diff --git a/raster/r.carve/main.c b/raster/r.carve/main.c index d907cd364b6..1fe23f772f3 100644 --- a/raster/r.carve/main.c +++ b/raster/r.carve/main.c @@ -218,6 +218,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 " ======= @@ -256,6 +257,8 @@ static int init_projection(struct Cell_head *window, int *wrap_ncols) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Lat/Long project is not supported by %s. Please " ======= @@ -273,6 +276,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)) @@ -345,6 +349,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)) +>>>>>>> osgeo-main +======= +======= + 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()); diff --git a/raster/r.carve/r.carve.html b/raster/r.carve/r.carve.html index 07e8c442a9d..76789adff53 100644 --- a/raster/r.carve/r.carve.html +++ b/raster/r.carve/r.carve.html @@ -152,6 +152,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -202,6 +203,8 @@

    AUTHORS

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

    AUTHORS

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

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -237,6 +241,8 @@

    AUTHORS

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

    AUTHORS

    @@ -256,6 +262,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -306,5 +313,7 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Bill Brown (GMSL)
    GRASS 6 update: Brad Douglas diff --git a/raster/r.circle/main.c b/raster/r.circle/main.c index 4b41a78c7c6..bd99a292f71 100644 --- a/raster/r.circle/main.c +++ b/raster/r.circle/main.c @@ -79,7 +79,9 @@ int main(int argc, char *argv[]) flag = G_define_flag(); flag->key = 'b'; - flag->description = _("Generate binary raster map"); + flag->label = _("Generate binary raster map"); + flag->description = + _("Generate binary pattern only (useful for creating mask)"); if (G_parser(argc, argv)) exit(EXIT_FAILURE); @@ -114,7 +116,7 @@ int main(int argc, char *argv[]) "using the binary flag")); if (flag->answer) - binary = 1; /* generate binary pattern only, useful for MASK */ + binary = 1; else binary = 0; diff --git a/raster/r.clump/clump.c b/raster/r.clump/clump.c index 052ad6ef034..cf94a5bf142 100644 --- a/raster/r.clump/clump.c +++ b/raster/r.clump/clump.c @@ -25,6 +25,8 @@ #include #include #include "local_proto.h" +#include +#include #define INCR 1024 @@ -92,7 +94,9 @@ static CELL do_renumber(int *in_fd, DCELL *rng, int nin, int diag, int minsize, G_percent(row, nrows, 2); coffset = (off_t)row * csize; - lseek(cfd, coffset, SEEK_SET); + if (lseek(cfd, coffset, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } if (read(cfd, cur_clump, csize) != csize) G_fatal_error(_("Unable to read from temp file")); @@ -108,7 +112,9 @@ static CELL do_renumber(int *in_fd, DCELL *rng, int nin, int diag, int minsize, temp_clump++; } if (do_write) { - lseek(cfd, coffset, SEEK_SET); + if (lseek(cfd, coffset, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } if (write(cfd, cur_clump, csize) != csize) G_fatal_error(_("Unable to write to temp file")); } diff --git a/raster/r.clump/minsize.c b/raster/r.clump/minsize.c index c62a8e236f6..edebf11ff24 100644 --- a/raster/r.clump/minsize.c +++ b/raster/r.clump/minsize.c @@ -287,6 +287,7 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -334,6 +335,8 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= count++; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -353,6 +356,7 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -372,6 +376,8 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= count++; @@ -390,6 +396,7 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -454,6 +461,8 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main rclist_add(&rilist, rown, coln); if (*rowmin > rown) diff --git a/raster/r.coin/format.c b/raster/r.coin/format.c index 66a1a0e3c9a..a3a0ef7d957 100644 --- a/raster/r.coin/format.c +++ b/raster/r.coin/format.c @@ -46,6 +46,7 @@ int format_double(double v, char *buf, int n) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -109,6 +110,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 @@ -130,6 +135,7 @@ int format_double(double v, char *buf, int n) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -154,6 +160,8 @@ int format_double(double v, char *buf, int n) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (k = n; strlen(buf) > n; k--) { ======= @@ -172,6 +180,7 @@ int format_double(double v, char *buf, int n) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -245,6 +254,8 @@ int format_double(double v, char *buf, int n) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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 552870c3d19..c035baa4d33 100644 --- a/raster/r.compress/r.compress.html +++ b/raster/r.compress/r.compress.html @@ -147,6 +147,7 @@

    COMPRESSION ALGORITHM DETAILS

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

    COMPRESSION ALGORITHM DETAILS

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

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -247,6 +251,8 @@

    COMPRESSION ALGORITHM DETAILS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -270,6 +276,7 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> dd6a87c0fa (r.horizon manual - fix typo (#2794)) ======= @@ -327,6 +334,9 @@

    COMPRESSION ALGORITHM DETAILS

    ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -346,6 +356,7 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -365,6 +376,8 @@

    COMPRESSION ALGORITHM DETAILS

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

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -430,6 +444,8 @@

    COMPRESSION ALGORITHM DETAILS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 eb02c751d6a..daa70200fbd 100644 --- a/raster/r.contour/r.contour.html +++ b/raster/r.contour/r.contour.html @@ -42,6 +42,7 @@

    EXAMPLES

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

    EXAMPLES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -96,6 +99,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)) @@ -169,6 +173,11 @@

    EXAMPLES

    In the Spearfish location, produce a vector contour map from input raster elevation.dem >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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/test_r_contour.py b/raster/r.contour/testsuite/test_r_contour.py index 9fc0fc17469..c9ee4c9876a 100644 --- a/raster/r.contour/testsuite/test_r_contour.py +++ b/raster/r.contour/testsuite/test_r_contour.py @@ -62,7 +62,7 @@ def test_raster_contour(self): self.assertModule("v.db.select", map=self.output, file="testReport") self.assertFileExists("testReport", msg="testReport file was not created") if os.path.isfile("testReport"): - file = open("testReport", "r") + file = open("testReport") fileData = file.read() self.assertMultiLineEqual(fileData, self.test_ref_str) file.close() @@ -87,7 +87,7 @@ def test_raster_contour_cut(self): self.assertModule("v.db.select", map=self.output + "_cut", file="testReportCut") self.assertFileExists("testReportCut", msg="testReportCut file was not created") if os.path.isfile("testReportCut"): - file = open("testReportCut", "r") + file = open("testReportCut") fileData = file.read() self.assertMultiLineEqual(fileData, self.test_ref_str) file.close() diff --git a/raster/r.contour/testsuite/testrc.py b/raster/r.contour/testsuite/testrc.py index d3b02b738dd..72a5758ae8c 100644 --- a/raster/r.contour/testsuite/testrc.py +++ b/raster/r.contour/testsuite/testrc.py @@ -13,6 +13,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -57,6 +58,9 @@ >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main Author: Sunveer Singh, Google Code-in 2018 Copyright: (C) 2018 by Sunveer Singh and the GRASS Development Team diff --git a/raster/r.cost/flag.c b/raster/r.cost/flag.c index 56ac7e1e72c..e9b7a3b2971 100644 --- a/raster/r.cost/flag.c +++ b/raster/r.cost/flag.c @@ -34,6 +34,7 @@ FLAG *flag_create(int nrows, int ncols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD temp = (unsigned char *)G_malloc(nrows * new_flag->leng * ======= @@ -72,6 +73,8 @@ FLAG *flag_create(int nrows, int ncols) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main temp = (unsigned char *)G_malloc((size_t)nrows * new_flag->leng * ======= @@ -89,6 +92,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)) @@ -161,6 +165,11 @@ FLAG *flag_create(int nrows, int ncols) ======= temp = (unsigned char *)G_malloc(nrows * new_flag->leng * >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + temp = (unsigned char *)G_malloc(nrows * new_flag->leng * +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sizeof(unsigned char)); diff --git a/raster/r.cost/main.c b/raster/r.cost/main.c index 62140bedcd9..83a07455fc5 100644 --- a/raster/r.cost/main.c +++ b/raster/r.cost/main.c @@ -527,6 +527,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD total_cells = nrows * ncols; ======= @@ -565,6 +566,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main total_cells = (long)nrows * ncols; ======= @@ -582,6 +585,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= total_cells = nrows * ncols; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -654,6 +658,11 @@ int main(int argc, char *argv[]) ======= total_cells = nrows * ncols; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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 60892f19f1f..fdfc24f0f9a 100644 --- a/raster/r.cost/r.cost.html +++ b/raster/r.cost/r.cost.html @@ -137,6 +137,7 @@

    OPTIONS

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

    OPTIONS

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main
  • Use these negative distances as solver for a second pass of ======= @@ -192,6 +195,7 @@

    OPTIONS

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

    OPTIONS

    =======
  • Use thise negative distances as solver for a second pass of >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +
  • 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 diff --git a/raster/r.cross/r.cross.html b/raster/r.cross/r.cross.html index 3036e32c5c8..79385b1d44a 100644 --- a/raster/r.cross/r.cross.html +++ b/raster/r.cross/r.cross.html @@ -24,6 +24,7 @@

    OPTIONS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61,6 +62,8 @@

    OPTIONS

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

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

    OPTIONS

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

    OPTIONS

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. @@ -172,6 +180,7 @@

    OPTIONS

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

    OPTIONS

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> 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 088c31601a6..3c6c2748e29 100644 --- a/raster/r.external/main.c +++ b/raster/r.external/main.c @@ -123,6 +123,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -203,6 +204,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 flag.j = G_define_flag(); diff --git a/raster/r.external/proj.c b/raster/r.external/proj.c index f8d799d0e37..534b78aae2e 100644 --- a/raster/r.external/proj.c +++ b/raster/r.external/proj.c @@ -144,6 +144,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.")); @@ -183,6 +184,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error( _("Unable to convert input map coordinate reference " @@ -203,6 +206,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -227,6 +231,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("Unable to convert input map projection to GRASS " "format; cannot create new location.")); @@ -243,6 +249,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -280,6 +287,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -299,6 +308,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); } @@ -339,6 +349,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to create new project <%s>"), outloc); } @@ -360,6 +372,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -384,6 +397,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("Unable to create new location <%s>"), outloc); } @@ -401,6 +416,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -438,6 +454,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_unset_window(); /* new location, projection, and window */ @@ -509,6 +527,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")); @@ -548,6 +567,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" @@ -568,6 +589,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -592,6 +614,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -608,6 +632,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -645,6 +670,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* TODO: output this info sorted by key: */ @@ -665,6 +692,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")); ======= @@ -703,6 +731,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); ======= @@ -720,6 +750,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)) @@ -792,6 +823,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)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -816,6 +852,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -852,6 +889,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) @@ -882,6 +921,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -942,6 +982,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main strcat(error_msg, _("Location PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) @@ -974,6 +1018,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1054,6 +1099,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 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 loc_wind.proj, cellhd->zone); } @@ -1142,6 +1192,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"); ======= @@ -1180,6 +1231,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, "Project PROJ_UNITS is:\n"); ======= @@ -1197,6 +1250,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)) @@ -1269,6 +1323,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)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -1302,6 +1361,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1338,6 +1398,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, _("\nIn case of no significant differences " @@ -1360,6 +1422,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1420,6 +1483,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main strcat(error_msg, _("\nIn case of no significant differences " "in the projection definitions," @@ -1443,6 +1510,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1523,6 +1591,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 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 } @@ -1555,6 +1628,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")); @@ -1594,6 +1668,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main msg_fn(_("Coordinate reference system of input dataset and current " "project appear to match")); @@ -1613,6 +1689,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1637,6 +1714,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= msg_fn(_("Projection of input dataset and current location " "appear to match")); @@ -1653,6 +1732,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1690,6 +1770,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (check_only) { GDALClose(hDS); diff --git a/raster/r.external/r.external.html b/raster/r.external/r.external.html index 797cc5ea605..f20c3e059d6 100644 --- a/raster/r.external/r.external.html +++ b/raster/r.external/r.external.html @@ -17,10 +17,12 @@

    NULL data handling

    NULL cells are those whose value matches the value reported by the GDALGetRasterNoDataValue() function. -To apply the GDAL-linked the user need to either create a MASK (e.g. -with r.mask) and then "apply" it using e.g. r.resample, +

    +To introduce additional NULL values to a computation based on a GDAL-linked +raster, the user needs to either create a mask with with r.mask and +then "apply" it using e.g. r.resample or r.mapcalc, or use r.mapcalc to create a copy with the appropriate categories -changed to NULL (if() condition). +changed to NULL (if() condition).

    EXAMPLES

    diff --git a/raster/r.external/testsuite/data/generate_data.sh b/raster/r.external/testsuite/data/generate_data.sh index 5e5167bbf7c..795892bfd06 100755 --- a/raster/r.external/testsuite/data/generate_data.sh +++ b/raster/r.external/testsuite/data/generate_data.sh @@ -39,6 +39,7 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -87,6 +88,8 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105,6 +108,7 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -124,6 +128,8 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= @@ -142,6 +148,7 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -207,3 +214,5 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/raster/r.external/testsuite/test_r_external.py b/raster/r.external/testsuite/test_r_external.py index 433c7fefa37..66e0a63c6b3 100644 --- a/raster/r.external/testsuite/test_r_external.py +++ b/raster/r.external/testsuite/test_r_external.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48,6 +49,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65,6 +68,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112,6 +116,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase @@ -147,6 +153,7 @@ def test_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -180,6 +187,8 @@ def test_1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -197,6 +206,7 @@ def test_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -243,6 +253,8 @@ def test_1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", @@ -287,6 +299,7 @@ def test_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -320,6 +333,8 @@ def test_2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -337,6 +352,7 @@ def test_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -383,6 +399,8 @@ def test_2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", @@ -427,6 +445,7 @@ def test_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -460,6 +479,8 @@ def test_3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -477,6 +498,7 @@ def test_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -523,6 +545,8 @@ def test_3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", @@ -567,6 +591,7 @@ def test_4(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -600,6 +625,8 @@ def test_4(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -617,6 +644,7 @@ def test_4(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -663,6 +691,8 @@ def test_4(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", @@ -707,6 +737,7 @@ def test_netCDF_3d_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -740,6 +771,8 @@ def test_netCDF_3d_1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -757,6 +790,7 @@ def test_netCDF_3d_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -803,6 +837,8 @@ def test_netCDF_3d_1(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", @@ -857,6 +893,7 @@ def test_netCDF_3d_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -890,6 +927,8 @@ def test_netCDF_3d_2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -907,6 +946,7 @@ def test_netCDF_3d_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -953,6 +993,8 @@ def test_netCDF_3d_2(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", @@ -1007,6 +1049,7 @@ def test_netCDF_3d_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -1040,6 +1083,8 @@ def test_netCDF_3d_3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1057,6 +1102,7 @@ def test_netCDF_3d_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1103,6 +1149,8 @@ def test_netCDF_3d_3(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertModule( "r.external", diff --git a/raster/r.external/window.c b/raster/r.external/window.c index e09ce3d718f..654ac16b395 100644 --- a/raster/r.external/window.c +++ b/raster/r.external/window.c @@ -105,6 +105,7 @@ void update_default_window(struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Default region for this location updated")); ======= @@ -143,6 +144,8 @@ void update_default_window(struct Cell_head *cellhd) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_message(_("Default region for this project updated")); ======= @@ -160,6 +163,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)) @@ -232,6 +236,11 @@ void update_default_window(struct Cell_head *cellhd) ======= G_message(_("Default region for this location updated")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + G_message(_("Default region for this location updated")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } G_put_window(&cur_wind); diff --git a/raster/r.fill.dir/filldir.c b/raster/r.fill.dir/filldir.c index 55380b7dfc5..cfe0ae69586 100644 --- a/raster/r.fill.dir/filldir.c +++ b/raster/r.fill.dir/filldir.c @@ -145,14 +145,20 @@ void filldir(int fe, int fd, int nl, struct band3 *bnd) CELL *dir; /* fill single-cell depressions, except on outer rows and columns */ - lseek(fe, 0, SEEK_SET); + if (lseek(fe, 0, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } advance_band3(fe, bnd); advance_band3(fe, bnd); for (i = 1; i < nl - 1; i += 1) { - lseek(fe, (off_t)(i + 1) * bnd->sz, SEEK_SET); + if (lseek(fe, (off_t)(i + 1) * bnd->sz, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } advance_band3(fe, bnd); if (fill_row(nl, bnd->ns, bnd)) { - lseek(fe, (off_t)i * bnd->sz, SEEK_SET); + if (lseek(fe, (off_t)i * bnd->sz, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } if (write(fe, bnd->b[1], bnd->sz) < 0) G_fatal_error(_("File writing error in %s() %d:%s"), __func__, errno, strerror(errno)); @@ -172,8 +178,12 @@ void filldir(int fe, int fd, int nl, struct band3 *bnd) dir = G_calloc(bnd->ns, sizeof(CELL)); bufsz = bnd->ns * sizeof(CELL); - lseek(fe, 0, SEEK_SET); - lseek(fd, 0, SEEK_SET); + if (lseek(fe, 0, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } + if (lseek(fd, 0, SEEK_SET) == -1) { + G_fatal_error(_("Unable to seek: %s"), strerror(errno)); + } advance_band3(fe, bnd); for (i = 0; i < nl; i += 1) { advance_band3(fe, bnd); diff --git a/raster/r.fill.dir/r.fill.dir.html b/raster/r.fill.dir/r.fill.dir.html index 6ad8eb8019c..17173ea3dd3 100644 --- a/raster/r.fill.dir/r.fill.dir.html +++ b/raster/r.fill.dir/r.fill.dir.html @@ -69,11 +69,11 @@

    DESCRIPTION

    attributes required by other hydrological models.

    -As any GRASS GIS module, r.fill.dir is sensitive to the -computational region settings. Thus +As any GRASS GIS module, r.fill.dir respects the +computational region settings. Thus, the module can be used to generate a flow direction map for any -sub-area within the full map layer. Also, r.fill.dir is -sensitive to any raster MASK in effect. +sub-area within the full raster map layer. Also, r.fill.dir +will take into account an active raster mask.

    NOTES

    diff --git a/raster/r.fill.dir/resolve.c b/raster/r.fill.dir/resolve.c index dc98b84304b..68f981007da 100644 --- a/raster/r.fill.dir/resolve.c +++ b/raster/r.fill.dir/resolve.c @@ -47,6 +47,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) ======= @@ -86,6 +87,8 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) ======= @@ -104,6 +107,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)) ======= @@ -129,6 +133,8 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -144,6 +150,7 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -182,6 +189,8 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 df320e4744e..0e47ec7f4dc 100644 --- a/raster/r.fill.dir/tinf.c +++ b/raster/r.fill.dir/tinf.c @@ -33,6 +33,7 @@ int (*is_null)(void *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -92,6 +93,8 @@ int (*is_null)(void *); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main size_t (*bpe)(void); void *(*get_max)(void *, void *); void *(*get_min)(void *, void *); @@ -110,6 +113,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138,6 +142,8 @@ void *(*get_buf)(void); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -152,6 +158,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -197,6 +204,8 @@ void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main size_t (*bpe)(); void *(*get_max)(void *, void *); void *(*get_min)(void *, void *); @@ -220,6 +229,7 @@ void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -246,6 +256,8 @@ void *(*get_buf)(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -262,6 +274,7 @@ void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -316,6 +329,10 @@ void *(*get_buf)(); >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main size_t (*bpe)(void); void *(*get_max)(void *, void *); void *(*get_min)(void *, void *); @@ -334,6 +351,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -358,6 +376,8 @@ void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -374,6 +394,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -439,6 +460,8 @@ void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 5455a64d7ff..97f14410cd8 100644 --- a/raster/r.fill.dir/tinf.h +++ b/raster/r.fill.dir/tinf.h @@ -87,6 +87,7 @@ extern int (*is_null)(void *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -146,6 +147,8 @@ extern int (*is_null)(void *); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main extern size_t (*bpe)(void); extern void *(*get_max)(void *, void *); extern void *(*get_min)(void *, void *); @@ -164,6 +167,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -192,6 +196,8 @@ extern void *(*get_buf)(void); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -206,6 +212,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -251,6 +258,8 @@ extern void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main extern size_t (*bpe)(); extern void *(*get_max)(void *, void *); extern void *(*get_min)(void *, void *); @@ -274,6 +283,7 @@ extern void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -300,6 +310,8 @@ extern void *(*get_buf)(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -316,6 +328,7 @@ extern void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -370,6 +383,10 @@ extern void *(*get_buf)(); >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 *); @@ -388,6 +405,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -412,6 +430,8 @@ extern void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -428,6 +448,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -493,6 +514,8 @@ extern void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 e893e69bc3a..ee3a6211021 100644 --- a/raster/r.fill.stats/main.c +++ b/raster/r.fill.stats/main.c @@ -162,6 +162,7 @@ long int estimate_mem_needed(long int cols, char *mode) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -199,6 +200,8 @@ long int estimate_mem_needed(long int cols, char *mode) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #define WEIGHT_MATRIX_LINE_LENGTH 80 ======= @@ -215,6 +218,7 @@ long int estimate_mem_needed(long int cols, char *mode) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -276,6 +280,10 @@ long int estimate_mem_needed(long int cols, char *mode) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 @@ -303,6 +311,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main size_t weight_matrix_line_length = 80; @@ -349,6 +358,8 @@ void print_weights_matrix(long int rows, long int cols) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main char weight_matrix_line_buf[WEIGHT_MATRIX_LINE_LENGTH + 1]; char weight_matrix_weight_buf[WEIGHT_MATRIX_LINE_LENGTH + 1]; @@ -367,6 +378,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -385,6 +397,8 @@ void print_weights_matrix(long int rows, long int cols) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= size_t weight_matrix_line_length = 80; >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -406,6 +420,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -458,6 +473,8 @@ void print_weights_matrix(long int rows, long int cols) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main char weight_matrix_line_buf[weight_matrix_line_length + 1]; char weight_matrix_weight_buf[weight_matrix_line_length + 1]; @@ -491,6 +508,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD weight_matrix_line_length) { ======= @@ -529,6 +547,8 @@ void print_weights_matrix(long int rows, long int cols) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main WEIGHT_MATRIX_LINE_LENGTH) { ======= @@ -546,6 +566,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)) @@ -618,6 +639,11 @@ void print_weights_matrix(long int rows, long int cols) ======= weight_matrix_line_length) { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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); @@ -657,6 +683,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -737,6 +764,11 @@ void *get_input_row(unsigned long row_idx) >>>>>>> 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 my_cell = CELL_INPUT_HANDLES[row_idx]; @@ -759,6 +791,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -789,6 +822,8 @@ void *get_input_row(unsigned long row_idx) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return (void *)my_cell; ======= @@ -806,6 +841,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -849,6 +885,8 @@ void *get_input_row(unsigned long row_idx) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return (my_cell); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -898,6 +936,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) ======= @@ -937,6 +976,8 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void collect_values_unfiltered(double val1, double val2, double min UNUSED, double max UNUSED, stats_struct *stats) ======= @@ -955,6 +996,7 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -980,6 +1022,8 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= void collect_values_unfiltered(double val1, double val2, double min, double max, stats_struct *stats) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -995,6 +1039,7 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1033,6 +1078,8 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { stats->values[stats->num_values] = val1; stats->certainty += val2; @@ -1062,6 +1109,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) ======= @@ -1101,6 +1149,8 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void collect_values_and_weights_unfiltered(double val1, double val2, double min UNUSED, double max UNUSED, stats_struct *stats) @@ -1120,6 +1170,7 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1145,6 +1196,8 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -1160,6 +1213,7 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1198,6 +1252,8 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { stats->values[stats->num_values] = val1; stats->weights[stats->num_values] = val2; @@ -1234,6 +1290,7 @@ void collect_values_and_frequencies_unfiltered(double val1, double val2, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1314,6 +1371,11 @@ void collect_values_and_frequencies_unfiltered(double val1, double val2, >>>>>>> 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 stats_struct *stats) { @@ -1576,6 +1638,7 @@ void advance_one_row(int file_desc, long current_row) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1656,6 +1719,11 @@ void advance_one_row(int file_desc, long current_row) >>>>>>> 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 static unsigned long replace_row = 0; /* points to the row which will be replaced next */ diff --git a/raster/r.fill.stats/r.fill.stats.html b/raster/r.fill.stats/r.fill.stats.html index 53ef4d43d9d..be2539d16aa 100644 --- a/raster/r.fill.stats/r.fill.stats.html +++ b/raster/r.fill.stats/r.fill.stats.html @@ -533,6 +533,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -574,6 +575,8 @@

    AUTHOR

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -593,6 +596,7 @@

    AUTHOR

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

    AUTHOR

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

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -705,3 +712,5 @@

    AUTHOR

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/raster/r.flow/aspect.h b/raster/r.flow/aspect.h index 9f589e7504e..14413bb6ac0 100644 --- a/raster/r.flow/aspect.h +++ b/raster/r.flow/aspect.h @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -94,6 +95,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)) ======= @@ -114,6 +119,7 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -139,6 +145,8 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= DCELL aspect_fly(/* n, c, s, d */); ======= DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); @@ -156,6 +164,7 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -236,3 +245,5 @@ DCELL aspect_fly(/* n, c, s, d */); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/raster/r.flow/mem.h b/raster/r.flow/mem.h index 04fd7257d32..dbddfd6cfb4 100644 --- a/raster/r.flow/mem.h +++ b/raster/r.flow/mem.h @@ -47,6 +47,7 @@ void deallocate_heap(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -114,6 +115,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)) ======= @@ -134,6 +139,7 @@ void put_row_seg(layer, int /* l, row */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -159,6 +165,8 @@ void put_row_seg(layer, int /* l, row */); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= void put_row_seg(/* l, row */); ======= void put_row_seg(layer, int /* l, row */); @@ -176,6 +184,7 @@ void put_row_seg(layer, int /* l, row */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -256,6 +265,8 @@ void put_row_seg(/* l, row */); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 95feb0e739d..1e457f6c86a 100644 --- a/raster/r.geomorphon/geom.c +++ b/raster/r.geomorphon/geom.c @@ -241,6 +241,7 @@ float variance(float *elevation, int pattern_size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -308,6 +309,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)) ======= @@ -328,6 +333,7 @@ void radial2cartesian(PATTERN *pattern) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -353,6 +359,8 @@ void radial2cartesian(PATTERN *pattern) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int radial2cartesian(PATTERN *pattern) ======= void radial2cartesian(PATTERN *pattern) @@ -370,6 +378,7 @@ void radial2cartesian(PATTERN *pattern) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -450,6 +459,8 @@ int radial2cartesian(PATTERN *pattern) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 87d2ab44570..8e206c5928b 100644 --- a/raster/r.geomorphon/local_proto.h +++ b/raster/r.geomorphon/local_proto.h @@ -93,6 +93,7 @@ GLOBAL struct Cell_head window; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -152,6 +153,10 @@ GLOBAL struct Cell_head window; >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -175,6 +180,7 @@ GLOBAL struct Cell_head window; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -267,6 +273,8 @@ GLOBAL struct Cell_head window; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 0823f588d96..d2958ae6b5f 100644 --- a/raster/r.geomorphon/main.c +++ b/raster/r.geomorphon/main.c @@ -63,6 +63,7 @@ typedef enum { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -110,6 +111,8 @@ typedef enum { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= typedef struct { char name[100]; @@ -131,6 +134,7 @@ typedef struct <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -149,6 +153,8 @@ typedef struct >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 298e3c87b5 (Dockerfile_alpine: fix broken link creatio) ======= >>>>>>> 5e2891edf8 (Dockerfile_alpine: fix broken link creatio) @@ -166,6 +172,7 @@ typedef struct <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -251,6 +258,10 @@ typedef struct ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> osgeo-main +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main int main(int argc, char **argv) { struct { /* struct is used both for interface and output */ @@ -311,6 +322,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -355,6 +367,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct Option *opt_input, *opt_output[o_size], *par_search_radius, *par_skip_radius, *par_flat_threshold, *par_flat_distance, @@ -375,6 +389,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -409,6 +424,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct Option *opt_input, @@ -435,6 +452,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -453,6 +471,8 @@ int main(int argc, char **argv) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -473,6 +493,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -497,6 +518,8 @@ int main(int argc, char **argv) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= struct Option *opt_input, *opt_output[o_size], *par_search_radius, *par_skip_radius, *par_flat_threshold, *par_flat_distance, @@ -514,6 +537,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -575,6 +599,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct Flag *flag_units, *flag_extended; @@ -838,6 +864,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -873,6 +900,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -888,6 +917,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -937,6 +967,8 @@ int main(int argc, char **argv) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning( _("There may be a notable processing delay because the " @@ -961,6 +993,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1007,6 +1040,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"), @@ -1029,6 +1065,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1126,6 +1163,10 @@ int main(int argc, char **argv) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } } diff --git a/raster/r.geomorphon/memory.c b/raster/r.geomorphon/memory.c index 31086fe0148..8f97195f795 100644 --- a/raster/r.geomorphon/memory.c +++ b/raster/r.geomorphon/memory.c @@ -19,6 +19,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -83,6 +84,10 @@ typedef struct { typedef struct { ======= >>>>>>> osgeo-main +======= +typedef struct { +======= +>>>>>>> osgeo-main typedef struct { <<<<<<< HEAD @@ -104,6 +109,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= typedef struct { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -215,6 +221,11 @@ typedef struct { ======= typedef struct { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +typedef struct { +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main const char *sname; int r; @@ -266,6 +277,7 @@ static const CATCOLORS ccolors[CNT] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -332,6 +344,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"} }; @@ -355,6 +371,7 @@ static const CATCOLORS ccolors[CNT] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= [__] = {"ERROR", 255, 0, 255, "ERROR"}}; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -474,6 +491,11 @@ static const CATCOLORS ccolors[CNT] = { [__] = {"ERROR", 255, 0, 255, "ERROR"}}; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= + [__] = {"ERROR", 255, 0, 255, "ERROR"}}; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static int get_cell(int, float *, void *, RASTER_MAP_TYPE); @@ -511,6 +533,7 @@ int open_map(MAPS *rast) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Region resolution shoudn't be lesser than map %s resolution. " ======= @@ -549,6 +572,8 @@ int open_map(MAPS *rast) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Region resolution shouldn't be lesser than map %s resolution. " ======= @@ -566,6 +591,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)) @@ -638,6 +664,11 @@ int open_map(MAPS *rast) ======= _("Region resolution shoudn't be lesser than map %s resolution. " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + _("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); @@ -753,6 +784,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -805,6 +837,8 @@ int write_form_cat_colors(char *raster) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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, @@ -826,6 +860,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -860,6 +895,8 @@ int write_form_cat_colors(char *raster) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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, @@ -877,6 +914,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 44a37129bc (Dockerfile_alpine: fix broken link creatio) ======= @@ -901,6 +939,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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, @@ -918,6 +958,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -942,6 +983,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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, @@ -959,6 +1002,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -983,6 +1027,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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, @@ -1000,6 +1046,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1049,6 +1096,8 @@ int write_form_cat_colors(char *raster) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_write_colors(raster, G_mapset(), &colors); Rast_free_colors(&colors); diff --git a/raster/r.geomorphon/r.geomorphon.html b/raster/r.geomorphon/r.geomorphon.html index 1ae21bf7c97..625b048a562 100644 --- a/raster/r.geomorphon/r.geomorphon.html +++ b/raster/r.geomorphon/r.geomorphon.html @@ -181,6 +181,7 @@

    Geomorphon calculation: extraction of terrestrial landforms

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -222,6 +223,8 @@

    Geomorphon calculation: extraction of terrestrial landforms

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD >>>>>>> 298e3c87b5 (Dockerfile_alpine: fix broken link creatio) @@ -241,6 +244,7 @@

    Geomorphon calculation: extraction of terrestrial landforms

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

    Geomorphon calculation: extraction of terrestrial landforms

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 a674a5b5b3c..73dd6388d38 100644 --- a/raster/r.grow.distance/r.grow.distance.html +++ b/raster/r.grow.distance/r.grow.distance.html @@ -75,6 +75,7 @@

    NOTES

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

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main be used only in latitude-longitude coordinate reference system. It is recommended ======= be used only in latitude-longitude locations. It is recommended @@ -129,6 +132,7 @@

    NOTES

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

    NOTES

    be used only in latitude-longitude locations. It is recommended >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 606566dae6e..efe55843fa2 100644 --- a/raster/r.gwflow/main.c +++ b/raster/r.gwflow/main.c @@ -247,6 +247,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Lat/Long location is not supported by %s. Please " ======= @@ -285,6 +286,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Lat/Long project is not supported by %s. Please " ======= @@ -302,6 +305,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)) @@ -374,6 +378,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)) +>>>>>>> osgeo-main +======= +======= + 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()); @@ -614,6 +623,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (buff) G_free(buff); @@ -655,6 +665,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (buff) G_free(buff); @@ -672,6 +684,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -696,6 +709,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (buff) G_free(buff); @@ -713,6 +728,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -750,6 +766,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (xcomp) N_free_array_2d(xcomp); diff --git a/raster/r.gwflow/r.gwflow.html b/raster/r.gwflow/r.gwflow.html index 39f1757d660..a77bc3c6b38 100644 --- a/raster/r.gwflow/r.gwflow.html +++ b/raster/r.gwflow/r.gwflow.html @@ -19,6 +19,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50,6 +51,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main raster maps. The unit of the current project's coordinate reference system must be meters. ======= ======= @@ -66,6 +69,7 @@

    DESCRIPTION

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

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 31e36505857..2717cd956aa 100644 --- a/raster/r.horizon/main.c +++ b/raster/r.horizon/main.c @@ -26,6 +26,7 @@ module by Jaro Hofierka <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -63,6 +64,8 @@ module by Jaro Hofierka >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Program was refactored by Anna Petrasova to remove most global variables. ======= @@ -79,6 +82,7 @@ Program was refactored by Anna Petrasova to remove most global variables. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -140,6 +144,10 @@ Program was refactored by Anna Petrasova to remove most global variables. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *******************************************************************************/ /* @@ -187,6 +195,7 @@ Program was refactored by Anna Petrasova to remove most global variables. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -224,6 +233,8 @@ Program was refactored by Anna Petrasova to remove most global variables. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #define WHOLE_RASTER 1 #define SINGLE_POINT 0 #define RAD (180. / M_PI) @@ -253,6 +264,7 @@ Program was refactored by Anna Petrasova to remove most global variables. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -314,6 +326,10 @@ Program was refactored by Anna Petrasova to remove most global variables. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #define WHOLE_RASTER 1 #define SINGLE_POINT 0 #define RAD (180. / M_PI) @@ -371,6 +387,7 @@ double horizon_height(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -389,6 +406,8 @@ double horizon_height(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void calculate_shadow(void); double calculate_shadow_onedirection(double shadow_angle); @@ -403,6 +422,7 @@ int test_low_res(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) @@ -463,6 +483,8 @@ int test_low_res(void); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /*void where_is_point(); void cube(int, int); @@ -532,6 +554,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD /* why not use G_distance() here which switches to geodesic/great circle distance as needed? */ ======= @@ -571,6 +594,8 @@ typedef struct { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main typedef struct { int n, m, m100, n100; double stepx, stepy, stepxy; @@ -634,6 +659,7 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -659,6 +685,8 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= /* why not use G_distance() here which switches to geodesic/great circle distance as needed? */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -674,6 +702,7 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -712,6 +741,8 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main double distance(double x1, double x2, double y1, double y2) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -748,6 +779,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *maxdistance, *output; } parm; @@ -789,6 +821,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main *maxdistance, *format, *output, *nprocs; ======= @@ -797,6 +831,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -827,6 +864,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -851,6 +889,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= *maxdistance, *output; } parm; @@ -870,6 +910,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -907,6 +948,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } flag; @@ -989,6 +1032,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1019,6 +1063,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.bufferzone->options = "0-"; ======= @@ -1037,6 +1083,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1083,6 +1130,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.bufferzone->guisection = _("Raster mode"); @@ -1107,6 +1156,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1137,6 +1187,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.e_buff->options = "0-"; ======= @@ -1155,6 +1207,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1201,6 +1254,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.e_buff->guisection = _("Raster mode"); @@ -1225,6 +1280,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1255,6 +1311,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.w_buff->options = "0-"; ======= @@ -1273,6 +1331,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1319,6 +1378,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.w_buff->guisection = _("Raster mode"); @@ -1343,6 +1404,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1373,6 +1435,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.n_buff->options = "0-"; ======= @@ -1391,6 +1455,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1437,6 +1502,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.n_buff->guisection = _("Raster mode"); @@ -1461,6 +1528,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1491,6 +1559,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.s_buff->options = "0-"; ======= @@ -1509,6 +1579,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1555,6 +1626,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main parm.s_buff->guisection = _("Raster mode"); @@ -1586,6 +1659,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Coordinate for which you want to calculate the horizon"); ======= @@ -1624,6 +1698,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Coordinate(s) for which you want to calculate the horizon"); parm.coord->multiple = YES; @@ -1642,6 +1718,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)) @@ -1714,6 +1791,11 @@ int main(int argc, char *argv[]) ======= _("Coordinate for which you want to calculate the horizon"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + _("Coordinate for which you want to calculate the horizon"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main parm.coord->guisection = _("Point mode"); @@ -1791,6 +1873,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD n /*n_cols */ = cellhd.cols; m /*n_rows */ = cellhd.rows; @@ -1830,6 +1913,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main geometry.n /*n_cols */ = cellhd.cols; geometry.m /*n_rows */ = cellhd.rows; @@ -1849,6 +1934,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1873,6 +1959,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= n /*n_cols */ = cellhd.cols; m /*n_rows */ = cellhd.rows; @@ -1889,6 +1977,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1926,6 +2015,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main geometry.n100 = ceil(geometry.n / 100.); @@ -1958,6 +2049,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2039,6 +2131,11 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main elevin = parm.elevin->answer; @@ -2064,6 +2161,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD setMode(WHOLE_RASTER); } @@ -2131,6 +2229,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mode = WHOLE_RASTER; } @@ -2187,6 +2287,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= setMode(WHOLE_RASTER); <<<<<<< HEAD @@ -2237,6 +2338,10 @@ int main(int argc, char *argv[]) setMode(WHOLE_RASTER); >>>>>>> osgeo-main ======= +======= + setMode(WHOLE_RASTER); +>>>>>>> osgeo-main +======= ======= setMode(WHOLE_RASTER); >>>>>>> osgeo-main @@ -2280,6 +2385,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2312,6 +2418,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -2361,6 +2469,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2397,6 +2506,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sscanf(parm.direction->answer, "%lf", &settings.single_direction); @@ -2423,6 +2534,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2483,6 +2595,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sscanf(parm.direction->answer, "%lf", &single_direction); @@ -2507,6 +2623,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2587,6 +2704,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 if (parm.horizon->answer == NULL) { G_fatal_error( @@ -2607,6 +2729,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2643,6 +2766,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main settings.horizon_basename = parm.horizon->answer; if (parm.step->answer != NULL) { @@ -2673,6 +2798,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2733,6 +2859,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main horizon = parm.horizon->answer; if (parm.step->answer != NULL) { @@ -2765,6 +2895,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2845,6 +2976,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 G_fatal_error(_("End angle is not between 0 and 360. Aborting.")); } @@ -2876,6 +3012,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2912,6 +3049,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sscanf(parm.step->answer, "%lf", &settings.step); } @@ -2931,6 +3070,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2991,6 +3131,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main sscanf(parm.step->answer, "%lf", &step); } @@ -3012,6 +3156,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3092,6 +3237,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 } double bufferZone = 0., ebufferZone = 0., wbufferZone = 0., @@ -3141,6 +3291,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.")); @@ -3182,6 +3333,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (sscanf(parm.maxdistance->answer, "%lf", &settings.fixedMaxLength) != 1) @@ -3207,6 +3360,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3238,6 +3392,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* TODO: fixing BIG, there is a bug with distant mountains not being seen: @@ -3259,6 +3415,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3295,6 +3452,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sscanf(parm.dist->answer, "%lf", &geometry.distxy); if (geometry.distxy < 0.5 || geometry.distxy > 1.5) @@ -3326,6 +3485,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3367,6 +3527,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sscanf(parm.dist->answer, "%lf", &dist); @@ -3382,6 +3545,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3414,6 +3578,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("The distance value must be 0.5-1.5. Aborting.")); @@ -3446,6 +3612,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); @@ -3504,6 +3671,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* adjust buffer to multiples of resolution */ ebufferZone = (int)(ebufferZone / geometry.stepx) * geometry.stepx; @@ -3566,6 +3735,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3590,6 +3760,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= new_cellhd.rows += (int)((nbufferZone + sbufferZone) / stepy); new_cellhd.cols += (int)((ebufferZone + wbufferZone) / stepx); @@ -3625,6 +3797,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3662,6 +3835,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_window(&new_cellhd); } @@ -3748,6 +3923,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3828,6 +4004,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 exit(EXIT_SUCCESS); @@ -3850,6 +4031,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3881,6 +4063,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int INPUT(Geometry *geometry, const char *elevin) ======= ======= @@ -3897,6 +4081,7 @@ int INPUT(Geometry *geometry, const char *elevin) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3941,6 +4126,8 @@ int INPUT(Geometry *geometry, const char *elevin) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int INPUT(void) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -3979,6 +4166,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4059,6 +4247,11 @@ int INPUT(void) >>>>>>> 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 } /*read Z raster */ @@ -4092,6 +4285,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4172,6 +4366,11 @@ int INPUT(void) >>>>>>> 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 if (!Rast_is_f_null_value(cell1 + j)) @@ -4197,6 +4396,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD for (i = 0; i < m100; i++) { lmax = (i + 1) * 100; @@ -4239,6 +4439,8 @@ int INPUT(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (int i = 0; i < geometry->m100; i++) { int lmax = (i + 1) * 100; @@ -4274,6 +4476,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4298,6 +4501,8 @@ int INPUT(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (i = 0; i < m100; i++) { lmax = (i + 1) * 100; @@ -4317,6 +4522,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4354,6 +4560,8 @@ int INPUT(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (j = 0; j < n100; j++) { zmax = SMALL; @@ -4381,6 +4589,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4461,6 +4670,11 @@ int INPUT(void) >>>>>>> 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 G_debug(3, "%d %d %lf\n", i, j, z100[i][j]); } @@ -4490,6 +4704,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4570,6 +4785,11 @@ int INPUT(void) >>>>>>> 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 } } @@ -4592,6 +4812,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4623,6 +4844,8 @@ int INPUT(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int OUTGR(const Settings *settings, char *shad_filename, struct Cell_head *cellhd) ======= @@ -4640,6 +4863,7 @@ int OUTGR(const Settings *settings, char *shad_filename, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4687,6 +4911,8 @@ int OUTGR(const Settings *settings, char *shad_filename, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int OUTGR(int numrows, int numcols) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -4716,6 +4942,7 @@ int OUTGR(int numrows, int numcols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4796,6 +5023,11 @@ int OUTGR(int numrows, int numcols) >>>>>>> 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 cell1 = Rast_allocate_f_buf(); fd1 = Rast_open_fp_new(shad_filename); @@ -4836,6 +5068,7 @@ int OUTGR(int numrows, int numcols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4916,6 +5149,11 @@ int OUTGR(int numrows, int numcols) >>>>>>> 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 if (horizon_raster[i][j] == UNDEFZ) Rast_set_f_null_value(cell1 + j, 1); @@ -4945,6 +5183,7 @@ int OUTGR(int numrows, int numcols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -5027,6 +5266,11 @@ int OUTGR(int numrows, int numcols) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main double amax1(arg1, arg2) double arg1; double arg2; @@ -5102,6 +5346,7 @@ int arg2; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5183,6 +5428,11 @@ int arg2; ======= >>>>>>> 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 /**********************************************************/ void com_par(const Geometry *geometry, OriginAngle *origin_angle, double angle, @@ -5267,6 +5517,7 @@ void com_par(const Geometry *geometry, OriginAngle *origin_angle, double angle, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5347,6 +5598,11 @@ void com_par(const Geometry *geometry, OriginAngle *origin_angle, double angle, >>>>>>> 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 } @@ -5402,6 +5658,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main tanh0 = -INFINITY; @@ -5456,6 +5713,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main origin_point.z_orig = z[yindex][xindex]; G_debug(1, "yindex: %d, xindex %d, z_orig %.2f", yindex, xindex, @@ -5482,6 +5741,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5507,6 +5767,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) tanh0 = -1.0 / 0.0; /* -inf */ ======= @@ -5524,6 +5786,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5548,6 +5811,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= tanh0 = -1.0 / 0.0; /* -inf */ ======= @@ -5566,6 +5831,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5612,6 +5878,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main length = 0; @@ -5647,6 +5915,7 @@ double calculate_shadow_onedirection(double shadow_angle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main void calculate_shadow(void) @@ -5715,6 +5984,11 @@ void calculate_shadow(void) ======= <<<<<<< HEAD >>>>>>> osgeo-main +======= +void calculate_shadow(void) +======= +<<<<<<< HEAD +>>>>>>> osgeo-main void calculate_shadow() ======= void calculate_shadow(void) @@ -5732,6 +6006,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5782,6 +6057,8 @@ void calculate_shadow(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { double dfr_rad; @@ -5817,6 +6094,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5853,6 +6131,8 @@ void calculate_shadow(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) double angle = (settings->single_direction * deg2rad) + pihalf; @@ -5871,6 +6151,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5902,6 +6183,8 @@ void calculate_shadow(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main origin_point.maxlength = settings->fixedMaxLength; @@ -5947,6 +6230,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD @@ -6050,6 +6334,8 @@ void calculate_shadow(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (format == JSON) { value = json_value_init_object(); @@ -6063,6 +6349,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> cb0e431f06 (r.horizon: change JSON format (#3888)) ======= ======= @@ -6082,6 +6369,8 @@ void calculate_shadow(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) @@ -6090,6 +6379,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -6116,6 +6406,8 @@ void calculate_shadow(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (settings->compassOutput) { double tmpangle; @@ -6251,6 +6543,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6275,6 +6568,8 @@ void calculate_shadow(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ip = jp = 0; @@ -6355,6 +6650,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6392,6 +6688,8 @@ void calculate_shadow(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (angle < 0.) angle += twopi; @@ -6413,6 +6711,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6494,6 +6793,11 @@ void calculate_shadow(void) ======= >>>>>>> 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 } /*////////////////////////////////////////////////////////////////////// */ @@ -6520,6 +6824,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int new_point(void) @@ -6575,6 +6880,8 @@ int new_point(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int new_point(const Geometry *geometry, const OriginPoint *origin_point, const OriginAngle *origin_angle, SearchPoint *search_point, HorizonProperties *horizon) @@ -6591,6 +6898,7 @@ int new_point(const Geometry *geometry, const OriginPoint *origin_point, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6616,6 +6924,8 @@ int new_point(const Geometry *geometry, const OriginPoint *origin_point, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int new_point() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6634,6 +6944,7 @@ int new_point(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -6659,6 +6970,8 @@ int new_point(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int new_point() ======= int new_point(void) @@ -6676,6 +6989,7 @@ int new_point(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6726,6 +7040,8 @@ int new_point() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int iold = search_point->ip; int jold = search_point->jp; @@ -6798,6 +7114,7 @@ int new_point() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6878,6 +7195,11 @@ int new_point() >>>>>>> 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 return (1); } @@ -6908,6 +7230,7 @@ int new_point() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main int test_low_res(void) @@ -6963,6 +7286,8 @@ int test_low_res(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int test_low_res(const Geometry *geometry, const OriginPoint *origin_point, const OriginAngle *origin_angle, SearchPoint *search_point, const HorizonProperties *horizon) @@ -6979,6 +7304,7 @@ int test_low_res(const Geometry *geometry, const OriginPoint *origin_point, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7004,6 +7330,8 @@ int test_low_res(const Geometry *geometry, const OriginPoint *origin_point, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int test_low_res() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7022,6 +7350,7 @@ int test_low_res(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -7047,6 +7376,8 @@ int test_low_res(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= int test_low_res() ======= int test_low_res(void) @@ -7064,6 +7395,7 @@ int test_low_res(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7114,6 +7446,8 @@ int test_low_res() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int iold100 = search_point->ip100; int jold100 = search_point->jp100; @@ -7160,6 +7494,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7240,6 +7575,11 @@ int test_low_res() >>>>>>> 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 if (zp100 <= z2) @@ -7259,6 +7599,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD delx = 32000; dely = 32000; @@ -7326,6 +7667,8 @@ int test_low_res() ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int delx = 32000; int dely = 32000; @@ -7396,6 +7739,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7419,6 +7763,8 @@ int test_low_res() ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mindel = min(delx, dely); @@ -7433,6 +7779,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7496,6 +7843,9 @@ int test_low_res() >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main ======= delx = 32000; @@ -7541,6 +7891,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7572,6 +7923,8 @@ int test_low_res() ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return (3); } @@ -7607,6 +7960,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main double searching(void) @@ -7662,6 +8016,8 @@ double searching(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main HorizonProperties horizon_height(const Geometry *geometry, const OriginPoint *origin_point, const OriginAngle *origin_angle) @@ -7678,6 +8034,7 @@ HorizonProperties horizon_height(const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7703,6 +8060,8 @@ HorizonProperties horizon_height(const Geometry *geometry, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) double searching() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7721,6 +8080,7 @@ double searching(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -7746,6 +8106,8 @@ double searching(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= double searching() ======= double searching(void) @@ -7763,6 +8125,7 @@ double searching(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7813,6 +8176,8 @@ double searching() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { SearchPoint search_point; HorizonProperties horizon; @@ -7831,6 +8196,7 @@ double searching() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (zp == UNDEFZ) return 0; @@ -7892,6 +8258,8 @@ double searching() ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main search_point.ip = 0; search_point.jp = 0; @@ -7972,6 +8340,7 @@ double searching() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7996,6 +8365,8 @@ double searching() >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (zp == UNDEFZ) return 0; @@ -8034,6 +8405,7 @@ double searching() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8071,6 +8443,8 @@ double searching() ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; } @@ -8105,6 +8479,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)) @@ -8186,6 +8561,11 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> 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 { int hor_row_start = buffer_s; int hor_row_end = geometry->m - buffer_n; @@ -8211,6 +8591,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ll_correction = TRUE; } @@ -8251,6 +8632,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ll_correction = true; } @@ -8296,6 +8679,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8320,6 +8704,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ll_correction = TRUE; } @@ -8337,6 +8723,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8374,6 +8761,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (isMode() == SINGLE_POINT) { /* Calculate the horizon for one single point */ @@ -8415,6 +8804,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)) @@ -8495,6 +8885,11 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> 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 } else { @@ -8519,6 +8914,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! */ @@ -8585,6 +8981,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main size_t decimals = G_get_num_decimals(settings->str_step); @@ -8617,6 +9015,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /****************************************************************/ /* The loop over raster points starts here! */ @@ -8851,6 +9250,11 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, /* The loop over raster points starts here! */ >>>>>>> osgeo-main ======= +======= + /****************************************************************/ + /* The loop over raster points starts here! */ +>>>>>>> osgeo-main +======= ======= /****************************************************************/ /* The loop over raster points starts here! */ @@ -9015,6 +9419,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9039,6 +9444,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= for (k = 0; k < arrayNumInt; k++) { struct History history; @@ -9056,6 +9463,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9093,6 +9501,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main angle = (start + single_direction) * deg2rad + (dfr_rad * k); angle_deg = angle * rad2deg + 0.0001; @@ -9264,6 +9674,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)) @@ -9344,6 +9755,11 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> 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 } diff --git a/raster/r.horizon/r.horizon.html b/raster/r.horizon/r.horizon.html index fccc3abe5df..4773b1a1e5c 100644 --- a/raster/r.horizon/r.horizon.html +++ b/raster/r.horizon/r.horizon.html @@ -20,6 +20,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51,6 +52,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main
  • point: as a series of horizon heights in the specified directions from the given point(s). The results are ======= @@ -68,6 +71,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -115,6 +119,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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)) @@ -233,6 +239,7 @@

    Input parameters:

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

    Input parameters:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main in the point mode this option will be ignored. ======= in the single point mode this option will be ignored. @@ -287,6 +296,7 @@

    Input parameters:

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

    Input parameters:

    in the single point mode this option will be ignored. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 @@ -385,6 +400,7 @@

    Input parameters:

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

    Input parameters:

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

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -485,6 +504,8 @@

    Input parameters:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -504,6 +525,7 @@

    Input parameters:

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

    Input parameters:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main raster coordinates (e.g., for latitude-longitude buffers are measured in degrees). ======= @@ -563,6 +587,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -582,6 +607,8 @@

    Input parameters:

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

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -634,6 +662,8 @@

    Input parameters:

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main raster coordinates (e.g., for latitude-longitude locations buffers are measured in degree unit). <<<<<<< HEAD @@ -650,6 +680,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -706,6 +737,8 @@

    Input parameters:

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

    NOTES

    @@ -890,6 +923,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -952,6 +986,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)) @@ -976,6 +1014,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1062,6 +1101,8 @@

    AUTHORS

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

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

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1157,6 +1199,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)) @@ -1177,6 +1223,7 @@

    AUTHORS

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

    AUTHORS

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= Marcel.Suri@jrc.it ======= Marcel.Suri@jrc.it @@ -1219,6 +1268,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1293,3 +1343,5 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/raster/r.in.ascii/gethead.c b/raster/r.in.ascii/gethead.c index 0fbe383e186..0c42469137d 100644 --- a/raster/r.in.ascii/gethead.c +++ b/raster/r.in.ascii/gethead.c @@ -86,6 +86,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 ======= @@ -124,6 +125,8 @@ int getgrdhead(FILE *fd, struct Cell_head *cellhd) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main raster specifies an area covered by rectangular cells centered at gridded ======= @@ -141,6 +144,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)) @@ -213,6 +217,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)) +>>>>>>> osgeo-main +======= +======= + 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.; @@ -384,6 +393,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 @@ -422,6 +432,8 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -438,6 +450,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)) @@ -511,6 +524,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)) >>>>>>> osgeo-main +======= +======= +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; @@ -539,6 +557,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -597,6 +616,8 @@ static int scan_int(const char *s, double *i, int proj) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (sscanf(s, "%d%1s", i_loc, dummy) != 1) return 0; @@ -616,6 +637,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -699,6 +721,8 @@ static int scan_int(const char *s, double *i, int proj) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) if (sscanf(s, "%d%1s", i, dummy) != 1) @@ -712,6 +736,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -820,6 +845,9 @@ static int scan_int(const char *s, double *i, int proj) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ======= if (sscanf(s, "%d%1s", i, dummy) != 1) return 0; @@ -834,6 +862,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -870,6 +899,8 @@ static int scan_int(const char *s, double *i, int proj) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= if (sscanf(s, "%d%1s", i_loc, dummy) != 1) @@ -884,6 +915,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727)) ======= ======= @@ -914,6 +946,11 @@ static int scan_int(const char *s, double *i, int proj) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main return 0; return 1; @@ -942,6 +979,7 @@ static int extract(int count, char *label, char *value, void *data, int proj, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1008,6 +1046,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)) @@ -1029,6 +1071,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)) ======= @@ -1053,6 +1096,8 @@ static int extract(int count, char *label, char *value, void *data, int proj, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int (*scanner)()) ======= @@ -1071,6 +1116,7 @@ static int extract(int count, char *label, char *value, void *data, int proj, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1151,6 +1197,8 @@ static int extract(int count, char *label, char *value, void *data, int proj, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 317b9e0dc45..0124fa948b3 100644 --- a/raster/r.in.ascii/main.c +++ b/raster/r.in.ascii/main.c @@ -254,6 +254,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -320,6 +321,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)) @@ -341,6 +346,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -365,6 +371,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (fread(rast, Rast_cell_size(data_type), ncols, ft) != ncols) ======= @@ -383,6 +391,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -462,6 +471,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Read from file error: %s"), strerror(errno)); Rast_put_row(cf, rast, data_type); diff --git a/raster/r.in.ascii/testsuite/test_r_in_ascii.py b/raster/r.in.ascii/testsuite/test_r_in_ascii.py index 20e0c2a8f9e..cff31b7b3e2 100644 --- a/raster/r.in.ascii/testsuite/test_r_in_ascii.py +++ b/raster/r.in.ascii/testsuite/test_r_in_ascii.py @@ -32,44 +32,6 @@ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 """ -INPUT_TSV = """north: 4299000.00 -south: 4247000.00 -east: 528000.00 -west: 500000.00 -rows: 10 -cols: 15 -null: -9999 - -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 -1\ 2\ 3\ 4\ 5\ 6\ 7\ 8\ 9\ 10\ 11\ 12\ 13\ 14\ 15 """ - -INPUT_UNCOMMON = """north: 4299000.00 -south: 4247000.00 -east: 528000.00 -west: 500000.00 -rows: 10 -cols: 15 -null: -9999 - -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 -1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 10@ 11@ 12@ 13@ 14@ 15 """ - class SimpleCsvTestCase(TestCase): ascii_test = "ascii" @@ -119,38 +81,6 @@ def test_text_delimeter(self): msg="ascii_test in degrees must be between 1 and 5", ) - def test_tsv(self): - """Test loading TSV""" - self.assertModule( - "r.in.ascii", - input="-", - output=self.ascii_test, - type="CELL", - stdin_=INPUT_TSV, - ) - self.assertRasterMinMax( - map=self.ascii_test, - refmin=1, - refmax=15, - msg="ascii_test in degrees must be between 1 and 15", - ) - - def test_uncommon_delims(self): - """Test loading with uncommon delimiters""" - self.assertModule( - "r.in.ascii", - input="-", - output=self.ascii_test, - type="CELL", - stdin_=INPUT_UNCOMMON, - ) - self.assertRasterMinMax( - map=self.ascii_test, - refmin=1, - refmax=15, - msg="ascii_test in degrees must be between 1 and 15", - ) - if __name__ == "__main__": test() diff --git a/raster/r.in.bin/main.c b/raster/r.in.bin/main.c index 9957d42ca8c..a5dc4650b82 100644 --- a/raster/r.in.bin/main.c +++ b/raster/r.in.bin/main.c @@ -277,6 +277,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -343,6 +344,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)) @@ -364,6 +369,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -388,6 +394,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= double null_val = 0.0 / 0.0; ======= @@ -406,6 +414,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -485,6 +494,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int is_fp; int is_signed; @@ -847,6 +858,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_warning(_("File Size %" PRI_OFF_T " ... Total Bytes %" PRI_OFF_T), ======= @@ -885,6 +897,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("File Size %" PRId64 " ... Total Bytes %" PRId64), ======= @@ -902,6 +916,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)) @@ -974,6 +989,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)) +>>>>>>> osgeo-main +======= +======= + 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")); @@ -1036,6 +1056,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1102,6 +1123,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)) @@ -1123,6 +1148,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1147,6 +1173,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (fread(in_buf, bytes, ncols, fp) != ncols) ======= @@ -1165,6 +1193,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1244,6 +1273,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Error reading data")); diff --git a/raster/r.in.gdal/main.c b/raster/r.in.gdal/main.c index 3b9298b0a93..3ef02acfde7 100644 --- a/raster/r.in.gdal/main.c +++ b/raster/r.in.gdal/main.c @@ -171,6 +171,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -251,6 +252,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 parm.target->key_desc = "name"; parm.target->guisection = _("Projection"); @@ -347,6 +353,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -427,6 +434,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 flag_o->guisection = _("Projection"); @@ -483,6 +495,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." @@ -523,6 +536,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main flag_c->description = _("Create the project specified by the \"project\" parameter and exit." @@ -544,6 +559,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -568,6 +584,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= flag_c->description = _( "Create the location specified by the \"location\" parameter and exit." @@ -585,6 +603,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -622,6 +641,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main flag_r = G_define_flag(); @@ -719,6 +740,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")); @@ -766,6 +788,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("You have to specify a target project different from " "output project")); @@ -801,6 +825,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -825,6 +850,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("You have to specify a target location different from " "output location")); @@ -849,6 +876,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -886,6 +914,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (num_digits < 0) @@ -917,6 +947,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_warning(_("Disabling '-r' flag for new location")); ======= @@ -955,6 +986,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Disabling '-r' flag for new project")); ======= @@ -972,6 +1005,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)) @@ -1044,6 +1078,11 @@ int main(int argc, char *argv[]) ======= G_warning(_("Disabling '-r' flag for new location")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + G_warning(_("Disabling '-r' flag for new location")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main croptoregion = 0; } @@ -1666,6 +1705,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_warning( _("Unable to convert input map projection to GRASS " @@ -1706,6 +1746,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning(_("Unable to convert input map CRS to GRASS " "format; cannot create new project.")); @@ -1726,6 +1768,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1750,6 +1793,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_warning( _("Unable to convert input map projection to GRASS " @@ -1767,6 +1812,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1804,6 +1850,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -1873,6 +1921,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Unable to create new location <%s>"), ======= @@ -1911,6 +1960,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to create new project <%s>"), ======= @@ -1928,6 +1979,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)) @@ -2000,6 +2052,11 @@ int main(int argc, char *argv[]) ======= G_fatal_error(_("Unable to create new location <%s>"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + G_fatal_error(_("Unable to create new location <%s>"), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main parm.target->answer); } @@ -2020,6 +2077,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Location <%s> created"), parm.target->answer); ======= @@ -2058,6 +2116,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_message(_("Project <%s> created"), parm.target->answer); ======= @@ -2075,6 +2135,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)) @@ -2147,6 +2208,11 @@ int main(int argc, char *argv[]) ======= G_message(_("Location <%s> created"), parm.target->answer); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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"); @@ -2166,6 +2232,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "location <%s>, mapset ."), ======= @@ -2204,6 +2271,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "project <%s>, mapset ."), ======= @@ -2221,6 +2290,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "location <%s>, mapset ."), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2293,6 +2363,11 @@ int main(int argc, char *argv[]) ======= "location <%s>, mapset ."), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "location <%s>, mapset ."), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main output, parm.target->answer); } @@ -2346,6 +2421,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Default region for this location updated")); ======= @@ -2384,6 +2460,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_message(_("Default region for this project updated")); ======= @@ -2401,6 +2479,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)) @@ -2473,6 +2552,11 @@ int main(int argc, char *argv[]) ======= G_message(_("Default region for this location updated")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + G_message(_("Default region for this location updated")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } G_put_window(&cur_wind); @@ -2537,6 +2621,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2573,6 +2658,8 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to get CRS info of target project")); if ((out_unit_info = G_get_projunits()) == NULL) @@ -2592,6 +2679,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2652,6 +2740,10 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_fatal_error( _("Unable to get projection info of target location")); @@ -2676,6 +2768,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2756,6 +2849,11 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, >>>>>>> 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 tproj->def = NULL; if (GPJ_init_transform(iproj, oproj, tproj) < 0) @@ -2777,6 +2875,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), ======= @@ -2815,6 +2914,8 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sprintf(errbuf, _("Mapset <%s> in target project <%s> - "), ======= @@ -2832,6 +2933,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)) @@ -2904,6 +3006,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)) +>>>>>>> osgeo-main +======= +======= + sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main target_mapset, pszDstLoc); strcat(errbuf, diff --git a/raster/r.in.gdal/proj.c b/raster/r.in.gdal/proj.c index 1141ee8677a..4da7753a543 100644 --- a/raster/r.in.gdal/proj.c +++ b/raster/r.in.gdal/proj.c @@ -145,6 +145,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "format; cannot create new location.")); ======= @@ -183,6 +184,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "format; cannot create new project.")); ======= @@ -200,6 +203,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)) @@ -272,6 +276,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= "format; cannot create new location.")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + "format; cannot create new location.")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } else { @@ -291,6 +300,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); } @@ -331,6 +341,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to create new project <%s>"), outloc); } @@ -352,6 +364,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -376,6 +389,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("Unable to create new location <%s>"), outloc); } @@ -393,6 +408,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -430,6 +446,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_unset_window(); /* new location, projection, and window */ @@ -502,6 +520,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")); @@ -541,6 +560,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" @@ -561,6 +582,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -585,6 +607,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -601,6 +625,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -638,6 +663,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* TODO: output this info sorted by key: */ @@ -658,6 +685,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")); ======= @@ -696,6 +724,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); ======= @@ -713,6 +743,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)) @@ -785,6 +816,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)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -809,6 +845,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -845,6 +882,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) @@ -875,6 +914,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -935,6 +975,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main strcat(error_msg, _("Location PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) @@ -967,6 +1011,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1047,6 +1092,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 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 loc_wind.proj, cellhd->zone); } @@ -1135,6 +1185,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"); ======= @@ -1173,6 +1224,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, "Project PROJ_UNITS is:\n"); ======= @@ -1190,6 +1243,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)) @@ -1262,6 +1316,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)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -1296,6 +1355,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1332,6 +1392,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "in the CRS definitions," " use the -o flag to ignore them and use" @@ -1352,6 +1414,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1412,6 +1475,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "in the projection definitions," " use the -o flag to ignore them and use" @@ -1434,6 +1501,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1514,6 +1582,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 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 } @@ -1546,6 +1619,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")); @@ -1585,6 +1659,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main msg_fn(_("Coordinate reference system of input dataset and current " "project appear to match")); @@ -1604,6 +1680,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1628,6 +1705,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= msg_fn(_("Projection of input dataset and current location " "appear to match")); @@ -1644,6 +1723,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1681,6 +1761,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (check_only) { GDALClose(hDS); diff --git a/raster/r.in.gdal/r.in.gdal.html b/raster/r.in.gdal/r.in.gdal.html index 50084ef935f..69df26690d4 100644 --- a/raster/r.in.gdal/r.in.gdal.html +++ b/raster/r.in.gdal/r.in.gdal.html @@ -17,6 +17,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48,6 +49,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main title. The imported file may also be used to create a new project (previously called location). ======= @@ -65,6 +68,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -112,6 +116,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main title. The imported file may also be optionally used to create a new location. >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -272,6 +278,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. ======= @@ -311,6 +318,8 @@

    Project Creation

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main system of the source data and the current project, they may pass the -o flag to override the CRS check. ======= @@ -329,6 +338,7 @@

    Project Creation

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

    Project Creation

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -369,6 +381,7 @@

    Project Creation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -407,6 +420,8 @@

    Project Creation

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

    If the user wishes to import the data with the full CRS definition, @@ -441,6 +456,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 @@ -481,6 +497,8 @@

    Support for Ground Control Points

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -501,6 +519,7 @@

    Support for Ground Control Points

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

    Support for Ground Control Points

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -542,6 +563,7 @@

    Support for Ground Control Points

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -580,6 +602,8 @@

    Support for Ground Control Points

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main i.rectify can now be used without any further preparation.

    @@ -653,6 +677,7 @@

    NOTES

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

    NOTES

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> 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.
    @@ -765,6 +795,7 @@

    NOTES

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

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -819,6 +852,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)) @@ -892,6 +926,11 @@

    NOTES

    but not preserved. It is up to the user to ensure that the location >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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.gdal/testsuite/test_r_in_gdal.py b/raster/r.in.gdal/testsuite/test_r_in_gdal.py index 355e9b74eda..477ffca89c8 100644 --- a/raster/r.in.gdal/testsuite/test_r_in_gdal.py +++ b/raster/r.in.gdal/testsuite/test_r_in_gdal.py @@ -4,6 +4,7 @@ """ import unittest +import sys from subprocess import check_output @@ -306,12 +307,13 @@ def test_netCDF_3d_5(self): test_gdal_import_map.0000000105 """ - text_from_file = open("map_names_file.txt", "r").read() + text_from_file = open("map_names_file.txt").read() self.assertLooksLike(map_list, text_from_file) @unittest.skipIf( - tuple( + not sys.platform.startswith("win") + and tuple( map( int, check_output(["gdal-config", "--version"]) diff --git a/raster/r.in.gridatb/file_io.c b/raster/r.in.gridatb/file_io.c index 256f9869473..52ad174df4d 100644 --- a/raster/r.in.gridatb/file_io.c +++ b/raster/r.in.gridatb/file_io.c @@ -12,6 +12,9 @@ void rdwr_gridatb(void) float idx; fp = fopen(file, "r"); + if (!fp) { + G_fatal_error(_("Unable to open file: %s"), file); + } buf[0] = 0; if (fscanf(fp, "%[^\n]", buf) != 1) diff --git a/raster/r.in.lidar/main.c b/raster/r.in.lidar/main.c index 871b5836c51..55a5498b581 100644 --- a/raster/r.in.lidar/main.c +++ b/raster/r.in.lidar/main.c @@ -51,8 +51,8 @@ int main(int argc, char *argv[]) struct PointBinning point_binning; void *base_array; void *raster_row; - struct Cell_head region; - struct Cell_head input_region; + struct Cell_head region = {0}; + struct Cell_head input_region = {0}; int rows, last_rows, row0, cols; /* scan box size */ int row; /* counters */ @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) int return_filter; const char *projstr; - struct Cell_head cellhd, loc_wind; + struct Cell_head cellhd = {0}, loc_wind = {0}; unsigned int n_filtered; @@ -314,6 +314,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -354,6 +355,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Override projection check (use current project's CRS)"); over_flag->description = @@ -376,6 +379,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -400,6 +404,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -417,6 +423,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -454,6 +461,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main scan_flag = G_define_flag(); diff --git a/raster/r.in.lidar/projection.c b/raster/r.in.lidar/projection.c index c3772f4d32d..4793bd70a37 100644 --- a/raster/r.in.lidar/projection.c +++ b/raster/r.in.lidar/projection.c @@ -43,6 +43,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")); @@ -82,6 +83,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" " appear to match current project.\n\n")); @@ -101,6 +104,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125,6 +129,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -141,6 +147,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -178,6 +185,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* TODO: output this info sorted by key: */ @@ -249,6 +258,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -285,6 +295,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("\nIn case of no significant differences" " in the coordinate reference system definitions," @@ -303,6 +315,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -363,6 +376,10 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main _("\nIn case of no significant differences in the projection " "definitions," @@ -383,6 +400,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -463,6 +481,11 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 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 strcat(error_msg, _("Consider generating a new project with 'project' parameter" diff --git a/raster/r.in.lidar/r.in.lidar.html b/raster/r.in.lidar/r.in.lidar.html index a58d9ea537a..81bb2cea143 100644 --- a/raster/r.in.lidar/r.in.lidar.html +++ b/raster/r.in.lidar/r.in.lidar.html @@ -516,6 +516,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 @@ -554,6 +555,8 @@

    Multiple file input

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -570,6 +573,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)) @@ -643,6 +647,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)) >>>>>>> osgeo-main +======= +======= +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 9a714b42755..e8ab85a9f22 100644
    --- a/raster/r.in.mat/main.c
    +++ b/raster/r.in.mat/main.c
    @@ -234,6 +234,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -292,6 +293,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                     if (fread(&map_name, sizeof(char), ncols, fp1) != (size_t)ncols)
                         G_fatal_error(_("Error reading data"));
    @@ -312,6 +315,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -340,6 +344,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -354,6 +360,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -398,6 +405,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                     if (fread(&map_name, sizeof(char), ncols, fp1) != ncols)
                         G_fatal_error(_("Error reading data"));
    @@ -422,6 +431,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -448,6 +458,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -464,6 +476,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
     =======
    @@ -517,6 +530,10 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
    +>>>>>>> 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"));
    @@ -537,6 +554,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -561,6 +579,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -577,6 +597,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -641,6 +662,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     for (i = 0; i < ncols; i++)
    @@ -718,6 +741,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -796,6 +820,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))
    @@ -818,6 +847,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -842,6 +872,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     =======
                     if (fread(&map_title, sizeof(char), ncols, fp1) != ncols)
     =======
    @@ -861,6 +893,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -943,6 +976,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                 }
    @@ -970,6 +1005,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -1036,6 +1072,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))
    @@ -1057,6 +1097,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1081,6 +1122,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     =======
                         ncols) /* note reusing variable */
     =======
    @@ -1099,6 +1142,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -1178,6 +1222,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     for (i = 0; i < ncols; i++)
    @@ -1230,6 +1276,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -1296,6 +1343,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))
    @@ -1317,6 +1368,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1341,6 +1393,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     =======
                               fp1) != (mrows * ncols))
     =======
    @@ -1359,6 +1413,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -1438,6 +1493,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     break;
    @@ -1469,6 +1526,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -1535,6 +1593,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))
    @@ -1556,6 +1618,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1580,6 +1643,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     =======
                               fp1) != (mrows * ncols))
     =======
    @@ -1598,6 +1663,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -1677,6 +1743,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     break;
    @@ -1708,6 +1776,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> main
     =======
    @@ -1774,6 +1843,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))
    @@ -1795,6 +1868,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1819,6 +1893,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     =======
                               fp1) != (mrows * ncols))
     =======
    @@ -1837,6 +1913,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> main
    @@ -1916,6 +1993,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     break;
    diff --git a/raster/r.in.mat/r.in.mat.html b/raster/r.in.mat/r.in.mat.html
    index ba838f2feb0..85740b903bb 100644
    --- a/raster/r.in.mat/r.in.mat.html
    +++ b/raster/r.in.mat/r.in.mat.html
    @@ -45,6 +45,7 @@ 

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -76,6 +77,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main user is importing to a "XY" non-georeferenced project ======= ======= @@ -92,6 +95,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -136,6 +140,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 4354fe6a6c6..c5316f35446 100644 --- a/raster/r.in.pdal/Makefile +++ b/raster/r.in.pdal/Makefile @@ -32,6 +32,7 @@ include $(MODULE_TOPDIR)/include/Make/Module.make <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -60,6 +61,8 @@ include $(MODULE_TOPDIR)/include/Make/Module.make ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91,6 +94,7 @@ $(OBJDIR)/grasslidarfilter.o : EXTRA_CFLAGS += $(PDALCPPFLAGS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -231,6 +235,8 @@ $(OBJDIR)/grasslidarfilter.o : EXTRA_CFLAGS += $(PDALCPPFLAGS) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 18481c7dca2..1c8ed6ae5c6 100644 --- a/raster/r.in.pdal/bin_update.c +++ b/raster/r.in.pdal/bin_update.c @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main #include @@ -83,6 +84,10 @@ #include ======= >>>>>>> osgeo-main +======= +#include +======= +>>>>>>> osgeo-main >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= #include @@ -100,6 +105,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -186,6 +192,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #include @@ -212,6 +220,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -253,6 +262,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -269,6 +280,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -344,6 +356,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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++; @@ -369,6 +385,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -438,6 +455,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); @@ -462,6 +484,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -542,6 +565,8 @@ static int new_node(struct BinIndex *bin_index, size_t size) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -567,6 +592,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -608,6 +634,8 @@ static int new_node(struct BinIndex *bin_index, size_t size) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -624,6 +652,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -699,6 +728,10 @@ static int new_node(struct BinIndex *bin_index, size_t size) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -727,6 +760,7 @@ void update_val(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -768,6 +802,8 @@ void update_val(void *array, int cols, int row, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -784,6 +820,7 @@ void update_val(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -859,6 +896,10 @@ void update_val(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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); @@ -889,6 +930,7 @@ void update_n(void *array, int cols, int row, int col) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -930,6 +972,8 @@ void update_n(void *array, int cols, int row, int col) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -946,6 +990,7 @@ void update_n(void *array, int cols, int row, int col) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1021,6 +1066,10 @@ void update_n(void *array, int cols, int row, int col) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -1047,6 +1096,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1123,6 +1173,10 @@ void update_min(void *array, int cols, int row, int col, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL)value, map_type); else { @@ -1143,6 +1197,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1193,6 +1248,9 @@ void update_min(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL) value, map_type); else { @@ -1212,6 +1270,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1236,6 +1295,8 @@ void update_min(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= Rast_set_d_value(ptr, (DCELL)value, map_type); else { @@ -1255,6 +1316,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1321,6 +1383,10 @@ void update_min(void *array, int cols, int row, int col, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } return; @@ -1345,6 +1411,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1386,6 +1453,8 @@ void update_min(void *array, int cols, int row, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1402,6 +1471,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1477,6 +1547,10 @@ void update_min(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -1503,6 +1577,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1579,6 +1654,10 @@ void update_max(void *array, int cols, int row, int col, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL)value, map_type); else { @@ -1599,6 +1678,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1649,6 +1729,9 @@ void update_max(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL) value, map_type); else { @@ -1668,6 +1751,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1692,6 +1776,8 @@ void update_max(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= Rast_set_d_value(ptr, (DCELL)value, map_type); else { @@ -1711,6 +1797,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1777,6 +1864,10 @@ void update_max(void *array, int cols, int row, int col, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } @@ -1814,6 +1905,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1871,6 +1963,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)) @@ -1892,6 +1988,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1965,6 +2062,8 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_d_value(c_ptr, old_c + (old_sum - tmp) + value, map_type); else @@ -1994,6 +2093,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2035,6 +2135,8 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2051,6 +2153,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 @@ -2126,6 +2229,10 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -2178,6 +2285,7 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2219,6 +2327,8 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2235,6 +2345,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 @@ -2310,6 +2421,10 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -2344,6 +2459,7 @@ void update_moving_mean(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2385,6 +2501,8 @@ void update_moving_mean(void *array, int cols, int row, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2401,6 +2519,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 @@ -2476,6 +2595,10 @@ void update_moving_mean(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -2519,6 +2642,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2576,6 +2700,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)) @@ -2597,6 +2725,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2670,6 +2799,8 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main newnode_id = new_node(bin_index, sizeof(struct z_node)); ((struct z_node *)bin_index->nodes)[newnode_id].next = head_id; @@ -2696,6 +2827,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2753,6 +2885,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)) @@ -2774,6 +2910,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2847,6 +2984,8 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main newnode_id = new_node(bin_index, sizeof(struct z_node)); ((struct z_node *)bin_index->nodes)[newnode_id].z = z; @@ -2875,6 +3014,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2916,6 +3056,8 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2932,6 +3074,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 @@ -3007,6 +3150,10 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; @@ -3051,6 +3198,7 @@ void add_cnt_node(struct BinIndex *bin_index, int head, int value) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3128,6 +3276,10 @@ void add_cnt_node(struct BinIndex *bin_index, int head, int value) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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, @@ -3146,6 +3298,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3197,6 +3350,9 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> 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. */ @@ -3215,6 +3371,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3240,6 +3397,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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, @@ -3257,6 +3416,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 @@ -3324,6 +3484,10 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int head_id; void *ptr = index_array; @@ -3347,6 +3511,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3436,6 +3601,11 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, 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) + col) * + Rast_cell_size(CELL_TYPE)); +======= >>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, @@ -3454,6 +3624,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)) ======= @@ -3478,6 +3649,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -3494,6 +3667,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)) ======= @@ -3518,6 +3692,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -3534,6 +3710,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3577,6 +3754,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* first node */ @@ -3620,6 +3799,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3661,6 +3841,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -3677,6 +3859,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 @@ -3752,6 +3935,10 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -3777,6 +3964,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3866,6 +4054,11 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, 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) + col) * + Rast_cell_size(CELL_TYPE)); +======= >>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, @@ -3884,6 +4077,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3908,6 +4102,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -3924,6 +4120,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3948,6 +4145,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -3964,6 +4163,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4007,6 +4207,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* first node */ @@ -4046,6 +4248,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4087,6 +4290,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -4103,6 +4308,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 @@ -4178,6 +4384,10 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -4208,6 +4418,7 @@ void update_com_node(struct com_node *cn, int item, double x, double y) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4253,6 +4464,8 @@ void update_com_node(struct com_node *cn, int item, double x, double y) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -4272,6 +4485,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4307,6 +4521,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, @@ -4324,6 +4540,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4349,6 +4566,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -4365,6 +4584,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4390,6 +4610,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -4406,6 +4628,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4450,6 +4673,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int node_id; void *ptr = index_array; @@ -4473,6 +4698,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4562,6 +4788,11 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, 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) + col) * + Rast_cell_size(CELL_TYPE)); +======= >>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, @@ -4580,6 +4811,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4604,6 +4836,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -4620,6 +4854,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4644,6 +4879,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -4660,6 +4897,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4703,6 +4941,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (Rast_is_null_value(ptr, CELL_TYPE)) { @@ -4745,6 +4985,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4780,6 +5021,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4795,6 +5038,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4844,6 +5088,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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); @@ -4869,6 +5115,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4925,6 +5172,9 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main update_com_node(&(((struct com_node *)bin_index->nodes)[node_id]), 0, x, x); @@ -4952,6 +5202,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4971,6 +5222,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4986,6 +5239,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5035,6 +5289,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return; @@ -5059,6 +5315,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5136,6 +5393,10 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -5166,6 +5427,7 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5207,6 +5469,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)) @@ -5245,6 +5510,7 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5366,6 +5632,8 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return 1; } diff --git a/raster/r.in.pdal/bin_update.h b/raster/r.in.pdal/bin_update.h index 66488a92b08..f284f57f07a 100644 --- a/raster/r.in.pdal/bin_update.h +++ b/raster/r.in.pdal/bin_update.h @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -74,6 +75,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -96,6 +101,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172,6 +178,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * MODULE: r.in.pdal @@ -226,6 +234,7 @@ void update_sum(void *, void *, int, int, int, RASTER_MAP_TYPE, double); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -284,6 +293,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)) @@ -305,6 +318,7 @@ void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -382,6 +396,8 @@ void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void update_moving_mean(void *, int, int, int, RASTER_MAP_TYPE, double, int); int add_z_node(struct BinIndex *, int, double); @@ -409,6 +425,7 @@ void update_com_node(struct com_node *, int, double, double); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -486,6 +503,10 @@ void update_com_node(struct com_node *, int, double, double); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *, void *, int, int, int, double, double, double); @@ -505,6 +526,7 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -556,6 +578,9 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *, void *, int, int, int, double, double, double); @@ -575,6 +600,7 @@ int row_array_get_value_row_col(void *, int, int, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -600,6 +626,8 @@ int row_array_get_value_row_col(void *, int, int, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= void update_bin_com_index(struct BinIndex *, void *, int, int, int, double, double, double); @@ -618,6 +646,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 @@ -685,5 +714,9 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 a1e34d24029..1e0e1f19864 100644 --- a/raster/r.in.pdal/bin_write.c +++ b/raster/r.in.pdal/bin_write.c @@ -41,6 +41,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -86,6 +87,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -105,6 +108,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -140,6 +144,8 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Get error corrected sum */ double get_sum(void *sum_array, void *c_array, @@ -157,6 +163,7 @@ double get_sum(void *sum_array, void *c_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -182,6 +189,8 @@ double get_sum(void *sum_array, void *c_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -198,6 +207,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)) ======= @@ -223,6 +233,8 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -239,6 +251,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -283,6 +296,8 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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); @@ -310,6 +325,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -400,6 +416,11 @@ 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) +======= +>>>>>>> osgeo-main void write_sum(void *raster_row, void *sum_array, void *c_array, int row, int cols, RASTER_MAP_TYPE rtype) @@ -416,6 +437,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -441,6 +463,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -456,6 +480,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)) ======= @@ -481,6 +506,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -496,6 +523,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -540,6 +568,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int col; void *ptr = raster_row; @@ -571,6 +601,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -616,6 +647,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -635,6 +668,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -670,6 +704,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void write_variance(void *raster_row, void *n_array, void *mean_array, void *m2_array, int row, int cols, @@ -687,6 +723,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -712,6 +749,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -728,6 +767,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -753,6 +793,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -769,6 +811,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -813,6 +856,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { double variance; int col; @@ -867,6 +912,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -908,6 +954,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -924,6 +972,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 @@ -999,6 +1048,10 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -1031,6 +1084,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1107,6 +1161,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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 */ @@ -1126,6 +1184,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1176,6 +1235,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> 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); @@ -1193,6 +1255,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1217,6 +1280,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ @@ -1235,6 +1300,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1301,6 +1367,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main head_id = @@ -1328,6 +1398,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1385,6 +1456,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)) @@ -1406,6 +1481,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1479,6 +1555,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main n++; node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -1503,6 +1581,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1538,6 +1617,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1553,6 +1634,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1602,6 +1684,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (n == 1) /* only one point, use that */ Rast_set_d_value( @@ -1622,6 +1706,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1688,6 +1773,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main n = (n + 1) / 2; node_id = head_id; @@ -1713,6 +1802,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1763,6 +1853,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (n == 1) /* only one point, use that */ Rast_set_d_value(ptr, @@ -1782,6 +1875,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1801,6 +1895,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) n = (n + 1) / 2; node_id = head_id; @@ -1831,6 +1927,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1934,6 +2031,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main z = (n + 1) / 2.0; @@ -1959,6 +2058,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2035,6 +2135,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -2057,6 +2161,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2107,6 +2212,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -2128,6 +2236,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2152,6 +2261,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -2173,6 +2284,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2239,6 +2351,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Rast_set_d_value(ptr, z, rtype); } @@ -2266,6 +2382,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2356,6 +2473,11 @@ 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) +======= +>>>>>>> osgeo-main void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols) @@ -2372,6 +2494,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2397,6 +2520,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -2412,6 +2537,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)) ======= @@ -2437,6 +2563,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -2452,6 +2580,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2496,6 +2625,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int col; int node_id; @@ -2523,6 +2654,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2592,6 +2724,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)) @@ -2615,6 +2752,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2692,6 +2830,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_null_value(ptr, 1, CELL_TYPE); else { @@ -2722,6 +2862,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2798,6 +2939,10 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -2821,6 +2966,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2871,6 +3017,9 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main else if (((struct cnt_node *)bin_index-> nodes)[node_id].count > @@ -2895,6 +3044,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)) ======= @@ -2919,6 +3069,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= else if (((struct cnt_node *)bin_index->nodes)[node_id].count > ((struct cnt_node *)bin_index->nodes)[mode_node].count) @@ -2941,6 +3093,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 @@ -3007,6 +3160,10 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } ptr = G_incr_void_ptr(ptr, Rast_cell_size(CELL_TYPE)); @@ -3032,6 +3189,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3073,6 +3231,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -3089,6 +3249,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 @@ -3164,6 +3325,10 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -3198,6 +3363,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3267,6 +3433,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)) @@ -3290,6 +3461,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3367,6 +3539,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { @@ -3394,6 +3568,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3451,6 +3626,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)) @@ -3472,6 +3651,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3545,6 +3725,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main n++; node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -3570,6 +3752,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3627,6 +3810,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)) @@ -3648,6 +3835,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3721,6 +3909,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (r_low < 1) r_low = 1; @@ -3746,6 +3936,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3803,6 +3994,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)) @@ -3824,6 +4019,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3897,6 +4093,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (r_up > n) r_up = n; @@ -3924,6 +4122,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4000,6 +4199,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main z = ((struct z_node *)bin_index->nodes)[node_id] .z; /* save lower value */ @@ -4019,6 +4222,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4069,6 +4273,9 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main z = ((struct z_node *)bin_index->nodes)[node_id].z; /* save lower value */ node_id = head_id; @@ -4086,6 +4293,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4110,6 +4318,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= z = ((struct z_node *)bin_index->nodes)[node_id] .z; /* save lower value */ @@ -4128,6 +4338,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4194,6 +4405,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -4223,6 +4438,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4313,6 +4529,11 @@ 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, RASTER_MAP_TYPE rtype) +======= +>>>>>>> osgeo-main void write_skewness(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, @@ -4330,6 +4551,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4355,6 +4577,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -4370,6 +4594,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4395,6 +4620,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -4410,6 +4637,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4454,6 +4682,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int n; double z; @@ -4486,6 +4716,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4555,6 +4786,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)) @@ -4578,6 +4814,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4655,6 +4892,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { @@ -4681,6 +4920,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4716,6 +4956,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4731,6 +4973,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4780,6 +5023,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main n = 0; /* count */ sum = 0.0; /* sum */ @@ -4804,6 +5049,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4860,6 +5106,9 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main n = 0; /* count */ sum = 0.0; /* sum */ @@ -4880,6 +5129,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4899,6 +5149,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4914,6 +5166,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4963,6 +5216,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main while (node_id != -1) { @@ -4992,6 +5247,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5049,6 +5305,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)) @@ -5070,6 +5330,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5143,6 +5404,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main mean = sum / n; node_id = head_id; @@ -5168,6 +5431,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5225,6 +5489,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; @@ -5247,6 +5515,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5323,6 +5592,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -5357,6 +5628,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5402,6 +5674,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) @@ -5421,6 +5695,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5456,6 +5731,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void write_trimmean(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, @@ -5473,6 +5750,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5498,6 +5776,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -5514,6 +5794,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5539,6 +5820,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -5555,6 +5838,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5599,6 +5883,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int n; int j, k; @@ -5630,6 +5916,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5699,6 +5986,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)) @@ -5722,6 +6014,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5799,6 +6092,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { @@ -5826,6 +6121,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5883,6 +6179,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)) @@ -5904,6 +6204,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5977,6 +6278,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main n++; node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -6004,6 +6307,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6080,6 +6384,10 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main k = floor(trim * n + 0.5); /* number of ranks to discard on each tail */ @@ -6101,6 +6409,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6151,6 +6460,9 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main k = floor(trim * n + 0.5); /* number of ranks to discard on each tail */ @@ -6170,6 +6482,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6194,6 +6507,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= k = floor(trim * n + 0.5); /* number of ranks to discard on each tail */ @@ -6214,6 +6529,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6280,6 +6596,10 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -6308,6 +6628,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6365,6 +6686,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)) @@ -6386,6 +6711,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6459,6 +6785,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main n++; sum += ((struct z_node *)bin_index->nodes)[node_id].z; @@ -6505,6 +6833,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6595,6 +6924,11 @@ 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) +======= +>>>>>>> osgeo-main void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, int min) @@ -6611,6 +6945,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6636,6 +6971,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -6651,6 +6988,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)) ======= @@ -6676,6 +7014,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -6691,6 +7031,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6735,6 +7076,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int col; int node_id; @@ -6763,6 +7106,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6832,6 +7176,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)) @@ -6855,6 +7204,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6932,6 +7282,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_c_value(ptr, 0, CELL_TYPE); else { @@ -6963,6 +7315,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7039,6 +7392,10 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main count) count = @@ -7060,6 +7417,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7110,6 +7468,9 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main count) count = @@ -7130,6 +7491,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)) ======= @@ -7154,6 +7516,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= count) count = @@ -7174,6 +7538,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 @@ -7240,6 +7605,10 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main count = ((struct cnt_node *)bin_index->nodes)[node_id].count; @@ -7270,6 +7639,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7311,6 +7681,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -7327,6 +7699,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 @@ -7402,6 +7775,10 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -7431,6 +7808,7 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7500,6 +7878,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)) @@ -7523,6 +7906,7 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7600,6 +7984,8 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { diff --git a/raster/r.in.pdal/bin_write.h b/raster/r.in.pdal/bin_write.h index 8cc748baaab..2ae064d2588 100644 --- a/raster/r.in.pdal/bin_write.h +++ b/raster/r.in.pdal/bin_write.h @@ -41,6 +41,7 @@ void write_sum(void *, void *, void *, int, int, RASTER_MAP_TYPE); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -118,6 +119,10 @@ void write_sum(void *, void *, void *, int, int, RASTER_MAP_TYPE); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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); @@ -145,6 +150,7 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -196,6 +202,9 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main void write_variance(void *, void *, void *, void *, int, int, RASTER_MAP_TYPE, int); void write_median(struct BinIndex *, void *, @@ -212,6 +221,7 @@ void write_median(struct BinIndex *, void *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -237,6 +247,8 @@ void write_median(struct BinIndex *, void *, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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); @@ -251,6 +263,7 @@ void write_median(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -270,6 +283,8 @@ void write_median(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void write_mode(struct BinIndex *, void *, void *, int, int); void write_percentile(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, int); @@ -287,6 +302,7 @@ void write_sidn(struct BinIndex *, void *, void *, int, int, int); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -353,6 +369,8 @@ void write_sidn(struct BinIndex *, void *, void *, int, int, int); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, int); @@ -369,6 +387,7 @@ void write_ev(struct BinIndex *, void *, void *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -394,6 +413,8 @@ void write_ev(struct BinIndex *, void *, void *, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, int); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -409,6 +430,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 @@ -476,5 +498,9 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 e26e6d33a38..9813dc3bdb0 100644 --- a/raster/r.in.pdal/filters.c +++ b/raster/r.in.pdal/filters.c @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -72,6 +73,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -88,6 +91,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -163,6 +167,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "filters.h" #include "lidar.h" @@ -191,6 +199,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -232,6 +241,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -248,6 +259,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -323,6 +335,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -367,6 +383,7 @@ int spatial_filter_from_option(struct Option *option, double *xmin, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -437,6 +454,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)) @@ -460,6 +482,7 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -541,6 +564,8 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { struct Cell_head region; diff --git a/raster/r.in.pdal/filters.h b/raster/r.in.pdal/filters.h index 5db1316d5c8..571d133378c 100644 --- a/raster/r.in.pdal/filters.h +++ b/raster/r.in.pdal/filters.h @@ -34,6 +34,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -111,6 +112,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main struct ReturnFilter { int filter; }; @@ -130,6 +135,7 @@ struct ClassFilter { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -181,6 +187,9 @@ struct ClassFilter { ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main struct ReturnFilter { int filter; @@ -201,6 +210,7 @@ struct ClassFilter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -226,6 +236,8 @@ struct ClassFilter ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= struct ReturnFilter { int filter; }; @@ -244,6 +256,7 @@ struct ClassFilter { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -310,6 +323,10 @@ struct ClassFilter { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main /** NULL terminated list of class numbers represented as string */ @@ -339,6 +356,7 @@ int spatial_filter_from_option(struct Option *option, double *xmin, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -409,6 +427,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)) @@ -432,6 +455,7 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -513,6 +537,8 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 693b485e07d..3b3e038f5d5 100644 --- a/raster/r.in.pdal/grasslidarfilter.cpp +++ b/raster/r.in.pdal/grasslidarfilter.cpp @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -74,6 +75,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -96,6 +101,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172,6 +178,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * MODULE: r.in.pdal @@ -208,6 +216,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -285,6 +294,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "grasslidarfilter.h" bool GrassLidarFilter::processOne(pdal::PointRef &point) @@ -307,6 +320,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -350,6 +364,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -367,6 +383,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -423,6 +440,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main double x = point.getFieldAs < double >(Id::X); double y = point.getFieldAs < double >(Id::Y); @@ -440,6 +459,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -464,6 +484,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= double x = point.getFieldAs(Id::X); double y = point.getFieldAs(Id::Y); @@ -481,6 +503,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -547,6 +570,10 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main n_processed_++; @@ -579,6 +606,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -636,6 +664,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)) @@ -657,6 +689,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -730,6 +763,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main intensity *= iscale_; @@ -758,6 +793,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -815,6 +851,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)) @@ -836,6 +876,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -909,6 +950,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main value *= dscale_; @@ -943,6 +986,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1000,6 +1044,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)) @@ -1021,6 +1069,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1094,6 +1143,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } if (use_zrange_) { @@ -1122,6 +1173,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1191,6 +1243,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); @@ -1215,6 +1272,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1295,6 +1353,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (return_filter_is_out(&return_filter_, return_n, n_returns)) { @@ -1322,6 +1382,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1379,6 +1440,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)) @@ -1400,6 +1465,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1473,6 +1539,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (class_filter_is_out(&class_filter_, point_class)) { diff --git a/raster/r.in.pdal/grasslidarfilter.h b/raster/r.in.pdal/grasslidarfilter.h index ee764e653c2..d8478b7a8b4 100644 --- a/raster/r.in.pdal/grasslidarfilter.h +++ b/raster/r.in.pdal/grasslidarfilter.h @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -74,6 +75,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -96,6 +101,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172,6 +178,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * MODULE: r.in.pdal @@ -208,6 +216,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -285,6 +294,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifndef GRASSLIDARFILTER_H #define GRASSLIDARFILTER_H @@ -303,6 +316,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -354,6 +368,9 @@ extern "C" { ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #ifndef GRASSLIDARFILTER_H #define GRASSLIDARFILTER_H @@ -373,6 +390,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -398,6 +416,8 @@ extern "C" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #ifndef GRASSLIDARFILTER_H #define GRASSLIDARFILTER_H @@ -415,6 +435,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -482,6 +503,10 @@ extern "C" { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "filters.h" #include "lidar.h" #include "rast_segment.h" @@ -502,6 +527,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -539,6 +565,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-parameter" @@ -563,6 +591,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -624,6 +653,10 @@ extern "C" { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #include #include @@ -647,6 +680,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main /* All GRASS GIS filters which are similar across multiple modules @@ -695,6 +729,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) /* All GRASS GIS filters which are similar across multiple modules @@ -713,6 +749,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -738,6 +775,8 @@ extern "C" { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= /* All GRASS GIS filters which are similar across multiple modules * put together as one PDAL Stage class. */ @@ -754,6 +793,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -779,6 +819,8 @@ extern "C" { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= /* All GRASS GIS filters which are similar across multiple modules * put together as one PDAL Stage class. */ @@ -795,6 +837,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -839,6 +882,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { public: GrassLidarFilter() @@ -865,6 +910,7 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -899,6 +945,8 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { } @@ -918,6 +966,7 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -953,6 +1002,8 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main class GrassLidarFilter:public pdal::Filter, public pdal::Streamable { public: @@ -1004,6 +1055,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1028,6 +1080,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { } @@ -1045,6 +1099,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1069,6 +1124,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= { } @@ -1086,6 +1143,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1129,6 +1187,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main void dim_to_import(pdal::Dimension::Id dim_to_import) @@ -1155,6 +1215,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1212,6 +1273,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) @@ -1234,6 +1299,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1310,6 +1376,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { use_spatial_filter_ = true; @@ -1371,6 +1439,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1440,6 +1509,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) @@ -1464,6 +1538,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1544,6 +1619,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { base_segment_ = base_segment; @@ -1569,6 +1646,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1645,6 +1723,10 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; } @@ -1675,6 +1757,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1725,6 +1808,9 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main void set_z_scale(double scale) { @@ -1750,6 +1836,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1774,6 +1861,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= void set_z_scale(double scale) { zscale_ = scale; } void set_intensity_scale(double scale) { iscale_ = scale; } @@ -1789,6 +1878,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1807,6 +1897,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main gpoint_count num_processed() { return n_processed_; } @@ -1840,6 +1932,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1946,6 +2039,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { pdal::PointRef p(view, 0); @@ -1973,6 +2068,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2030,6 +2126,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)) @@ -2051,6 +2151,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2124,6 +2225,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main pdal::Dimension::Id dim_to_import_; @@ -2184,6 +2287,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2260,6 +2364,10 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main GrassLidarFilter &operator=(const GrassLidarFilter &); GrassLidarFilter(const GrassLidarFilter &); @@ -2279,6 +2387,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2329,6 +2438,9 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main GrassLidarFilter & operator=(const GrassLidarFilter &); GrassLidarFilter(const GrassLidarFilter &); @@ -2348,6 +2460,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2372,6 +2485,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= GrassLidarFilter &operator=(const GrassLidarFilter &); GrassLidarFilter(const GrassLidarFilter &); @@ -2390,6 +2505,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2457,4 +2573,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 063dc99fc2c..5194efdbe40 100644 --- a/raster/r.in.pdal/grassrasterwriter.h +++ b/raster/r.in.pdal/grassrasterwriter.h @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -58,6 +59,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -74,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -149,6 +153,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /*************************************************************************** * * MODULE: r.in.pdal @@ -188,6 +196,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -244,6 +253,10 @@ extern "C" { extern "C" { ======= >>>>>>> osgeo-main +======= +extern "C" { +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -264,6 +277,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -313,6 +327,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include "lidar.h" #include "point_binning.h" } @@ -323,6 +339,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 17e44a46cf (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -394,6 +411,10 @@ extern "C" { extern "C" { ======= >>>>>>> osgeo-main +======= +extern "C" { +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -413,6 +434,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -531,6 +553,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #include } @@ -557,6 +581,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main /* Binning code wrapped as a PDAL Writer class */ @@ -605,6 +630,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Binning code wrapped as a PDAL Writer class */ #ifdef HAVE_PDAL_NOFILENAMEWRITER class GrassRasterWriter : public pdal::NoFilenameWriter, @@ -635,6 +662,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -660,6 +688,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -697,6 +727,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -827,6 +858,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main { region_ = region; @@ -860,6 +893,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -936,6 +970,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main void set_output_scale(double scale) { scale_ = scale; } @@ -955,6 +993,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1005,6 +1044,9 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main void set_output_scale(double scale) { @@ -1026,6 +1068,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1050,6 +1093,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= void set_output_scale(double scale) { scale_ = scale; } @@ -1068,6 +1113,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1134,6 +1180,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main { base_segment_ = base_segment; @@ -1169,6 +1219,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1245,6 +1296,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main virtual bool processOne(pdal::PointRef &point) { @@ -1267,6 +1322,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1317,6 +1373,9 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main virtual bool processOne(pdal::PointRef & point) { @@ -1338,6 +1397,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1362,6 +1422,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= virtual bool processOne(pdal::PointRef &point) { @@ -1383,6 +1445,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1449,6 +1512,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main z *= scale_; @@ -1488,6 +1555,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1564,6 +1632,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_message(_("A point on the edge of computational region detected. " "Ignoring.")); @@ -1586,6 +1658,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1636,6 +1709,9 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main G_message(_("A point on the edge of computational region detected. Ignoring.")); return false; @@ -1656,6 +1732,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1680,6 +1757,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_message(_("A point on the edge of computational region detected. " "Ignoring.")); @@ -1701,6 +1780,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1767,6 +1847,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main n_processed++; return true; @@ -1793,6 +1877,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1850,6 +1935,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)) @@ -1871,6 +1960,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1944,6 +2034,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct Cell_head *region_; struct PointBinning *point_binning_; diff --git a/raster/r.in.pdal/info.cpp b/raster/r.in.pdal/info.cpp index 51951b7726a..c1a6d3f789c 100644 --- a/raster/r.in.pdal/info.cpp +++ b/raster/r.in.pdal/info.cpp @@ -19,6 +19,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -76,6 +77,10 @@ ======= * ======= +>>>>>>> osgeo-main +======= + * +======= >>>>>>> osgeo-main * >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -97,6 +102,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -170,6 +176,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * Copyright 2021 by Maris Nartiss, and The GRASS Development Team * Author: Maris Nartiss @@ -202,6 +210,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -229,6 +238,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include ======= ======= @@ -247,6 +258,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -375,6 +387,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 @@ -396,6 +413,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -440,6 +458,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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) { @@ -468,6 +488,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -534,6 +555,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)) @@ -555,6 +580,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -579,6 +605,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= *min_x = *max_x = *min_y = *max_y = *min_z = *max_z = 0.0 / 0.0; ======= @@ -597,6 +625,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -676,6 +705,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (int i = 0; i < infiles->num_items; i++) { @@ -711,6 +742,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -768,6 +800,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)) @@ -789,6 +825,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -862,6 +899,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (first) { *min_x = las_header.minX(); @@ -909,6 +948,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -950,6 +990,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -966,6 +1008,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 @@ -1041,6 +1084,10 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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; @@ -1065,6 +1112,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1141,6 +1189,10 @@ void print_extent(struct StringList *infiles) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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); @@ -1160,6 +1212,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1210,6 +1263,9 @@ void print_extent(struct StringList *infiles) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> 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); @@ -1229,6 +1285,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1253,6 +1310,8 @@ void print_extent(struct StringList *infiles) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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); @@ -1271,6 +1330,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1338,6 +1398,10 @@ void print_extent(struct StringList *infiles) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void print_lasinfo(struct StringList *infiles) { pdal::StageFactory factory; @@ -1362,6 +1426,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1397,6 +1462,8 @@ void print_lasinfo(struct StringList *infiles) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1412,6 +1479,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1461,6 +1529,8 @@ void print_lasinfo(struct StringList *infiles) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main std::cout << std::endl << "Using PDAL library version '" @@ -1484,6 +1554,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1524,6 +1595,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; @@ -1544,6 +1618,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1612,6 +1687,8 @@ void print_lasinfo(struct StringList *infiles) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (int i = 0; i < infiles->num_items; i++) { @@ -1647,6 +1724,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1723,6 +1801,10 @@ void print_lasinfo(struct StringList *infiles) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main const pdal::LasHeader &h = las_reader.header(); pdal::PointLayoutPtr point_layout = table.layout(); @@ -1771,6 +1853,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1789,6 +1872,8 @@ void print_lasinfo(struct StringList *infiles) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= pdal::LasHeader las_header = las_reader.header(); ======= @@ -1846,6 +1931,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2123,6 +2209,11 @@ void print_lasinfo(struct StringList *infiles) >>>>>>> 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 bool first = 1; diff --git a/raster/r.in.pdal/info.h b/raster/r.in.pdal/info.h index d76c3fff758..09fafcfdd6d 100644 --- a/raster/r.in.pdal/info.h +++ b/raster/r.in.pdal/info.h @@ -19,6 +19,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -76,6 +77,10 @@ ======= * ======= +>>>>>>> osgeo-main +======= + * +======= >>>>>>> osgeo-main * >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -97,6 +102,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -170,6 +176,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * Copyright 2021 by Maris Nartiss, and The GRASS Development Team * Author: Maris Nartiss @@ -198,6 +206,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -235,6 +244,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-parameter" @@ -254,6 +265,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -315,6 +327,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #include #include @@ -335,6 +351,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD extern "C" { ======= @@ -374,6 +391,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic pop #endif @@ -394,6 +413,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -418,6 +438,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -436,6 +458,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -461,6 +484,8 @@ extern "C" { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= extern "C" { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -476,6 +501,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -529,6 +555,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #include #include "string_list.h" @@ -553,6 +581,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -623,6 +652,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)) @@ -646,6 +680,7 @@ void get_extent(struct StringList *, double *, double *, double *, double *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -727,6 +762,8 @@ void get_extent(struct StringList *, double *, double *, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 b8eb635aad7..aa2b08f209b 100644 --- a/raster/r.in.pdal/lidar.c +++ b/raster/r.in.pdal/lidar.c @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -58,6 +59,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -74,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -149,6 +153,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**************************************************************************** * * MODULE: r.in.pdal @@ -182,6 +190,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -223,6 +232,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -239,6 +250,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -314,6 +326,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "lidar.h" void GLidarLayers_set_no_layers(struct GLidarLayers *layers) @@ -357,6 +373,7 @@ struct class_table class_val[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -433,6 +450,10 @@ struct class_table class_val[] = { ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main {13 /* 13 - 31 */, "Reserved for ASPRS Definition"}, {0, 0}}; @@ -453,6 +474,7 @@ struct class_table class_type[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -503,6 +525,9 @@ struct class_table class_type[] = { >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main {13 /* 13 - 31 */ , "Reserved for ASPRS Definition"}, {0, 0} @@ -527,6 +552,7 @@ struct class_table class_type[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -551,6 +577,8 @@ struct class_table class_type[] = { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= {13 /* 13 - 31 */, "Reserved for ASPRS Definition"}, {0, 0}}; @@ -570,6 +598,7 @@ struct class_table class_type[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -637,6 +666,10 @@ struct class_table class_type[] = { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 e7e4a178ff3..e6a45148467 100644 --- a/raster/r.in.pdal/lidar.h +++ b/raster/r.in.pdal/lidar.h @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -58,6 +59,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -74,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -149,6 +153,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**************************************************************************** * * MODULE: r.in.pdal @@ -182,6 +190,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -259,6 +268,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifndef GRASS_LIDAR_H #define GRASS_LIDAR_H @@ -280,6 +293,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -321,6 +335,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -351,6 +368,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -449,6 +467,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Type and format specifier for count of points */ #ifdef HAVE_LONG_LONG_INT @@ -480,6 +500,7 @@ typedef unsigned long gpoint_count; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -538,6 +559,10 @@ struct GLidarLayers { struct GLidarLayers { ======= >>>>>>> osgeo-main +======= +struct GLidarLayers { +======= +>>>>>>> osgeo-main struct GLidarLayers { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -559,6 +584,7 @@ struct GLidarLayers { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -635,6 +661,8 @@ struct GLidarLayers { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int id_layer; int return_layer; @@ -699,6 +727,7 @@ void GLidarLayers_set_no_layers(struct GLidarLayers *layers); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -757,6 +786,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)) @@ -778,6 +811,7 @@ struct class_table { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -854,6 +888,8 @@ struct class_table { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int code; char *name; diff --git a/raster/r.in.pdal/main.cpp b/raster/r.in.pdal/main.cpp index 6e94af3fb50..b2e02c55490 100644 --- a/raster/r.in.pdal/main.cpp +++ b/raster/r.in.pdal/main.cpp @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -74,6 +75,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -96,6 +101,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -172,6 +178,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * * MODULE: r.in.pdal @@ -206,6 +214,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -242,6 +251,8 @@ ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main #include ======= @@ -250,6 +261,9 @@ ======= <<<<<<< HEAD >>>>>>> 82b75069a1 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic push @@ -270,6 +284,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -331,6 +346,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #include #include @@ -355,6 +374,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD extern "C" { ======= @@ -394,6 +414,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic pop #endif @@ -414,6 +436,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -438,6 +461,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -456,6 +481,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -481,6 +507,8 @@ extern "C" { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= extern "C" { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -496,6 +524,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -549,6 +578,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include #include #include @@ -578,6 +609,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -636,6 +668,10 @@ extern "C" { extern "C" { ======= >>>>>>> osgeo-main +======= +extern "C" { +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -657,6 +693,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -734,6 +771,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include "lidar.h" #include "projection.h" #include "filters.h" @@ -762,6 +801,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -803,6 +843,8 @@ extern "C" { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -819,6 +861,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -894,6 +937,10 @@ extern "C" { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int main(int argc, char *argv[]) { int out_fd; @@ -905,6 +952,10 @@ int main(int argc, char *argv[]) SEGMENT base_segment; struct PointBinning point_binning; void *raster_row; +<<<<<<< HEAD + struct Cell_head region = {}; + struct Cell_head input_region = {}; +======= struct Cell_head region; struct Cell_head input_region; <<<<<<< HEAD @@ -926,6 +977,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -983,6 +1035,17 @@ int main(int argc, char *argv[]) ======= int rows, cols; /* scan box size */ ======= +>>>>>>> osgeo-main +======= +>>>>>>> 05ebc5df37 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +<<<<<<< HEAD +>>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +>>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) + int rows, cols; /* scan box size */ +======= >>>>>>> osgeo-main int rows, cols; /* scan box size */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1004,6 +1067,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1077,6 +1141,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main char buff[BUFFSIZE]; @@ -1087,7 +1153,7 @@ int main(int argc, char *argv[]) bin_index_nodes.max_nodes = 0; bin_index_nodes.nodes = NULL; - struct Cell_head loc_wind; + struct Cell_head loc_wind = {}; G_gisinit(argv[0]); @@ -1119,6 +1185,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1188,6 +1255,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."); @@ -1212,6 +1284,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1292,6 +1365,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Option *input_opt = G_define_standard_option(G_OPT_F_BIN_INPUT); @@ -1344,6 +1419,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1401,6 +1477,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)) @@ -1422,6 +1502,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1495,6 +1576,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main method_opt->guisection = _("Statistic"); @@ -1560,6 +1643,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1617,6 +1701,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)) @@ -1638,6 +1726,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1711,6 +1800,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Option *base_raster_opt = G_define_standard_option(G_OPT_R_INPUT); @@ -1736,6 +1827,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1793,6 +1885,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"); @@ -1815,6 +1911,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1891,6 +1988,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main base_raster_opt->description = _("The scale for Z is applied beforehand, the range filter for" @@ -1932,6 +2031,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1989,6 +2089,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)) @@ -2010,6 +2114,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2083,6 +2188,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main zscale_opt->description = _("Scale to apply to Z data"); @@ -2113,6 +2220,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2170,6 +2278,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)"); @@ -2192,6 +2304,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2268,6 +2381,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main irange_opt->guisection = _("Selection"); @@ -2295,6 +2410,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2352,6 +2468,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)) @@ -2373,6 +2493,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2446,6 +2567,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main iscale_opt->description = _("Scale to apply to intensity values"); @@ -2490,6 +2613,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2526,6 +2650,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Reproject to project's coordinate system if needed"); reproject_flag->description = @@ -2549,6 +2675,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2609,6 +2736,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main _("Reproject to location's coordinate system if needed"); reproject_flag->description = @@ -2636,6 +2767,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main // TODO: from the API it seems that also prj file path and proj string will @@ -2676,6 +2808,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 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)) @@ -2695,6 +2829,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2719,6 +2854,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= // TODO: from the API it seems that also prj file path and proj string will // work @@ -2735,6 +2872,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2784,6 +2922,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Option *input_srs_opt = G_define_option(); @@ -2835,6 +2975,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2904,6 +3045,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"); @@ -2928,6 +3074,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3008,6 +3155,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main trim_opt->guisection = _("Statistic"); @@ -3043,6 +3192,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3100,6 +3250,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"); @@ -3122,6 +3276,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3198,6 +3353,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return_filter_opt->description = _("If not specified, all points are imported"); @@ -3230,6 +3387,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3274,6 +3432,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main class_filter_opt->description = _("Input is comma separated integers. " @@ -3294,6 +3454,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3320,6 +3481,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."); @@ -3341,6 +3504,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3365,6 +3529,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= class_filter_opt->description = _("Input is comma separated integers. " @@ -3382,6 +3548,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3434,6 +3601,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main class_filter_opt->guisection = _("Selection"); @@ -3464,6 +3633,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3521,6 +3691,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)) @@ -3542,6 +3716,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3615,6 +3790,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main dimension_opt->guisection = _("Selection"); @@ -3643,6 +3820,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3678,6 +3856,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3693,6 +3873,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3742,6 +3923,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "angle;%s;" "class;%s;" @@ -3765,6 +3948,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3799,6 +3983,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)) @@ -3816,6 +4003,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3895,6 +4083,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* GTC: LAS LiDAR point property */ _("Intensity"), @@ -3959,6 +4149,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -3999,6 +4190,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("Override projection check (use current project's CRS)"); over_flag->description = @@ -4019,6 +4212,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4042,6 +4236,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main over_flag->description = _("Assume that the dataset has same projection as the current location"); @@ -4062,6 +4258,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4086,6 +4283,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -4103,6 +4302,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4155,6 +4355,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main over_flag->guisection = _("Projection"); @@ -4198,6 +4400,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4239,6 +4442,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -4255,6 +4460,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4329,6 +4535,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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); @@ -4356,6 +4566,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4397,6 +4608,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -4413,6 +4626,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4487,6 +4701,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (G_parser(argc, argv)) return EXIT_FAILURE; @@ -4515,6 +4733,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4572,6 +4791,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); @@ -4594,6 +4817,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4670,6 +4894,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main string_list_from_file(&infiles, file_list_opt->answer); } @@ -4708,6 +4934,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4743,6 +4970,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4758,6 +4987,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4807,6 +5037,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (set_region_flag->answer && !(extents_flag->answer || res_opt->answer || base_rast_res_flag->answer)) { @@ -4830,6 +5062,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4886,6 +5119,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (set_region_flag->answer && !(extents_flag->answer || res_opt->answer || @@ -4905,6 +5141,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -4924,6 +5161,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4939,6 +5178,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4988,6 +5228,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main set_region_flag->key, res_opt->key, extents_flag->key, base_rast_res_flag->key); @@ -5047,6 +5289,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5123,6 +5366,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main G_get_set_window( &loc_wind); /* TODO: v.in.lidar uses G_get_default_window() */ @@ -5143,6 +5390,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5193,6 +5441,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main G_get_set_window(&loc_wind); /* TODO: v.in.lidar uses G_get_default_window() */ @@ -5210,6 +5461,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5234,6 +5486,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_get_set_window( &loc_wind); /* TODO: v.in.lidar uses G_get_default_window() */ @@ -5253,6 +5507,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5319,6 +5574,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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; @@ -5354,6 +5613,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5430,6 +5690,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main use_spatial_filter = spatial_filter_from_current_region(&xmin, &ymin, &xmax, &ymax); @@ -5464,6 +5728,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5496,6 +5761,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main use_spatial_filter = spatial_filter_from_current_region(&xmin, &ymin, @@ -5526,6 +5794,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -5640,6 +5909,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main bool use_class_filter = class_filter_create_from_strings(&class_filter, class_filter_opt-> @@ -5657,6 +5928,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5681,6 +5953,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= bool use_class_filter = class_filter_create_from_strings( &class_filter, class_filter_opt->answers); @@ -5697,6 +5971,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5763,6 +6038,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main point_binning_set(&point_binning, method_opt->answer, pth_opt->answer, @@ -5926,6 +6205,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5983,6 +6263,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)) @@ -6004,6 +6288,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6077,6 +6362,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -6117,6 +6404,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6174,6 +6462,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)) @@ -6195,6 +6487,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6268,6 +6561,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main pdal::StageFactory factory; pdal::MergeFilter merge_filter; @@ -6302,6 +6597,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6378,6 +6674,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main pdal::Stage *reader = factory.createStage(pdal_read_driver); if (!reader) @@ -6397,6 +6697,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6447,6 +6748,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main pdal::Stage * reader = factory.createStage(pdal_read_driver); if (!reader) @@ -6466,6 +6770,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6490,6 +6795,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= pdal::Stage *reader = factory.createStage(pdal_read_driver); if (!reader) @@ -6508,6 +6815,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6574,6 +6882,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main reader->setOptions(las_opts); readers.push_back(reader); @@ -6602,6 +6914,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6659,6 +6972,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)) @@ -6680,6 +6997,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -6753,6 +7071,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main pdal::ReprojectionFilter reprojection_filter; @@ -6772,6 +7092,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Reprojecting the input to the location projection")); ======= @@ -6810,6 +7131,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_message(_("Reprojecting the input to the project's CRS")); ======= @@ -6827,6 +7150,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)) @@ -6899,6 +7223,11 @@ int main(int argc, char *argv[]) ======= G_message(_("Reprojecting the input to the location projection")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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); @@ -6924,6 +7253,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -6993,6 +7323,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); @@ -7017,6 +7352,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7097,6 +7433,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main reprojection_filter.setOptions(o4); reprojection_filter.setInput(*last_stage); @@ -7140,6 +7478,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7197,6 +7536,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)) @@ -7218,6 +7561,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7291,6 +7635,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main grass_filter.set_intensity_scale(iscale); grass_filter.set_d_scale(dscale); @@ -7319,6 +7665,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7363,6 +7710,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -7383,6 +7732,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7417,6 +7767,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main //stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -7434,6 +7786,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7458,6 +7811,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -7475,6 +7830,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7499,6 +7855,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -7516,6 +7874,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7559,6 +7918,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main pdal::point_count_t point_table_capacity = 10000; pdal::FixedPointTable point_table(point_table_capacity); @@ -7581,6 +7942,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD " that the projection of input matches" " the location projection")); @@ -7620,6 +7982,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main " that the CRS of input matches" " the project's CRS")); @@ -7639,6 +8003,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7663,6 +8028,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= " that the projection of input matches" " the location projection")); @@ -7679,6 +8046,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7716,6 +8084,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else if (!reproject_flag->answer) { @@ -7781,6 +8151,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -7816,6 +8187,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7831,6 +8204,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -7880,6 +8254,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_warning( _("Both dimension and user dimension parameters are specified. " @@ -7903,6 +8279,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7959,6 +8336,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main G_warning(_("Both dimension and user dimension parameters are specified. " "Using '%s' as the dimension to import."), @@ -7977,6 +8357,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -7996,6 +8377,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8011,6 +8394,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8060,6 +8444,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } @@ -8090,6 +8476,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8159,6 +8546,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); @@ -8183,6 +8575,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8263,6 +8656,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main binning_writer.dim_to_import(dim_to_import); if (base_raster_opt->answer) @@ -8296,6 +8691,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8365,6 +8761,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); @@ -8389,6 +8790,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8469,6 +8871,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_percent(row, rows, 10); @@ -8499,6 +8903,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8556,6 +8961,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)) @@ -8577,6 +8986,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8650,6 +9060,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_free(raster_row); @@ -8681,6 +9093,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -8764,6 +9177,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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", @@ -8783,6 +9200,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727)) ======= @@ -8823,6 +9241,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); @@ -8845,6 +9266,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -8869,6 +9291,8 @@ 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); @@ -8891,6 +9315,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -8963,6 +9388,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Rast_put_cell_title(outmap, title); @@ -9012,6 +9439,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -9102,6 +9530,10 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main snprintf(buff, BUFFSIZE, _("Raster map <%s> created." @@ -9121,6 +9553,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9154,6 +9587,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -9174,6 +9609,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9206,6 +9642,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= sprintf(buff, _("Raster map <%s> created." " " GPOINT_COUNT_FORMAT @@ -9223,6 +9661,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9285,6 +9724,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9293,6 +9734,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -9309,6 +9751,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main sprintf(buff, _("Raster map <%s> created." @@ -9329,6 +9773,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -9347,6 +9792,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9374,6 +9821,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -9399,6 +9847,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= snprintf(buff, BUFFSIZE, _("Raster map <%s> created." @@ -9416,6 +9866,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9448,6 +9899,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } else { @@ -9468,6 +9921,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -9492,6 +9946,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -9508,6 +9964,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -9617,6 +10074,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } diff --git a/raster/r.in.pdal/point_binning.c b/raster/r.in.pdal/point_binning.c index 97b8749d868..78e3a3c25a0 100644 --- a/raster/r.in.pdal/point_binning.c +++ b/raster/r.in.pdal/point_binning.c @@ -43,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -120,6 +121,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -141,6 +146,7 @@ void *get_cell_ptr(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -182,6 +188,9 @@ void *get_cell_ptr(void *array, int cols, int row, int col, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -211,6 +220,7 @@ void *get_cell_ptr(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -306,6 +316,8 @@ void *get_cell_ptr(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, int value) { @@ -346,6 +358,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); ======= @@ -384,6 +397,8 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main for (row = 0; row < nrows; row++) { Rast_set_null_value(ptr, ncols, map_type); @@ -404,6 +419,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)) @@ -476,6 +492,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)) +>>>>>>> osgeo-main +======= +======= + Rast_set_null_value(array, nrows * ncols, map_type); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main break; @@ -505,6 +526,7 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -546,6 +568,8 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -562,6 +586,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 @@ -637,6 +662,10 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void point_binning_set(struct PointBinning *point_binning, char *method, char *percentile, char *trim) { @@ -750,6 +779,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -819,6 +849,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)) @@ -842,6 +877,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -919,6 +955,8 @@ void point_binning_set(struct PointBinning *point_binning, char *method, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main point_binning->method = METHOD_PERCENTILE; point_binning->bin_z_index = TRUE; @@ -950,6 +988,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1019,6 +1058,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)) @@ -1042,6 +1086,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1119,6 +1164,8 @@ void point_binning_set(struct PointBinning *point_binning, char *method, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main point_binning->method = METHOD_TRIMMEAN; point_binning->bin_z_index = TRUE; @@ -1164,6 +1211,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1205,6 +1253,8 @@ void point_binning_set(struct PointBinning *point_binning, char *method, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1221,6 +1271,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1296,6 +1347,10 @@ void point_binning_set(struct PointBinning *point_binning, char *method, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -1328,6 +1383,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1397,6 +1453,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)) @@ -1420,6 +1481,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1497,6 +1559,8 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } if (point_binning->bin_max) { @@ -1522,6 +1586,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1591,6 +1656,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)) @@ -1614,6 +1684,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1691,6 +1762,8 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } if (point_binning->bin_sum) { @@ -1733,6 +1806,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1809,6 +1883,10 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main if (point_binning->bin_z_index || point_binning->bin_cnt_index || point_binning->bin_eigenvalues) { @@ -1834,6 +1912,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1874,6 +1953,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) { @@ -1908,6 +1990,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2015,6 +2098,8 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void point_binning_free(struct PointBinning *point_binning, struct BinIndex *bin_index_nodes) { @@ -2052,6 +2137,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2121,6 +2207,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) { @@ -2145,6 +2236,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2225,6 +2317,8 @@ void point_binning_free(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_free(point_binning->index_array); G_free(bin_index_nodes->nodes); @@ -2253,6 +2347,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2294,6 +2389,8 @@ void point_binning_free(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2310,6 +2407,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2385,6 +2483,10 @@ void point_binning_free(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) @@ -2412,6 +2514,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2488,6 +2591,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main case METHOD_N: /* n is a straight copy */ Rast_raster_cpy(raster_row, @@ -2507,6 +2614,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2557,6 +2665,9 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main case METHOD_N: /* n is a straight copy */ Rast_raster_cpy(raster_row, @@ -2575,6 +2686,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2599,6 +2711,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= case METHOD_N: /* n is a straight copy */ Rast_raster_cpy(raster_row, @@ -2617,6 +2731,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2683,6 +2798,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main cols, CELL_TYPE); break; @@ -2709,6 +2828,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2778,6 +2898,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); @@ -2802,6 +2927,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2882,6 +3008,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; @@ -2907,6 +3035,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2983,6 +3112,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ((size_t)row * cols * Rast_cell_size(rtype)), cols, rtype); @@ -3014,6 +3147,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3063,6 +3197,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ((size_t)row * cols * Rast_cell_size(rtype)), cols, rtype); @@ -3088,6 +3224,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -3158,6 +3295,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main size_t offset = ((size_t)row * cols + col) * Rast_cell_size(rtype); @@ -3180,6 +3319,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3204,6 +3344,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= size_t offset = ((size_t)row * cols + col) * Rast_cell_size(rtype); double min = Rast_get_d_value( @@ -3223,6 +3365,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3289,6 +3432,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main Rast_set_d_value(ptr, max - min, rtype); @@ -3315,6 +3462,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3372,6 +3520,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)) @@ -3393,6 +3545,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3466,6 +3619,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ptr = raster_row; for (col = 0; col < cols; col++) { @@ -3490,6 +3645,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3525,6 +3681,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3540,6 +3698,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3589,6 +3748,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int n = Rast_get_c_value( ((char *)point_binning->n_array) + n_offset, CELL_TYPE); @@ -3612,6 +3773,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3668,6 +3830,9 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main int n = Rast_get_c_value(((char *)point_binning->n_array) + n_offset, @@ -3689,6 +3854,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3708,6 +3874,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3723,6 +3891,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3772,6 +3941,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (n == 0) @@ -3802,6 +3973,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -3878,6 +4050,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main case METHOD_STDDEV: /* sqrt(variance) */ case METHOD_VARIANCE: /* (sumsq - sum*sum/n)/n */ @@ -3902,6 +4078,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3942,6 +4119,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 */ @@ -3976,6 +4156,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4082,6 +4263,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main write_median(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype); @@ -4107,6 +4290,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4183,6 +4367,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main write_mode(bin_index_nodes, raster_row, point_binning->index_array, row, cols); @@ -4203,6 +4391,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4253,6 +4442,9 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main write_mode(bin_index_nodes, raster_row, point_binning->index_array, row, cols); @@ -4272,6 +4464,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4296,6 +4489,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= write_mode(bin_index_nodes, raster_row, point_binning->index_array, row, cols); @@ -4315,6 +4510,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4381,6 +4577,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main write_percentile(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype, @@ -4406,6 +4606,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4482,6 +4683,10 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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, @@ -4515,6 +4720,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4555,6 +4761,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, @@ -4599,6 +4808,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4735,6 +4945,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; @@ -4760,6 +4972,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -4829,6 +5042,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); @@ -4853,6 +5071,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -4933,6 +5152,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main break; @@ -4960,6 +5181,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5001,6 +5223,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -5017,6 +5241,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5092,6 +5317,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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, @@ -5119,6 +5348,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5163,6 +5393,8 @@ void update_value(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -5183,6 +5415,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5217,6 +5450,8 @@ void update_value(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); @@ -5236,6 +5471,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5260,6 +5496,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -5277,6 +5515,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5301,6 +5540,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -5318,6 +5559,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -5361,6 +5603,8 @@ void update_value(struct PointBinning *point_binning, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (point_binning->bin_sum) update_sum(point_binning->sum_array, point_binning->c_array, cols, @@ -5391,6 +5635,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -5467,6 +5712,10 @@ void update_value(struct PointBinning *point_binning, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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); @@ -5487,6 +5736,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5537,6 +5787,9 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main update_bin_cnt_index(bin_index_nodes, point_binning->index_array, cols, arr_row, arr_col, z); @@ -5556,6 +5809,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5580,6 +5834,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= update_bin_cnt_index(bin_index_nodes, point_binning->index_array, cols, arr_row, arr_col, z); @@ -5599,6 +5855,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5666,4 +5923,8 @@ void update_value(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 8a2087b2659..2434f8a8e23 100644 --- a/raster/r.in.pdal/point_binning.h +++ b/raster/r.in.pdal/point_binning.h @@ -38,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -73,6 +74,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -88,6 +91,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -138,6 +142,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #define METHOD_NONE 0 #define METHOD_N 1 #define METHOD_MIN 2 @@ -166,6 +172,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -223,6 +230,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main #define METHOD_NONE 0 #define METHOD_N 1 #define METHOD_MIN 2 @@ -247,6 +257,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -266,6 +277,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -281,6 +294,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -331,6 +345,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #define METHOD_MEDIAN 10 #define METHOD_MODE 11 #define METHOD_PERCENTILE 12 @@ -361,6 +377,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -437,6 +454,10 @@ struct z_node { struct z_node { ======= >>>>>>> osgeo-main +======= +struct z_node { +======= +>>>>>>> osgeo-main struct z_node { @@ -454,6 +475,7 @@ struct z_node <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -473,6 +495,8 @@ struct z_node ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= struct z_node { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -490,6 +514,7 @@ struct z_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -542,6 +567,8 @@ struct z_node { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int next; double z; @@ -566,6 +593,7 @@ struct z_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -624,6 +652,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)) @@ -645,6 +677,7 @@ struct cnt_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -721,6 +754,8 @@ struct cnt_node { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int next; CELL value; @@ -746,6 +781,7 @@ struct cnt_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -804,6 +840,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)) @@ -825,6 +865,7 @@ struct com_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -901,6 +942,8 @@ struct com_node { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int n; double *meanx; @@ -927,6 +970,7 @@ struct com_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -985,6 +1029,10 @@ struct BinIndex { struct BinIndex { ======= >>>>>>> osgeo-main +======= +struct BinIndex { +======= +>>>>>>> osgeo-main struct BinIndex { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1006,6 +1054,7 @@ struct BinIndex { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1082,6 +1131,8 @@ struct BinIndex { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int num_nodes; int max_nodes; @@ -1107,6 +1158,7 @@ struct BinIndex { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1165,6 +1217,10 @@ struct PointBinning { struct PointBinning { ======= >>>>>>> osgeo-main +======= +struct PointBinning { +======= +>>>>>>> osgeo-main struct PointBinning { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1186,6 +1242,7 @@ struct PointBinning { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1262,6 +1319,8 @@ struct PointBinning { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int method; @@ -1316,6 +1375,7 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1351,6 +1411,8 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1366,6 +1428,7 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1416,6 +1479,8 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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, @@ -1438,6 +1503,7 @@ void update_value(struct PointBinning *, struct BinIndex *, int, int, int, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1495,6 +1561,9 @@ void update_value(struct PointBinning *, struct BinIndex *, int, int, int, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main void write_values(struct PointBinning *, struct BinIndex *, void *, int, int, RASTER_MAP_TYPE); @@ -1516,6 +1585,7 @@ void update_value(struct PointBinning *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1535,6 +1605,8 @@ void update_value(struct PointBinning *, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1550,6 +1622,7 @@ void update_value(struct PointBinning *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1600,5 +1673,7 @@ void update_value(struct PointBinning *, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #endif /* __POINT_BINNING_H__ */ diff --git a/raster/r.in.pdal/projection.c b/raster/r.in.pdal/projection.c index 94a8223259f..d41a133b8bb 100644 --- a/raster/r.in.pdal/projection.c +++ b/raster/r.in.pdal/projection.c @@ -46,6 +46,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main strcpy(error_msg, _("Projection of dataset does not" @@ -93,6 +94,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" " appear to match current project.\n\n")); @@ -113,6 +116,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -137,6 +141,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -153,6 +159,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177,6 +184,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -193,6 +202,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -236,6 +246,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* TODO: output this info sorted by key: */ @@ -255,6 +267,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, _("GRASS LOCATION PROJ_INFO is:\n")); ======= @@ -293,6 +306,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, _("GRASS project PROJ_INFO is:\n")); ======= @@ -310,6 +325,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)) @@ -382,6 +398,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)) +>>>>>>> osgeo-main +======= +======= + 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", @@ -426,6 +447,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -502,6 +524,10 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main "Dataset proj = %d (UTM), zone = %d\n", cellhd.proj, cellhd.zone); @@ -523,6 +549,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -573,6 +600,9 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main "Dataset proj = %d (UTM), zone = %d\n", cellhd.proj, cellhd.zone); @@ -593,6 +623,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -617,6 +648,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= "Dataset proj = %d (UTM), zone = %d\n", cellhd.proj, cellhd.zone); @@ -637,6 +670,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -703,6 +737,10 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } } @@ -722,6 +760,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, "GRASS LOCATION PROJ_UNITS is:\n"); ======= @@ -760,6 +799,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main strcat(error_msg, "GRASS project PROJ_UNITS is:\n"); ======= @@ -777,6 +818,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)) @@ -849,6 +891,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)) +>>>>>>> osgeo-main +======= +======= + 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", @@ -884,6 +931,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -929,6 +977,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("\nIn case of no significant differences" " in the coordinate reference system definitions," @@ -952,6 +1002,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1020,6 +1071,11 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main _("\nIn case of no significant differences in the projection " "definitions," @@ -1039,6 +1095,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" @@ -1078,6 +1135,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) strcat(error_msg, _("Consider generating a new location with 'location' parameter" @@ -1098,6 +1157,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1144,6 +1204,8 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main " from input data set.\n")); G_fatal_error("%s", error_msg); @@ -1168,6 +1230,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1226,6 +1289,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)) @@ -1247,6 +1314,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1323,6 +1391,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main const char *projstr, int override, int verbose) { @@ -1371,6 +1441,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1447,6 +1518,10 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 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, @@ -1469,6 +1544,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1503,6 +1579,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_message(_("Coordinate reference system of input dataset and " "current project appear to match")); @@ -1523,6 +1601,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)) ======= @@ -1547,6 +1626,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= else if (loc_wind.proj != cellhd.proj || (err = G_compare_projections(loc_proj_info, loc_proj_units, @@ -1562,6 +1643,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1623,6 +1705,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); >>>>>>> osgeo-main +======= + projection_mismatch_report(cellhd, loc_wind, loc_proj_info, + loc_proj_units, proj_info, proj_units, err); +>>>>>>> osgeo-main ======= projection_mismatch_report(cellhd, loc_wind, loc_proj_info, loc_proj_units, proj_info, proj_units, err); @@ -1645,6 +1731,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)) ======= @@ -1669,6 +1756,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= G_message(_("Projection of input dataset and current location " "appear to match")); @@ -1685,6 +1774,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1722,6 +1812,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } @@ -1746,6 +1838,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1787,6 +1880,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1803,6 +1898,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 @@ -1878,6 +1974,10 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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) { @@ -1921,6 +2021,7 @@ int is_wkt_projection_same_as_loc(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1990,6 +2091,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) { @@ -2014,6 +2120,7 @@ int is_wkt_projection_same_as_loc(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2094,6 +2201,8 @@ int is_wkt_projection_same_as_loc(const char *wkt) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return FALSE; } @@ -2141,6 +2250,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2217,6 +2327,10 @@ void wkt_projection_mismatch_report(const char *wkt) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main int err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units); @@ -2237,6 +2351,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> b49c22396f (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2287,6 +2402,9 @@ void wkt_projection_mismatch_report(const char *wkt) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main int err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units); @@ -2306,6 +2424,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2330,6 +2449,8 @@ void wkt_projection_mismatch_report(const char *wkt) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units); @@ -2349,6 +2470,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2416,6 +2538,10 @@ void wkt_projection_mismatch_report(const char *wkt) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 770c44b17c3..6404739ec14 100644 --- a/raster/r.in.pdal/projection.h +++ b/raster/r.in.pdal/projection.h @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -58,6 +59,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -74,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -149,6 +153,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**************************************************************************** * * MODULE: r.in.pdal @@ -182,6 +190,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -223,6 +232,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -239,6 +250,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -314,6 +326,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifndef PROJECTION_CHECKS_H #define PROJECTION_CHECKS_H @@ -343,6 +359,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -388,6 +405,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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); @@ -407,6 +426,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -442,6 +462,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, const char *projstr, int override, @@ -459,6 +481,7 @@ void projection_check_wkt(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -484,6 +507,8 @@ void projection_check_wkt(struct Cell_head cellhd, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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); @@ -500,6 +525,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)) ======= @@ -525,6 +551,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> osgeo-main ======= +>>>>>>> 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); @@ -541,6 +569,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -585,6 +614,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 c2f7d30fb8a..65ad0a3e178 100644 --- a/raster/r.in.pdal/r.in.pdal.html +++ b/raster/r.in.pdal/r.in.pdal.html @@ -251,6 +251,7 @@

    Filtering and selection

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

    Filtering and selection

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main to create custom raster-based filters, for example, use ======= to create custom raster-based filters, for examplee, use @@ -305,6 +308,7 @@

    Filtering and selection

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

    Filtering and selection

    to create custom raster-based filters, for examplee, use >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +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 @@ -410,6 +419,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -455,6 +465,8 @@

    Filtering and selection

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -474,6 +486,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -509,6 +522,8 @@

    Filtering and selection

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 @@ -525,6 +540,7 @@

    Filtering and selection

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

    Filtering and selection

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -566,6 +584,7 @@

    Filtering and selection

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

    Filtering and selection

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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 @@ -607,6 +628,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -651,6 +673,8 @@

    Filtering and selection

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -759,6 +783,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -817,6 +842,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)) ======= @@ -837,6 +866,7 @@

    Transformation

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

    Transformation

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main before range filters irange or drnage are applied (if present).

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

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1005,6 +1038,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)) ======= @@ -1025,6 +1062,7 @@

    Transformation

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

    Transformation

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= dscale are set for Z output dimension, filtering by zrange ======= dscale are set for Z output dimension, filtering by zrange @@ -1067,6 +1107,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1147,6 +1188,8 @@

    Transformation

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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. @@ -1173,6 +1216,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. ======= @@ -1212,6 +1256,8 @@

    Format and projection support

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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). ======= @@ -1230,6 +1276,7 @@

    Format and projection support

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

    Format and projection support

    ======= >>>>>>> osgeo-main ======= +>>>>>>> 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)) @@ -1270,6 +1319,7 @@

    Format and projection support

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1308,6 +1358,8 @@

    Format and projection support

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/vector/v.split/main.c b/vector/v.split/main.c index 510d5eff430..c90c0d1b598 100644 --- a/vector/v.split/main.c +++ b/vector/v.split/main.c @@ -66,6 +66,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -132,6 +133,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)) @@ -153,6 +158,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -177,6 +183,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= double (*line_length)(); ======= @@ -195,6 +203,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -274,6 +283,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int geodesic = 0; diff --git a/vector/v.surf.bspline/resamp.c b/vector/v.surf.bspline/resamp.c index 7b62cebb406..ed62e13fb29 100644 --- a/vector/v.surf.bspline/resamp.c +++ b/vector/v.surf.bspline/resamp.c @@ -38,6 +38,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) @@ -78,6 +79,8 @@ struct Point *P_Read_Raster_Region_masked( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main struct Point *P_Read_Raster_Region_masked(SEGMENT *mask_seg, struct Cell_head *Original, struct bound_box output_box UNUSED, @@ -101,6 +104,7 @@ struct Point *P_Read_Raster_Region_masked( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126,6 +130,8 @@ struct Point *P_Read_Raster_Region_masked( ======= >>>>>>> osgeo-main ======= +>>>>>>> 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) @@ -142,6 +148,7 @@ struct Point *P_Read_Raster_Region_masked( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180,6 +187,8 @@ struct Point *P_Read_Raster_Region_masked( >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { int col, row, startcol, endcol, startrow, endrow, nrows, ncols; int pippo, npoints; @@ -293,6 +302,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 */ ======= @@ -331,6 +341,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* X,Y are cell center coordinates, MUST be inside General box */ ======= @@ -348,6 +360,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)) @@ -420,6 +433,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)) +>>>>>>> osgeo-main +======= +======= + /* 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); @@ -455,6 +473,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -502,6 +521,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= points_in_box++; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -521,6 +542,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -540,6 +562,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= points_in_box++; @@ -558,6 +582,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -622,6 +647,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_debug(3, "P_Sparse_Raster_Points: interpolate point %d...", i); diff --git a/vector/v.surf.rst/Makefile b/vector/v.surf.rst/Makefile index 3b5d8eca836..414ebbd85a0 100644 --- a/vector/v.surf.rst/Makefile +++ b/vector/v.surf.rst/Makefile @@ -4,9 +4,9 @@ PGM=v.surf.rst EXTRA_CLEAN_DIRS=doxygenhtml -LIBES = $(INTERPFLLIB) $(QTREELIB) $(INTERPDATALIB) $(GMATHLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) +LIBES = $(INTERPFLLIB) $(QTREELIB) $(INTERPDATALIB) $(GMATHLIB) $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) EXTRA_LIBS = $(OPENMP_LIBPATH) $(OPENMP_LIB) -DEPENDENCIES = $(INTERPFLDEP) $(QTREEDEP) $(INTERPDATADEP) $(GMATHDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP) +DEPENDENCIES = $(INTERPFLDEP) $(QTREEDEP) $(INTERPDATADEP) $(GMATHDEP) $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP) EXTRA_INC = $(VECT_INC) $(OPENMP_INCPATH) EXTRA_CFLAGS = $(VECT_CFLAGS) $(OPENMP_CFLAGS) diff --git a/vector/v.surf.rst/main.c b/vector/v.surf.rst/main.c index 4aa8c077480..898a675f48f 100644 --- a/vector/v.surf.rst/main.c +++ b/vector/v.surf.rst/main.c @@ -33,6 +33,7 @@ #include #include +#include #include #include #include @@ -419,8 +420,8 @@ int main(int argc, char *argv[]) G_warning(_("GRASS GIS is not compiled with OpenMP support, parallel " "computation is disabled.")); #endif - if (threads > 1 && G_find_raster("MASK", G_mapset()) != NULL) { - G_warning(_("Parallel processing disabled due to active MASK.")); + if (threads > 1 && Rast_mask_is_present()) { + G_warning(_("Parallel processing disabled due to active mask.")); threads = 1; } if (devi) { @@ -930,6 +931,7 @@ static FILE *create_temp_file(const char *name, char **tmpname) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1008,6 +1010,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)) @@ -1030,6 +1037,7 @@ static FILE *create_temp_file(const char *name, char **tmpname) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1054,6 +1062,8 @@ static FILE *create_temp_file(const char *name, char **tmpname) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (fwrite(zero_array_cell, sizeof(FCELL), n_cols, fp) != n_cols) { ======= @@ -1073,6 +1083,7 @@ static FILE *create_temp_file(const char *name, char **tmpname) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1155,6 +1166,8 @@ static FILE *create_temp_file(const char *name, char **tmpname) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Error writing temporary file <%s>"), *tmpname); diff --git a/vector/v.to.3d/trans2.c b/vector/v.to.3d/trans2.c index 1680d950117..c4bde9b3888 100644 --- a/vector/v.to.3d/trans2.c +++ b/vector/v.to.3d/trans2.c @@ -73,6 +73,7 @@ void trans2d(struct Map_info *In, struct Map_info *Out, int type, double height, G_debug(3, "%d records selected", cvarr.n_values); db_close_database_shutdown_driver(driver); + Vect_destroy_field_info(Fi); } G_message(_("Transforming features...")); diff --git a/vector/v.to.db/areas.c b/vector/v.to.db/areas.c index 0977890276e..232cc4894d6 100644 --- a/vector/v.to.db/areas.c +++ b/vector/v.to.db/areas.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "global.h" @@ -111,5 +112,6 @@ int read_areas(struct Map_info *Map) G_percent(area_num, nareas, 2); } + Vect_destroy_cats_struct(Cats); return 0; } diff --git a/vector/v.to.db/global.h b/vector/v.to.db/global.h index 35e1622852d..fa46c0387ed 100644 --- a/vector/v.to.db/global.h +++ b/vector/v.to.db/global.h @@ -40,6 +40,7 @@ struct options { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int print; /* print only */ int sql; /* print only sql statements */ @@ -80,6 +81,8 @@ struct options { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int print; /* print only */ int print_header; /* print header for print and total */ @@ -102,6 +105,7 @@ struct options { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126,6 +130,8 @@ struct options { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int print; /* print only */ int sql; /* print only sql statements */ @@ -143,6 +149,7 @@ struct options { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -180,6 +187,8 @@ struct options { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int units; int qfield; /* query field */ diff --git a/vector/v.to.db/parse.c b/vector/v.to.db/parse.c index 771474f9a6d..1399dac71df 100644 --- a/vector/v.to.db/parse.c +++ b/vector/v.to.db/parse.c @@ -38,6 +38,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD struct Flag *p, *s, *t; ======= @@ -76,6 +77,8 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct Flag *h, *p, *s, *t; ======= @@ -93,6 +96,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)) @@ -165,6 +169,11 @@ int parse_command_line(int argc, char *argv[]) ======= struct Flag *p, *s, *t; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + struct Flag *p, *s, *t; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main } flags; char *desc; @@ -226,6 +235,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -262,6 +272,8 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("compactness of an area, calculated as compactness = perimeter / (2 " "* sqrt(PI * area))"), @@ -280,6 +292,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -340,6 +353,10 @@ int parse_command_line(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main _("compactness of an area, calculated as \n" " compactness = perimeter / (2 * sqrt(PI * area))"), @@ -360,6 +377,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -440,6 +458,11 @@ int parse_command_line(int argc, char *argv[]) >>>>>>> 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 _("perimeter length of an area"), _("line length"), _("number of features for each category"), @@ -462,6 +485,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" ======= @@ -500,6 +524,8 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main _("result of a database query for all records of the geometry " ======= @@ -517,6 +543,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)) @@ -589,6 +616,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)) +>>>>>>> osgeo-main +======= +======= + _("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"), @@ -645,6 +677,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -681,6 +714,8 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main flags.h = G_define_flag(); flags.h->key = 'h'; @@ -701,6 +736,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -761,6 +797,10 @@ int parse_command_line(int argc, char *argv[]) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main flags.s = G_define_flag(); flags.s->key = 's'; diff --git a/vector/v.to.db/report.c b/vector/v.to.db/report.c index 79c6675b116..e68bd903fa7 100644 --- a/vector/v.to.db/report.c +++ b/vector/v.to.db/report.c @@ -31,6 +31,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -69,6 +70,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -86,6 +89,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -158,6 +162,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -217,6 +226,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -255,6 +265,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -272,6 +284,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -344,6 +357,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) { @@ -378,6 +396,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -416,6 +435,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -433,6 +454,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -505,6 +527,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) { @@ -531,6 +558,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -569,6 +597,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -586,6 +616,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -658,6 +689,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -680,6 +716,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -718,6 +755,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -735,6 +774,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -807,6 +847,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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); @@ -849,6 +894,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -887,6 +933,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -904,6 +952,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -976,6 +1025,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -998,6 +1052,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -1036,6 +1091,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -1053,6 +1110,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1125,6 +1183,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) @@ -1148,6 +1211,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -1186,6 +1250,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -1203,6 +1269,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1275,6 +1342,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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); @@ -1301,6 +1373,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -1339,6 +1412,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -1356,6 +1431,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1428,6 +1504,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) { @@ -1480,6 +1561,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -1518,6 +1600,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -1535,6 +1619,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1607,6 +1692,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) { @@ -1646,6 +1736,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -1684,6 +1775,8 @@ int report(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (print_header) ======= @@ -1701,6 +1794,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1773,6 +1867,11 @@ int report(void) ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + 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++) diff --git a/vector/v.to.db/update.c b/vector/v.to.db/update.c index dd63ef78d35..972fd6be93e 100644 --- a/vector/v.to.db/update.c +++ b/vector/v.to.db/update.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "global.h" static int srch(const void *, const void *); @@ -297,6 +298,8 @@ int update(struct Map_info *Map) db_close_database_shutdown_driver(driver); db_free_string(&stmt); + Vect_destroy_field_info(Fi); + Vect_destroy_field_info(qFi); return 0; } diff --git a/vector/v.to.rast/main.c b/vector/v.to.rast/main.c index 332a722bd7c..68caccfcf5f 100644 --- a/vector/v.to.rast/main.c +++ b/vector/v.to.rast/main.c @@ -88,6 +88,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", ======= @@ -126,6 +127,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_asprintf(&desc, "attr;%s;cat;%s;value;%s;z;%s;dir;%s", ======= @@ -143,6 +146,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)) @@ -215,6 +219,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)) +>>>>>>> osgeo-main +======= +======= + 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"), @@ -264,6 +273,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -344,6 +354,11 @@ int main(int argc, char *argv[]) >>>>>>> 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 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 8a72d4d06d9..0e5456a95a7 100644 --- a/vector/v.to.rast/support.c +++ b/vector/v.to.rast/support.c @@ -172,6 +172,7 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * later all togheter */ ======= @@ -210,6 +211,8 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * later all together */ ======= @@ -227,6 +230,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)) @@ -299,6 +303,11 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, ======= * later all togheter */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * later all togheter */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main colors_n_values++; my_color_rules[i].red = red; diff --git a/vector/v.to.rast/vect2rast.c b/vector/v.to.rast/vect2rast.c index f746c9858d5..824f6ee2e07 100644 --- a/vector/v.to.rast/vect2rast.c +++ b/vector/v.to.rast/vect2rast.c @@ -249,6 +249,7 @@ int vect_to_rast(const char *vector_map, const char *raster_map, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -279,6 +280,8 @@ int vect_to_rast(const char *vector_map, const char *raster_map, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* maximum possible number of lines: number of GV_LINE + GV_POINT ======= @@ -296,6 +299,7 @@ int vect_to_rast(const char *vector_map, const char *raster_map, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -339,6 +343,8 @@ int vect_to_rast(const char *vector_map, const char *raster_map, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main /* maximum possible numer of lines: number of GV_LINE + GV_POINT >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/vector/v.transform/main.c b/vector/v.transform/main.c index 400cd3ded91..06a7d105881 100644 --- a/vector/v.transform/main.c +++ b/vector/v.transform/main.c @@ -188,8 +188,17 @@ int main(int argc, char *argv[]) if (G_parser(argc, argv)) exit(EXIT_FAILURE); - strcpy(Current.name, vold->answer); - strcpy(Trans.name, vnew->answer); + if (G_strlcpy(Current.name, vold->answer, sizeof(Current.name)) >= + sizeof(Current.name)) { + G_fatal_error(_("Input vector map name <%s> is too long"), + vold->answer); + } + + if (G_strlcpy(Trans.name, vnew->answer, sizeof(Trans.name)) >= + sizeof(Trans.name)) { + G_fatal_error(_("Output vector map name <%s> is too long"), + vnew->answer); + } Vect_check_input_output_name(vold->answer, vnew->answer, G_FATAL_EXIT); diff --git a/vector/v.transform/trans.h b/vector/v.transform/trans.h index fafaec9a24f..a534128ef7d 100644 --- a/vector/v.transform/trans.h +++ b/vector/v.transform/trans.h @@ -44,6 +44,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * Those cooresponding points in the other coordinate system ======= @@ -82,6 +83,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main * Those corresponding points in the other coordinate system ======= @@ -99,6 +102,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * Those cooresponding points in the other coordinate system >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -171,6 +175,11 @@ ======= * Those cooresponding points in the other coordinate system >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + * Those cooresponding points in the other coordinate system +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main * are placed in bx[], by[]. * diff --git a/vector/v.type/v.type.html b/vector/v.type/v.type.html index 8e6d5806db8..124f8f39fe0 100644 --- a/vector/v.type/v.type.html +++ b/vector/v.type/v.type.html @@ -2,6 +2,27 @@

    DESCRIPTION

    v.type changes the type of geometry primitives. +

    +The following vector object types are defined in GRASS GIS: + +

      +
    • point: a point;
    • +
    • line: a directed sequence of connected vertices with two endpoints called nodes;
    • +
    • boundary: the border line describing an area;
    • +
    • centroid: a point within a closed ring of boundaries;
    • +
    • area: the topological composition of a closed ring of boundaries and a centroid;
    • +
    • face: a 3D area;
    • +
    • kernel: a 3D centroid in a volume (not yet implemented);
    • +
    • volume: a 3D corpus, the topological composition of faces and kernel (not yet implemented).
    • +
    +

    +Lines and boundaries can be composed of multiple vertices. +

    +Area topology also holds information about isles. These isles are located +within that area, not touching the boundaries of the outer area. Isles +are holes inside the area, and can consist of one or more areas. They are +used internally to maintain correct topology for areas. +

    EXAMPLES

    Convert lines to area boundaries
    diff --git a/vector/v.univar/main.c b/vector/v.univar/main.c index 092e3fc883a..deff4f00da8 100644 --- a/vector/v.univar/main.c +++ b/vector/v.univar/main.c @@ -96,6 +96,7 @@ double sum_abs = 0.0; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -175,6 +176,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)) @@ -198,6 +204,7 @@ double max = NAN; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -223,6 +230,8 @@ double max = NAN; ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= double min = 0.0 / 0.0; /* init as nan */ double max = 0.0 / 0.0; ======= @@ -242,6 +251,7 @@ double max = NAN; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -329,6 +339,8 @@ double max = 0.0 / 0.0; >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> 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 */ diff --git a/vector/v.univar/testsuite/test_v_univar.py b/vector/v.univar/testsuite/test_v_univar.py index 766871d951c..e5fc2685cac 100644 --- a/vector/v.univar/testsuite/test_v_univar.py +++ b/vector/v.univar/testsuite/test_v_univar.py @@ -15,9 +15,11 @@ from grass.gunittest.case import TestCase from grass.gunittest.main import test from grass.gunittest.gmodules import SimpleModule +from grass.gunittest.utils import xfail_windows class TestProfiling(TestCase): + @xfail_windows def test_flagg(self): """Testing flag g with map lakes""" output_str = """n=15279 @@ -40,6 +42,7 @@ def test_flagg(self): v_univar.run() self.assertLooksLike(actual=v_univar.outputs.stdout, reference=output_str) + @xfail_windows def test_flage(self): """Testing flag e with map geology""" output_str = """number of features with non NULL attribute: 1832 @@ -68,6 +71,7 @@ def test_flage(self): v_univar.run() self.assertLooksLike(actual=v_univar.outputs.stdout, reference=output_str) + @xfail_windows def test_flagw(self): """Testing flag w with map lakes""" output_str = """number of features with non NULL attribute: 15279 @@ -83,6 +87,7 @@ def test_flagw(self): v_univar.run() self.assertLooksLike(actual=v_univar.outputs.stdout, reference=output_str) + @xfail_windows def test_flagd(self): """Testing flag d with map hospitals""" univar_string = """number of primitives: 160 diff --git a/vector/v.univar/v.univar.html b/vector/v.univar/v.univar.html index 483eac47d81..f965855cb50 100644 --- a/vector/v.univar/v.univar.html +++ b/vector/v.univar/v.univar.html @@ -192,6 +192,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -256,6 +257,10 @@

    AUTHORS

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

    AUTHORS

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

    AUTHORS

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= Martin Landa ======= Martin Landa @@ -318,6 +326,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -392,3 +401,5 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main diff --git a/vector/v.vol.rst/oct.c b/vector/v.vol.rst/oct.c index c0cb3eef4eb..595393d803f 100644 --- a/vector/v.vol.rst/oct.c +++ b/vector/v.vol.rst/oct.c @@ -56,6 +56,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -140,6 +141,10 @@ ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 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 *), @@ -163,6 +168,7 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> fce97d24c8 (Fix missing function prototypes (#2727)) ======= @@ -214,6 +220,9 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), int (*add_data)(), int (*intersect)(), int (*division_check)(), int (*get_points)()) @@ -230,6 +239,7 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -255,6 +265,8 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), int (*add_data)(), int (*intersect)(), int (*division_check)(), int (*get_points)()) @@ -272,6 +284,7 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -291,6 +304,8 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), @@ -320,6 +335,7 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -376,6 +392,8 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main /* Initializes FUNCTIONS structure with given arguments */ { struct octfunc *functions; @@ -414,6 +432,7 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -481,6 +500,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)) ======= @@ -501,6 +524,7 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -526,6 +550,8 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= struct octtree *OT_tree_new(VOID_T *data, struct octtree **leafs, ======= struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, @@ -543,6 +569,7 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -622,6 +649,8 @@ struct octtree *OT_tree_new(VOID_T *data, struct octtree **leafs, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct octtree *parent, struct octfunc *functions, int octant) diff --git a/vector/v.vol.rst/oct.h b/vector/v.vol.rst/oct.h index c57d460104b..dcbc128090a 100644 --- a/vector/v.vol.rst/oct.h +++ b/vector/v.vol.rst/oct.h @@ -26,6 +26,7 @@ struct octfunc { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -109,6 +110,10 @@ struct octfunc { ======= ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> osgeo-main int (*compare)(struct quadruple *, struct octdata *); struct octdata **(*divide_data)(struct octdata *); @@ -131,6 +136,7 @@ struct octfunc { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -165,6 +171,8 @@ struct octfunc { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main }; struct octtree { @@ -182,6 +190,7 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -233,6 +242,11 @@ struct octtree { ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main int (*compare)(); VOID_T **(*divide_data)(); @@ -250,6 +264,7 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -281,6 +296,9 @@ struct octtree { >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main int (*compare)(); VOID_T **(*divide_data)(); @@ -301,6 +319,9 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -352,6 +373,7 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -515,6 +537,8 @@ struct octtree { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main struct octtree **leafs; struct octtree *parent; diff --git a/vector/v.vol.rst/user1.c b/vector/v.vol.rst/user1.c index 4462f76abd1..6f09a8c3fe4 100644 --- a/vector/v.vol.rst/user1.c +++ b/vector/v.vol.rst/user1.c @@ -220,6 +220,7 @@ int INPUT(struct Map_info *In, char *column, char *scol, char *wheresql) if (a < 0) { G_warning(_("Can't insert %lf,%lf,%lf,%lf,%lf a=%d"), x, y, z, w, sm, a); + Vect_destroy_field_info(Fi); return -1; } @@ -322,6 +323,7 @@ int INPUT(struct Map_info *In, char *column, char *scol, char *wheresql) } else { fprintf(stderr, "ERROR: zero points in the given region!\n"); + Vect_destroy_field_info(Fi); return -1; } } @@ -332,6 +334,7 @@ int INPUT(struct Map_info *In, char *column, char *scol, char *wheresql) KMIN, KMAX); fprintf(stderr, "for smooth connection of segments, npmin > segmax " "(see manual) \n"); + Vect_destroy_field_info(Fi); return -1; } @@ -382,6 +385,7 @@ int INPUT(struct Map_info *In, char *column, char *scol, char *wheresql) } G_message(_("Bitmap mask created")); } + Vect_destroy_field_info(Fi); return 1; } @@ -431,6 +435,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -497,6 +502,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)) @@ -518,6 +527,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -542,6 +552,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (read_val != nsizc) { ======= @@ -560,6 +572,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -639,6 +652,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -692,6 +707,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -744,6 +760,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_z); @@ -765,6 +783,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -791,6 +810,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) { @@ -811,6 +832,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_z); if (read_val < 0) { @@ -845,6 +867,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) { @@ -866,6 +890,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -890,6 +915,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -906,6 +933,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -967,6 +995,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -1042,6 +1072,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1094,6 +1125,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dx); @@ -1115,6 +1148,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1141,6 +1175,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) { @@ -1161,6 +1197,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dx); if (read_val < 0) { @@ -1195,6 +1232,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) { @@ -1216,6 +1255,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1240,6 +1280,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1256,6 +1298,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1317,6 +1360,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -1391,6 +1436,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1443,6 +1489,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dy); @@ -1464,6 +1512,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1490,6 +1539,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) { @@ -1510,6 +1561,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dy); if (read_val < 0) { @@ -1544,6 +1596,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) { @@ -1565,6 +1619,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1589,6 +1644,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1605,6 +1662,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1666,6 +1724,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -1740,6 +1800,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -1792,6 +1853,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dz); @@ -1813,6 +1876,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -1839,6 +1903,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) { @@ -1859,6 +1925,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dz); if (read_val < 0) { @@ -1893,6 +1960,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) { @@ -1914,6 +1983,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1938,6 +2008,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1954,6 +2026,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2015,6 +2088,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -2089,6 +2164,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2141,6 +2217,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_xx); @@ -2162,6 +2240,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2188,6 +2267,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) { @@ -2208,6 +2289,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xx); if (read_val < 0) { @@ -2242,6 +2324,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) { @@ -2263,6 +2347,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2287,6 +2372,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -2303,6 +2390,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2364,6 +2452,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -2438,6 +2528,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2490,6 +2581,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_yy); @@ -2511,6 +2604,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2537,6 +2631,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) { @@ -2557,6 +2653,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_yy); if (read_val < 0) { @@ -2591,6 +2688,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) { @@ -2612,6 +2711,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2636,6 +2736,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -2652,6 +2754,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2713,6 +2816,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); @@ -2787,6 +2892,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -2839,6 +2945,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_xy); @@ -2860,6 +2968,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -2886,6 +2995,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) { @@ -2906,6 +3017,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xy); if (read_val < 0) { @@ -2940,6 +3052,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) { @@ -2961,6 +3075,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2985,6 +3100,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -3001,6 +3118,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -3062,6 +3180,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); diff --git a/vector/v.vol.rst/user2.c b/vector/v.vol.rst/user2.c index 64f7b4a67f2..49a36d39175 100644 --- a/vector/v.vol.rst/user2.c +++ b/vector/v.vol.rst/user2.c @@ -92,6 +92,7 @@ int interp_call(struct octtree *root, struct octtree *tree) int skip_index, segtest; double xx, yy, zz /*, ww */; + skip_point.x = skip_point.y = skip_point.z = skip_point.w = 0.0; if (tree == NULL) return -1; if (tree->data == NULL) diff --git a/vector/v.vol.rst/user3.c b/vector/v.vol.rst/user3.c index 0ef10a5e9a0..cd2e46966da 100644 --- a/vector/v.vol.rst/user3.c +++ b/vector/v.vol.rst/user3.c @@ -258,6 +258,7 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -300,6 +301,8 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int POINT(); @@ -318,6 +321,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)) ======= @@ -342,6 +346,8 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= int POINT(); ======= @@ -359,6 +365,7 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -423,6 +430,8 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int ind, ind1; static int first_time_z = 1; diff --git a/vector/v.vol.rst/v.vol.rst.html b/vector/v.vol.rst/v.vol.rst.html index 9b26a1ba8cc..3485c076a7b 100644 --- a/vector/v.vol.rst/v.vol.rst.html +++ b/vector/v.vol.rst/v.vol.rst.html @@ -78,6 +78,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -142,6 +143,10 @@

    DESCRIPTION

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

    DESCRIPTION

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

    DESCRIPTION

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= algorithm. ======= algorithm. @@ -204,6 +212,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -278,6 +287,8 @@

    DESCRIPTION

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

    SQL support

    @@ -395,6 +406,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -459,6 +471,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)) @@ -479,6 +495,7 @@

    NOTES

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

    NOTES

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= 3D region for interpolation. ======= 3D region for interpolation. @@ -521,6 +540,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -595,6 +615,8 @@

    NOTES

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

    EXAMPLES

    diff --git a/vector/v.voronoi/skeleton.c b/vector/v.voronoi/skeleton.c index dca4fb96a07..08cb0a0cde4 100644 --- a/vector/v.voronoi/skeleton.c +++ b/vector/v.voronoi/skeleton.c @@ -550,6 +550,7 @@ int tie_up(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -616,6 +617,10 @@ int tie_up(void) ======= distmin = INFINITY; ======= +>>>>>>> osgeo-main +======= + distmin = INFINITY; +======= >>>>>>> osgeo-main distmin = 1. / 0.; /* +inf */ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -637,6 +642,7 @@ int tie_up(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -661,6 +667,8 @@ int tie_up(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= distmin = 1. / 0.; /* +inf */ ======= @@ -679,6 +687,7 @@ int tie_up(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -758,6 +767,8 @@ int tie_up(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main xmin = x; ymin = y; diff --git a/vector/v.voronoi/sw_main.c b/vector/v.voronoi/sw_main.c index 2f7d872849b..d01d3743d35 100644 --- a/vector/v.voronoi/sw_main.c +++ b/vector/v.voronoi/sw_main.c @@ -90,6 +90,7 @@ struct Site *nextone(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -171,6 +172,11 @@ struct Site *nextone(void) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main void removeDuplicates(void) { int i, j; @@ -500,6 +506,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -547,6 +554,8 @@ int readbounds(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= nconnected = 0; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -566,6 +575,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -585,6 +595,8 @@ int readbounds(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= nconnected = 0; @@ -603,6 +615,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -667,6 +680,8 @@ int readbounds(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Vect_reset_list(linelist); Vect_reset_list(arealist); @@ -704,6 +719,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -751,6 +767,8 @@ int readbounds(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= nconnected++; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -770,6 +788,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -789,6 +808,8 @@ int readbounds(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= nconnected++; @@ -807,6 +828,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -871,6 +893,8 @@ int readbounds(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main } } diff --git a/vector/v.what.rast/local_proto.h b/vector/v.what.rast/local_proto.h index 8eefd38c608..c8634afeca3 100644 --- a/vector/v.what.rast/local_proto.h +++ b/vector/v.what.rast/local_proto.h @@ -16,6 +16,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int count; /* nuber of points with category 'cat' */ ======= @@ -54,6 +55,8 @@ struct order { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int count; /* number of points with category 'cat' */ ======= @@ -71,6 +74,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -143,6 +147,11 @@ struct order { ======= int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + int count; /* nuber of points with category 'cat' */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main int row; int col; diff --git a/vector/v.what.rast3/local_proto.h b/vector/v.what.rast3/local_proto.h index 30779c26332..4d7b98dda1c 100644 --- a/vector/v.what.rast3/local_proto.h +++ b/vector/v.what.rast3/local_proto.h @@ -16,6 +16,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int count; /* nuber of points with category 'cat' */ ======= @@ -54,6 +55,8 @@ struct order { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main int count; /* number of points with category 'cat' */ ======= @@ -71,6 +74,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -143,6 +147,11 @@ struct order { ======= int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= + int count; /* nuber of points with category 'cat' */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main double x; double y; diff --git a/vector/vectorintro.html b/vector/vectorintro.html index cb5b75101ac..afed7cbf6fa 100644 --- a/vector/vectorintro.html +++ b/vector/vectorintro.html @@ -34,6 +34,7 @@

    Attribute management

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -101,6 +102,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)) ======= @@ -121,6 +126,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)) @@ -236,6 +242,11 @@

    Attribute management

    The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main +======= +======= +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 9ccfb029c79..db1af60889c 100644 --- a/visualization/ximgview/main.c +++ b/visualization/ximgview/main.c @@ -167,6 +167,7 @@ static void main_loop(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -233,6 +234,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)) @@ -254,6 +259,7 @@ static void main_loop(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -278,6 +284,8 @@ static void main_loop(void) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= unsigned long delay; ======= @@ -296,6 +304,7 @@ static void main_loop(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -375,6 +384,8 @@ static void main_loop(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main while (XPending(dpy) > 0) { @@ -478,6 +489,7 @@ static int read_bmp_header(const unsigned char *p) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -544,6 +556,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)) @@ -565,6 +581,7 @@ static int read_bmp_header(const unsigned char *p) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -589,6 +606,8 @@ static int read_bmp_header(const unsigned char *p) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= if (get_4(&p) != i_width * i_height * 4) ======= @@ -607,6 +626,7 @@ static int read_bmp_header(const unsigned char *p) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -686,6 +706,8 @@ static int read_bmp_header(const unsigned char *p) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main return 0;
  • FailedPercent successful