feat: update PyBMap and its testbench
- update PyBMap testbench according to BMapSharp testbench. - use some wrapper function to fetch commonly used type in PyBMap to reduce line count. - re-place some utils functions in PyBMap.
This commit is contained in:
@ -35,7 +35,7 @@ namespace BMapSharp.BMapWrapper {
|
||||
/// It just writes the data in console.
|
||||
/// </summary>
|
||||
internal static void BMapSharpCallback(string msg) {
|
||||
Console.WriteLine(msg);
|
||||
Console.WriteLine($"[BMapSharp] {msg}");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user