How To Create Garmin Topo Maps - Part 6 - Federal Lands

Author: Dan Blomberg | Last updated January 18th, 2016 at 01:03pm

Introduction

The 6th part of this tutorial details where to download and how to process federal lands. This includes Native American Reservations, National Parks, Forest Service Areas, military bases, and more lands of that type.  The data comes from a variety of sources.  Each state may also have more data available but this tutorial will not delve in-depth to that. All data for this part was downloaded back during the setup part.

Processing

There are two completely separate ways to process all this data. One method involves using QGIS while the other involves Global Mapper.  Read just the portion for the GIS software you will be using. If QGIS, continue reading; if Global Mapper click here to skip to the Global Mapper section.

Processing Federal Lands with QGIS

In this section we will process the state file and all the federal lands with QGIS. Additionally, each file will be clipped so it does not expand beyond the state border.

Native American Reservations

  1. Add the vector layer GU_NativeAmericanArea.shp and open with the GU_StateOrTerritory.shp file modified back in part 1 (Layer > Add Layer > Add Vector Layer...)
  2. Open the field calculator
  3. In the Create a new field section set the following:
    Output field name to MP_TYPE 
    Output field type as "Text (string)"
    Output field width to 15 
  4. In the expression portion put the following:
    '0x0d'
  5. Click OK
  6. Click Edit and click Save
  7. Go to Vector > Geoprocessing Tools > Clip
  8. For the input layer select GU_NativeAmericanArea and for the clip layer select GU_StateOrTerritory
  9. For output file hit Browse and call the file reservations (in your federal_land folder)
  10. Click OK
  11. Remove the reservations and the GU_NativeAmericanArea layers
  12. Leave QGIS open with the GU_StateOrTerritory layer loaded; we will use it for future steps.

Federal Lands

In this section we will process data representing: National Park Service National Parks, U.S. Forest Service Wilderness Areas, Bureau of Land Management Land Areas and Wilderness Areas, Fish & Wildlife Land & Refuges, Military Bases, National Cemeterys, and U.S. Forest Service National Forests.  All of these land types are important for topographic maps.

  1. Add the vector layer GU_Reserve.shp (Layer > Add Layer > Add Vector Layer...)
  2. Go to Vector > Geoprocessing Tools > Clip
  3. For the input layer select GU_Reserve and for the clip layer select GU_StateOrTerritory
  4. For output file hit Browse and call the file reserves (in your federal_land folder)
  5. Click OK
  6. Remove the GU_Reserve layer
  7. Open the field calculator
  8. Check the "Update Existing Field" box and select NAME
  9. In the expression portion put the following:
    if( "NAME"  IS NULL, if( "OWNERORMAN" =3,'BLM',"NAME"), "NAME" )
  10. Click OK
  11. Open the field calculator again
  12. In the Create a new field section set the following:
    Output field name to MP_TYPE 
    Output field type as "Text (string)"
    Output field width to 15 
  13. In the expression portion put the following:
    CASE 
     WHEN  "FTYPE" = 670 THEN '0x1a' --National Cemetery
     WHEN  "FTYPE" = 671 THEN '0x15' --National Forest
     WHEN  "FTYPE" = 672 THEN '0x16' --Forest, Grassland, Wilderness
     WHEN  "FTYPE" = 673 THEN '0x04' --Military Base
     WHEN  "FTYPE" = 674 THEN '0x14' --National Park or National Monument
     WHEN  "FTYPE" = 675 THEN '0x16' --Wilderness Area
     WHEN  "FTYPE" = 676 THEN '0x16' --Fish & Wildlife Refuge
     WHEN  "FTYPE" = 677 THEN '0x16' --BLM Land
    ELSE NULL
    END
  14. Click OK
  15. Click Edit and click Save
  16. You can close QGIS

You are now done with the Federal Lands portion of this tutorial via QGIS. Click here to skip the Global Mapper part and see what's next.


Global Mapper

In this section we will process the state file and all the federal lands with Global Mapper. Additionally, each file will be clipped so it does not expand beyond the state border.

