mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Updated MapsforgeWrapper
This commit is contained in:
parent
da2d7c4e0a
commit
ff4e446c03
3 changed files with 7 additions and 11 deletions
|
|
@ -28,11 +28,12 @@ namespace MapsforgeWrapper
|
|||
else
|
||||
{
|
||||
var multiMapDataStore = new MultiMapDataStore(MultiMapDataStore.DataPolicy.DEDUPLICATE);
|
||||
dataStore = multiMapDataStore;
|
||||
|
||||
foreach (var file in Directory.EnumerateFiles(mapFilePath, "*.map"))
|
||||
{
|
||||
multiMapDataStore.addMapDataStore(new MapFile(file), false, false);
|
||||
}
|
||||
dataStore = multiMapDataStore;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue