Strabon
changeset 1391:a1137629f208
removed EPSG:4326 URI from the bounding box of the zoomed map in query.jsp
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Sep 18 14:36:16 2014 +0300 (2014-09-18) |
parents | 903d19424c75 |
children | 64d97df71be4 |
files | endpoint/WebContent/query.jsp |
line diff
1.1 --- a/endpoint/WebContent/query.jsp Thu Sep 18 11:54:59 2014 +0300 1.2 +++ b/endpoint/WebContent/query.jsp Thu Sep 18 14:36:16 2014 +0300 1.3 @@ -147,7 +147,7 @@ 1.4 var x2 = southWest.lng().toFixed(2); 1.5 var y2 = southWest.lat().toFixed(2); 1.6 1.7 - var polygon = "\"<http\://www.opengis.net/def/crs/EPSG/0/4326\> POLYGON((" + 1.8 + var polygon = "\"POLYGON((" + 1.9 x1 + " " + y2 + ", " + 1.10 x2 + " " + y2 + ", " + 1.11 x2 + " " + y1 + ", " +