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

John Hurliman jhurliman at wsu.edu
Fri Aug 31 15:34:48 PDT 2007


Harold Brown wrote:
> 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 
> <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 <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
>  <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'}]

This is great information, I'm going to open a libsecondlife ticket to 
implement these calls now. I don't know where you got this information 
but if you come across any more handy URLs please post them here!

John Hurliman


More information about the SLDev mailing list