Mercurial > mxd2map
comparison doku/source/functionality.txt @ 230:df533a03ad9f
completed the features and restrictions-section
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 29 Jul 2011 17:33:19 +0200 |
parents | 1d7fc059e538 |
children | 00a39e8b6eed |
comparison
equal
deleted
inserted
replaced
229:64cd6a115372 | 230:df533a03ad9f |
---|---|
75 Features | 75 Features |
76 -------- | 76 -------- |
77 | 77 |
78 MXD2map currently supportes the following features: | 78 MXD2map currently supportes the following features: |
79 | 79 |
80 * Datasources | 80 * Datasources: |
81 * ArcSDE database connections (requires MapServer built against ArcSDE, Client-dlls needed) | 81 |
82 * ArcSDE vector database connections (requires MapServer built against ArcSDE, Client-dlls needed) | |
82 * ESRI-Shapefiles | 83 * ESRI-Shapefiles |
83 | 84 |
84 * Symbols: | 85 * Symbols: |
85 | 86 |
86 * Simple marker symbols | 87 * Simple marker symbols |
95 * Layer types: | 96 * Layer types: |
96 | 97 |
97 * Featurelayer (vectors) as POINT, LINESTRING and POLYGON | 98 * Featurelayer (vectors) as POINT, LINESTRING and POLYGON |
98 * Classifications with unique values | 99 * Classifications with unique values |
99 * Classifications with class breaks | 100 * Classifications with class breaks |
100 * Grouplayers with one grouplevel (as MapServer does not support more than one nested level) | 101 * Group-members are concatinated to group.layername. This ensures having discrete layernames |
102 * ArcGIS-layergroups are represented as WMS Named layers, which are WMS-layers without a title (so not requestable throuhg GetMap) | |
103 * all definition-queries for filtering the data on Layer- and classification-level | |
101 | 104 |
102 * Further map attributes: | 105 * Further map attributes: |
103 | 106 |
104 * Projections and units based on the EPSG-table | 107 * Projections and units based on the EPSG-table |
105 * Min/max scale denominations at layer and label-level | 108 * Min/max scale denominations at layer and label-level |
106 * Map extents | 109 * Map extents |
107 * Simple labeling | 110 * Simple labeling |
108 * Filter and expressions | 111 * Filter and expressions |
109 * ArcSDE Jointables | 112 * ArcSDE Jointables |
110 * Mapfile-Templating for OGC-related stuff | 113 * Mapfile-Templating for OGC-related stuff |
114 * Simple Labeling-syntax (a subset of ArcGISs VBScript-labels) | |
111 | 115 |
112 * Other features | 116 * Other features |
113 | 117 |
114 * Umlauts are translated into its equivalents within LAYERnames, | 118 * Umlauts are translated into its equivalents within LAYER-names, |
115 CLASSnames and also mapfile-names. Though it is good standard not to | 119 CLASS-names and also mapfile-names. Though it is good standard not to |
116 use them since they mostly cause problems when using them within | 120 use them since they mostly cause problems when using them within |
117 OWS-related services. | 121 OWS-related services. |
122 * |