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

Issue 337760043: Replaced default Google Map marker by red circles (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 6 months ago by manu_chaud
Modified:
6 years, 5 months ago
CC:
farzad2050, yulianlluo, zhubiwen509
Visibility:
Public.

Description

Replaced default Google Map marker by red circles BUG= IVS/DB_interaction

Patch Set 1 #

Total comments: 9

Patch Set 2 : Zoom fixed (was changed mistakenly) #

Patch Set 3 : Fixed addinfoWindow() function #

Total comments: 1

Patch Set 4 : Minor change in order to force git cl upload to work #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Trace6/index.html View 1 2 3 1 chunk +1 line, -1 line 5 comments Download

Messages

Total messages: 7
manu_chaud
Made some changes on the map with 20 paths shown: - used the custom marker ...
6 years, 6 months ago (2017-10-22 01:48:57 UTC) #1
Wei Wang
https://codereview.appspot.com/337760043/diff/1/Trace6/index.html File Trace6/index.html (right): https://codereview.appspot.com/337760043/diff/1/Trace6/index.html#newcode42 Trace6/index.html:42: */ Such good code comment here in details of ...
6 years, 6 months ago (2017-10-22 21:16:58 UTC) #2
manu_chaud
https://codereview.appspot.com/337760043/diff/1/Sample_Points_Prototype/output_xml.php File Sample_Points_Prototype/output_xml.php (right): https://codereview.appspot.com/337760043/diff/1/Sample_Points_Prototype/output_xml.php#newcode38 Sample_Points_Prototype/output_xml.php:38: This change shoudln't have occurred https://codereview.appspot.com/337760043/diff/1/Trace6/index.html File Trace6/index.html (right): ...
6 years, 6 months ago (2017-10-22 22:06:40 UTC) #3
manu_chaud
6 years, 6 months ago (2017-10-22 22:34:14 UTC) #4
brahim Al-Qaysi
https://codereview.appspot.com/337760043/diff/40001/Trace6/index.html File Trace6/index.html (left): https://codereview.appspot.com/337760043/diff/40001/Trace6/index.html#oldcode34 Trace6/index.html:34: /** this comment made it more understandable. Thank you
6 years, 6 months ago (2017-10-24 20:31:21 UTC) #5
manu_chaud
Patch 4 contains the last changes made to the code yesterday evening (bug prevented me ...
6 years, 6 months ago (2017-10-25 11:22:44 UTC) #6
farzad2050
6 years, 6 months ago (2017-10-27 12:42:53 UTC) #7
Understandable, accurate and concrete amount of information about all
elements in the map.

On 25 Oct 2017 13:22, <manu.chaud.18@gmail.com> wrote:

Patch 4 contains the last changes made to the code yesterday evening
(bug prevented me to upload the code to appspot at the time): it adds a
UI to the map with 22 paths going through submarine cables, in order to
filter paths by cable id, as shown in the today's demo


https://codereview.appspot.com/337760043/diff/60001/Trace6/index.html
File Trace6/index.html (right):

https://codereview.appspot.com/337760043/diff/60001/Trace6/
index.html#newcode86
Trace6/index.html:86: var polylines = new Array();
We will store the Polyline objects here, in order to be able to make
them appear/disappear of the map.

https://codereview.appspot.com/337760043/diff/60001/Trace6/
index.html#newcode99
Trace6/index.html:99: var HopObj = new Array();
Let's mention that HopObj is not being used for the time being.

https://codereview.appspot.com/337760043/diff/60001/Trace6/
index.html#newcode107
Trace6/index.html:107: 3: [7,8,9,16,17,18,21]};
Here, we map path ids to cable ids, in order to know which path belong
to which cable, to be able to filter the paths being displayed by cable
id.

https://codereview.appspot.com/337760043/diff/60001/Trace6/
index.html#newcode230
Trace6/index.html:230: polylines.push({idPath: i, polyline: polyline});
Polyline objects are added to the polylines array here.

https://codereview.appspot.com/337760043/diff/60001/Trace6/
index.html#newcode276
Trace6/index.html:276: polylines[i].polyline.setMap(map);
When selecting a cable id to display the paths that go through it, we
check for each Polyline object if its idPath correspond to a path that
belongs to that cable (thanks to the "cables" object that maps path ids
to cable ids), and then, display it using the setMap method of the
Polyline object.

https://codereview.appspot.com/337760043/
Sign in to reply to this message.

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