Main > Free Download Search >

Free texas map software for linux

texas map

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 906
easygmap 1.0.0

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.
<<less
Download (0.076MB)
Added: 2007-02-20 License: MIT/X Consortium License Price:
978 downloads
SILC Map 1.0

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.
<<less
Download (0.34MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
880 downloads
TESA 1.2

TESA 1.2


TESA project is a strategy editor for computer games. more>>
TESA project is a strategy editor for computer games.

It allows the user to add team members to squads and edit actions they will perform in a squad-based game.

It comes with all the map information needed for 32 player Battlefield 2 maps and is fully customizable to work with other games.

<<less
Download (0.12MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1055 downloads
NestedMap 1.0

NestedMap 1.0


NestedMap is a module to make nesting map{}s inside map{}s easierc. more>>
NestedMap is a module to make nesting map{}s inside map{}s easierc.

SYNOPSIS

# show all combinations of (A,B,C) (a,b,c) and (1,2,3)
print join("n",
nestedmap {
nestedmap {
nestedmap {
join(,@NestedMap::stack[0..2])
} qw(A B C)
} qw(a b c)
} qw(1 2 3)
);

# a zip() function for any number of lists of varying length
sub zipn {
my @args = @_;
[
nestedmap {
nestedmap {
defined($args[$_][$NestedMap::stack[1]]) ?
$args[$_][$NestedMap::stack[1]] :

} 0..$#args
} 0 .. max(map { $#{$_[$_]} } 0..$#args)
]
}

NB - older versions of perl may not like the code blocks I use in these examples.

You may have to use:

nestedmap sub { ... }, @list;

instead of

nestedmap { ... } @list;

See the test suite for examples of the above code modified to use that syntax.

<<less
Download (0.003MB)
Added: 2007-07-25 License: Perl Artistic License Price:
821 downloads
QUAKE 4 Quakemas Map Pack

QUAKE 4 Quakemas Map Pack


QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4. more>>
QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4.

This Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0.

This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps:

Campgrounds Redux (q4dm9):

With QUAKE 4s updated technology, Campgrounds Redux now has a fresh look and feel, revitalizing this QUAKE III(tm) classic. Excellent for any number of players, this updated version supports Deathmatch, Team Deathmatch and Tournament modes, where hard-core QUAKE fans can get crazy with this throw-back to one of their old favorites.

Railed (q4tourney1):

Set in an abandoned, rusting Strogg facility, the environment in Railed produces fast-paced frenetic tournament style action! This new map is all about close-quarters combat and hair-trigger reflexes as players hustle through the winding, multi-tiered corridors. Designed especially for Tournament play, Railed also supports Deathmatch and Team Deathmatch game modes, and is guaranteed to provide some thrilling fast-action gameplay.

Tremors (q4ctf7):

Built within a twisting underground cavern and peppered throughout with pipes, bridges, and catwalks, Tremors demands tactical expertise. Enemies attack from above and below in the enormous, multi-tiered environment, making team-play invaluable. Tremors is perfect for huge Capture-The-Flag games, and also supports the Arena Capture-The-Flag gameplay mode.

To use the new maps in the map rotation cycle, a new map cycle script file has been included with the Map Pack, called mapcycle-mp1.scriptcfg.

To use the new map cycle script:

1. On the Multiplayer- Create Server screen, click "Advanced Options"
2. In the "Map cycle script file" field, enter mapcycle-mp1.scriptcfg
3. Click "Close advanced options"
4. Start the server

Alternately, this can be set with the console command:

g_mapCycle mapcycle-mp1.scriptcfg

To uninstall, simply delete the pak013.pk4 file from your QUAKE 4q4base directory.
<<less
Download (16.4MB)
Added: 2005-12-23 License: Freeware Price:
1400 downloads
UO Web Map 1.0.0

UO Web Map 1.0.0


UO Web Map is a Web-based map with user-defined markers for Ultima Online. more>>
UO Web Map project is a Web-based map with user-defined markers for Ultima Online.

UO Web Map is Web-based map over the different lands and dungeons in Ultima Online.

It is possible for the users to zoom and add their own points of interest directly on the map.

<<less
Download (MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1056 downloads
Puzzle Maps 1.0.0

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.

<<less
Download (1.28MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1294 downloads
Mila Ajax Map 1.2

Mila Ajax Map 1.2


Mila Ajax Map is an AJAX Web application that may be used with a Web browser to display a network map with monitoring functions. more>>
Mila Ajax Map is an AJAX Web application witch can be used with a Web browser to display a network map with monitoring functions.
How Install
- You need apache, python, python gadfly and cup of coffee.
- At first you need create gadfly db with create_db.py.
- You need determine x and y coordinates for your nodes.
- For each x and y determine node center, i.e x = node x + gif-image size/2. This is center of image. y has same option.
- Write now connections in map.html with jg.drawLine(x,y,x2,y2).
- Write custom tooltips for each node in map.html.
- You can use rrdtools for creating round-trip-time or traffic graffics(see demo page).
- Then copy all from "cgi-bin" and "htdocs" dirs to your apache dirs.
- Add poller.py to crontab (and script for rrd, if you use it). Open http://your.host/map.html and relax.
- You can customize scripts as you want.
Enhancements:
- Changes were made in JavaScript support.
<<less
Download (0.11MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1333 downloads
PloneSiteMap 2.54

PloneSiteMap 2.54


PloneSiteMap provides a Plone product that generates a site map for your website. more>>
PloneSiteMap provides a Plone product that generates a site map for your website.
PloneSiteMap : A Plone product that give you a simple access to the map of your site. The map is drawn by the getSiteMap method.
To change these default parameters, you only have to customize plonesitemap property sheet : (properties to set in portal_properties in zmi) or using plone go in plone setup / PloneSiteMap configuration.
Enhancements:
- Make Installation work with Plone 2.1
- Make Installation check portal_types for metaTypesToDig, so it works in non-Archetypes sites
<<less
Download (0.060MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
CycleAtlas 2.0pre3

CycleAtlas 2.0pre3


CycleAtlas is a cycling diary based on a custom road atlas. more>>
CycleAtlas is a cycling diary based on a custom road atlas. The process can be used to store or to plan new rides.
Functions includes generation of planimetry, profiles, and route time tables of rides. A map editor is included, in order to create a custom road map.
CycleAtlas 1.4dev major features:
- Manage ride data, route map, profile and time table
- Map editor, for creating a custom road map
- Map can display shapefiles, raster images, elevation data (DTED only)
- View 3D maps
- Auto download of raster map from mapblast or expedia server for a given position or for an area.
- Road profiles computed automatically, using elevation data (DTED or SRTM DEM)
- Import GPS tracks (in GPX format) as a new road inside the map editor
- Export map and profile images.
Main features:
- Manage ride data like ride name, date, distance, time, average speed, notes
- Manage ride routes, inserted by clicking on a custom road map.
- Manage partial ride times (like time spend in a climb)
- Display ride data, route map, route profile and route time table
- Compute expected time passing for all locality in the route, difference between expected time and effective time.
- Manage different cyclist speed profiles (ex. specialized/MTB)
- Query about cycling data, built-in (sum distance for year,..) and custom, by using SQL queries
- Chart about cycling data, built-in (sum distance for year,..) and custom, by using SQL queries
- Route search, with indication of time spent in the partial path
- Custom map editor, with ability to load a background image for help trace road paths
Enhancements:
- Reimplemented GPX file parsing
- Added WMS server support
- Rearranged layers menu
- Added script for managing SRTM 90 meters resolution, 5x5 degrees
- Added a installation procedure
<<less
Download (7.1MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
815 downloads
Maps 1.0

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.
<<less
Download (0.011MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1167 downloads
 
Other version of Maps
Maps 0.5Maps provides a simple, easy to use Plone integration with Google Maps by Plone Solutions. Maps integration for Plone. Main features: - Ease of use - Add locations to a folder - Set the view
License:GPL (GNU General Public License)
Download (0.023MB)
1002 downloads
Added: 2007-04-14
CMap 0.2

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.
<<less
Download (0.008MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
697 downloads
Plone Google Maps 0.2

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)

<<less
Download (0.042MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
945 downloads
Crossfire Maps 1.10.0

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.

<<less
Download (21.2MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
639 downloads
Convert::CharMap 0.01

Convert::CharMap 0.01


Convert::CharMap is a Perl module that can conversion between Unicode Character Maps. more>>
Convert::CharMap is a Perl module that can conversion between Unicode Character Maps.

SYNOPSIS

use Convert::CharMap;
my $map = Convert::CharMap->load(CharMapML => test.xml);
$map->save(UCM => test.ucm);

This module transforms between unicode character map formats, using an in-memory representation of CharMapML as the intermediate format.

Currently is supports the CharMapML, YAML and UCM (write-only) backends; ENC, Iconv and other maps are also planned.

<<less
Download (0.004MB)
Added: 2006-08-18 License: Perl Artistic License Price:
1164 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5