Author: ssanbern
Date: 2007-02-16 14:02:18 +0100 (Fri, 16 Feb 2007)
New Revision: 4450
Modified:
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/HittaMapSearchCommand.java
Log:
new BigMapURL
Modified:
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/HittaMapSearchCommand.java
===================================================================
---
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/HittaMapSearchCommand.java
2007-02-16 09:54:04 UTC (rev 4449)
+++
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/HittaMapSearchCommand.java
2007-02-16 13:02:18 UTC (rev 4450)
@@ -78,17 +78,18 @@
String hittaURL =
"http://www.hitta.se/SearchCombi.aspx?SearchType=4&UCSB%3aWflWhite=1a1b&UCSB%3aWflPink=4a&UCSB%3aTextBoxWho=&UCSB%3aTextBoxWhere="
+ encTransQuery;
- String hittaBigMapURL =
"http://www.hitta.se/LargeMap.aspx? pointX="
- + yy
- + "&pointY="
- + xx
- + "&cx="
- + yy
- + "&cy="
- + xx
- + "&z=3&name=" +
encTransQuery;
- // String hittaBigMapURL =
- //
"http://www.hitta.se/LargeMap.aspx?%20pointX=1628131&pointY=6582373&cx=1628131&cy=6582373&z=3&name=Sveav.%20100";
+
+ String hittaBigMapURL
="http://www.hitta.se/LargeMap.aspx?ShowSatellite=false&pointX="
+ + yy
+ + "&pointY="
+ + xx
+ + "&cx="
+ + yy
+ + "&cy="
+ + xx
+ + "&z=3&name=" + encTransQuery;
+
+
result.addField("hittaURL", hittaURL);
result.addField("hittaBigMapURL",
hittaBigMapURL);
result.addField("searchquery",
transQuery);
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits