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
ogo:fossgis13 [2013/06/19 18:02]
oertz
ogo:fossgis13 [2018/05/16 10:05] (current)
Line 81: Line 81:
     * test a **GetCapabilites** operation : http://​localhost:​8080/​services/​mywms?​service=WMS&​request=GetCapabilities     * test a **GetCapabilites** operation : http://​localhost:​8080/​services/​mywms?​service=WMS&​request=GetCapabilities
     * the response shows the root Layer titled //​Meteosuisse theme// and its concrete child Layer named //​meteocities//​ on which we can now request a GetMap     * the response shows the root Layer titled //​Meteosuisse theme// and its concrete child Layer named //​meteocities//​ on which we can now request a GetMap
-    * test a **GetMap** operation on meteocities : http://​localhost:​8080/​services?​SERVICE=WMS&​VERSION=1.1.1&​REQUEST=GetMap&​LAYERS=&​SRS=EPSG:​21781&​BBOX=449413,​47606,​899958,​311321&​STYLES=&​WIDTH=1000&​HEIGHT=585&​FORMAT=image/​png+    * test a **GetMap** operation on meteocities : http://​localhost:​8080/​services?​SERVICE=WMS&​VERSION=1.1.1&​REQUEST=GetMap&​LAYERS=meteocities&​SRS=EPSG:​21781&​BBOX=449413,​47606,​899958,​311321&​STYLES=&​WIDTH=1000&​HEIGHT=585&​FORMAT=image/​png
     * we can use the deegree WMS Viewer to explore all configured layers : http://​localhost:​8080/​console/​wms/​wms.html     * we can use the deegree WMS Viewer to explore all configured layers : http://​localhost:​8080/​console/​wms/​wms.html
     * or use our own "​hands-on"​ WMS GetMapper to clearly see the WMS parameters :     * or use our own "​hands-on"​ WMS GetMapper to clearly see the WMS parameters :
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** ​ **Preliminary : before going to part II, we need to configure on last thing on our deegree3** ​
   * creation of a deegreeWMS configuration ...   * creation of a deegreeWMS configuration ...
     * we create the mywfs.xml file in DEEGREE_WORKSPACE_ROOT/​services directory     * we create the mywfs.xml file in DEEGREE_WORKSPACE_ROOT/​services directory
-    * it configure the WFS service ​for all the underlying FeatureStore ​defined ​with EPSG:4326 and EPSG:21781 SRS+    * 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 ​     * reload deegree3 from the console and test it by requesting : http://​localhost:​8080/​services/​mywfs?​service=WFS&​request=GetCapabilities ​
  
Line 509: Line 507:
 </​code> ​ </​code> ​
  
 +**SLD/SE Part2**
  
-  ​* [[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.1371657770.txt.gz · Last modified: 2018/05/16 10:05 (external edit)