[sldev] parcel LocalID map?

Jim Radford jimradford at gmail.com
Sat Feb 2 13:06:04 PST 2008


Hi Anna,
the way we do it in libsl is make a request, when the parcel properties
reply comes back fill in as many blanks from the parcel properties bitmap as
we can, then  continue to make requests on only unfilled spots in the 64x64
map. So for example a sim with a single parcel would only require one
request whereas a sim with many would take substantially more requests.

The results allow these to be generated in layers fairly efficiently:
http://www.flickr.com/photos/21412348@N03/

-- Jim

On Feb 2, 2008 12:37 PM, Anna Gulaev <annagulaev at gmail.com> wrote:

> I need a 64x64 map of a region's parcel LocalIDs, and the only way I can
> think to get it is to make a ParcelPropertiesRequest for each 4x4 grid of
> interest for which I don't already have data, and use the returned parcel's
> bitmap to fill in the rest of the parcel on my map so I don't have to make
> the request again for another 4x4 grid on the same parcel. Still, that's a
> ParcelPropertiesRequest for every parcel in the region.
>
> Is there a more direct way to get this info?
>
>
> _______________________________________________
> Click here to unsubscribe or manage your list subscription:
> /index.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080202/ab4caca5/attachment-0001.htm


More information about the SLDev mailing list