<?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: Using ESRI's feature server with leaflet in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482485#M44913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;layer '1' is just a flat table with no geometry, so esri-leaflet has nothing to draw on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2014 04:29:33 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2014-06-23T04:29:33Z</dc:date>
    <item>
      <title>Using ESRI's feature server with leaflet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482484#M44912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an ESRI feature service; Layer: Administrative boundary (0) and Tables: MEP_global_data.DBO.mep_catalog (1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done lots of reading and looked at various examples but can't get the following snippet of code to work (i.e. the popup)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The same code works for the administrative boundary(0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what's I am missing??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;var MEP1=L.esri.featureLayer('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.consciousglobalchange.org/arcgis/rest/services/MEP/webmap_catalog/FeatureServer/1" rel="nofollow" target="_blank"&gt;http://dev.consciousglobalchange.org/arcgis/rest/services/MEP/webmap_catalog/FeatureServer/1&lt;/A&gt;&lt;SPAN&gt;', {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; style:function (feature) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return { color: "#70ca49", weight: 2 };&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; onEachFeature: createPopup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }).addTo(map);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function createPopup(geojson,layer) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Show all data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2014 19:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482484#M44912</guid>
      <dc:creator>joepublic</dc:creator>
      <dc:date>2014-06-21T19:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using ESRI's feature server with leaflet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482485#M44913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;layer '1' is just a flat table with no geometry, so esri-leaflet has nothing to draw on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 04:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482485#M44913</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-06-23T04:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using ESRI's feature server with leaflet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482486#M44914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just realized that after speaking to the person who created the files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer: Administrative boundary (0) and Tables: MEP_global_data.DBO.mep_catalog (1)&amp;nbsp; are linked by a country code column in each.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I click on the country displayed via leaflet in my browser, I want popup that displays data from the catalog table that is linked to the country via the country code in both the layer and the table.&amp;nbsp; Is their an example that does something similar I can review??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 12:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482486#M44914</guid>
      <dc:creator>joepublic</dc:creator>
      <dc:date>2014-06-23T12:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using ESRI's feature server with leaflet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482487#M44915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i haven't seen any samples like that, but i think its a good idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/esri-leaflet/issues/272"&gt;https://github.com/Esri/esri-leaflet/issues/272&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 15:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482487#M44915</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-06-23T15:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using ESRI's feature server with leaflet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482488#M44916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jgravois,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I look forward to your example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 17:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-s-feature-server-with-leaflet/m-p/482488#M44916</guid>
      <dc:creator>joepublic</dc:creator>
      <dc:date>2014-06-23T17:32:40Z</dc:date>
    </item>
  </channel>
</rss>

