diff --git a/src/main/java/org/openstreetmap/josm/plugins/mapwithai/io/mapwithai/MapWithAISourceReader.java b/src/main/java/org/openstreetmap/josm/plugins/mapwithai/io/mapwithai/MapWithAISourceReader.java index ca2de29..284ee7c 100644 --- a/src/main/java/org/openstreetmap/josm/plugins/mapwithai/io/mapwithai/MapWithAISourceReader.java +++ b/src/main/java/org/openstreetmap/josm/plugins/mapwithai/io/mapwithai/MapWithAISourceReader.java @@ -135,6 +135,7 @@ public class MapWithAISourceReader implements Closeable { info.setConflationUrl(conflationUrl); info.setSource(values.getString("source", null)); info.setAlreadyConflatedKey(alreadyConflatedKey); + info.setAttributionText(values.getString("provider", null)); if (categories.length > 0) { info.setCategory(MapWithAICategory.fromString(categories[0])); if (categories.length > 1) {