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


sandbox

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
sandbox [2013/04/04 12:07]
oertz
sandbox [2018/05/16 10:05] (current)
Line 9: Line 9:
  
   * from the discussion http://​comments.gmane.org/​gmane.comp.gis.geoserver.user/​4335 : [[http://​www.nabble.com/​file/​6531/​EPSG21781-Vergleich.pdf|3 different WKT strings]] !   * from the discussion http://​comments.gmane.org/​gmane.comp.gis.geoserver.user/​4335 : [[http://​www.nabble.com/​file/​6531/​EPSG21781-Vergleich.pdf|3 different WKT strings]] !
 +
 +===== OrbisGIS >SE =====
 +  * <​del>​Fix se:Recode used with ExternalGraphic : https://​github.com/​irstv/​orbisgis/​issues/​425</​del>​ FIXED (see {{:​sandbox:​meteo.zip|meteo testcase}})
 +<​code>​
 +<​se:​Style>​
 +    <​se:​Rule>​
 +        <​se:​PointSymbolizer>​
 +            <​se:​ExternalGraphic>​
 +                <​se:​OnlineResource>​
 +                    <​se:​Href>​
 +                        <​se:​Recode fallbackValue="​http://​url/​to/​errorsymbol.gif">​
 +                            <​se:​LookupValue>​
 +                                <​ValueReference xmlns="​http://​www.opengis.net/​fes/​2.1">​meteo_am</​ValueReference>​
 +                            </​se:​LookupValue>​
 +                            <​se:​MapItem>​
 +                                <​se:​Key>​20</​se:​Key>​
 +                                <​se:​Value>​http://​www.meteosuisse.admin.ch/​images/​weathersymbols/​20.gif</​se:​Value>​
 +                            </​se:​MapItem>​
 +                            <​se:​MapItem>​
 +                                <​se:​Key>​3</​se:​Key>​
 +                                <​se:​Value>​http://​www.meteosuisse.admin.ch/​images/​weathersymbols/​3.gif</​se:​Value>​
 +                            </​se:​MapItem> ​                                       ​
 +                        </​se:​Recode>​
 +                    </​se:​Href>​
 +                </​se:​OnlineResource>​
 +                <​se:​Format>​image/​gif</​se:​Format>​
 +            </​se:​ExternalGraphic>​
 +        </​se:​PointSymbolizer>​
 +    </​se:​Rule>​
 +</​se:​Style>​
 +</​code>​
 +
 +
  
  
sandbox.1365070029.txt.gz ยท Last modified: 2018/05/16 10:05 (external edit)