forked from 0x2620/oxjs
misc minor changes
This commit is contained in:
parent
a4ce29bff7
commit
459755e51f
3 changed files with 11 additions and 19 deletions
|
|
@ -1,12 +1,12 @@
|
|||
/*
|
||||
The code below implements a map widget to navigate a zoomable globe made of
|
||||
tiled images — similar to Google Maps. The catch is that the map doesn't
|
||||
show the surface of the Earth, but the Internet instead of geographical
|
||||
show the surface of the Earth, but the Internet — instead of geographical
|
||||
or political boundaries, it maps the country-wise allocation of the IPv4 address
|
||||
space.
|
||||
|
||||
Inline comments, below, are minimal — but the widget has its own "About"
|
||||
section that explains how it was done.
|
||||
Inline comments, below, are minimal — but the maps has its own "About"
|
||||
section that has more information on how it was done.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue