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,6 +1136,9 @@
;# {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} {}

View File

@ -2065,6 +2065,9 @@
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
;; this module to upload tile images for the mapping fn ;; this module to upload tile images for the mapping fn