Opened 9 years ago
Closed 9 years ago
#1117 closed defect (invalid)
Document encode function
Reported by: | Dimitar Misev | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | major | Milestone: | 9.2 |
Component: | manuals_and_examples | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The encode()/decode()
functions should be documented in the QL-guide.
Change History (7)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
can we be more specific on " The bleeding-edge of GDAL also supports OGC CRS URLs (patch provided by DM). ", eg: "since version X, …" ?
follow-up: 4 comment:3 by , 9 years ago
decode is trivial, only parameter is the format encoded data, so decode($1).
I really have no clue from which version is this, I put my bets on 1.9
comment:4 by , 9 years ago
Replying to dmisev:
I really have no clue from which version is this, I put my bets on 1.9
No it seems to be 1.10.0.
comment:7 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Oh yes indeed, I missed that it's in the guide.
While we are on the doc part, have a look at inv_csv which is not yet in the docs: #772
do we have similar info on decode() somewhere?