Projpicker

Latest version: v0.3.2

Safety actively analyzes 665719 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.3.2

Wed Oct 6 14:31:43 2021 -0400

* [`6fcf244`](https://github.com/HuidaeCho/projpicker/commit/6fcf244) Version 0.3.2
* [`8bba8f7`](https://github.com/HuidaeCho/projpicker/commit/8bba8f7) Import pyproj at top
* [`c845ac3`](https://github.com/HuidaeCho/projpicker/commit/c845ac3) Implement WKT for wxGUI
* [`427edab`](https://github.com/HuidaeCho/projpicker/commit/427edab) Add select/cancel buttons to WKT tab in tkGUI
* [`4e23dd1`](https://github.com/HuidaeCho/projpicker/commit/4e23dd1) Add the WKT tab for tkGUI (requires pyproj)
* [`39e2df7`](https://github.com/HuidaeCho/projpicker/commit/39e2df7) Make CRS Info & Log read-only for tkGUI
* [`3861a6b`](https://github.com/HuidaeCho/projpicker/commit/3861a6b) Defaults for match\_max and max\_tol
* [`c87ea52`](https://github.com/HuidaeCho/projpicker/commit/c87ea52) Indentation
* [`afe5e94`](https://github.com/HuidaeCho/projpicker/commit/afe5e94) Clean up requirements.txt
* [`68696fe`](https://github.com/HuidaeCho/projpicker/commit/68696fe) Use * for bullet lists as per Python convention
* [`2184fef`](https://github.com/HuidaeCho/projpicker/commit/2184fef) Update to the latest Sphinx Press theme
* [`495f779`](https://github.com/HuidaeCho/projpicker/commit/495f779) Update to the latest Sphinx Press theme
* [`3f2ed79`](https://github.com/HuidaeCho/projpicker/commit/3f2ed79) Use 1ms delay on macOS
* [`52f1db0`](https://github.com/HuidaeCho/projpicker/commit/52f1db0) Revert single-point bbox handling

0.3.1.post2

Sat Aug 14 21:39:27 2021 -0400

* [`ca9fade`](https://github.com/HuidaeCho/projpicker/commit/ca9fade) v0.3.1.post2: Exception cleanup; Minor refactoring
* [`eed7831`](https://github.com/HuidaeCho/projpicker/commit/eed7831) changelog
* [`0097443`](https://github.com/HuidaeCho/projpicker/commit/0097443) Rename panel.py
* [`81d1409`](https://github.com/HuidaeCho/projpicker/commit/81d1409) Minor cleanup & Fix invisible bboxes
* [`b26013d`](https://github.com/HuidaeCho/projpicker/commit/b26013d) Minor refactoring
* [`843978a`](https://github.com/HuidaeCho/projpicker/commit/843978a) Rename wxwidgets.py to wxpanel.py
* [`bf2435d`](https://github.com/HuidaeCho/projpicker/commit/bf2435d) Revert 1cc8ef2 (the original behavior was by design)
* [`1e61e4d`](https://github.com/HuidaeCho/projpicker/commit/1e61e4d) Catch ProjError (not all CRSs support transformation)
* [`21ca9bc`](https://github.com/HuidaeCho/projpicker/commit/21ca9bc) 80 cols
* [`3d07267`](https://github.com/HuidaeCho/projpicker/commit/3d07267) argparse is not needed for the GRASS copy
* [`337cdbb`](https://github.com/HuidaeCho/projpicker/commit/337cdbb) Make projpicker importable outside a GRASS session for regenerating projpicker.db
* [`fc9afcf`](https://github.com/HuidaeCho/projpicker/commit/fc9afcf) Update deploy\_to\_grass.sh (BE careful not to overwrite i18n messages later)
* [`c6394dd`](https://github.com/HuidaeCho/projpicker/commit/c6394dd) Make most global variables private except has\_gui and has\_web
* [`43ab8d2`](https://github.com/HuidaeCho/projpicker/commit/43ab8d2) Merge branch 'main' of github.com:HuidaeCho/projpicker into main
* [`89be88e`](https://github.com/HuidaeCho/projpicker/commit/89be88e) NotImplementedError to ValueError or RuntimeError
* [`1cc8ef2`](https://github.com/HuidaeCho/projpicker/commit/1cc8ef2) Check if arguments are provided, if not then print help. Projpicker would hang previously if no cli options given.
* [`33f1570`](https://github.com/HuidaeCho/projpicker/commit/33f1570) No more bare except:
* [`b76179c`](https://github.com/HuidaeCho/projpicker/commit/b76179c) pyproj.Transformer.from\_crs().transform() does not raise an exception by default
* [`d594c74`](https://github.com/HuidaeCho/projpicker/commit/d594c74) Raise more specific errors
* [`3fa400f`](https://github.com/HuidaeCho/projpicker/commit/3fa400f) Exception on any syntax errors from parse\_mixed\_geoms()
* [`0828bf4`](https://github.com/HuidaeCho/projpicker/commit/0828bf4) Type checking only adds computational time
* [`8a06ccb`](https://github.com/HuidaeCho/projpicker/commit/8a06ccb) Fix drawing poly after pan
* [`8513320`](https://github.com/HuidaeCho/projpicker/commit/8513320) Funding expired
* [`bcbb965`](https://github.com/HuidaeCho/projpicker/commit/bcbb965) Add deploy\_to\_grass.sh script
* [`f46e7e0`](https://github.com/HuidaeCho/projpicker/commit/f46e7e0) Add deploy\_to\_grass.sh script
* [`06bccad`](https://github.com/HuidaeCho/projpicker/commit/06bccad) One reference URL for \_\_package\_\_ trick is enough
* [`e19ace2`](https://github.com/HuidaeCho/projpicker/commit/e19ace2) Reorder module imports
* [`1862583`](https://github.com/HuidaeCho/projpicker/commit/1862583) tkgui: Remove an unused variable
* [`f3369f5`](https://github.com/HuidaeCho/projpicker/commit/f3369f5) wxwidgets: Show cancel button to the full layout

0.3.1.post1

Mon Aug 2 05:44:53 2021 -0400

* [`8e5beb8`](https://github.com/HuidaeCho/projpicker/commit/8e5beb8) v0.3.1.post1: web optional
* [`596d1d5`](https://github.com/HuidaeCho/projpicker/commit/596d1d5) web optional

0.3.1

Mon Aug 2 05:31:50 2021 -0400

* [`d6b2931`](https://github.com/HuidaeCho/projpicker/commit/d6b2931) v0.3.1: wxPython widget
* [`52e8b53`](https://github.com/HuidaeCho/projpicker/commit/52e8b53) changelog
* [`e45daeb`](https://github.com/HuidaeCho/projpicker/commit/e45daeb) wxgui: Implement the ProjPickerPanel widget for wxPython with an example
* [`af8c006`](https://github.com/HuidaeCho/projpicker/commit/af8c006) gui: Do not clear selection on empty searching
* [`3edc641`](https://github.com/HuidaeCho/projpicker/commit/3edc641) gui: better searching code
* [`c6cc18b`](https://github.com/HuidaeCho/projpicker/commit/c6cc18b) wxgui: Add hscrollbar for help (for resizing)
* [`a93b144`](https://github.com/HuidaeCho/projpicker/commit/a93b144) gui: Handlers at top
* [`f0fcb82`](https://github.com/HuidaeCho/projpicker/commit/f0fcb82) wxgui: Move non-event handlers to top
* [`65e962c`](https://github.com/HuidaeCho/projpicker/commit/65e962c) gui: Keep search text on a new query
* [`ce62d36`](https://github.com/HuidaeCho/projpicker/commit/ce62d36) wxgui: Define mono\_font
* [`422c0db`](https://github.com/HuidaeCho/projpicker/commit/422c0db) gui: do not need to draw geoms again because the last vertice was already drawn by on\_move()
* [`ab75dc6`](https://github.com/HuidaeCho/projpicker/commit/ab75dc6) wxgui: Only fix ID width
* [`aa990d2`](https://github.com/HuidaeCho/projpicker/commit/aa990d2) gui: rename the only notebook to notebook
* [`6d44f51`](https://github.com/HuidaeCho/projpicker/commit/6d44f51) wxgui: Use properties instead of getters when possible; Still use setters (feels better?)
* [`4186a52`](https://github.com/HuidaeCho/projpicker/commit/4186a52) wxgui: minor refactoring
* [`1c0c302`](https://github.com/HuidaeCho/projpicker/commit/1c0c302) wxgui: Fix link
* [`9c52df4`](https://github.com/HuidaeCho/projpicker/commit/9c52df4) wxgui: Avoid using deprecated wx.NewId()
* [`2542378`](https://github.com/HuidaeCho/projpicker/commit/2542378) wxgui: verbose support
* [`35a616b`](https://github.com/HuidaeCho/projpicker/commit/35a616b) gui: Handle exceptions when reading env vars
* [`1070967`](https://github.com/HuidaeCho/projpicker/commit/1070967) gui: Consolidate PROJPICKER\_(LATITUDE|LONGITUDE) in PROJPICKER\_COORDINATES and support coordinate parsing
* [`ff56814`](https://github.com/HuidaeCho/projpicker/commit/ff56814) docs: Add Environment variables
* [`23b7beb`](https://github.com/HuidaeCho/projpicker/commit/23b7beb) docs: Mention wxPython vs. tkinter GUI options
* [`2e01117`](https://github.com/HuidaeCho/projpicker/commit/2e01117) docs: English locale screenshot
* [`a267124`](https://github.com/HuidaeCho/projpicker/commit/a267124) README: English locale screenshot
* [`a644fd0`](https://github.com/HuidaeCho/projpicker/commit/a644fd0) docs: Just keep pip install
* [`881edc6`](https://github.com/HuidaeCho/projpicker/commit/881edc6) docs: Searching at the bottom

0.3.0

Sun Aug 1 11:53:50 2021 -0400

* [`ef62d79`](https://github.com/HuidaeCho/projpicker/commit/ef62d79) v0.3.0: wxgui
* [`6c91dd0`](https://github.com/HuidaeCho/projpicker/commit/6c91dd0) changelog
* [`e2b5918`](https://github.com/HuidaeCho/projpicker/commit/e2b5918) docs: Update a screenshot
* [`1c6fafd`](https://github.com/HuidaeCho/projpicker/commit/1c6fafd) Update screenshots
* [`d184707`](https://github.com/HuidaeCho/projpicker/commit/d184707) wxgui: Name field width
* [`ad4c837`](https://github.com/HuidaeCho/projpicker/commit/ad4c837) wxgui: Use consistent background color across platforms
* [`4b5b871`](https://github.com/HuidaeCho/projpicker/commit/4b5b871) wxgui: Enable double-buffered drawing to eliminate flickering
* [`b047f6b`](https://github.com/HuidaeCho/projpicker/commit/b047f6b) wxgui: Redraw the map on move only if there is a geom being drawn
* [`c46b7dd`](https://github.com/HuidaeCho/projpicker/commit/c46b7dd) wxgui: main\_box.Layout() was too heavy just to refresh the coordinate label
* [`b610d24`](https://github.com/HuidaeCho/projpicker/commit/b610d24) Update getosm.py; main\_box.Layout() calls on\_resize(), which redraws the map
* [`ebe0164`](https://github.com/HuidaeCho/projpicker/commit/ebe0164) wxgui: Use GCDC to support semi-transparency on Windows
* [`e025385`](https://github.com/HuidaeCho/projpicker/commit/e025385) wxgui: Fix named geoms on Windows; Use a hash style when alpha is not supported
* [`8e5c2f7`](https://github.com/HuidaeCho/projpicker/commit/8e5c2f7) Docs: Remove Features section
* [`3638666`](https://github.com/HuidaeCho/projpicker/commit/3638666) Source path
* [`c94d1b9`](https://github.com/HuidaeCho/projpicker/commit/c94d1b9) Fix code block
* [`ab56f24`](https://github.com/HuidaeCho/projpicker/commit/ab56f24) tkgui: mistake
* [`8b7d4cf`](https://github.com/HuidaeCho/projpicker/commit/8b7d4cf) wxgui: on\_resize only after shown; tkgui: resizable, set class name (does not work for wxgui)
* [`15be4a1`](https://github.com/HuidaeCho/projpicker/commit/15be4a1) gui: Redraw on resize
* [`6a90e6d`](https://github.com/HuidaeCho/projpicker/commit/6a90e6d) wxgui: Improved sizing; Redraw on resizng the window
* [`8a428d3`](https://github.com/HuidaeCho/projpicker/commit/8a428d3) wxgui: Set the client size to 800x800; Size includes the title bar and borders
* [`6584e47`](https://github.com/HuidaeCho/projpicker/commit/6584e47) Screenshot in English locale
* [`e717085`](https://github.com/HuidaeCho/projpicker/commit/e717085) Update README.md
* [`e3ac776`](https://github.com/HuidaeCho/projpicker/commit/e3ac776) wxgui: Implement missing geom vars; gui: Fix named poly
* [`f763f86`](https://github.com/HuidaeCho/projpicker/commit/f763f86) docs: Update the desktop GUI screenshot
* [`c4f918d`](https://github.com/HuidaeCho/projpicker/commit/c4f918d) tkgui screenshot again
* [`d8c9bce`](https://github.com/HuidaeCho/projpicker/commit/d8c9bce) New screenshots
* [`87ea483`](https://github.com/HuidaeCho/projpicker/commit/87ea483) Web link in the front page; is funded => was funded
* [`cf2324d`](https://github.com/HuidaeCho/projpicker/commit/cf2324d) docs: Minor refactoring
* [`584b265`](https://github.com/HuidaeCho/projpicker/commit/584b265) OSM *tile* downloader
* [`ac6e51e`](https://github.com/HuidaeCho/projpicker/commit/ac6e51e) changelog
* [`ba018a1`](https://github.com/HuidaeCho/projpicker/commit/ba018a1) wxgui: wider ID column
* [`a1dc763`](https://github.com/HuidaeCho/projpicker/commit/a1dc763) gui: query string bug fixed
* [`3b0e76b`](https://github.com/HuidaeCho/projpicker/commit/3b0e76b) Code => ID (crs\_code has no authority name)
* [`8a883f0`](https://github.com/HuidaeCho/projpicker/commit/8a883f0) gui: Replace filters with search
* [`6328d12`](https://github.com/HuidaeCho/projpicker/commit/6328d12) Merge branch 'main' of github.com:HuidaeCho/projpicker into main
* [`8d900d6`](https://github.com/HuidaeCho/projpicker/commit/8d900d6) wxgui: Fix single mode
* [`73d0ac5`](https://github.com/HuidaeCho/projpicker/commit/73d0ac5) Update README.md
* [`f8917ff`](https://github.com/HuidaeCho/projpicker/commit/f8917ff) Move subprojects above ideas
* [`1867cf2`](https://github.com/HuidaeCho/projpicker/commit/1867cf2) List still alive ArcGIS Pro toolbox first
* [`8e25ac4`](https://github.com/HuidaeCho/projpicker/commit/8e25ac4) projpicker-gui is replaced by the core wxPython GUI
* [`d635aec`](https://github.com/HuidaeCho/projpicker/commit/d635aec) Comment out wxPython
* [`44a8ac0`](https://github.com/HuidaeCho/projpicker/commit/44a8ac0) Add wx to docs requirements
* [`675a916`](https://github.com/HuidaeCho/projpicker/commit/675a916) Add wx to docs requirements
* [`de4a514`](https://github.com/HuidaeCho/projpicker/commit/de4a514) test gui\_wx doc
* [`fecfeef`](https://github.com/HuidaeCho/projpicker/commit/fecfeef) test gui\_wx doc
* [`16ec805`](https://github.com/HuidaeCho/projpicker/commit/16ec805) test gui\_wx doc
* [`5d46a8f`](https://github.com/HuidaeCho/projpicker/commit/5d46a8f) docs header lines
* [`82ef7d6`](https://github.com/HuidaeCho/projpicker/commit/82ef7d6) wxgui: Fix zoom to geoms #48
* [`8797ce2`](https://github.com/HuidaeCho/projpicker/commit/8797ce2) Add gui modules to docs
* [`24894a7`](https://github.com/HuidaeCho/projpicker/commit/24894a7) wxgui: Replace black background to the default background color
* [`4657471`](https://github.com/HuidaeCho/projpicker/commit/4657471) wxgui: populate filters on startup
* [`c5aac63`](https://github.com/HuidaeCho/projpicker/commit/c5aac63) gui: minor refactoring
* [`a0b262f`](https://github.com/HuidaeCho/projpicker/commit/a0b262f) gui: Move more common functions to gui\_common.py
* [`46eb134`](https://github.com/HuidaeCho/projpicker/commit/46eb134) tkgui: Add import/export error messages
* [`1c63561`](https://github.com/HuidaeCho/projpicker/commit/1c63561) Update README.md
* [`63969db`](https://github.com/HuidaeCho/projpicker/commit/63969db) Update README.md
* [`2efb5b6`](https://github.com/HuidaeCho/projpicker/commit/2efb5b6) Add a new wxGUI screenshot
* [`52da70d`](https://github.com/HuidaeCho/projpicker/commit/52da70d) wxgui: Suggest a default filename to add .ppik automatically
* [`3294fd2`](https://github.com/HuidaeCho/projpicker/commit/3294fd2) wxgui: Implement import/export
* [`0a7ec39`](https://github.com/HuidaeCho/projpicker/commit/0a7ec39) Fix gui\_tk.py; Reparent popup menu to query\_text
* [`1930b9b`](https://github.com/HuidaeCho/projpicker/commit/1930b9b) Add PROJPICKER\_(LATITUDE|LONGITUDE|ZOOM) env vars
* [`fdd53a6`](https://github.com/HuidaeCho/projpicker/commit/fdd53a6) Add PROJPICKER\_GUI env var to select wx or tk GUI
* [`43d9a1b`](https://github.com/HuidaeCho/projpicker/commit/43d9a1b) Move common GUI code to gui\_common.py
* [`ccfffba`](https://github.com/HuidaeCho/projpicker/commit/ccfffba) wxgui: Implement on select/deselect
* [`7ceb063`](https://github.com/HuidaeCho/projpicker/commit/7ceb063) wxgui: Implement filters
* [`b855073`](https://github.com/HuidaeCho/projpicker/commit/b855073) WIP: Add gui\_wx.py (use gui\_tk.py if wx is not available)
* [`14627bc`](https://github.com/HuidaeCho/projpicker/commit/14627bc) Merge branch 'main' of github.com:HuidaeCho/projpicker into main
* [`0423cdf`](https://github.com/HuidaeCho/projpicker/commit/0423cdf) WIP: Add gui\_wx.py (use gui\_tk.py if wx is not available)
* [`1880c7e`](https://github.com/HuidaeCho/projpicker/commit/1880c7e) Server / client docs
* [`c363b49`](https://github.com/HuidaeCho/projpicker/commit/c363b49) Merge branch 'main' of github.com:HuidaeCho/projpicker into main
* [`36f241f`](https://github.com/HuidaeCho/projpicker/commit/36f241f) Color code refactored
* [`c3b5e4c`](https://github.com/HuidaeCho/projpicker/commit/c3b5e4c) GUI Docs for import/export
* [`6b1f4f0`](https://github.com/HuidaeCho/projpicker/commit/6b1f4f0) Move map\_canvas.delete() closer to redrawing code
* [`2bf41fd`](https://github.com/HuidaeCho/projpicker/commit/2bf41fd) Remove unnecessary nonlocal dragged\_bbox
* [`2af3f88`](https://github.com/HuidaeCho/projpicker/commit/2af3f88) gui: minor refactoring
* [`9411223`](https://github.com/HuidaeCho/projpicker/commit/9411223) Add a figure
* [`e013ce0`](https://github.com/HuidaeCho/projpicker/commit/e013ce0) Minor updates and add web application
* [`9e1ac0b`](https://github.com/HuidaeCho/projpicker/commit/9e1ac0b) Fix web.web doc
* [`5e515f6`](https://github.com/HuidaeCho/projpicker/commit/5e515f6) Rename a callback function for consistency
* [`1091772`](https://github.com/HuidaeCho/projpicker/commit/1091772) Do not delete the module web from the package web; hides help and need a better solution
* [`ed78d6c`](https://github.com/HuidaeCho/projpicker/commit/ed78d6c) Rename projpicker() to start() to avoid overwriting the module namespace
* [`3a94e50`](https://github.com/HuidaeCho/projpicker/commit/3a94e50) changelog
* [`acc1545`](https://github.com/HuidaeCho/projpicker/commit/acc1545) changelog
* [`4182e82`](https://github.com/HuidaeCho/projpicker/commit/4182e82) Strict 79 column wrapping
* [`cdb4fe3`](https://github.com/HuidaeCho/projpicker/commit/cdb4fe3) Delete debugging lines
* [`2c2bef3`](https://github.com/HuidaeCho/projpicker/commit/2c2bef3) Repeating export/import keeps adding a new line; Fix it
* [`e4f04af`](https://github.com/HuidaeCho/projpicker/commit/e4f04af) Both escape and button-1 anywhere to close the menu
* [`ca4068d`](https://github.com/HuidaeCho/projpicker/commit/ca4068d) Squeeze help in one screen
* [`eacc9d5`](https://github.com/HuidaeCho/projpicker/commit/eacc9d5) Use AutoScrollbar for help
* [`1c43537`](https://github.com/HuidaeCho/projpicker/commit/1c43537) Export/Import context menu (#46)
* [`11a2552`](https://github.com/HuidaeCho/projpicker/commit/11a2552) Fully document the web module
* [`c6e17e2`](https://github.com/HuidaeCho/projpicker/commit/c6e17e2) Add web module to docs
* [`d9063cb`](https://github.com/HuidaeCho/projpicker/commit/d9063cb) Fix forgetting/packing orders
* [`1030ede`](https://github.com/HuidaeCho/projpicker/commit/1030ede) Merge branch 'main' of github.com:HuidaeCho/projpicker into main
* [`dbc6e81`](https://github.com/HuidaeCho/projpicker/commit/dbc6e81) Implement auto-hiding scrollbars
* [`029e4b8`](https://github.com/HuidaeCho/projpicker/commit/029e4b8) Core GUI documentation
* [`813073a`](https://github.com/HuidaeCho/projpicker/commit/813073a) GUI: Replace tk widgets with ttk widgets when possible for better user experience
* [`df00cba`](https://github.com/HuidaeCho/projpicker/commit/df00cba) Drop only (sounds negative)
* [`f78f66b`](https://github.com/HuidaeCho/projpicker/commit/f78f66b) Android standalone web usage
* [`99e2390`](https://github.com/HuidaeCho/projpicker/commit/99e2390) TODO to Ideas
* [`597f16a`](https://github.com/HuidaeCho/projpicker/commit/597f16a) Update subprojects
* [`c975126`](https://github.com/HuidaeCho/projpicker/commit/c975126) Update package.sh

0.2.0

Tue Jul 27 01:32:40 2021 -0400

* [`2fc6334`](https://github.com/HuidaeCho/projpicker/commit/2fc6334) ChangeLog
* [`4997cb9`](https://github.com/HuidaeCho/projpicker/commit/4997cb9) v0.2.0: Handle subdir url
* [`01037d3`](https://github.com/HuidaeCho/projpicker/commit/01037d3) v0.2.0: Support web server/WSGI/CGI
* [`a071eb2`](https://github.com/HuidaeCho/projpicker/commit/a071eb2) Fix recursive cgi() calls
* [`e1356c7`](https://github.com/HuidaeCho/projpicker/commit/e1356c7) WIP: Web app with standard libraries (#40)
* [`47e14c8`](https://github.com/HuidaeCho/projpicker/commit/47e14c8) Update README.md
* [`527c555`](https://github.com/HuidaeCho/projpicker/commit/527c555) Define PROJPICKER\_VERBOSE for verbosity
* [`531cbc4`](https://github.com/HuidaeCho/projpicker/commit/531cbc4) Update README.md
* [`6dc8f70`](https://github.com/HuidaeCho/projpicker/commit/6dc8f70) changelog
* [`44f704a`](https://github.com/HuidaeCho/projpicker/commit/44f704a) Add PROJPICKER\_DZOOM env variable to control scroll sensitivity
* [`f0aff7f`](https://github.com/HuidaeCho/projpicker/commit/f0aff7f) Refresh coordinates on dragging zoom
* [`aa98e96`](https://github.com/HuidaeCho/projpicker/commit/aa98e96) dzoom = 1; Zooming using the wheel is too slow; Using the trackpoint can be a little fast
* [`a90517d`](https://github.com/HuidaeCho/projpicker/commit/a90517d) Use more specific os.path.isfile() instead of os.path.exists()
* [`e122a7f`](https://github.com/HuidaeCho/projpicker/commit/e122a7f) docs: Use - to be consistent
* [`cc1740a`](https://github.com/HuidaeCho/projpicker/commit/cc1740a) Mention default values for draw
* [`81d9c0a`](https://github.com/HuidaeCho/projpicker/commit/81d9c0a) getosm: Document the API
* [`7cebd19`](https://github.com/HuidaeCho/projpicker/commit/7cebd19) Update README.md

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.