Native American Reservations

  1. First open GU_StateOrTerritory (from back in Setup/Part 1) in Global Mapper
  2. Now open the GU_NativeAmericanArea shapefile in Global Mapper
  3. Click Search>Search by Attributes, Name, and Description
  4. Under Select Layer(s) to search select "Search Specific Layers" and uncheck GU_StateOrTerritory
  5. Click "New Search!"
  6. Click "Select All"
  7. Click "Edit Selected"
  8. Under Feature Attributes click "New"
  9. Type "MP_TYPE" into the "Attribute Name" and "0x0d" into the "Attribute Value" field.
  10. Click "OK"
  11. Close all the windows.
  12. Click the digitizer tool (pencil)
  13. Select the state (not a reservation)
  14. Right click on the state and select "Crop/Combine/Split Functions" then "CROP - Crop Loaded Features to Selected Area(s)"
  15. Check the "Mark Cropped Features Deleted"
  16. Click OK
  17. Open the Control Center and close the GU_StateOrTerritory overlay
  18. Click File>Export Vector Data>Export Shapefile...
  19. In the shapefile export options window check the box for Export Areas and then call the file reservations.
  20. Click "OK"
  21. Close Global Mapper.  The reservations are completed.

Federal Lands

  1. First open GU_StateOrTerritory in Global Mapper
  2. Now open the GU_Reserveshapefile in Global Mapper
  3. Click the digitizer tool (pencil)
  4. Select the state (not a federal land area)
  5. Right click on the state and select "Crop/Combine/Split Functions" then "CROP - Crop Loaded Features to Selected Area(s)"
  6. Check the "Mark Cropped Features Deleted"
    Note: In testing the crop errors that popped up did not seem to effect the final outcome.
  7. Click OK
  8. Click Search>Search by Attributes, Name, and Description
  9. Under Select Layer(s) to search select "Search Specific Layers" and uncheck GU_StateOrTerritory
  10. In Search Criteria set Attribute/Item to OWNERORMAN
  11. Change compare value to 3 
  12. Click "New Search!"
  13. Now change attribute/item to NAME and make compare value blank
  14. Click "Search in Existing Results"
  15. Click "Select All"
  16. Click "Edit Selected"
  17. Under Feature Attributes select NAME and click Edit
  18. Change the attribute value to BLM
  19. Click OK
  20. Click OK in the modify selected area features window
  21. Now we can start the process for setting the MP_TYPE.
  22. Handle National Cemeteries
    1. In Search Criteria set Attribute/Item to FTYPE and set Compare Value to 670
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x1a" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  23. Handle National Forests
    1. Now in Search Critera change the Compare Value to 671
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x15" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  24. Handle undefined forests/grasslands/wildernesses
    1. Now in Search Critera change the Compare Value to 672
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x16" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  25. Handle Military bases
    1. Now in Search Critera change the Compare Value to 673
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x04" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  26. Handle National Parks and National Monuments
    1. Now in Search Critera change the Compare Value to 674
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x14" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  27. Handle USFS Wilderness Areas
    1. Now in Search Critera change the Compare Value to 675
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x16" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  28. Handle Fish & Wildlife Refuges
    1. Now in Search Critera change the Compare Value to 676
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x16" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  29. Handle BLM land
    1. Now in Search Critera change the Compare Value to 677
    2. Click "New Search!" then click "Select All" then click "Edit Selected"
    3. Under Feature Attributes click "New"
    4. Type "MP_TYPE" into the "Attribute Name" and "0x16" into the "Attribute Value" field.
    5. Click "OK" and then click OK in the Modify Selected Area Features window
  30. Open the Control Center and close the GU_StateOrTerritory overlay
  31. Click File>Export Vector Data>Export Shapefile...
  32. In the shapefile export options window check the box for Export Areas and then call the file reserves.
  33. Click "OK"
  34. Close Global Mapper.  The federal lands are completed.

Other Data

The data sources used above provide national level data.  It is possible that state land uses would not be included.  A search within your state's GIS databases may be neccessary.  A great place to start is the "Starting the Hunt" page provided by the University of Arkansas.  The data can be processed the same way.  A list of appropriate MP_TYPE values is available here in pdf format.

What's Next?

We're getting near the end of our tutorial.  The last thing we need to complete a "basic" topographic map for a Garmin GPS receiver is the state and county boundaries.

<-- Previous - Points of Interest | Table Of Contents | Next - Borders -->