<div dir="ltr">I believe you can do this in QGIS by adding the layer from PostGIS then exporting to  SQLLite</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 3, 2015 at 2:02 AM, Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Leo,<br>
<br>
I'm not sure that you can do that directly. What I would do is dump the vectors and then build the rtree index. For example you should be able to dump the data in a form that is easy to import into sqlite or spatialite database, and then construct the rtree there.<br>
<br>
Most rtree libraries have a way to build an index based on the geometry that they support.<br>
<br>
-Steve<br>
<br>
On 2/2/2015 5:02 PM, Léo Serre wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello world<br>
<br>
I'm working on how to display speed limit on a screen using<br>
microcontroler and OpenStreetMap database.<br>
<br>
I need to export my data in postGIS to a file format where I can access<br>
easily to the RTree index.<br>
I think it is possible to export a postGIS database to SQLite file, but<br>
I need to have the index.<br>
<br>
Example, for each bounding box, I need :<br>
  * ID of childs<br>
  * Min / Max Long / Lat<br>
And for the last level of bbox, I need the list of ways inside.<br>
<br>
In my database, I have only one table containing a list of "ways" with :<br>
  * One ID<br>
  * List of points<br>
  * OpenStreetMap tags (useless because already filtered)<br>
<br>
How can I export that to an RTree model ?<br>
<br>
Léo<br>
<br>
P.S. Example of database content :<br>
<a href="https://admin.lstronic.com/owncloud/public.php?service=files&t=846a108f6ed700b18e4a2e4401a6870e" target="_blank">https://admin.lstronic.com/<u></u>owncloud/public.php?service=<u></u>files&t=<u></u>846a108f6ed700b18e4a2e4401a687<u></u>0e</a><br>
<br>
--<br>
LSTRONIC logo<br>
<br>
Léo SERRE<br>
/LSTRONIC Founder/<br>
mail <a href="mailto:leo@lstronic.com" target="_blank">leo@lstronic.com</a> <mailto:<a href="mailto:leo@lstronic.com" target="_blank">leo@lstronic.com</a>><br>
website <a href="http://lstronic.com" target="_blank">lstronic.com</a> <<a href="http://lstronic.com" target="_blank">http://lstronic.com</a>><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>users</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>users</a><br>
</blockquote></div><br></div>