Skip to content
Snippets Groups Projects
Commit 0cafd5da authored by gambas's avatar gambas
Browse files

Remove a public variable declared in a parent and in a child class.

[GB.MAP]
* BUG: Remove a public variable declared in a parent and in a child class.
parent f89186d6
No related branches found
No related tags found
No related merge requests found
Pipeline #32475544 passed
......@@ -5,7 +5,7 @@ Public Name As String
Private $bVisible As Boolean = True
Property Visible As Boolean
Public Copyright As String
Public $aStack As New String[]
'Public $aStack As New String[]
Property Opacity As Float
Private $fOpaciy As Float = 1
Property Read Loading As Boolean
......
......@@ -14,7 +14,7 @@ Property CacheRefreshDelay As Integer
''Set the projection used by the WMS server.
Property WMSProjection As String
Public $aStack As New String[]
Private $aStack As New String[]
Public TileBoundValue As MapBounds
Private $aClients As New HttpClient[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment