Commit 136bad1
authored
Export wkbPointZM from Gdal module (#1818)
`wkbPointZM` is defined in `Gdal` and used within `ogr2GMTdataset`
with the expectation that it had been brought into scope of the
parent module with the `using Gdal` statement. However,
`wkbPointZM` was not actually exported from `Gdal`, causing an
error when converting some files.
Add `wkbPointZM` to the list of exports in `Gdal` to fix this.1 parent c479730 commit 136bad1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2649 | 2649 | | |
2650 | 2650 | | |
2651 | 2651 | | |
2652 | | - | |
| 2652 | + | |
2653 | 2653 | | |
2654 | 2654 | | |
2655 | 2655 | | |
| |||
0 commit comments