<div>Simian isn't doing anything special. It takes the existing map images that are generated (no changes at all to the map generator, it uses what ever is already configured) and *also* pushes a copy up to the grid frontend for inclusion in the map functions there.</div>
<div><br></div><div>The module I added moves the code that used to be in the SimianGridServiceConnector (when it was a full region module) out into a region module of its own. When we converted the SimianGridServiceConnector into a "real" connector, we lost the handle to the scene & that was functionality that should have been in a separate module anyway.</div>
<div><br></div><div>That being said... all that module does right now is "every so often" it asks the existing map tile generator to generate a tile, converts it to a png and uploads it to the simian grid service point. </div>
<div><br></div><div>Ai: The same basic structure could be used to push other data to other locations... but its probably easier to just copy the module for your specific requirements since the location of the data in this case is pretty much the only "interesting" functionality in that module.</div>
<div><br></div><div>--mic<br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 6:24 AM, Melanie <span dir="ltr"><<a href="mailto:melanie@t-data.com">melanie@t-data.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The map generator is already a core region module. Simian uses a<br>
completely different approach which is not compatible with the core<br>
way of doing things.<br>
<font color="#888888"><br>
Melanie<br>
</font><div><div></div><div class="h5"><br>
FoTo50 wrote:<br>
> Could this then also maybe deploy textures like profile images, group<br>
> insignias, etc?<br>
><br>
><br>
> Am 10.01.2011 11:26, schrieb Ai Austin:<br>
>> Mic Bowman made a recent commit in 0.7.1 dev master which made the<br>
>> Simian Map Tile generator be a separate module.  I wonder if this<br>
>> could be generalized so it works with Robust or Simian and given an<br>
>> option to put the map tiles to a local directory and to enable it to<br>
>> work with the inbuilt HTTP server to allow for simple deployments?<br>
>><br>
>> _______________________________________________<br>
>> Opensim-dev mailing list<br>
>> <a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
>> <a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
>><br>
>><br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
<div class="im">> Opensim-dev mailing list<br>
> <a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</div>_______________________________________________<br>
<div><div></div><div class="h5">Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br></div>