maps
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 886
Maps 1.0
Maps project is a topographal map and aerial photo generator and viewer. more>>
Maps project is a topographal map and aerial photo generator and viewer.
Maps allows users to generate topographical maps and aerial photographs of any region in the United States.
It uses data provided by the USGS through the geoserver system.
The interactive view lets you move around, zoom in and out, and locate named geographical features.
<<lessMaps allows users to generate topographical maps and aerial photographs of any region in the United States.
It uses data provided by the USGS through the geoserver system.
The interactive view lets you move around, zoom in and out, and locate named geographical features.
Download (0.011MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1167 downloads
Other version of Maps
Puzzle Maps 1.0.0
Puzzle Maps is a software version of the Montessori Puzzle Maps activity. more>>
Puzzle Maps is a software version of the Montessori Puzzle Maps activity.
Puzzle Maps presents users with a choice of maps in which they can remove and replace the various countries or states that make up the map.
In this way, they familiarize themselves with the geography of the world.
<<lessPuzzle Maps presents users with a choice of maps in which they can remove and replace the various countries or states that make up the map.
In this way, they familiarize themselves with the geography of the world.
Download (1.28MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1294 downloads
Crossfire Maps 1.10.0
Crossfire Maps packages includes maps for the Crossfire MUD client. more>>
Crossfire Maps packages includes maps for the Crossfire MUD client.
Crossfire is a multi-player graphical arcade and adventure game made for X. It has certain flavours from other games, especially Gauntlet and the rogue-like games (Nethack, Moria, Angband, and Ragnarok).
Any number of players can move around in their own window, finding and using items and battling monsters. They can choose to cooperate or compete in the same world.
<<lessCrossfire is a multi-player graphical arcade and adventure game made for X. It has certain flavours from other games, especially Gauntlet and the rogue-like games (Nethack, Moria, Angband, and Ragnarok).
Any number of players can move around in their own window, finding and using items and battling monsters. They can choose to cooperate or compete in the same world.
Download (21.2MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
639 downloads
Plone Google Maps 0.2
Plone Google Maps is a product which enables integration of Google Maps into Plone sites. more>>
Plone Google Maps is a product which enables integration of Google Maps into Plone sites.
Plone Google Maps (qPloneGoogleMaps) is a Google Maps view product for the Plone content management system which enables integration of Google Maps into Plone sites.
Due to qPloneGoogleMaps you can set up the latitude and longitude of your site objects and have their maps exhibited on your site.
Any object with the latitude-longitude has an additional map portlet displaying this object. This portlet, in turn, has a template "Large screen". If you click on the large screen below the portlet, you will be able to see the full-size map of the page with its description.
The folders containing objects with the latitude-longitude parameters have an additional display view - "maps view", which gives an opportunity to see the full-size map with all these objects.
There is a new content type "Map" which can have other content types - "overlays". It enables the positioning of different objects on one map showing them with the markers of different colours.
Plone Google Maps Installation
Install qPloneGoogleMaps and geolocation as Zope products
Install these two products in your Plone instance with Quick Installer (Plone Control Panel ->Add/remove Products)
<<lessPlone Google Maps (qPloneGoogleMaps) is a Google Maps view product for the Plone content management system which enables integration of Google Maps into Plone sites.
Due to qPloneGoogleMaps you can set up the latitude and longitude of your site objects and have their maps exhibited on your site.
Any object with the latitude-longitude has an additional map portlet displaying this object. This portlet, in turn, has a template "Large screen". If you click on the large screen below the portlet, you will be able to see the full-size map of the page with its description.
The folders containing objects with the latitude-longitude parameters have an additional display view - "maps view", which gives an opportunity to see the full-size map with all these objects.
There is a new content type "Map" which can have other content types - "overlays". It enables the positioning of different objects on one map showing them with the markers of different colours.
Plone Google Maps Installation
Install qPloneGoogleMaps and geolocation as Zope products
Install these two products in your Plone instance with Quick Installer (Plone Control Panel ->Add/remove Products)
Download (0.042MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
945 downloads
Google Maps Plugin 5.2
Google Maps Plugin is an easy way to embed custom Google Maps on a Web site. more>>
Google Maps Plugin is an easy way to embed custom Google Maps on a Web site. The project includes features such as multiple markers, paths, and general drawings.
If you use WordPress.org blogs, you will be able to install this software easily as a WP plugin.
<<lessIf you use WordPress.org blogs, you will be able to install this software easily as a WP plugin.
Download (0.019MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
897 downloads
WWW::YahooMaps 0.3
WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps. more>>
WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps.
SYNOPSIS
use WWW::YahooMaps;
#first method: PASSING ADDRESS BIT-BY-BIT
my %addr = (
"street" => "555 N Michigan Ave",
"city" => "Chicago, IL 60611",
"country" => "us",
);
if (my $url = WWW::YahooMaps::hashreftolink(%addr)){
print "url1 $urln";
}
#second method: ADDRESS INFO IN STRING
#separators can be ";" or newline "n"
#street should come before city
#pass an additional 1 at the end if you want to pass city first
if (my $url = WWW::YahooMaps::stringtolink("us","us","101 Morris Street; Sebastopol, CA 95472")){
print "url2 $urln";
}
#third method: CALL A FUNCTION WITH BIT-BY-BIT PARAMETERS
if (my $url = WWW::YahooMaps::stringtolink("us","us","Paris, TX; Main Street", 1)){
print "url3 $urln";
}
<<lessSYNOPSIS
use WWW::YahooMaps;
#first method: PASSING ADDRESS BIT-BY-BIT
my %addr = (
"street" => "555 N Michigan Ave",
"city" => "Chicago, IL 60611",
"country" => "us",
);
if (my $url = WWW::YahooMaps::hashreftolink(%addr)){
print "url1 $urln";
}
#second method: ADDRESS INFO IN STRING
#separators can be ";" or newline "n"
#street should come before city
#pass an additional 1 at the end if you want to pass city first
if (my $url = WWW::YahooMaps::stringtolink("us","us","101 Morris Street; Sebastopol, CA 95472")){
print "url2 $urln";
}
#third method: CALL A FUNCTION WITH BIT-BY-BIT PARAMETERS
if (my $url = WWW::YahooMaps::stringtolink("us","us","Paris, TX; Main Street", 1)){
print "url3 $urln";
}
Download (0.004MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1046 downloads
WebService::GoogleMaps 0.07
WebService::GoogleMaps is an automated interface to Google Maps. more>>
WebService::GoogleMaps is an automated interface to Google Maps.
SYNOPSIS
use WebService::GoogleMaps;
# Set up a new object with a viewport of 640 x 480 pixels
my $gmap = WebService::GoogleMaps->new( 640, 480 );
# Specify a location to view
$gmap->set(
latitude => 40.750275,
longitude => -73.993034,
zoom_level => 4, # valid values are 0..14, lower value is more zoomed
cache_dir => "/tmp", # optional, but recommended! Helps speed up future requests
pan_x => 0, # move viewport to the east (+) or west (-) a number of pixels
pan_y => 0, # move viewport to the south (+) or north (-) a number of pixels
);
# create a GD object containing our bitmapped map object
$gmap->generate_gd();
# or simply
# $gmap->generate_gd(40.750275, -73.993034, 4); # latitude, longitude, zoom_level
my $error = $gmap->error();
$error && print "Error: $errorn";
open (FH, ">", "mymap.png");
binmode FH;
print FH $gmap->{gd}->png;
close(FH);
WebService::GoogleMaps provides an automated interface to Google Maps http://maps.google.com/, which provides free street maps of locations in the USA and Canada. This module allows you to specify an image size, latitude, longitude, and zoom level and returns a GD object containing a street level map.
<<lessSYNOPSIS
use WebService::GoogleMaps;
# Set up a new object with a viewport of 640 x 480 pixels
my $gmap = WebService::GoogleMaps->new( 640, 480 );
# Specify a location to view
$gmap->set(
latitude => 40.750275,
longitude => -73.993034,
zoom_level => 4, # valid values are 0..14, lower value is more zoomed
cache_dir => "/tmp", # optional, but recommended! Helps speed up future requests
pan_x => 0, # move viewport to the east (+) or west (-) a number of pixels
pan_y => 0, # move viewport to the south (+) or north (-) a number of pixels
);
# create a GD object containing our bitmapped map object
$gmap->generate_gd();
# or simply
# $gmap->generate_gd(40.750275, -73.993034, 4); # latitude, longitude, zoom_level
my $error = $gmap->error();
$error && print "Error: $errorn";
open (FH, ">", "mymap.png");
binmode FH;
print FH $gmap->{gd}->png;
close(FH);
WebService::GoogleMaps provides an automated interface to Google Maps http://maps.google.com/, which provides free street maps of locations in the USA and Canada. This module allows you to specify an image size, latitude, longitude, and zoom level and returns a GD object containing a street level map.
Download (0.011MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1067 downloads
CMap 0.2
CMap is a cross map API designed to make coding and switching between online maps such as Google and Yahoo easier. more>>
CMap project is a cross map API designed to make coding and switching between online maps such as Google and Yahoo easier and quicker.
Currently, CMap can generate Google Maps, Yahoo Maps, and Google Earth KML files. There are many more advanced plans for CMap, and I intend to support it for a long time as it has a practical application for myself.
Written in Php, CMap is very easy to use and the INSTALL file contains code examples of how to get CMap up and running easily and as soon as possible.
Enhancements:
- This release moves the Google Map API to v2.
- It includes better memory management, especially in Internet Explorer.
<<lessCurrently, CMap can generate Google Maps, Yahoo Maps, and Google Earth KML files. There are many more advanced plans for CMap, and I intend to support it for a long time as it has a practical application for myself.
Written in Php, CMap is very easy to use and the INSTALL file contains code examples of how to get CMap up and running easily and as soon as possible.
Enhancements:
- This release moves the Google Map API to v2.
- It includes better memory management, especially in Internet Explorer.
Download (0.008MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
697 downloads
TMAPIX 0.1
TMAPIX project is a collection of Java libraries that provides comfortable access to TMAPI-compatible Topic Maps engines. more>>
TMAPIX project is a collection of Java libraries that provides comfortable access to TMAPI-compatible Topic Maps engines.
Beside several utility classes, it provides libraries to build and query topic maps.
Note: TMAPIX is tested against the CVS versions of TM4J and tinyTiM and may not work with the official releases. TMAPIX requires Java 1.5 (future releases will be Java 1.4 compatible)
<<lessBeside several utility classes, it provides libraries to build and query topic maps.
Note: TMAPIX is tested against the CVS versions of TM4J and tinyTiM and may not work with the official releases. TMAPIX requires Java 1.5 (future releases will be Java 1.4 compatible)
Download (0.12MB)
Added: 2006-09-12 License: MPL (Mozilla Public License) Price:
1137 downloads
SILC Map 1.0
SILC Map is an utility which can be used to visualize the topology of a SILC network. more>>
SILC Map is an utility which can be used to visualize the topology of a SILC network. This project can create maps which indicate the exact global position of the servers and it can create HTML pages out of the information it gathers from the servers.
It is also possible to create a HTML map page which allows the user to click the servers on the map image to get more detailed information of the server. The links between the routers and servers can also be drawn on the map image.
<<lessIt is also possible to create a HTML map page which allows the user to click the servers on the map image to get more detailed information of the server. The links between the routers and servers can also be drawn on the map image.
Download (0.34MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
880 downloads
MMap 0.0.10
MMap is a GTK2 map viewer. more>>
MMap is a GTK2 map viewer. MMap project supports Blue Marble, Land Sat 7, Watchizu, SRTM. You can show a part of World Wind data with OpenGL 3D graphics.
It supports (a part of) these maps:
- Watchizu
- Blue Marble
- Land Sat 7
- SRTM
== WARNING ==
MMap+ stores map data in ~/.mmap/ .
Its so huge.
<<lessIt supports (a part of) these maps:
- Watchizu
- Blue Marble
- Land Sat 7
- SRTM
== WARNING ==
MMap+ stores map data in ~/.mmap/ .
Its so huge.
Download (0.31MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1196 downloads
GPSMap 0.5.2
GPSMap is a Java application that displays maps and shows your position with the aid of a GPS device. more>>
GPSMap is a Java application that displays maps and shows your position with the aid of a GPS device.
GPSMap project can track paths, load overlays (such as shape files), and download maps from the MapBlast and Expedia servers.
Enhancements:
- Serial communication on Windows systems was fixed.
- Installation of the serial Java library is not necessary anymore, as long as you use the start scripts (available for Windows and Unix systems).
- The ability to export track data in gpx format was added.
- Some bugs with graphics were fixed (only on Windows systems).
<<lessGPSMap project can track paths, load overlays (such as shape files), and download maps from the MapBlast and Expedia servers.
Enhancements:
- Serial communication on Windows systems was fixed.
- Installation of the serial Java library is not necessary anymore, as long as you use the start scripts (available for Windows and Unix systems).
- The ability to export track data in gpx format was added.
- Some bugs with graphics were fixed (only on Windows systems).
Download (4.4MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1156 downloads
gradmap 1.06
gradmap is a GIMP plug-in that maps the contents of the specified drawable with active gradient. more>>
gradmap is a GIMP plug-in that maps the contents of the specified drawable with active gradient. It calculates luminosity of each pixel and replaces the pixel by the sample of active gradient at the position proportional to that luminosity.
Complete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel.
<<lessComplete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel.
Download (MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1131 downloads
MUDMapper 0.2
MUDMapper is a tool for mapping MUD locations. more>>
MUDMapper project is a tool for mapping MUD locations.
MUDMapper is a simple tool that uses Python and DiaCanvas to draw maps of MUD locations. It can save and reload maps and keep descriptions for every room.
<<lessMUDMapper is a simple tool that uses Python and DiaCanvas to draw maps of MUD locations. It can save and reload maps and keep descriptions for every room.
Download (0.006MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1040 downloads
easygmap 1.0.0
easygmap is an online map builder to create simple, easy-to-use maps with Google Maps. more>>
easygmap is an online map builder to create simple, easy-to-use maps with Google Maps.
The project allows the user to add markers to the map and optionally giving each marker a name, description, and picture. The finished map can then be sent to the email address of the users choice.
<<lessThe project allows the user to add markers to the map and optionally giving each marker a name, description, and picture. The finished map can then be sent to the email address of the users choice.
Download (0.076MB)
Added: 2007-02-20 License: MIT/X Consortium License Price:
978 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above maps search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed