add the option to not display parcel ban lines

LSLKeyTest
UbitUmarov 2015-12-16 22:22:26 +00:00
parent 41ae6f06e0
commit a5a31114b2
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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