For the map location bug and just as a general feature, I was thinking of some sort of auto remapping. <br><br>So adding a command something like :<br><br>link-automapping <TopLeftXpos> <TopLeftYpos> <BottomRightXpos> <BottomRightYpos> <br><br>and then when the xml file is read, it does some basic remapping to move the locations that are set in the xml files to the area defined in the above command.<br><br>So the basic pattern is kept but everyone might have them at a different area on their region's map.<br><br>So can I get some comments and suggestions on if people would want some a feature.<br><br><b><i>Diva Canto <diva@metaverseink.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> MW wrote:<br>> I've just added some very initial support for reading Hypergrid link <br>> data from xml files, that includes support for the xml files being on <br>> a
 webserver.<br>><br>> The xml file has a format like:<br>><br>> <Nini><br>>  <Section name="Region1"> <br>>    <Key name="xloc" value="1002"><br>>    <Key name="yloc" value="1006"><br>>    <Key name="externalPort" value="9006"><br>>    <Key name="externalHostName" value="osl2.nac.uci.edu"><br>>    <Key name="localName" value="OSGrid-Gateway"><br>>  </Key><br>>  <Section name="Region2"> <br>>    ...<br>>  </Section><br>>  ...<br>> </Key><br>><br>> And to make a region load it and create the links, you use the console <br>> command:  link-region <URI> [<excludeList>]<br>><br>> The excludeList parameter is so that certain links in those xml files <br>> are ignored.<br>><br>> With the format: excludeList<xml sectionname="">[;<xml sectionname="">].<br>><br>> The main thinking for this is so that a single list for a certain <br>> group/event could be created. Then everyone interested in it, just
 <br>> adds their own region data to the list.<br>><br>> But so they can also point their own region at that list, they just <br>> add the section name they used to the exclude list, so that it doesn't <br>> try to link to itself.<br>><br>> If we can find a way of having a xml file on a webserver that people <br>> can add new entries to (maybe through a form script). Then I think it <br>> would be a good idea to have such a list for OpenSim's 2nd birthday.<br>Wow this is great!<br>It's one of those things that I've been wanting to do from day 1, but <br>given the existence of startup_commands.txt, it just got always low <br>priority. But for events like this, this is really great!<br><br>><br>> Although this idea really needs some sort of automapping or at least <br>> better configuration of the map locations that the regions are placed at.<br>><br>> I think if everyone just agrees that a certain area on the map [so say <br>> x,y
 - x+25, y+25] is reserved for link regions, that it is workable <br>> for now.<br>For now, and given the 4096 problem, and the fact that there is a split <br>distribution of OpenSim grids around 1000,1000 and 10000, 10000, we may <br>need to channel this information through the regions that I am setting <br>up in the UCI Grid. I mean, everyone can dowanload the link set from <br>your web site, but if the regions are not in range, they need to go <br>through the UCI bridge. So maybe we need to somehow expose the grid <br>position, for the time being :-/<br><br>What a pain, this bug.<br><br><br><br><br>_______________________________________________<br>Opensim-dev mailing list<br>Opensim-dev@lists.berlios.de<br>https://lists.berlios.de/mailman/listinfo/opensim-dev<br></xml></xml></excludeList></URI></Key></Key></Key></Section></Nini></blockquote><br><p>