Online Mapping: Difference between revisions
imported>Matthew No edit summary |
imported>Matthew No edit summary |
||
| Line 64: | Line 64: | ||
(Somebody who has an account please describe mapping using Bivouac.) | (Somebody who has an account please describe mapping using Bivouac.) | ||
[[Category:Tips]] | |||
Revision as of 21:35, 10 April 2007
This page describes various ways of producing maps for backcountry navigation using online mapping tools.
GeoGratis CanMatrix
GeoGratis has a large selection of geospatial data and maps for free, including Scans of the NTS topo maps (the same maps you would purchase). You can search by mapsheet (eg. 92j3) and click on the map you want.
iMapBC
iMapBC is a comprehensive online mapping application with numerous features, great for making your own maps. It is possible to import GPS waypoint data, mark locations, add UTM gridlines, create PDFs of maps, and lots more. For an example of what is possible see the PDF maps on the Brew Hut page under Access.
Adding UTM gridlines
- Click Layers -> Add -> Base Layers
- In the pop-up window, select the gridlines you want to add, e.g. "UTM Gridlines (1:1,000)"
- In the main window, click "Refresh Map"
Marking locations on the map
- Click Toolsets -> Markup
- To add a location where you know the coordinates (e.g. a single GPS waypoint), click the "Add Coordinates to Map" button, then enter the coordinates
- To add a point to the map by clicking on the location, use the "Add XY Location to Map" button
Importing multiple GPS waypoints
First create a spreadsheet of the waypoints, with an initial column numbering the waypoints, e.g.:
| 1 | -123.31381 | 49.92509 |
| 2 | -123.32506 | 49.93141 |
| 3 | -123.33503 | 49.93537 |
| 4 | -123.33706 | 49.93935 |
Save this as a .csv file, then you can import the waypoints into iMapBC as a new layer on the map:
- Click Toolsets -> Analytical
- Click the "Upload CSV" button ("a" on a page with an upload arrow)
- Select the file and follow the instructions
TrailPeak
It's possible to extract the GPS waypoint data from the google maps on TrailPeak (and then import them into iMapBC, for example). To do this (in firefox), the procedure is as follows:
- right click on the small preview map
- click "This Frame" -> "Show Only This Frame"
- view the page source (CTRL+U)
- The GPS data is in the Javascript - copy and paste into your favourite text editor
- remove the latitudes and longitudes and paste into a spreadsheet
- save as a .csv file
- import into iMapBC as described above
Bivouac
(Somebody who has an account please describe mapping using Bivouac.)