<?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: How to create a custom background map (not map shape)? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903444#M106243</link>
    <description>&lt;P&gt;shapes:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1758742572293.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83392iB038F3D14E6BD00D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1758742572293.png" alt="hogi_2-1758742572293.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;background map:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1758742553111.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83391i8128C8A02D195F43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1758742553111.png" alt="hogi_1-1758742553111.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 19:36:29 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-09-24T19:36:29Z</dc:date>
    <item>
      <title>How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/902996#M106194</link>
      <description>&lt;P&gt;I'm attempting to overlay defects (X Y Coordinates) onto a custom background map (the semiconductor chipset geometry). The chipset is detailed in the typical -Name and -XY files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On Background maps, the Scripting Index says:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Images are rasterized maps and support transparency. Boundaries are vector maps, defined by a shape file, and &lt;STRONG&gt;can be created by a user&lt;/STRONG&gt;. You can specify either an image or a boundary or both.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;but it doesn't detail how.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The JMP 18 graph builder menu (Graph&amp;gt; Background Map) only offers a few geographic options:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EOwl_0-1758635416212.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83279i9F18F94019CE9EE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EOwl_0-1758635416212.png" alt="EOwl_0-1758635416212.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example JSL is similarly cryptic, only referencing the name of a default map in the Boundaries function.&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;framebox &amp;lt;&amp;lt; Background Map(
    Images( "Simple Earth", Transparency( 0.7 ) ),
    Boundaries( "World" )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The syntax of the boundaries function isn't explained, what do I type to input my own 'Shape File'?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;Boundaries("None" | Shape File)&amp;gt; )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Has anyone successfully applied a custom background map? Do the map files have to be stored in the &lt;EM&gt;C:\Program Files\JMP\JMP\18\Maps&lt;/EM&gt; directory, or can they be anywhere?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 14:58:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/902996#M106194</guid>
      <dc:creator>EOwl</dc:creator>
      <dc:date>2025-09-23T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903025#M106195</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/68272"&gt;@EOwl&lt;/a&gt;,&lt;BR /&gt;Not an expert in semicon maps but I would check the following resources:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1)&lt;A href="https://community.jmp.com/t5/JMPer-Cable/How-to-make-a-wafer-map-in-JMP-in-under-30-seconds/ba-p/348607" target="_self"&gt;&amp;nbsp;How to make a wafer map in under 30 seconds&lt;/A&gt;&lt;BR /&gt;2) &lt;A href="https://community.jmp.com/t5/Learning-Center/How-do-I-Create-a-Semiconductor-Wafer-Heat-Map/ta-p/653261" target="_self"&gt;How to create a Semiconductor Heatmap&lt;/A&gt;&lt;BR /&gt;3)&lt;A href="https://community.jmp.com/t5/Learn-JMP-Events/Creating-Custom-Maps-to-Enhance-Your-Analyses/ev-p/810019/redirect_from_archived_page/true" target="_self"&gt;&amp;nbsp;Creating Custom Maps to Enhance Your Analyses&lt;/A&gt;&lt;BR /&gt;4) &lt;A href="https://marketplace.jmp.com/appdetails/Custom+Floorplan+Heat+Maps" target="_self"&gt;Custom Floorplan Heat Maps Addin&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope these will help a bit.&lt;BR /&gt;&lt;BR /&gt;Spyros&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 16:19:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903025#M106195</guid>
      <dc:creator>spyros_megalou</dc:creator>
      <dc:date>2025-09-23T16:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903031#M106198</link>
      <description>&lt;P&gt;Hi Spyros,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did come across a few of the resources you posted, they've been useful as reference for utilizing the map &lt;EM&gt;shape&lt;/EM&gt; part of graph builder. Unfortunately none of them cover custom &lt;EM&gt;background&lt;/EM&gt; map boundaries, which is necessary for the chip map since I've reserved map shape for another layer.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 16:40:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903031#M106198</guid>
      <dc:creator>EOwl</dc:creator>
      <dc:date>2025-09-23T16:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903420#M106241</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/68272"&gt;@EOwl&lt;/a&gt;&amp;nbsp;We're in the process of moving this add-in over to the JMP Marketplace but haven't quite gotten to it yet. I can't speak to if it works on JMP 18 since we haven't finished testing it but this seems similar to the problem you are trying to solve and was highly recommended.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Custom-Map-Creator/ta-p/21479" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Custom-Map-Creator/ta-p/21479&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 18:07:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903420#M106241</guid>
      <dc:creator>kristen-slappey</dc:creator>
      <dc:date>2025-09-24T18:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903444#M106243</link>
      <description>&lt;P&gt;shapes:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1758742572293.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83392iB038F3D14E6BD00D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1758742572293.png" alt="hogi_2-1758742572293.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;background map:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1758742553111.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83391i8128C8A02D195F43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1758742553111.png" alt="hogi_1-1758742553111.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 19:36:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903444#M106243</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-24T19:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903964#M106272</link>
      <description>&lt;P&gt;How did you draw the background shapes? There's no other countries or state boundaries so it's not one of the default options, is it a custom map?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:24:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903964#M106272</guid>
      <dc:creator>EOwl</dc:creator>
      <dc:date>2025-09-25T16:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903970#M106274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/68272"&gt;@EOwl&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I tried to do it myself and I think I got it. So you will need basically to create your own background map or maybe your boundaries. As it is mentioned here &lt;A href="https://www.jmp.com/support/help/en/19.0/#page/jmp/add-background-maps-to-graphs.shtml#" target="_self"&gt;Add Background Maps to Graphs&lt;/A&gt;&lt;SPAN&gt;: "&lt;EM&gt;The maps that you created from Esri shapefiles are also listed here.&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;" So you would need to add your own map in the maps folder. In this webinar it shows how you can create your own &lt;A href="https://community.jmp.com/t5/Learn-JMP-Events/Creating-Custom-Maps-to-Enhance-Your-Analyses/ev-p/810019" target="_self"&gt;Custom Maps.&lt;/A&gt;&lt;BR /&gt;So I just took the two files created there and added them to the maps folder of JMP (You have to go Help-&amp;gt; Sample Data Folder back two folders to the version number folder(e.g. 18) and then Maps. There you copy paste the two files you have created ( you can try with the ones from the Custom Maps webinar example&amp;nbsp;&lt;EM&gt;Solar tracker-XY and&amp;nbsp;Solar tracker-Name.&amp;nbsp;&lt;/EM&gt;Then they will appear at the boundaries section of the background map and you can add them there. This leaves the map shape free to add a shape of your choice.&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spyros_megalou_0-1758818184594.png" style="width: 1307px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83519iBA7DB53A55224BBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spyros_megalou_0-1758818184594.png" alt="spyros_megalou_0-1758818184594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spyros_megalou_1-1758818363125.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83520i9E016E5D09EC6DCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spyros_megalou_1-1758818363125.png" alt="spyros_megalou_1-1758818363125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I hope this solves the problem.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Spyros&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:39:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/903970#M106274</guid>
      <dc:creator>spyros_megalou</dc:creator>
      <dc:date>2025-09-25T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/904002#M106276</link>
      <description>&lt;P&gt;we should distiguish between&lt;BR /&gt;a) shapes (they are like fancy point plots, but with complicated shapes -&amp;nbsp; not in the background : )&lt;/P&gt;
