Changes between Version 2 and Version 3 of Ticket #759
- Timestamp:
- May 7, 2014, 9:49:57 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #759 – Description
v2 v3 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 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 c 18 18 }}} 19 19