[sldev] parcel LocalID map?

Anna Gulaev annagulaev at gmail.com
Sat Feb 2 13:52:49 PST 2008


Thanks, Jim. We seem to be doing the same thing. I was hoping I could get a
map of the LocalIDs more directly, so I would only have to make a request
for parcel data for parcels that look interesting based on size, location
and owner info in the parceloverlay.

Thanks,
Anna

On 2/2/08, Jim Radford <jimradford at gmail.com> wrote:
>
> 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?
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080202/3659f5e2/attachment.htm


More information about the SLDev mailing list