add the option to not display parcel ban lines
parent
41ae6f06e0
commit
a5a31114b2
|
@ -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} {}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue