<?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: Create Latitude Longitude overlay on a US map with Interstates in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7664#M7658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an issue when saving to SWF where the map gets shifted. The data is in the correct place but the map isn't, giving the result that you see. That issue is fixed in JMP 11.1, which will be available as a web update in January or full release in February 2014. I don't believe there is a workaround in the meantime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 19:05:19 GMT</pubDate>
    <dc:creator>JohnPonte</dc:creator>
    <dc:date>2013-11-26T19:05:19Z</dc:date>
    <item>
      <title>Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7654#M7648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to create a data visualization in JMP of the location of customers; and despite several hours of research using Google, I haven't been able to find good directions.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is what I want my map to contain: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-each plot point should be the a Latitude Longitude intersection &lt;BR /&gt;-the points should be plotted on a US map that shows interstates &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-the size of each plot point should be determined by the variable 'total_visits' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-the color of each plot point should be determined by the variable ' primary_store' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-the map view should only show Atlanta, GA, and the surrounding area &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using JMP 9.0.2 I have installed the WMS Explorer add-in from this location: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.jmp.com/software/add-ins.shtml?utm_source=jmp9&amp;amp;utm_medium=software"&gt;http://www.jmp.com/software/add-ins.shtml?utm_source=jmp9&amp;amp;utm_medium=software&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have found a WMS server that should give me a map with Interstates: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mapmatters.org/wms/648249"&gt;http://mapmatters.org/wms/648249&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;WMS URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/wwa"&gt;http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/wwa&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is where I'm stuck.&amp;nbsp; I can't get my points to plot using Lat, Long; I can't get the map with interstates to show up. Does anyone know how to do this or know of a good tutorials? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Lee&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:00:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7654#M7648</guid>
      <dc:creator>leeklammer</dc:creator>
      <dc:date>2013-10-24T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7655#M7649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In JMP you could use either Graph Builder or Bubble Plot to get what you are after. I assume your data has the lat / lon values. Use longitude as the x axis and latitude as the y axis, use total_visits as the size variable and use primary_store as the color variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a map you can set the background map option, which can be found by doing a right-mouse-click over the graph and select the background map dialog. The last option for image based maps is the Web Map Service. Enter the url you mentioned in the URL field, then enter us_interstates in the field called Layer. For the WMS server, you must enter a URL for the server and a layer name for the desired layer. Based on the picture you attached to this thread, it looks like you want to use the us_interstates layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to a blog post I did about using the WMS background map option:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/jmp/2010/11/09/all-about-background-maps-in-jmp-9-nasa-server-and-web-map-service/" rel="noopener noreferrer" target="_blank"&gt;http://blogs.sas.com/content/jmp/2010/11/09/all-about-background-maps-in-jmp-9-nasa-server-and-web-map-service/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW - I see you are using the WMS Explorer add-in. That add-in was designed to help you discover what the layers are for a particular WMS server. But layers aren't always visible at all zoom levels. So you may have to zoom in on the US before the us_interstates layer will become visible. That is dictated by the WMS server, not by the add-in. Try zooming in to see the interstates appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4433_AtlantaInterstates.jpg" style="width: 664px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/259iE78EF27A3AE69431/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4433_AtlantaInterstates.jpg" alt="4433_AtlantaInterstates.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is a link to a blog post I did about using the WMS Explorer:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/jmp/2010/11/22/all-about-background-maps-in-jmp-9-wms-explorer-add-in/" rel="noopener noreferrer" target="_blank"&gt;http://blogs.sas.com/content/jmp/2010/11/22/all-about-background-maps-in-jmp-9-wms-explorer-add-in/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last note of interest. In version 11 of JMP, just released last month, we now include another option for background maps called Street Map Service. Like the Web Map Service it uses a server to produce a map. But the Street Map Service uses a server provided by JMP. You don't have to know the URL or a layer name. The Street Map Service will produce a map with the appropriate amount of detail based on your zoom level. That will include all of the us interstates, once you zoom in on the US.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what it looks like in version 11 with the Street Map Service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4434_AtlantaInterstates2.jpg" style="width: 712px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/260iE4A013EB9840A7A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4434_AtlantaInterstates2.jpg" alt="4434_AtlantaInterstates2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. If you have any further questions please feel free to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John Ponte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:26:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7655#M7649</guid>
      <dc:creator>JohnPonte</dc:creator>
      <dc:date>2016-10-18T20:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7656#M7650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your comprehensive response! The bubble plot was exactly what I was looking for, but I'm still having trouble getting the interstates to show up on my map.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4452_Capture2.PNG" style="width: 682px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/264i8D829929AD1497D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4452_Capture2.PNG" alt="4452_Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do my background map specification I'm using look correct?&amp;nbsp; If so, is it possible I'm missing some JMP element?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4451_Capture.PNG" style="width: 585px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/265i2E4A5481D7796B09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4451_Capture.PNG" alt="4451_Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:27:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7656#M7650</guid>
      <dc:creator>leeklammer</dc:creator>
      <dc:date>2016-10-18T20:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7657#M7651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your background specification looks almost correct. One thing I noticed is that the layer name starts with capital letters,&amp;nbsp; 'US', instead of 'us'. I tried using 'US' and the roads did not appear however they did appear when I changed it to 'us'. So I would be careful of capitalization as well as leading and trailing blank spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other issue I see is that you might be zoomed in too close to use the us_interstates layer. I created a graph with the axes as your image shows and I noticed the interstates disappeared. If I zoomed out, then the interstates reappeared. As I mentioned in my earlier response, a layer is defined to be visible only within a specified zoom range. That range is defined by the data used to generate the map. So as a user, you have no control over that. If us_interstates only appears when you are zoomed out too far, then try using major_roads. That layer appears when you are zoomed in closer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the graph using major_roads as the layer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4453_AtlantaRoads.jpg" style="width: 769px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/266iBF5157CA4AB74A02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4453_AtlantaRoads.jpg" alt="4453_AtlantaRoads.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes. You are so close!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:27:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7657#M7651</guid>
      <dc:creator>JohnPonte</dc:creator>
      <dc:date>2016-10-18T20:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7658#M7652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;major_roads got me the map I was going for; thank you very much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:22:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7658#M7652</guid>
      <dc:creator>leeklammer</dc:creator>
      <dc:date>2013-10-28T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7659#M7653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple follow-up question.&amp;nbsp; I saved my map as an .SWF file, and I'm having three problems when viewing the .HTM file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The background major_roads and US Counties do not show up [see figure1]&lt;/P&gt;&lt;P&gt;2. One of my store names shows up as 'Other' rather than the actual name [see figure1]&lt;/P&gt;&lt;P&gt;3. When I deselect 'All' there are still a few random datapoints (checked the data, and all should have a listed Prime_Store) [see figure2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on these issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4461_nomap.PNG" style="width: 669px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/267i63A62A09B50A8DA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4461_nomap.PNG" alt="4461_nomap.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Figure2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4462_NoStore.PNG" style="width: 669px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/268i24F05966F0C9BF56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4462_NoStore.PNG" alt="4462_NoStore.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:27:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7659#M7653</guid>
      <dc:creator>leeklammer</dc:creator>
      <dc:date>2016-10-18T20:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7660#M7654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, the ability to embed in a PowerPoint presentation would be cool as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:13:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7660#M7654</guid>
      <dc:creator>leeklammer</dc:creator>
      <dc:date>2013-10-29T16:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7661#M7655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing you are running version 9 of JMP. The background map feature was added in JMP 9 but support for the background maps as part of the flash output was not added until JMP 10. That is true for both the raster maps (like the WMS map) and the vector maps (US Counties boundary shape). That is why you are not seeing either of those maps. You would have to upgrade to version 10 (or even 11) to get the maps in your flash output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the other two questions, I don't know off hand. Those are more about saving to flash than they are about the mapping functionality. But I'll see if I can track down an answer for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 19:19:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7661#M7655</guid>
      <dc:creator>JohnPonte</dc:creator>
      <dc:date>2013-10-29T19:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7662#M7656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for embedding in PowerPoint - we've heard that from others as well. JMP is headed in a different direction. We are now focusing on writting output to HTML5. This allows users to share their output with non-JMP users in a variety of ways. All someone would need is a browser. Or, you could embed your output as HTML5 into PowerPoint. The HTML5&amp;nbsp; output would also be viewable on devices that don't support flash. JMP version 11 includes a limited release of this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 19:24:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7662#M7656</guid>
      <dc:creator>JohnPonte</dc:creator>
      <dc:date>2013-10-29T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7663#M7657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have since upgraded to JMP 11, and I was able to output my map with major roads and US counties as a SWF file.&amp;nbsp; However, I just noticed that the map looks different in JMP than when I open the SWF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example below, you can see the big green dot lies on a county line in the JMP view, but relatively east and south in the SWF view.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4568_jmpvsswfmap.jpg" style="width: 1141px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/279iFB07FFBEADEC280E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4568_jmpvsswfmap.jpg" alt="4568_jmpvsswfmap.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the same with some US maps I'm working on where the data gets 'stretched' horizontally such that California markers are in the Pacific and east coast markers in the Atlantic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what could cause that or how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:29:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7663#M7657</guid>
      <dc:creator>leeklammer</dc:creator>
      <dc:date>2016-10-18T20:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create Latitude Longitude overlay on a US map with Interstates in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7664#M7658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an issue when saving to SWF where the map gets shifted. The data is in the correct place but the map isn't, giving the result that you see. That issue is fixed in JMP 11.1, which will be available as a web update in January or full release in February 2014. I don't believe there is a workaround in the meantime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:05:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Latitude-Longitude-overlay-on-a-US-map-with-Interstates/m-p/7664#M7658</guid>
      <dc:creator>JohnPonte</dc:creator>
      <dc:date>2013-11-26T19:05:19Z</dc:date>
    </item>
  </channel>
</rss>

