From 3ffcb06478a1f19ac02ce86906c766d0b255a540 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Fri, 13 Feb 2026 15:28:06 +0100 Subject: [PATCH] Update README.md --- MapsforgeTiles/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MapsforgeTiles/README.md b/MapsforgeTiles/README.md index 53eea02d..71179b33 100644 --- a/MapsforgeTiles/README.md +++ b/MapsforgeTiles/README.md @@ -29,10 +29,9 @@ map.MapLayer = new MapTileLayer --- -Building MapsforgeWrapper with IKVM's `MavenReference` fails - apparently because a dependency -on the XML Pull Parser library could not properly be resolved. So the currently only working way -to use Mapsforge is by creating a local JAR file with all dependencies required by MapsforgeWrapper -and reference it via `IkvmReference`. +While building MapsforgeWrapper with IKVM's `MavenReference` succeeds, resolving render theme assets +in `mapsforge-themes/src/main/resources/assets` fails at runtime. An alternative approach is to import +Mapsforge by an `IkvmReference` that references a local JAR file with all required dependencies. This means that [Maven](https://maven.apache.org/) is needed to build the MapsforgeWrapper library. There is a custom `PreBuild` event in `MapsforgeWrapper.csproj` which executes the command