mapgrid
Produces a user defined cartographic graticule (latitude/longitude grid) in GML form.
This application will create a GML (Geography Mapping Language) file
containing drawing instruction for a user defined latitude/longitude
graticule (grid). The MAPFILE provides definition of map projection
parameters while user input 'Options' define how specific latitude and lines
are drawn. The resulting GML file can be viewed by various applications such
as QGIS, Snowflake GML Viewer, GAIA, etc. In addition, GML files produced
via this program can be manipulated by GDAL utilities for conversion to
other usable formats. For example, the "ogr2ogr" utility can produce DXF and
ESRI Shape files readable by Adobe Illustrator and Arc applications
respectively.
Categories
History
Elizabeth Ribelin | 2005-09-06 | Original version |
Brendan George | 2005-11-01 | Fixed application test for all systems |
Elizabeth Miler | 2005-11-03 | Fixed bug in xml and made appTest test larger lat/lon increments and spacings to reduce the size of truth files |
Elizabeth Miller | 2005-11-29 | Modified mapgrid so the boundary lat lines will always be drawn |
Elizabeth Miller | 2006-05-18 | Depricated CubeProjection and ProjectionManager to ProjectionFactory |
Steven Lambright | 2007-06-21 | Changed output to be in GML format, fixed bug with bounded option |
Steven Lambright | 2007-07-17 | Fixed bug with include files. |
Travis Addair | 2009-08-10 | Mapping group parameters are now placed into the print file. |
Steven Lambright | 2012-01-05 | Tested and documented for the January 2012 release. The documentation updates included were recommended by Chris Isbell. |
Debbie A. Cook | 2012-12-06 | Changed to use TProjection instead of Projection. References #775 |