Strabon
changeset 1201:10481075e1ee
added datatype and CRS to the map bounds displayed at strabon endpoint
author | Kallirroi Dogani <kallirroi@di.uoa.gr> |
---|---|
date | Thu Jul 11 11:20:37 2013 +0300 (2013-07-11) |
parents | 97c43139f15c |
children | 7ad711e19d01 |
files | endpoint/WebContent/query.jsp |
line diff
1.1 --- a/endpoint/WebContent/query.jsp Thu Jul 11 01:18:59 2013 +0300 1.2 +++ b/endpoint/WebContent/query.jsp Thu Jul 11 11:20:37 2013 +0300 1.3 @@ -144,7 +144,8 @@ 1.4 x2 + " " + y2 + ", " + 1.5 x2 + " " + y1 + ", " + 1.6 x1 + " " + y1 + ", " + 1.7 - x1 + " " + y2 + "))\""; 1.8 + x1 + " " + y2 + "));" + 1.9 + "http\://www.opengis.net/def/crs/EPSG/0/4326\"^^<http\://www.opengis.net/ont/geosparql#wktLiteral>"; 1.10 1.11 document.getElementById('bounds').value=polygon; 1.12