Skip to content

Commit 5ffe97f

Browse files
authored
Update OpenLayers.cs
1 parent cf677c1 commit 5ffe97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PapyrusCs/Output/OpenLayers/OpenLayers.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public void WriteMapHtml(int tileSize, string outputPath, string mapHtmlFile, Se
140140
name = layernames.ContainsKey(getDimWithProfile(setting))
141141
? layernames[getDimWithProfile(setting)]
142142
: $"{setting.Profile}",
143-
attribution = "Generated by <a href=\"https://github.com/hrmorley34/papyruscs\">PapyrusCS</a>",
143+
attribution = "Generated by <a href=\"https://github.com/ModifiedCommand/papyruscs\">ModifiedCommand/PapyrusCS</a>",
144144
minNativeZoom = setting.MinZoom,
145145
maxNativeZoom = setting.MaxZoom,
146146
noWrap = true,

0 commit comments

Comments
 (0)