Module: nagvis Branch: master Commit: 38014165363324bdd1c5bfaaa4e1cf72260d5798 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/nagvis;a=commit;h=38014165363324bdd1c5bfaaa4e1cf72260d5798
Author: Roman Kyrylych <[email protected]> Date: Fri Sep 18 12:19:58 2009 +0300 gmap: Added compiled SWFs and shell.html Signed-off-by: Roman Kyrylych <[email protected]> --- share/netmap/modules/gmap/GMapModule.swf | Bin 0 -> 492245 bytes share/netmap/shell.html | 13 +++++++++++++ share/netmap/shell.swf | Bin 0 -> 242313 bytes 3 files changed, 13 insertions(+), 0 deletions(-) diff --git a/share/netmap/modules/gmap/GMapModule.swf b/share/netmap/modules/gmap/GMapModule.swf new file mode 100644 index 0000000..a33c2b9 Binary files /dev/null and b/share/netmap/modules/gmap/GMapModule.swf differ diff --git a/share/netmap/shell.html b/share/netmap/shell.html new file mode 100644 index 0000000..592fd17 --- /dev/null +++ b/share/netmap/shell.html @@ -0,0 +1,13 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>Geomap</title> +</head> +<body> + <object type="application/x-shockwave-flash" data="shell.swf" width="100%" height="100%"> + <param name="movie" value="shell.swf" /> + <param name="bgcolor" value="#ffffff" /> + </object> +</body> +</html> diff --git a/share/netmap/shell.swf b/share/netmap/shell.swf new file mode 100644 index 0000000..25bc75f Binary files /dev/null and b/share/netmap/shell.swf differ ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
