Skip to content

Commit

Permalink
updated xServer.NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
xserverinternet committed Aug 29, 2019
1 parent 873590a commit 8fa7440
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion SharpMap.Common/LayerFactories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ public static IEnumerable<LayerInfo> GetPOIs()

yield return new LayerInfo
{
Name = "WikiLocationsDE",
Name = "Wiki",
Caption = "Wiki Locations GER",
LayerCategory = LayerCategory.Point,
Visible = true,
LayerFactory = (theme, pixelSize) =>
Expand Down
2 changes: 1 addition & 1 deletion SharpMap.Print/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static void Main(string[] args)
{
// this is a time-limited demo token.
// You need your own xServer-internet token for your application!
var token = "CD71BDAA-681B-4438-B8A8-6DE9DE7F11C2";
var token = "D5F40131-49C6-47BE-BB9E-70657D365F40";

// bitmap size
int width = 950;
Expand Down
2 changes: 1 addition & 1 deletion SharpMap.Win/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Form1()

// this is a time-limited demo token.
// You need your own xServer-internet token for your application!
formsMap1.XMapCredentials = "xtok:CD71BDAA-681B-4438-B8A8-6DE9DE7F11C2";
formsMap1.XMapCredentials = "xtok:D5F40131-49C6-47BE-BB9E-70657D365F40";

// set silkysand as xMap theme
formsMap1.XMapStyle = "silkysand";
Expand Down
2 changes: 1 addition & 1 deletion SharpMap.WinThin/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Form1()

// this is a time-limited demo token.
// You need your own xServer-internet token for your application!
formsMap1.XMapCredentials = "xtok:CD71BDAA-681B-4438-B8A8-6DE9DE7F11C2";
formsMap1.XMapCredentials = "xtok:D5F40131-49C6-47BE-BB9E-70657D365F40";

// set silkysand as xMap theme
formsMap1.XMapStyle = "silkysand";
Expand Down

0 comments on commit 8fa7440

Please sign in to comment.