Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding in shape feature store configuration is documented as integer #39

Closed
mlechner opened this issue Feb 5, 2013 · 1 comment
Closed
Labels
bug error issue and bug (fix)
Milestone

Comments

@mlechner
Copy link

mlechner commented Feb 5, 2013

In Documentation for feature-store configuration for shapes Encoding [1](of attribute tables) is said to be integer-value. Should be fixed to string as in schema [2] .

[1] http://download.deegree.org/documentation/latest-snapshot/html/featurestores.html#configuration-options

[2] http://schemas.deegree.org/datasource/feature/shape/3.1.0/shape.xsd

@hwbllmnn
Copy link
Contributor

hwbllmnn commented Feb 5, 2013

True. Fixed in git for 3.2-pre15.

@hwbllmnn hwbllmnn closed this as completed Feb 5, 2013
tfr42 pushed a commit to tfr42/deegree3 that referenced this issue Nov 23, 2013
@tfr42 tfr42 added the bug label Jul 24, 2014
@tfr42 tfr42 added this to the 3.2 milestone Jul 24, 2014
MrSnyder added a commit to MrSnyder/deegree3 that referenced this issue Jan 4, 2019
The Recode function transforms a set of discrete values for an attribute into another set of values, by applying a (input, output) mapping onto the values of the variable/expression that is provided as the first input of the function.

Example:

```
<ogc:Function name="Recode">
 <ogc:PropertyName>ge:specification/ge:GeologicUnit/ge:geologicHistory/ge:GeologicEvent/ge:olderNamedAge/@xLink:href</ogc:PropertyName>
  <ogc:Literal>http://inspire.ec.europa.eu/codelist/GeochronologicEraValue/phanerozoic</ogc:Literal>
  <ogc:Literal>#9AD9DD</ogc:Literal>
  <ogc:Literal>http://inspire.ec.europa.eu/codelist/GeochronologicEraValue/cenozoic</ogc:Literal>
  <ogc:Literal>#F2F91D</ogc:Literal>
  <ogc:Literal>http://inspire.ec.europa.eu/codelist/GeochronologicEraValue/quaternary</ogc:Literal>
  <ogc:Literal>#F9F97F</ogc:Literal>
</ogc:Function>
```

See https://docs.geoserver.org/2.13.2/user/styling/css/examples/transformation.html#recode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix)
Projects
None yet
Development

No branches or pull requests

3 participants