Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 984:cfc7bd35ee0b
Set the map to the extent which was sent by the rest-server
gnv/trunk@1167 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 07 Jun 2010 14:52:45 +0000 |
parents | 45ea5feb94c0 |
children | 95004318d1ce |
comparison
equal
deleted
inserted
replaced
983:45ea5feb94c0 | 984:cfc7bd35ee0b |
---|---|
1 2010-06-07 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/webapp/scripts/viewport.jsp: | |
4 Put the bboxx from the mapservice-object and write it to an | |
5 javascript-variable. This variable will be used to center the map to | |
6 the extend of the data which should be visualized. | |
7 | |
8 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java (getBBoxValue), | |
9 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java (getBBoxValue): | |
10 Added a method for getting the bbox as a string from the mapservice-object. | |
11 | |
12 * src/main/java/de/intevation/gnv/action/WMSAction.java (execute): | |
13 Read the bbox from the retrieved meta-document and out it into the | |
14 mapservice-object which is used to represent the WMS in the client. | |
15 | |
1 2010-06-07 Tim Englich <tim.englich@intevation.de> | 16 2010-06-07 Tim Englich <tim.englich@intevation.de> |
2 | 17 |
3 * src/main/webapp/scripts/viewport.jsp: | 18 * src/main/webapp/scripts/viewport.jsp: |
4 Switch the URl for the GetFeatureInfor Control to the URL of the WMS which | 19 Switch the URl for the GetFeatureInfor Control to the URL of the WMS which |
5 provide the generated Data of the GNV. | 20 provide the generated Data of the GNV. |