diff options
author | UbitUmarov | 2015-12-16 22:22:26 +0000 |
---|---|---|
committer | UbitUmarov | 2015-12-16 22:22:26 +0000 |
commit | a5a31114b2ad61329921ca27b62c98ce6da42758 (patch) | |
tree | 2a49617d3122e34243d23a7640eea13493472710 | |
parent | several changes to parcels access control and scenepresence updates rates (diff) | |
download | opensim-SC-a5a31114b2ad61329921ca27b62c98ce6da42758.zip opensim-SC-a5a31114b2ad61329921ca27b62c98ce6da42758.tar.gz opensim-SC-a5a31114b2ad61329921ca27b62c98ce6da42758.tar.bz2 opensim-SC-a5a31114b2ad61329921ca27b62c98ce6da42758.tar.xz |
add the option to not display parcel ban lines
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c725455..8f5dcef 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1136,7 +1136,10 @@ | |||
1136 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island | 1136 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island |
1137 | ; InitialTerrain = "pinhead-island" | 1137 | ; InitialTerrain = "pinhead-island" |
1138 | 1138 | ||
1139 | 1139 | [LandManagement] | |
1140 | ;; set this to false to not display parcel ban lines | ||
1141 | ;ShowParcelBansLines = true | ||
1142 | |||
1140 | [UserProfiles] | 1143 | [UserProfiles] |
1141 | ;# {ProfileServiceURL} {} {Set url to UserProfilesService} {} | 1144 | ;# {ProfileServiceURL} {} {Set url to UserProfilesService} {} |
1142 | ;; Set the value of the url to your UserProfilesService | 1145 | ;; Set the value of the url to your UserProfilesService |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 7221353..eadb518 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -2064,6 +2064,9 @@ | |||
2064 | ; whole region. | 2064 | ; whole region. |
2065 | LimitParcelLayerUpdateDistance = true | 2065 | LimitParcelLayerUpdateDistance = true |
2066 | ParcelLayerViewDistance = 128 | 2066 | ParcelLayerViewDistance = 128 |
2067 | |||
2068 | ; set this to false to not display parcel ban lines | ||
2069 | ShowParcelBansLines = true | ||
2067 | 2070 | ||
2068 | ;; | 2071 | ;; |
2069 | ;; If you are using a simian grid frontend you can enable | 2072 | ;; If you are using a simian grid frontend you can enable |