<?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 Popup and MouseOver in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837013#M564</link>
    <description>&lt;P&gt;So I started with this code as a template for my map: &lt;A title="http://esri.github.io/esri-leaflet/examples/simplifying-complex-features.html" href="http://esri.github.io/esri-leaflet/examples/simplifying-complex-features.html" target="_blank"&gt;Simplifying complex features | Esri Leaflet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It was working well with my layer, but then I went and added three lines from this pop-up example, &lt;A title="http://esri.github.io/esri-leaflet/examples/feature-layer-popups.html" href="http://esri.github.io/esri-leaflet/examples/feature-layer-popups.html" target="_blank"&gt;Custom popups | Esri Leaflet&lt;/A&gt;, and the dang thing just broke.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code: &lt;A title="http://cryptb.in/a7tnfM" href="http://cryptb.in/a7tnfM" target="_blank"&gt;http://cryptb.in/a7tnfM&lt;/A&gt;&amp;nbsp;&amp;nbsp; (this should work now)&lt;A title="http://cryptb.in/yS#91152ec0835e47d1dea1a31a50f3d0c1" href="http://cryptb.in/yS#91152ec0835e47d1dea1a31a50f3d0c1" target="_blank"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I not able to have a mouse over display box and a pop-up at the same time? The strange thing though is that even when I commented out the bindPopup function in my code it still kills my map.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 13:48:50 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2023-08-28T13:48:50Z</dc:date>
    <item>
      <title>Popup and MouseOver</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837013#M564</link>
      <description>&lt;P&gt;So I started with this code as a template for my map: &lt;A title="http://esri.github.io/esri-leaflet/examples/simplifying-complex-features.html" href="http://esri.github.io/esri-leaflet/examples/simplifying-complex-features.html" target="_blank"&gt;Simplifying complex features | Esri Leaflet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It was working well with my layer, but then I went and added three lines from this pop-up example, &lt;A title="http://esri.github.io/esri-leaflet/examples/feature-layer-popups.html" href="http://esri.github.io/esri-leaflet/examples/feature-layer-popups.html" target="_blank"&gt;Custom popups | Esri Leaflet&lt;/A&gt;, and the dang thing just broke.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code: &lt;A title="http://cryptb.in/a7tnfM" href="http://cryptb.in/a7tnfM" target="_blank"&gt;http://cryptb.in/a7tnfM&lt;/A&gt;&amp;nbsp;&amp;nbsp; (this should work now)&lt;A title="http://cryptb.in/yS#91152ec0835e47d1dea1a31a50f3d0c1" href="http://cryptb.in/yS#91152ec0835e47d1dea1a31a50f3d0c1" target="_blank"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I not able to have a mouse over display box and a pop-up at the same time? The strange thing though is that even when I commented out the bindPopup function in my code it still kills my map.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837013#M564</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-08-28T13:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Popup and MouseOver</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837014#M565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't able to open your code (it just kept saying "Retrieving Paste")&lt;/P&gt;&lt;P&gt;I copied the code from the mouse hover to a &lt;A href="http://jsbin.com/curotevibo/2/edit?html,output"&gt;jsbin&lt;/A&gt; and added in the bindPopup code and got it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only snag I bumped into was when I was making the popup I selected a field that was not being returned in the feature.properties. I put a console.log(feature.properties) and discovered that the STATE was not being returned. When the STATE field was included the features were not being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to check the console on your browser to see if there are any error messages displaying that might give you a clue as to what is going on. (Chrome, Firefox, IE hit F12 for developer tools)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 21:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837014#M565</guid>
      <dc:creator>JeffMitzelfelt</dc:creator>
      <dc:date>2015-03-09T21:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Popup and MouseOver</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837015#M566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. My issue was that I forgot to put in the layer field being used in bindPopup above when I defined the layer properties for 'LMI_lands'. Now I just gotta figure out how to embed this sucker into another web page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 23:13:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-and-mouseover/m-p/837015#M566</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-03-09T23:13:26Z</dc:date>
    </item>
  </channel>
</rss>

