<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154675#M5759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;MAPSGFK is there as long as you have SAS 9.3m1 or greater. &lt;/P&gt;&lt;P&gt;And you can load the latest maps from MapsOnLine&amp;nbsp; (&lt;A href="http://support.sas.com/mapsonline"&gt;http://support.sas.com/mapsonline&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Darrell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 15:08:26 GMT</pubDate>
    <dc:creator>Darrell_sas</dc:creator>
    <dc:date>2014-08-12T15:08:26Z</dc:date>
    <item>
      <title>(Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154670#M5754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS,&lt;/P&gt;&lt;P&gt;I am a total newbie to Proc GMAP and GIS in general.&amp;nbsp; I am trying to create some maps of Canada at the Province (PR), Census Division (CD), Census Subdivision (CSD) and Dissemination Area (DA) levels.&amp;nbsp; I would also like to add a population ecumene layer on top of the map in order to mask the unpopulated areas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The province map provided in SAS is outdated by almost 2 decades as it doesnt include the territory of Nunavut, created in 1999.&amp;nbsp; However, one can &lt;A href="http://www12.statcan.gc.ca/census-recensement/2011/geo/bound-limit/bound-limit-2011-eng.cfm"&gt;download the Cartography Boundary Files (CBF) from Statistics Canada&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to import, project and map the Province/Territories data and have a satisfying result.&amp;nbsp; However, I get weird connecting lines when trying to map the imported "Population Ecumene" file.&amp;nbsp; The results are below.&amp;nbsp; Note the horizontal lines in the north west territories and through the Hudson Bay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is shared below the images.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; My follow up question is as follow: I would like to have a map of the provinces, but blank out all the area where ECUMEN="0".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7017" alt="pridu.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7017_pridu.png" width="450" /&gt;&lt;IMG __jive_id="7018" alt="ecumene.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7018_ecumene.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname temp "c:\TEMP";&lt;/P&gt;&lt;P&gt;proc mapimport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=temp.Ecu_nonproj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile="C:\maps\cBf\gecu000e11a_e\gecu000e11a_e.shp";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id ecuid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gproject data=temp.ecu_nonproj out=temp.ECU_proj eastlong deg&lt;/P&gt;&lt;P&gt;project=lambert;&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;/P&gt;&lt;P&gt;ods html path="C:\temp";&lt;/P&gt;&lt;P&gt;proc gmap data=temp.ECU_proj map=temp.ECU_proj;&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;choro ecumene;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************;&lt;/P&gt;&lt;P&gt;proc mapimport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=temp.prov_nonproj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile=""C:\Tmaps\cBf\gpr_000b11a_f\gpr_000b11a_f.shp";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id pridu;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gproject data=temp.prov_nonproj out=temp.prov_proj eastlong deg&lt;/P&gt;&lt;P&gt;project=lambert;&lt;/P&gt;&lt;P&gt;id pridu;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;/P&gt;&lt;P&gt;ods html path="C:\temp";&lt;/P&gt;&lt;P&gt;proc gmap data=temp.prov_proj map=temp.prov_proj;&lt;/P&gt;&lt;P&gt;id pridu;&lt;/P&gt;&lt;P&gt;choro pridu;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154670#M5754</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2014-08-08T18:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154671#M5755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you're doing everything correctly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded your code, and the shape files, and was able to reproduce the "stray line" problem you were seeing. I reproduced it in SAS versions 9.2, 9.3, and 9.4, and the "work around" suggested by the gmap developers was to reduce the number of points used in the map (see Proc Greduce).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In releast 9.4-maintenance-1, the problem appears to have been fixed by our R&amp;amp;D group in China (internal tracking number S0905829, if you happen to be working with Tech Support on problems related to this). I ran your code using that release, and it came out clean, with no stray lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7023" alt="canada1.png" class="jive-image-thumbnail jive-image" height="559" src="https://communities.sas.com/legacyfs/online/7023_canada1.png" width="777" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 20:03:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154671#M5755</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-08-08T20:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154672#M5756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The speed and depth of your reply was definitely *way* above what I was hoping for and I had to show it to everyone within earshot.&amp;nbsp; I talk very loud, too.&amp;nbsp; Proc GREDUCE solved the issue stray line issue and I believe the cost of the islands up north actually look better.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid this will bring up another issue since I am trying to overlap two maps and&amp;nbsp; that running GREDUCE might mean that the&amp;nbsp; GREDUCED ecumene layer won't overlap perfectly with the province layer&amp;nbsp; when trying to mask non-populated areas.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7025" alt="density less than2.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7025_density less than2.png" width="450" /&gt;&lt;IMG __jive_id="7026" alt="density less than3.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7026_density less than3.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For anyone interested, here is my latest code for the ECUMENE part&amp;nbsp; with the added Proc GREDUCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname temp "c:\TEMP";&lt;/P&gt;&lt;P&gt;proc mapimport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=temp.Ecu_nonproj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile="c:\maps\cBf\gecu000e11a_e\gecu000e11a_e.shp";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id ecuid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gproject data=temp.ecu_nonproj out=temp.ECU_proj eastlong deg&lt;/P&gt;&lt;P&gt;project=lambert;&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc greduce data= temp.Ecu_proj&amp;nbsp; out= temp.Ecu_greduce;&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;/P&gt;&lt;P&gt;ods html path="C:\temp";&lt;/P&gt;&lt;P&gt;proc gmap data=temp.Ecu_greduce(where=(density&amp;lt;2)) map=temp.Ecu_greduce(where=(density&amp;lt;2));&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;choro ecumene;&lt;/P&gt;&lt;P&gt;title "ECU density&amp;lt;2";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gmap data=temp.Ecu_greduce(where=(density&amp;lt;3)) map=temp.Ecu_greduce(where=(density&amp;lt;3));&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;choro ecumene;&lt;/P&gt;&lt;P&gt;title "ECU density&amp;lt;3";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;proc gmap data=temp.Ecu_greduce(where=(density&amp;lt;4)) map=temp.Ecu_greduce(where=(density&amp;lt;4));&lt;/P&gt;&lt;P&gt;id ecuid;&lt;/P&gt;&lt;P&gt;choro ecumene;&lt;/P&gt;&lt;P&gt;title "ECU density&amp;lt;4";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 20:52:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154672#M5756</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2014-08-08T20:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154673#M5757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding the MAPS being too old, you should be using MAPSGFK instead.&lt;/P&gt;&lt;P&gt;MAPS are old and cannot change.&lt;/P&gt;&lt;P&gt;MAPSGFK are new and are supported by GfK GeoMarketing.&amp;nbsp; We ship the maps when they are shipped to us.&lt;/P&gt;&lt;P&gt;These maps are not completely compatible with MAPS.&amp;nbsp; For example, for Canada:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;proc sort&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=mapsgfk.canada &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=smymap;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; id1 id; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt; proc gremove&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=smymap &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=mymap;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; id1; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; id; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; data mymap (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;drop&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=id1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; set&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; mymap; id=id1; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt; proc gmap&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=mymap &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=mymap;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; id; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;choro&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; id / &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;nolegend&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 18:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154673#M5757</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2014-08-11T18:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154674#M5758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd62/new_94_sas.htm#mapsgfkhttp://"&gt;Hi Darrell,&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd62/new_94_sas.htm#mapsgfkhttp://"&gt;Thanks for the post.&amp;nbsp; I dont have SAS 9.4 yet but will make sure to give this a look when I do have it.&lt;/A&gt;&amp;nbsp; Then again, I doubt they have the geography I need, and the province map is the only one that was working flawlessly &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd62/new_94_sas.htm#mapsgfkhttp://"&gt;Googling for MAPSGFK led me to Robert's page about What's new in SAS GRAPH 9.4 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I can't wait to try these things&lt;A href="http://robslink.com/SAS/democd62/new_94_sas.htm#mapsgfkhttp://"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 13:04:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154674#M5758</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2014-08-12T13:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154675#M5759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;MAPSGFK is there as long as you have SAS 9.3m1 or greater. &lt;/P&gt;&lt;P&gt;And you can load the latest maps from MapsOnLine&amp;nbsp; (&lt;A href="http://support.sas.com/mapsonline"&gt;http://support.sas.com/mapsonline&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Darrell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 15:08:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154675#M5759</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2014-08-12T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: (Proc MAPIMPORT / GMAP)  Weird lines when mapping imported map of Canada</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154676#M5760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good to know, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 13:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-MAPIMPORT-GMAP-Weird-lines-when-mapping-imported-map-of/m-p/154676#M5760</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2014-08-14T13:54:55Z</dc:date>
    </item>
  </channel>
</rss>