&lt;P&gt;b) background maps - which are added in the background of the plot via:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1758824156332.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83526i09043A414932CB6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1758824156332.png" alt="hogi_1-1758824156332.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are interested in shapes, not background maps,&amp;nbsp;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/55178"&gt;@spyros_megalou&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/50817"&gt;@kristen-slappey&lt;/a&gt;&amp;nbsp;provided the background information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Concerning Germany and France, JMP is very clever, just drag the column into the map shape dropzone, that's it:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6380108859112w834h540r212" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6380108859112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6380108859112w834h540r212');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6380108859112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When you want to use &lt;STRONG&gt;your own map shapes&lt;/STRONG&gt;. you have 2 options:&lt;BR /&gt;&lt;BR /&gt;a) set up a link between the indicator column and the -name&amp;nbsp; &amp;amp; -XY files via Column Properties:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758824091149.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83525i95CE108B9BF6D892/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1758824091149.png" alt="hogi_0-1758824091149.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;b) place the -name and -XY files into the Maps folder. You don't have to put your files there but this is the easiest way to access the information. then without any link, JMP will find the corresponding Shape automatically and it will draw the outline. (like with germany and france)&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 18:16:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/904002#M106276</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-25T18:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom background map (not map shape)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/904121#M106294</link>
      <description>&lt;P&gt;Great post to clarify, thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;. Just to mention that my second message is about how to create background maps add them to the maps folder and then add them from boundaries in the graph builder.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 09:36:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-custom-background-map-not-map-shape/m-p/904121#M106294</guid>
      <dc:creator>spyros_megalou</dc:creator>
      <dc:date>2025-09-26T09:36:34Z</dc:date>
    </item>
  </channel>
</rss>

