Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(757)

Issue 189066: using new way to display stop markers

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by calidion
Modified:
7 years, 4 months ago
Reviewers:
xan, weiliu, baiming, leio.chen, lychen, qiaojian
CC:
xinxing_google.com, lishuangfeng_gmail.com
Base URL:
http://scheduleeditor.googlecode.com/svn/trunk/python/
Visibility:
Public.

Patch Set 1 #

Total comments: 7

Patch Set 2 : updated #

Patch Set 3 : fixed some bugs #

Total comments: 30

Patch Set 4 : updated #

Patch Set 5 : updated #

Patch Set 6 : updated #

Patch Set 7 : updated #

Patch Set 8 : updated #

Patch Set 9 : update #

Patch Set 10 : update #

Patch Set 11 : updated #

Total comments: 12

Patch Set 12 : updated #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -575 lines) Patch
M gtfsscheduleviewer/files/index.html View 2 chunks +2 lines, -5 lines 0 comments Download
D gtfsscheduleviewer/files/route.js View 1 chunk +0 lines, -16 lines 0 comments Download
M gtfsscheduleviewer/files/stop.js View 1 chunk +0 lines, -151 lines 0 comments Download
M gtfsscheduleviewer/files/transit_editor.js View 1 2 3 4 5 6 7 8 9 10 11 54 chunks +394 lines, -265 lines 1 comment Download
M gtfsscheduleviewer/files/trip.js View 3 chunks +14 lines, -57 lines 0 comments Download
M schedule_editor.py View 1 2 3 4 5 6 7 8 9 10 4 chunks +26 lines, -81 lines 0 comments Download

Messages

Total messages: 12
calidion
1. using stop to display markers. 2. remove useless function in original code. 3. disable ...
14 years, 3 months ago (2010-01-14 06:58:14 UTC) #1
weiliu
http://codereview.appspot.com/189066/diff/1/7 File schedule_editor.py (right): http://codereview.appspot.com/189066/diff/1/7#newcode140 schedule_editor.py:140: def handle_json_GET_boundboxstops(self, params): GET_stopswithinboundingbox http://codereview.appspot.com/189066/diff/1/7#newcode145 schedule_editor.py:145: """ Why copied? ...
14 years, 3 months ago (2010-01-14 07:23:37 UTC) #2
calidion
updated http://codereview.appspot.com/189066/diff/1/7 File schedule_editor.py (right): http://codereview.appspot.com/189066/diff/1/7#newcode140 schedule_editor.py:140: def handle_json_GET_boundboxstops(self, params): On 2010/01/14 07:23:37, weiliu wrote: ...
14 years, 3 months ago (2010-01-14 08:06:35 UTC) #3
baiming
http://codereview.appspot.com/189066/diff/1011/19 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/189066/diff/1011/19#newcode42 gtfsscheduleviewer/files/transit_editor.js:42: linePoints[linePoints.length] = new GLatLng(points[i][0], points[i][1]); Use .push() instead. http://codereview.appspot.com/189066/diff/1011/19#newcode122 ...
14 years, 3 months ago (2010-01-15 04:11:33 UTC) #4
weiliu
http://codereview.appspot.com/189066/diff/1/7 File schedule_editor.py (right): http://codereview.appspot.com/189066/diff/1/7#newcode145 schedule_editor.py:145: """ Could you please rewrite StopToTuple() instead? Seems the ...
14 years, 3 months ago (2010-01-15 05:57:30 UTC) #5
calidion
updated due to unstable network, there are some invalid uploads. http://codereview.appspot.com/189066/diff/1011/19 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/189066/diff/1011/19#newcode42 ...
14 years, 3 months ago (2010-01-15 09:53:21 UTC) #6
calidion
in python code, we removed some useless member functions and override StopToTuple 2010/1/15 <calidion@gmail.com> > ...
14 years, 3 months ago (2010-01-15 09:55:48 UTC) #7
weiliu
LGTM for python code. 2010/1/15 李白,字一日 <calidion@gmail.com> > in python code, we removed some useless ...
14 years, 3 months ago (2010-01-15 13:32:06 UTC) #8
baiming
http://codereview.appspot.com/189066/diff/65/1062 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/189066/diff/65/1062#newcode1 gtfsscheduleviewer/files/transit_editor.js:1: /*** ***? http://codereview.appspot.com/189066/diff/65/1062#newcode34 gtfsscheduleviewer/files/transit_editor.js:34: /*** Ditto. http://codereview.appspot.com/189066/diff/65/1062#newcode66 gtfsscheduleviewer/files/transit_editor.js:66: /*** ...
14 years, 3 months ago (2010-01-15 14:44:06 UTC) #9
calidion
updated http://codereview.appspot.com/189066/diff/65/1062 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/189066/diff/65/1062#newcode1 gtfsscheduleviewer/files/transit_editor.js:1: /*** On 2010/01/15 14:44:06, baiming wrote: > ***? ...
14 years, 3 months ago (2010-01-15 15:34:49 UTC) #10
baiming
LGTM. Though, you can take a look at the below comment and give a consideration ...
14 years, 3 months ago (2010-01-18 01:59:02 UTC) #11
calidion
14 years, 3 months ago (2010-01-18 02:10:44 UTC) #12
updated to rev 46.

2010/1/18 <baiming@google.com>

> LGTM.
>
> Though, you can take a look at the below comment and give a
> consideration to it.
>
>
> http://codereview.appspot.com/189066/diff/1071/69
>
> File gtfsscheduleviewer/files/transit_editor.js (right):
>
> http://codereview.appspot.com/189066/diff/1071/69#newcode1225
> gtfsscheduleviewer/files/transit_editor.js:1225: * Confirm a Stop object
> to be created and return the stop by ID
> "getOrCreate" just indicates it either gets a created stop or creates a
> new one. In either case it will return a stop.


>
> http://codereview.appspot.com/189066
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b