in manhattan grid example, add a comment
This commit is contained in:
parent
207e39ccf3
commit
75ca6818e4
1 changed files with 2 additions and 1 deletions
|
@ -608,7 +608,8 @@ Ox.load('Image', function() {
|
||||||
width, height, invertX, invertY;
|
width, height, invertX, invertY;
|
||||||
/*
|
/*
|
||||||
On the street sign, we display both the avenue/street and the lat/lng
|
On the street sign, we display both the avenue/street and the lat/lng
|
||||||
coordinates.
|
coordinates. `Ox.formatOrdinal` takes care of '1st', '2nd' '3rd', '4th',
|
||||||
|
etc.
|
||||||
*/
|
*/
|
||||||
$sign.html(
|
$sign.html(
|
||||||
Ox.formatOrdinal(as.avenue) + ' Av & '
|
Ox.formatOrdinal(as.avenue) + ' Av & '
|
||||||
|
|
Loading…
Reference in a new issue