<?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: Leaflet Labels from DynamicMapLayer in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833121#M404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the easiest thing to do would be to either turn on labels for the layer in the existing service or publish another service with labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2016 18:27:34 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2016-01-20T18:27:34Z</dc:date>
    <item>
      <title>Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833120#M403</link>
      <description>&lt;P&gt;I have an County ArcServer REST mapservice,&amp;nbsp; and I want to label the polygons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Esri shows an nice example for a feature service but no examples for a dynamic Service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone know of an example?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833120#M403</guid>
      <dc:creator>BillChappell</dc:creator>
      <dc:date>2023-08-28T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833121#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the easiest thing to do would be to either turn on labels for the layer in the existing service or publish another service with labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 18:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833121#M404</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2016-01-20T18:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833122#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the simplest answer is the best, I'm not sure why I was trying to do this the hard way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 18:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833122#M405</guid>
      <dc:creator>BillChappell</dc:creator>
      <dc:date>2016-01-20T18:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833123#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've dealt with this issue a few different ways. I'll list them to give you an idea of what you could do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Publish a map service with labels turned on&lt;/LI&gt;&lt;LI&gt;Publish a service with the features and a separate service for just the labels&lt;OL&gt;&lt;LI&gt;If you want the layer to be transparent but not the labels&lt;/LI&gt;&lt;LI&gt;You want the layer to be a feature service due to better drawing&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833123#M406</guid>
      <dc:creator>PatrickMcKinney1</dc:creator>
      <dc:date>2016-03-31T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833124#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like your answer, I've played with leaflet enough that I just now handle a dynamic service as a feature service to enable the better drawing, using color symbology, popups, and dynamic legends. Also putting the labels in a separate service allows you to put them in a layer switcher and the user can turn the layer on/off himself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833124#M407</guid>
      <dc:creator>BillChappell</dc:creator>
      <dc:date>2016-03-31T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833125#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill, how have you created dynamic legends from feature services? I saw something on GitHub, but couldn't figure it out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833125#M408</guid>
      <dc:creator>PatrickMcKinney1</dc:creator>
      <dc:date>2016-03-31T14:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Leaflet Labels from DynamicMapLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833126#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Send me an e-mail, I’ll send some commented code …&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I like Carlisle, my parents were there when I went to Ship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill Chappell&lt;/P&gt;&lt;P&gt;ITS Group - GIS Developer&lt;/P&gt;&lt;P&gt;800 North Pearl Street- Room 222&lt;/P&gt;&lt;P&gt;Menards, NY 12204&lt;/P&gt;&lt;P&gt;518-408-0185&lt;/P&gt;&lt;P&gt;William.Chappell@Its.ny.gov&amp;lt;mailto:William.Chappell@Its.ny.gov&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 15:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/leaflet-labels-from-dynamicmaplayer/m-p/833126#M409</guid>
      <dc:creator>BillChappell</dc:creator>
      <dc:date>2016-03-31T15:21:11Z</dc:date>
    </item>
  </channel>
</rss>

