<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ask the GPS Expert &#187; Cartography</title>
	<atom:link href="http://blog.expertgps.com/blog/category/cartography/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.expertgps.com/blog</link>
	<description>Expert answers to your questions about GPS, Mapping, GIS, and CAD</description>
	<lastBuildDate>Tue, 28 Jul 2009 20:44:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert a GIS Trail Network to GPX for GPS Download</title>
		<link>http://blog.expertgps.com/blog/2009/05/convert-a-gis-trail-network-to-gpx-for-gps-download/</link>
		<comments>http://blog.expertgps.com/blog/2009/05/convert-a-gis-trail-network-to-gpx-for-gps-download/#comments</comments>
		<pubDate>Fri, 29 May 2009 23:02:04 +0000</pubDate>
		<dc:creator>Dan Foster</dc:creator>
				<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Converting Data Formats]]></category>
		<category><![CDATA[Converting GPX]]></category>
		<category><![CDATA[Converting SHP]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[GPX]]></category>
		<category><![CDATA[shp]]></category>

		<guid isPermaLink="false">http://blog.expertgps.com/blog/?p=370</guid>
		<description><![CDATA[

Robert G. asks:
I have a client who is interested in providing their trail network for users to download to their handheld GPS receivers. After searching extensively, I have not been able to find a solution to what I thought would be a simple process: How to convert existing GIS data into a format that can [...]]]></description>
			<content:encoded><![CDATA[<span id="more-370"></span>
<!--noteaser-->
<p class="question"><b>Robert G. asks:</b><br />
<img src="http://www.expertgps.com/images/open-quote.png" alt="quote" />I have a client who is interested in providing their trail network for users to download to their handheld GPS receivers. After searching extensively, I have not been able to find a solution to what I thought would be a simple process: How to convert existing GIS data into a format that can be downloaded onto any GPS receiver, without having to convert the data each time. Ideally, the file would be converted once (or at least once per receiver manufacturer), and provided for download via their web site.<img src="http://www.expertgps.com/images/close-quote.png" alt="quote" />
</p>
<br />
<img class="right" src="http://www.expertgps.com/images/gpx256.png" alt="Convert GIS trail networks to GPX for Garmin, Magellan, and Lowrance with ExpertGPS Pro" width="256" height="256" />
<p>GPX, the GPS Exchange Format, has become the de-facto standard for delivering GPS and GIS data to consumer-grade GPS receivers.  GPX files can be used by hundreds of GPS receivers and mapping programs, including ExpertGPS, Google Earth, MapSource, MapSend, and MapCreate.  Ten years ago, there simply wasn't a common file format, so you had to distribute different files for each brand of GPS receiver (and usually, several different formats for the GPS receivers within a single brand).  GPX has changed all of that.</p>
<p>I happen to be one of the founding fathers of the GPX file format - I helped write the initial GPX 1.0 file format, and have written and maintained the GPX documentation since day 1.  ExpertGPS, as you might expect, uses GPX as its native file format, and is widely used as a GPX authoring tool and GPX file converter.</p>
<h2>Converting GIS shapefile data to GPX</h2>
<p>Once you <a href="http://blog.expertgps.com/blog/2009/05/how-to-add-a-new-coordinate-format-or-datum-to-expertgps/">configure ExpertGPS to use the same coordinate format and datum as ArcMap</a>, you just click Import on the File menu, and select your shapefile data.  ExpertGPS Pro will convert your .shp polylines and points into GPS tracks and waypoints.  Click Save to save the trail network in GPX format.  Your data is ready to be distributed - anyone who downloads the GPX file from your Web site can send it to their GPS using their favorite mapping software.  (If they don't have software, <a href="http://www.easygps.com/default.asp">EasyGPS is GPS freeware</a> that works with any GPS.</p>
<br />
<br style="clear:both;" />
]]></content:encoded>
			<wfw:commentRss>http://blog.expertgps.com/blog/2009/05/convert-a-gis-trail-network-to-gpx-for-gps-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why does ExpertGPS connect the end of my drawn shape back to the beginning?</title>
		<link>http://blog.expertgps.com/blog/2009/05/why-does-expertgps-connect-the-end-of-my-drawn-shape-back-to-the-beginning/</link>
		<comments>http://blog.expertgps.com/blog/2009/05/why-does-expertgps-connect-the-end-of-my-drawn-shape-back-to-the-beginning/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:55:04 +0000</pubDate>
		<dc:creator>Dan Foster</dc:creator>
				<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Customizing your Map]]></category>
		<category><![CDATA[Mapping Tips and Tricks]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[types]]></category>

		<guid isPermaLink="false">http://blog.expertgps.com/blog/?p=355</guid>
		<description><![CDATA[

An ExpertGPS user asks:
When I trace a stream over the map in ExpertGPS, why does ExpertGPS connect the end of my drawn shape back to the beginning?


The short answer: because you are drawing with a filled shape type.  ExpertGPS allows you to assign a cartographic style to the objects you draw on the map. [...]]]></description>
			<content:encoded><![CDATA[<span id="more-355"></span>
<!--noteaser-->
<p class="question"><b>An ExpertGPS user asks:</b><br />
<img src="http://www.expertgps.com/images/open-quote.png" alt="quote" />When I trace a stream over the map in ExpertGPS, why does ExpertGPS connect the end of my drawn shape back to the beginning?<img src="http://www.expertgps.com/images/close-quote.png" alt="quote" />
</p>
<br />
<p>The short answer: because you are drawing with a <b>filled</b> shape type.  ExpertGPS allows you to assign a cartographic style to the objects you draw on the map.  Every shape, track, and waypoint in ExpertGPS has a Type that you assign.  You define the cartographic style (color, line pattern, fill color) for that Type in the Edit Type dialog (the Edit Shape Type dialog is shown below).  For Routes, Tracks and Shapes, you can choose a fill pattern.  Obviously, only filled objects should have a fill pattern.  A lake would have a blue fill.  A stream, being a linear object, shouldn't have any fill.  It should just have a blue line color.</p>
<h2>Automatic Closing of Filled Shapes</h2>
<p>When you draw a new object on the map, and assign it a filled shape type, ExpertGPS automatically closes the shape (by connecting the last point you drew back to the beginning point).  Otherwise, you'd end up with lakes with holes in them, and your map would get all wet!</p>
<p>You can manually close any route, shape, or track by selecting it, right-clicking, and clicking Close.  To save you this effort, ExpertGPS does it automatically when you assign a filled type to something you've just drawn on the map.</p>
<img src="http://www.expertgps.com/help/images/dlg/dlg-edit-shape-type.png" alt="Edit Shape Type dialog in ExpertGPS" />
<p>So, if you are tracing the lakes, ponds, streams, and creeks of your area off the topo maps, you should create two Shape Types: Lake and Stream.  Lake would have a Solid fill, and Stream would have fill set to None.  Choose the Lake type for any body of water (lake, pond, reservoir) and Stream for any linear waterway (stream, creek, canal).</p>
<p>To learn more about the power of ExpertGPS' cartographic styles and types, read <a href="http://www.expertgps.com/help/type.asp">Working with Types</a> in the ExpertGPS Help File.</p>
<br />
<br style="clear:both;" />
]]></content:encoded>
			<wfw:commentRss>http://blog.expertgps.com/blog/2009/05/why-does-expertgps-connect-the-end-of-my-drawn-shape-back-to-the-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
