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