[sldev] New viewer released with logging of the owners of speaking objects and their location

Harold Brown labrat.hb at gmail.com
Fri Aug 31 14:09:18 PDT 2007


They are there now.

https://cap.secondlife.com/cap/0/d661249b-2b5a-4436-966a-3d3b8d7a574f

Is the URL for the Region name to co-ordinate service.

Call it with :
https://cap.secondlife.com/cap/0/d661249b-2b5a-4436-966a-3d3b8d7a574f?var=a&sim_name=Ahern

will result in the following return:

var a = {'x' : 997, 'y' : 1002 };

There is also the reverse:

https://cap.secondlife.com/cap/0/b713fe80-283b-4585-af4d-a3b7d9a32492?var=slRegionName&grid_x=997&grid_y=1002

It returns:

var slRegionName='Ahern';



One more service the new map API provides is checking for voice
capability.  This provides more information as well, and can be used
to grab blocks of regions:



https://secure-web15.secondlife.com/app/voicemap/index.php?var=voice&x=997&y=1000&blocksize=2



will return:

var voice = [{x: 997, y: 1000, voiceEnabled: true, name: 'Oak
Grove'},{x: 997, y: 1001, voiceEnabled: true, name: 'Morris'},{x: 998,
y: 1000, voiceEnabled: true, name: 'Murray'},{x: 998, y: 1001,
voiceEnabled: true, name: 'Rizal'}]

On 8/31/07, John Hurliman <jhurliman at wsu.edu> wrote:

 You wouldn't need to ship with a 1MB database since it could be fetched
> on the fly, and the Map API database would be the first place to look
> since you know it is 100% or 99.8% accurate. You still have to send the
> packet to convert a UUID to a RegionHandle, but once you have the region
> handle the chance of finding a sim name is high enough that you can cut
> out all of the other fall-through steps and just report what is
> contained in there or "Unknown". Fetching the whole map is the same
> thing except that grabbing a javascript file does not hit any backend
> services like fetching the map does. Once this new CAPS Map API is
> released it will become a solved issue though, no need to define any new
> simulator information requests since it is apparently already coming.
> _______________________________________________
> 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/20070831/020c865b/attachment-0001.htm


More information about the SLDev mailing list