mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[FEATURE] Load and Save SLD & QML styles to DB
Work done for ARPA Piemonte - Dipartimento Tematico Geologia e Dissesto (bug fixes and rollback on doc files)
This commit is contained in:
parent
280922a383
commit
7219fb73ac
@ -5,7 +5,7 @@
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<TITLE>Quantum GIS (QGIS)</TITLE>
|
||||
|
||||
<!-- Included /home/el1073/Faunalia/Quantum-GIS/doc/style.css -->
|
||||
<!-- Included style.css -->
|
||||
<STYLE TYPE="text/css">
|
||||
body{ background: white;
|
||||
color: black;
|
||||
@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>Quantum GIS (QGIS)</H1>
|
||||
<H2>Building QGIS from source - step by step</H2>
|
||||
<H3>Tuesday April 23, 2013</H3>
|
||||
<H3>Wednesday April 24, 2013</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Tuesday April 23, 2013
|
||||
Last Change : Tuesday April 23, 2013
|
||||
Last Change : Saturday December 08, 2012
|
||||
Last Updated: Wednesday April 24, 2013
|
||||
</P>
|
||||
<DIV CLASS="toc">
|
||||
|
||||
@ -883,7 +883,7 @@ The optional products are not necessary. In the process the Windows SDKs for
|
||||
Visual Studio 2008 will also be downloaded and installed.
|
||||
</P>
|
||||
<P>
|
||||
You also need the Microsoft Windows Server® 2003 R2 Platform SDK (for setupapi):
|
||||
You also need the Microsoft Windows Server® 2003 R2 Platform SDK (for setupapi):
|
||||
</P>
|
||||
<BLOCKQUOTE>
|
||||
<A HREF="http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba099151/PSDK-x86.exe">http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba099151/PSDK-x86.exe</A>
|
||||
@ -1857,6 +1857,11 @@ sudo make install
|
||||
|
||||
<H3>5.3.1. Optional setup: ccache</H3>
|
||||
|
||||
<P>
|
||||
<U>Xcode 4.4+ note:</U> You will probably not need to install ccache if you are using
|
||||
the clang frontend to LLVM compiler, a setup that already provides fairly quick
|
||||
compile times.
|
||||
</P>
|
||||
<P>
|
||||
Setup ccache to significantly speed up compile times after initial build.
|
||||
(Switching git branches will again cause longer initial build times unless
|
||||
@ -2642,8 +2647,8 @@ cmake -D CMAKE_INSTALL_PREFIX=~/Applications \
|
||||
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE \
|
||||
-D SPATIALINDEX_LIBRARY=/usr/local/lib/libspatialindex.dylib \
|
||||
-D SPATIALINDEX_INCLUDE_DIR=/usr/local/include/spatialindex \
|
||||
-D QWT_LIBRARY=/usr/local/qwt-5.2.2/lib/libqwt.dylib \
|
||||
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.2/include \
|
||||
-D QWT_LIBRARY=/usr/local/qwt-6.0.2/lib/libqwt.dylib \
|
||||
-D QWT_INCLUDE_DIR=/usr/local/qwt-6.0.2/include \
|
||||
-D BISON_EXECUTABLE=/usr/local/bin/bison \
|
||||
..
|
||||
</PRE></div>
|
||||
@ -2664,13 +2669,13 @@ ccmake ..
|
||||
<P>
|
||||
This will automatically find and use the previously installed frameworks, and
|
||||
the GRASS application if installed. Remember to change the Qwt version if a
|
||||
different version was installed, and possibly paths, e.g. for Qwt 6.0.1, which
|
||||
installs as a framework, use:
|
||||
different version was installed, and possibly paths, e.g. for Qwt 6.0.2 installed
|
||||
as a framework use:
|
||||
</P>
|
||||
|
||||
<div class="code"><PRE>
|
||||
-D QWT_LIBRARY=/usr/local/qwt-6.0.1/lib/qwt.framework/qwt \
|
||||
-D QWT_INCLUDE_DIR=/usr/local/qwt-6.0.1/lib/qwt.framework/Headers \
|
||||
-D QWT_LIBRARY=/usr/local/qwt-6.0.2/lib/qwt.framework/qwt \
|
||||
-D QWT_INCLUDE_DIR=/usr/local/qwt-6.0.2/lib/qwt.framework/Headers \
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
@ -3188,5 +3193,5 @@ The following people have contributed to this document:
|
||||
|
||||
</DIV>
|
||||
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
|
||||
<!-- cmdline: txt2tags -o/home/el1073/Faunalia/Quantum-GIS/doc/INSTALL.html -t html /home/el1073/Faunalia/Quantum-GIS/doc/INSTALL.t2t -->
|
||||
<!-- cmdline: txt2tags -t html -o INSTALL.html INSTALL.t2t -->
|
||||
</BODY></HTML>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<TITLE>Quantum GIS (QGIS) News</TITLE>
|
||||
|
||||
<!-- Included /home/el1073/Faunalia/Quantum-GIS/doc/style.css -->
|
||||
<!-- Included style.css -->
|
||||
<STYLE TYPE="text/css">
|
||||
body{ background: white;
|
||||
color: black;
|
||||
@ -77,7 +77,7 @@ label{ background-color: #FFFFCC;
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>Quantum GIS (QGIS) News</H1>
|
||||
<H2>Change history for the QGIS Project</H2>
|
||||
<H3>Tuesday April 23, 2013</H3>
|
||||
<H3>Saturday May 26, 2012</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="toc">
|
||||
@ -145,8 +145,8 @@ label{ background-color: #FFFFCC;
|
||||
</DIV>
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Tuesday April 23, 2013
|
||||
Last Change : Tuesday April 23, 2013
|
||||
Last Updated: Saturday May 26, 2012
|
||||
Last Change : Saturday May 26, 2012
|
||||
</P>
|
||||
|
||||
<A NAME="toc1"></A>
|
||||
@ -173,7 +173,7 @@ key new features.
|
||||
<LI>Menu Re-organisation - The menus were re-organised a little - we now have separate menus for Vector and Raster and many plugins were updated to place their menus in the new Vector and Raster top level menus.
|
||||
<LI>Offset Curves - a new digitising tool for creating offset curves was added.
|
||||
<LI>Terrain Analysis Plugin - a new core plugin was added for doing terrain analysis - and it can make really good looking coloured relief maps.
|
||||
<LI>Ellipse renderer - symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows to set all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units
|
||||
<LI>Ellipse renderer — symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows to set all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units
|
||||
<LI>New scale selector with predefined scales
|
||||
<LI>Option to add layers to selected or active group
|
||||
<LI>Pan To Selected tool
|
||||
@ -327,8 +327,8 @@ were made.
|
||||
<H1>4. Whats new in Version 1.7.0 'Wroclaw'?</H1>
|
||||
|
||||
<P>
|
||||
This release is named after the town of Wroclaw in Poland. The Department of
|
||||
Climatology and Atmosphere Protection, University of Wroclaw kindly hosted our
|
||||
This release is named after the town of Wrocław in Poland. The Department of
|
||||
Climatology and Atmosphere Protection, University of Wrocław kindly hosted our
|
||||
developer meeting in November 2010. Please note that this is a release in
|
||||
our 'cutting edge' release series. As such it contains new features and extends
|
||||
the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any
|
||||
@ -2613,5 +2613,5 @@ July 6, 2002
|
||||
</DIV>
|
||||
|
||||
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
|
||||
<!-- cmdline: txt2tags -o/home/el1073/Faunalia/Quantum-GIS/doc/news.html -t html /home/el1073/Faunalia/Quantum-GIS/doc/news.t2t -->
|
||||
<!-- cmdline: txt2tags -t html -o news.html news.t2t -->
|
||||
</BODY></HTML>
|
||||
|
Loading…
x
Reference in New Issue
Block a user