We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c20574 commit 5bb0027Copy full SHA for 5bb0027
src/c_wrapper/vector_tile_downloader_c.cpp
@@ -42,7 +42,7 @@ using namespace plateau::geometry;
42
43
DLL_STRING_VALUE_FUNC(plateau_vector_tile_downloader_calc_destination_path,
44
VectorTileDownloader,
45
- handle->calcDestinationPath(index).string(), , int index)
+ handle->calcDestinationPath(index).u8string(), , int index)
46
47
DLL_VALUE_FUNC(plateau_vector_tile_downloader_get_tile,
48
0 commit comments