Join Parcels

20 May 2017

  • Release 9.164 - added.
parceljoin (Commands)
TypeCorrade progressive command
Commandparceljoin
DescriptionThe parceljoin command allows you to join land parcels together.
Permissionsland
Parametersgroup, password
Last ChangesRelease 9.164 - added.

The parceljoin command allows you to join land parcels together.

Command Required Parameters Required Corrade Permissions Required Abilities Example
parceljoin group, password land * Parcel Management → Subdivide and join parcels
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // join land by coalescing all the parcels
            // within the rectangle defined by the
            // south-western, respectively north-eastern
            // point vectors.
            "command", "parceljoin",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "southwest", "<190.501663, 68.421143, 23.906441>",
            "northeast", "<199.804169, 71.81411, 23.93376>",
            "callback", wasURLEscape(URL)
        ]
    )
 
);

The vector passed to the southwest and northeast represent point vectors that define a rectangle within a region.

                                           North


                                             North-East
                     y+  /                      |  point-vector
                        /                       |
                       /       South-West       |
                      /          | point-vector |        NE
                     +-----------|--------------|------+
                    /////////////|//////////////|//////
                   //////////////|///. . . . . .x/////
                  ///////////////|//.//////////./////
                 ////////////////|/.//////////./////
      West      /////////////////|.//////////./////     East
               //////////////////x. . . . . ./////
              ///////////////////////////////////
             ///////////////////////////////////
            ///Region//////////////////////////
           +-------------------------------------------
         SW                                         x+

                          South

When the command executes, any parcel that intersects the rectangle defined by the point-vectors passed to the southwest and northeast parameters will be joined together as part of the larger encompassing parcel. The parcels can only be joined if any of the following conditions are satisfied:

  • Corrade is an estate manager
  • Corrade is the owner of all the parcels that have to be joined
  • Corrade has the group permission to divide and join parcels for all parcels that must be joined.

Notes


secondlife/scripted_agents/corrade/api/commands/parceljoin.txt · Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.