samimave / car-pool

Automatically exported from code.google.com/p/car-pool
0 stars 0 forks source link

Google Maps #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Look at how this can be integrated into our website for all rides. See if 
it can be used to populate the Region and Street fields of our Add A Ride 
section. See if users can specify through the map which places they want 
to go through/ which route etc.

Have a rough plan on action in 5-6 days

Etimated time after plan of action 2 weeks?

Original issue reported on code.google.com by parul2...@gmail.com on 13 Aug 2008 at 12:06

GoogleCodeExporter commented 9 years ago
The google map function is partially done, which now can search a single address
given and mark it on the map. I am now waiting for the street table to be done 
in the
database which is selectabel by using the combo-box "start > via > end" 
destination.
For now for testing purpose i am trying to make a "text area" which can enter
multiple addresses, and use the google map to plot multiple addresses. 

Original comment by KC.Kang...@gmail.com on 27 Aug 2008 at 9:41

GoogleCodeExporter commented 9 years ago
Hey Sam, since Streets are now loaded into the combo boxes I think the next 
step is 
to liase with Arlo on the Accept A Ride page currently called temp2. This is 
where 
the map will be displayed.

Original comment by parul2...@gmail.com on 8 Sep 2008 at 8:24

GoogleCodeExporter commented 9 years ago
Are you sure the temp2.jsp is working on yours? because this isn't working my 
mine.
Here is the error i am getting.
type Exception report

message

description The server encountered an internal error () that prevented it from
fulfilling this request.

exception

org.apache.jasper.JasperException: An exception occurred processing JSP page
/temp2.jsp at line 15

12: CarPoolStore cps = new CarPoolStoreImpl();
13: RideListing rl = cps.getRideListing();
14: User user = (User)session.getAttribute("user");
15: int dbID = 
user.getUserId();//cps.getUserIdByURL(request.getParameter("user"));
16: int rideID = Integer.parseInt(request.getParameter("rideselect"));
17: 
18: String detailsTable = "<p>No info found.</p>";

Stacktrace:
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:524)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:435)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    org.verisign.joid.consumer.OpenIdFilter.doFilter(OpenIdFilter.java:106)

root cause

java.lang.NullPointerException
    org.apache.jsp.temp2_jsp._jspService(temp2_jsp.java:81)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    org.verisign.joid.consumer.OpenIdFilter.doFilter(OpenIdFilter.java:106)

note The full stack trace of the root cause is available in the Apache 
Tomcat/6.0.14
logs.

Also I am trying to put the map on the addARide.jsp, but the layout isn't 
working
good.I will submit once i got the layout fine.

Original comment by KC.Kang...@gmail.com on 8 Sep 2008 at 11:36

GoogleCodeExporter commented 9 years ago
No it isn't working - Arlo is working on it. I just meant that if you wanted to 
talk 
to Arlo about where to add the map and stuff you can do it now since he is 
working 
on temp2/Accept A ride

Original comment by parul2...@gmail.com on 8 Sep 2008 at 12:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Completed by Sam

Original comment by parul2...@gmail.com on 14 Oct 2008 at 9:01