mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
133 stars 26 forks source link

Fix examples for vectorTranslate #63

Closed bertday closed 1 year ago

bertday commented 1 year ago

The second and third arguments to vectorTranslate and vectorTranslateAsync were swapped

codecov-commenter commented 1 year ago

Codecov Report

Base: 90.65% // Head: 90.65% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (405d463) compared to base (54d2f4c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #63 +/- ## ======================================= Coverage 90.65% 90.65% ======================================= Files 95 95 Lines 10726 10727 +1 ======================================= + Hits 9724 9725 +1 Misses 1002 1002 ``` | [Impacted Files](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev) | Coverage Δ | | |---|---|---| | [src/gdal\_utils.cpp](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-c3JjL2dkYWxfdXRpbHMuY3Bw) | `96.03% <ø> (ø)` | | | [src/utils/ptr\_manager.cpp](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-c3JjL3V0aWxzL3B0cl9tYW5hZ2VyLmNwcA==) | `98.70% <0.00%> (+<0.01%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.