On 2/4/08, Eric Wolf <[EMAIL PROTECTED]> wrote: > Fellow wankers, > > I may have programmed myself into a hole... > > I'm pretty well wed to my C++ code- it's too much to rewrite in Java. I'm > not using PostGIS on purpose - I'm trying to create new data structures - > not rely on something old. For reasons beyond my control, the web server I'm > running is Apache on Windows. I will soon be running Tomcat and GeoServer > for another project. After seeing what OpenLayers could do, I began to think > that maybe I could build up a service that OpenLayers could consume. >
Put a thin wrapper around your C++ code for Python or Ruby bindings and then put into the web framework of your choosing. That will allow you to build any type of interesting web interface. Andrew _______________________________________________ Geowanking mailing list [email protected] http://lists.burri.to/mailman/listinfo/geowanking
