Ok, got it:

### If necessary replace the paths in index html (projects)
cd ~/www/qgis-web-client/site
sed -i "s/home\/web/home\/guna\/www/g" index.html

### do the same for the globaloptions.js
cd ~/www/qgis-web-client/site/js
sed -i "s/home\/web/home\/guna\/www/g" GlobalOptions.js

Since the web-client was cloned into /home/guna/www and not into /home/web

Short question, in index.html :

<h2>Your local maps</h2>
        <div>
          <ul class="map-list">
<li class="map-item"><a href="qgiswebclient.html?map=/home/guna/www/qgis-web-client/projects/helloworld.qgs">HelloWorld (Projection WGS84 - EPSG 4326)</a></li> <!--<li class="map-item"><a href="qgiswebclient.html?map=/home/guna/www/qgis-web-client/projects/naturalearth_110million.qgs&format=image/png&visibleLayers=Ocean,Land,Glaciated Areas,Lakes,Rivers&maxExtent=">NaturalEarth (Projection WGS84 - EPSG 4326)</a></li>--> <li class="map-item"><a href="qgiswebclient.html?map=/home/guna/www/qgis-web-client/projects/naturalearth_110million.qgs">NaturalEarth (Projection WGS84 - EPSG 4326)</a></li>
          </ul>

Why is naturalearth listed two times. Once in <li /li>
and second  in <!--<li ...?

Thanks,

Gunnar
--
Gunnar Oehmichen
Quantitative Landscape Ecology
Institute for Environmental Sciences
University Koblenz-Landau
Fortstrasse 7
76829 Landau
Germany
http://www.uni-koblenz-landau.de/landau/fb7/umweltwissenschaften/landscape-ecology/Staff/gunnaroehmichen
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to