add the option to not display parcel ban lines
parent
41ae6f06e0
commit
a5a31114b2
|
@ -1136,7 +1136,10 @@
|
|||
;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island
|
||||
; InitialTerrain = "pinhead-island"
|
||||
|
||||
|
||||
[LandManagement]
|
||||
;; set this to false to not display parcel ban lines
|
||||
;ShowParcelBansLines = true
|
||||
|
||||
[UserProfiles]
|
||||
;# {ProfileServiceURL} {} {Set url to UserProfilesService} {}
|
||||
;; Set the value of the url to your UserProfilesService
|
||||
|
|
|
@ -2064,6 +2064,9 @@
|
|||
; whole region.
|
||||
LimitParcelLayerUpdateDistance = true
|
||||
ParcelLayerViewDistance = 128
|
||||
|
||||
; set this to false to not display parcel ban lines
|
||||
ShowParcelBansLines = true
|
||||
|
||||
;;
|
||||
;; If you are using a simian grid frontend you can enable
|
||||
|
|
Loading…
Reference in New Issue