<div dir="ltr">I should update this thread as well as blowing up people's individual inboxes!<div><br></div><div>1. There is now caching support for the new service.php / RFC#5 functionality. It uses JSON instead of SQLite.</div><div><br></div><div>2. I've settled on a (for now) grid rendering solution: dojo's DataGrid.  Mostly because that's the best option for our current version of dojo (1.6).</div><div><br></div><div>3. There's additional support for a GeoJSON layer type in GeoMOOSE that allows for doing some interesting dynamic (but simple) vector work.  Specifically, we are using it as a replacement for the old highlight layer. More to come!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 2, 2015 at 7:30 PM, Eli Adam <span dir="ltr"><<a href="mailto:eadam@co.lincoln.or.us" target="_blank">eadam@co.lincoln.or.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dan,<br>
<span class=""><br>
On Mon, Oct 19, 2015 at 9:49 AM, Dan Little <<a href="mailto:theduckylittle@gmail.com">theduckylittle@gmail.com</a>> wrote:<br>
> For those feeling TL;DR or "Too much developer chatter":<br>
><br>
> We are folding all of the various geomoose query services<br>
> (specifically, select, identify and query) into a single service that<br>
> is based around a single "Service" class from which all new services<br>
> can inherit.  Also, after that transition is complete, we will be<br>
> adding additional support for a table and vector results view of the<br>
> data.  The latter of which has been available only in customized<br>
> versions of GeoMOOSE to this point.<br>
><br>
> For reference:<br>
> - <a href="http://www.geomoose.org/rfc/rfc-5.html" rel="noreferrer" target="_blank">http://www.geomoose.org/rfc/rfc-5.html</a><br>
><br>
> This has been a long time coming and has made some substantial<br>
> progress in the last couple of weeks.  For those that are interested<br>
> in the nitty-gritty of the implementation you can see the progress<br>
> here:<br>
><br>
> - <a href="https://github.com/geomoose/geomoose-services/tree/rfc5" rel="noreferrer" target="_blank">https://github.com/geomoose/geomoose-services/tree/rfc5</a><br>
<br>
</span>Nice to see all the progress here!  It has been very informative to<br>
read up on some of the commits.<br>
<br>
Thanks, Eli<br>
<span class=""><br>
><br>
> The documentation for the initial code pushes are being placed here:<br>
><br>
> - <a href="https://github.com/geomoose/geomoose/issues/60" rel="noreferrer" target="_blank">https://github.com/geomoose/geomoose/issues/60</a><br>
><br>
> My hope is to put more of this into separate tickets.  I did want to<br>
> get all of the old tests passing before I started moving to expanding<br>
> functionality.  There is also some notable missing bits:<br>
> 1. Custom header/footer template support is not there. Query.php<br>
> didn't support that functionality but select did.  I will be adding<br>
> that.<br>
> 2. "saving results" ala select.php is not supported yet. Results<br>
> return and a highlight layer functions but it will be constantly<br>
> requerying the data.  Caching data in the SQLite database allowed for<br>
> less overhead on servers.  Is this still a thing we need? Or can we<br>
> assume modern servers can handle a parcel query fast enough to just<br>
> requery the data when redrawing the map?<br>
> 3. Table rendering still doesn't have a UI component solution.<br>
> Neither does a Table/Map relational model (IE, highlight something on<br>
> the map and get something on the table to show up).  This isn't rocket<br>
> science to figure out but the application as of now is missing all of<br>
> those interactions.<br>
><br>
> Thanks everyone!<br>
</span>> _______________________________________________<br>
> Geomoose-users mailing list<br>
> <a href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
</blockquote></div><br></div>