Skip to content

Commit 1a43a98

Browse files
authored
Resolved km unit border issue (#85)
* Resolved km unit border issue Fixed issue where the kilometer border wouldn't show on versions past 5.0 by using byte value, which prevents upgrading versions from causing issues with the blueprint * Cleared API key from Project Settings Made sure the APIKey field in the Project Settings is blank
1 parent 4e79d5f commit 1a43a98

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sample_project/Config/DefaultGame.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ PerPlatformBuildConfig=()
9999
PerPlatformTargetFlavorName=()
100100
PerPlatformBuildTarget=()
101101

102+
[/Script/ArcGISMapsSDK.ArcGISMapsSDKProjectSettings]
103+
APIKey=
104+
Binary file not shown.

0 commit comments

Comments
 (0)