# HG changeset patch # User Kallirroi Dogani # Date 1373530837 -10800 # Node ID 10481075e1eef5ec74a7ded6c97fea7145c109fc # Parent 97c43139f15c0b2dd451d97a2e62626db2ea4c64 added datatype and CRS to the map bounds displayed at strabon endpoint diff -r 97c43139f15c -r 10481075e1ee endpoint/WebContent/query.jsp --- a/endpoint/WebContent/query.jsp Thu Jul 11 01:18:59 2013 +0300 +++ b/endpoint/WebContent/query.jsp Thu Jul 11 11:20:37 2013 +0300 @@ -144,7 +144,8 @@ x2 + " " + y2 + ", " + x2 + " " + y1 + ", " + x1 + " " + y1 + ", " + - x1 + " " + y2 + "))\""; + x1 + " " + y2 + "));" + + "http\://www.opengis.net/def/crs/EPSG/0/4326\"^^"; document.getElementById('bounds').value=polygon;