we have a similar application called Online Shapefile viewer. which uses gdal library to render a shapefile. We do not use php or other web scripting languages. the whole application is written in c++ but not a cgi application.<div>


<br></div><div>Can this be included in qgis server application? I dont know..</div><div><a href="http://lsi.iiit.ac.in/lsi/shpviewer" target="_blank">lsi.iiit.ac.in/lsi/shpviewer</a></div><div>the application directly reads a shapefile using</div>


<div><br></div><div><pre>  OGRDataSource      *poDS;

    poDS = OGRSFDriverRegistrar::Open( <span>&quot;point.shp&quot;</span>, FALSE );
    <span>if</span>( poDS == NULL )
    {
        printf( <span>&quot;Open failed.\n&quot;</span> );
        exit( 1 );
    }
</pre><pre><br></pre><pre><br></pre><pre><br></pre></div><div><div><div><div class="gmail_quote">Currently just rendering is done and we are working on showing attributes and labelling.</div><div class="gmail_quote">This application can be modified to make QGIS Server.</div>

<div class="gmail_quote"><br></div><div class="gmail_quote"><br></div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Any type of comments,suggestion,feature request &amp;&amp; BUGS are always welcome </div><div class="gmail_quote"><br></div><div class="gmail_quote">On Sat, Apr 16, 2011 at 4:38 PM, Vincent Picavet <span dir="ltr">&lt;<a href="http://vincent.ml" target="_blank">vincent.ml</a>@<a href="http://oslandia.com" target="_blank">oslandia.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
&gt; We just had an interesting discussion at the hackfest about QGIS web<br>
&gt; server and client. Our main results are here:<br>
&gt; <a href="http://www.qgis.org/wiki/Web_server" target="_blank">http://www.qgis.org/wiki/Web_server</a><br>
&gt; Everybody is welcome to add to the page, keep the discussion alive, and<br>
&gt; contribute code to the projects.<br>
<br>
And there seems to be a general demand to speak about «QGIS-server» instead of<br>
«QGIS-mapserver». The latter is really confusing for most user, as it tend to<br>
make them think it uses UMN mapserver...<br>
<br>
vincent<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div>Thanks &amp;&amp; Regards</div>Rashadn<br>
</div></div></div>