Author: taylor
Date: Sun Nov 30 17:27:40 2008
New Revision: 721941

URL: http://svn.apache.org/viewvc?rev=721941&view=rev
Log:
fixing google maps portlet, they changed the url at yahoo, and, it the impl was 
dependent on a default app id that no longer exists

Modified:
    
portals/applications/gems/src/java/org/apache/portals/gems/googlemaps/YahooGeocodeProxyServlet.java

Modified: 
portals/applications/gems/src/java/org/apache/portals/gems/googlemaps/YahooGeocodeProxyServlet.java
URL: 
http://svn.apache.org/viewvc/portals/applications/gems/src/java/org/apache/portals/gems/googlemaps/YahooGeocodeProxyServlet.java?rev=721941&r1=721940&r2=721941&view=diff
==============================================================================
--- 
portals/applications/gems/src/java/org/apache/portals/gems/googlemaps/YahooGeocodeProxyServlet.java
 (original)
+++ 
portals/applications/gems/src/java/org/apache/portals/gems/googlemaps/YahooGeocodeProxyServlet.java
 Sun Nov 30 17:27:40 2008
@@ -46,9 +46,9 @@
     /**
      * Configuration 
      */
-     private static final String YAHOO_REQUEST = 
"http://api.local.yahoo.com/MapsService/V1/geocode?appid=YahooDemo&location=";;
+     private static final String YAHOO_REQUEST = 
"http://local.yahooapis.com/MapsService/V1/geocode?appid=";; 
 
-    /**
+     /**
      * doGet() override doGet
      */
      protected void doGet(HttpServletRequest req, HttpServletResponse resp)


Reply via email to