SYM: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
 
Zeile 12: Zeile 12:
 
* http://www.geog.fu-berlin.de/de/Karto/umn_karten/konstruktion.shtml (de)
 
* http://www.geog.fu-berlin.de/de/Karto/umn_karten/konstruktion.shtml (de)
 
* http://www.mapmedia.de/dokumente/umn_signaturen_howto/index.html (de)
 
* http://www.mapmedia.de/dokumente/umn_signaturen_howto/index.html (de)
 +
 +
== How To ==
 +
 +
* MapServer does not support more than three symbols overlayed per class.
  
 
== Software ==
 
== Software ==

Aktuelle Version vom 2. Mai 2008, 01:19 Uhr

Symbol-Definitionen und -Format (.sym) zum UMN MapServer.

Typischerweise Bestandteil eines Mapfiles oder aber eine separate Datei oft in einem Unterverzeichnis.

Siehe auch Symbolkatalog für eine Liste von Kartensymbolen.

Dokumentation:

Weitere Quellen:

How To

  • MapServer does not support more than three symbols overlayed per class.

Software

  • ...

Beispiele

 SYMBOL
    NAME 'square'
    TYPE VECTOR
    FILLED TRUE
    POINTS 0 0 0 1 1 1 1 0 0 0 END
 END
 SYMBOL
   NAME 'circle'
   TYPE ELLIPSE
   POINTS 1 1 END
   FILLED TRUE
 END