Skip to content

Add BoundingBoxDialog and map canvas#133

Open
jremillard wants to merge 3 commits into
mainfrom
codex/implement-bounding-box-selector-dialog
Open

Add BoundingBoxDialog and map canvas#133
jremillard wants to merge 3 commits into
mainfrom
codex/implement-bounding-box-selector-dialog

Conversation

@jremillard

Copy link
Copy Markdown
Owner

Summary

  • implement MapCanvas widget for tile display and box selection
  • add BoundingBoxDialog to wrap MapCanvas
  • expose coordinate conversion helpers in maputils
  • update example usage in README
  • extend unit tests for new utilities

Testing

  • cmake --build bin/release -j$(nproc)
  • cmake --build bin/debug -j$(nproc)
  • cmake --build bin/coverage -j$(nproc)
  • cmake --build bin/valgrind -j$(nproc)
  • ctest --test-dir bin/release
  • ctest --test-dir bin/valgrind
  • ctest --output-on-failure --test-dir bin/coverage
  • valgrind --tool=memcheck bin/valgrind/tests/hello_test
  • valgrind --tool=helgrind bin/valgrind/tests/hello_test
  • lcov --capture --directory bin/coverage --output-file bin/coverage/coverage.info
  • lcov --remove bin/coverage/coverage.info '/usr/*' '*/tests/*' --output-file bin/coverage/coverage.info
  • lcov --list bin/coverage/coverage.info | sort -k2 > tests/coverage_report.txt

https://chatgpt.com/codex/tasks/task_e_686a068a30bc833093ab1a066a7c7f80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant