Re: [Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-15 Thread Andreas Neumann
Hi Noli, QGIS server and QGIS webclient can be regarded as two separate projects. While we try to integrate the two better, there is no reason why you cannot develop something in parallel with a different framework. The reason why I went with ExtJS, GeoExt and OpenLayers is that there is a

Re: [Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-15 Thread Noli Sicad
Hi Andreas, Thanks again for your reply. The reason why I went with ExtJS, GeoExt and OpenLayers is that there is a community of governmental organizations around these frameworks in Switzerland, where I work. This way we can share costs and knowledge. For sure I will go for ExtJS, GeoExt

Re: [Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-15 Thread Pirmin Kalberer
Noli, Here is an example of using OpenLayers with QGIS server: http://live.osgeo.org/en/quickstart/openlayers_quickstart.html Pirmin Am Mittwoch, 15. Juni 2011, um 03.10:36 schrieb Noli Sicad: Hi Pimin, Yes, I have been working on it and I heavily modified even to support Spatialite query

Re: [Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-15 Thread Noli Sicad
Pirmin. Thanks a lot. ~~ var wms = new OpenLayers.Layer.WMS( WMS, http://localhost/cgi-bin/qgis_mapserv.fcgi;, { 'map': '/usr/local/share/qgis/QGIS-NaturalEarth-Example.qgs', 'layers':'HYP_50M_SR_W,10m_lakes,10m_rivers_lake_centerline'} ); map.addLayer(wms);

[Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-14 Thread Noli Sicad
Hi, The current QGIS webclient is for PC (i.e. desktop, laptop, netbook). I understand it is built using ExtJS, Geoexplorer hack. http://projects.opengeo.org/geoext/wiki/GeoExplorer http://blog.opengeo.org/2009/06/17/geoexplorer-preview/ http://suite.opengeo.org/geoexplorer/composer I like to

Re: [Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-14 Thread Pirmin Kalberer
Hi Noli Look at http://openlayers.org/dev/examples/mobile-jq.html Regards Pirmin Am Mittwoch, 15. Juni 2011, 00.58:41 schrieb Noli Sicad: Hi, The current QGIS webclient is for PC (i.e. desktop, laptop, netbook). I understand it is built using ExtJS, Geoexplorer hack.

Re: [Qgis-developer] QGIS MapServer and jQuery OpenLayer Client for Mobile Devices

2011-06-14 Thread Noli Sicad
Hi Pimin, Yes, I have been working on it and I heavily modified even to support Spatialite query and it is running in Xcode (i.e compile in Xcode iOS 4.2 to run local spatialite). I got the spatialite Geometry using AsText / WKT but not display the WKT in OL yet. I got all the base maps in it