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


ogo12:lundi

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
ogo12:lundi [2012/04/15 22:06]
oertz
ogo12:lundi [2018/05/15 17:18] (current)
Line 11: Line 11:
     * http://​dev.openlayers.org/​docs     * http://​dev.openlayers.org/​docs
     * http://​www.youmapps.org/​api/​docs/​doc_librairie_OpenLayers.pdf     * http://​www.youmapps.org/​api/​docs/​doc_librairie_OpenLayers.pdf
-    * http://​docs.openlayers.org/​library/​feature_styling.html+    ​* styling framework : 
 +      ​* http://​docs.openlayers.org/​library/​feature_styling.html 
 +      * liste des propriétés graphiques : http://​dev.openlayers.org/​apidocs/​files/​OpenLayers/​Feature/​Vector-js.html
  
 ===== Ressources ===== ===== Ressources =====
Line 24: Line 26:
  
 ====== Intro : navigation carto "from scratch"​ ====== ====== Intro : navigation carto "from scratch"​ ======
 +  * première requête WMS.GetMap :
 +
 +http://​ogo.heig-vd.ch/​geoserver/​ogo/​wms?​service=WMS&​version=1.1.0&​request=GetMap&​layers=ogo:​world_simple&​styles=&​bbox=-180.0,​-90.0,​180.0,​83.623&​width=684&​height=330&​srs=EPSG:​4326&​format=image%2Fpng
 +
   * pour démarrer :   * pour démarrer :
 <​code>​ <​code>​
Line 54: Line 60:
             $(document).ready(function(){             $(document).ready(function(){
               ​               ​
-              ...          +              ​// Put some code here ...        
             ​             ​
             });             });
Line 66: Line 72:
         </p>         </p>
         <div id="​map">​         <div id="​map">​
-            <img id="​layer1"​ src=""> ​    +            <img id="​layer1"​ src="http://​spin3d.com/​Combo.jpg"​ alt="​Put a map here ..."> ​    
         </​div>​         </​div>​
     </​body>​     </​body>​
Line 72: Line 78:
 </​code>​ </​code>​
  
-====== Série 3 : requête ​WFS ======+====== SLD ====== 
 +  * SLD documentation : http://​mapserver.org/​ogc/​sld.html 
 +  * Swisstopo OGC :  
 +    * **Créer une application OpenLayers qui superpose une couche Swisstopo WMS à un fond Google Maps**  
 +      * WMS : http://​www.geo.admin.ch/​internet/​geoportal/​fr/​home/​services/​geoservices/​display_services/​services_wms.html 
 +    * **Créer un style externe exploitant un attribut de la couche : ch.swisstopo.pixelkarte-pk25.metadata-kartenblatt** 
 +      * WFS : http://​wms.geo.admin.ch/?​service=WFS 
 + 
 + 
 + 
 +====== Série 3 : requêtes ​WFS bien utiles ​======
   * wfs.DescribeFeatureType :   * wfs.DescribeFeatureType :
 <​code>​ <​code>​
ogo12/lundi.1334520365.txt.gz · Last modified: 2018/05/15 17:17 (external edit)