minor update of examples
This commit is contained in:
parent
d07c8d44e3
commit
71a570a714
2 changed files with 8 additions and 8 deletions
|
|
@ -6,7 +6,7 @@ coordinates.
|
|||
'use strict';
|
||||
|
||||
/*
|
||||
Include the image module.
|
||||
Include the Image module.
|
||||
*/
|
||||
Ox.load('Image', function() {
|
||||
|
||||
|
|
@ -15,10 +15,10 @@ Ox.load('Image', function() {
|
|||
*/
|
||||
Ox.Image('jpg/earth720.jpg', function(image) {
|
||||
|
||||
/*
|
||||
We want to map the route New York - London - Tokyo - Johannesburg -
|
||||
Sydney - Sao Paulo - New York.
|
||||
*/
|
||||
/*
|
||||
We want to map the route New York - London - Tokyo - Johannesburg -
|
||||
Sydney - Sao Paulo - New York.
|
||||
*/
|
||||
var airports = [
|
||||
{name: 'JFK', lat: 40.643841, lng: -73.782304},
|
||||
{name: 'LHR', lat: 51.480902, lng: -0.464773},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue