add geo/map example

This commit is contained in:
rolux 2012-10-19 13:36:35 +02:00
commit 971d94019b
3 changed files with 60 additions and 1 deletions

View file

@ -571,4 +571,9 @@ Ox.load(['UI', 'Geo'], function() {
renderItem();
}
});
});
/*
For an example that displays the countries on a map, see
<a href="#examples/world&#95;map&#95;with&#95;countries">here</a>.
*/