GIS and Media fusion

"The explosive growth of the GeoWeb and geographic information has made GIS powerful media for the general public to communicate, but perhaps more importantly, GIS have also become media for constructive dialogs and interactions about social issues." - Sui & Goodchild

User Tools

Site Tools


ogo:fossgis13

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ogo:fossgis13 [2013/06/19 17:24]
oertz
ogo:fossgis13 [2013/06/30 10:51]
oertz
Line 490: Line 490:
  
 ===== Part II : discovering Symbology Encoging 1.1 further with UserStyles ===== ===== Part II : discovering Symbology Encoging 1.1 further with UserStyles =====
-In the following ​part we will present the UserStyle SLD 1.1 mechanism for client customization while pursueing ​to discover styling capacities ​of SE 1.1.+**Preliminary : before going to part II, we need to configure on last thing on our deegree3**  
 +  * creation ​of a deegreeWMS configuration ​..
 +    * we create the mywfs.xml file in DEEGREE_WORKSPACE_ROOT/​services directory 
 +    * it configure the WFS service so that all the underlying FeatureStore can be queried with EPSG:4326 and EPSG:21781 SRS 
 +    * reload deegree3 from the console and test it by requesting : http://​localhost:​8080/​services/​mywfs?​service=WFS&​request=GetCapabilities ​
  
-  * [[SLD/SE Part2]]+<​code>​ 
 +<​deegreeWFS xmlns="​http:​//​www.deegree.org/​services/​wfs"​ 
 +    xmlns:​xsi="​http://​www.w3.org/​2001/​XMLSchema-instance"​ configVersion="​3.2.0"​ 
 +    xsi:​schemaLocation="​http://​www.deegree.org/​services/​wfs http://​schemas.deegree.org/​services/​wfs/​3.2.0/​wfs_configuration.xsd">​
  
 +    <​QueryCRS>​urn:​ogc:​def:​crs:​EPSG::​4326</​QueryCRS>​
 +    <​QueryCRS>​urn:​ogc:​def:​crs:​EPSG::​21781</​QueryCRS>​
 +    ​
 +</​deegreeWFS>​
 +</​code> ​
 +
 +**SLD/SE Part2**
 +
 +In the following part we will present the UserStyle SLD 1.1 mechanism for client customization while pursueing to discover styling capacities of SE 1.1.
 +  * go to [[SLD/SE Part2]] ...
ogo/fossgis13.txt · Last modified: 2018/05/16 10:05 (external edit)