Hello list;<br><br>I&#39;m developing a browser for a meteorological database, and I I&#39;m using the marble widget for displaying meteorological data. With the render plugin system I can draw vectorial 
graphics without any problem.<br>
<br>Now I would want to be able to draw textures like the ones provided 
as sample maps with marble (temperature in december) but allowing the 
user to select the time, date and altitude from the GUI and then 
generating the texture from the meteorological data in my database. I 
would need to update the map&#39;s texture at the user request, and I need to generate the tile image on the fly because my meteorological database is rather big and I cannot store all my data to render in jpg.<br>
<br>For all this to work I am thinking on doing the following:<br>- Use 
the server layout LatLonBoxServerLayout, in order to send in the URL the box that needs updating.<br>-
 Create a network plugin in order to capture the Http jobs, and instead 
of getting the data by Http, generate the image from the data in my 
database on request.<br>
- When the user changes the time or altitude displayed, refresh the 
tiles cleaning the tiles cache or maybe only the visible tiles (I don&#39;t 
know if there is a specific method in the map or widget to do this) and 
forcing marble to &quot;download&quot; the tiles using my network plugin.<br>
<br>I just wanted to explain the solution I&#39;m thinking. Maybe it is 
too convoluted and there is an easier way of doing all this stuff 
without the hack of creating a network plugin. I&#39;m also thinking in 
modifying marble widget&#39;s interface in order to easily swap the textures when 
needed as an alternative.<br><br>Now it would be very helpful to me if some marble expert in the list can give me some insight on this or other possible approach.<br><br>Anyway, thanks to all marble devs, it&#39;s a fantastic piece of software.<br>

<br>Regards,<br><br>Miguel A.<br>