Changes between Version 3 and Version 6 of Ticket #759
- Timestamp:
- May 7, 2014, 2:23:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #759 – Description
v3 v6 15 15 (Both queries get translated to the same underlying rasql query with capital letters: 16 16 {{{ 17 select encode((c).blue, "PNG", "xmin=314158.77412577;xmax=574363.77412577;ymin=394361.64417978;ymax=632963.64417978;crs=EPSG:27700") from bgs_rs AS c where oid(c)=6145 ) from bgs_rs as c17 select encode((c).blue, "PNG", "xmin=314158.77412577;xmax=574363.77412577;ymin=394361.64417978;ymax=632963.64417978;crs=EPSG:27700") from bgs_rs AS c where oid(c)=6145 18 18 }}} 19 19