<?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 Best JavaScript library for Web Mapping using the ArcGIS for Server in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424619#M39064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a web-based mapping system and I'm trying to figure out the best (most) appropriate library to use for interactive web maps (querying, editing, interaction with external WebServices (popup's parcel), print,...).&lt;/P&gt;&lt;P&gt;The only conditions is that I use the &lt;STRONG&gt;ArcGIS for Server 10.2&lt;/STRONG&gt; (ESRI) to serve geographic data on the web.&lt;/P&gt;&lt;P&gt;So, I'm looking for a JavaScript based mapping engine that will handle ArcGIS MapServer and Feature services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think about &lt;STRONG&gt;Web AppBuilder for ArcGIS&lt;/STRONG&gt; and its custom widgets (I already have an ArcGIS Server license and an AGOL organizational account)?&lt;/P&gt;&lt;P&gt;And what about OpenLayers/Leaflet?&lt;/P&gt;&lt;P&gt;Other suggestions/tips are welcome. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 12:38:59 GMT</pubDate>
    <dc:creator>haronkardon</dc:creator>
    <dc:date>2015-07-02T12:38:59Z</dc:date>
    <item>
      <title>Best JavaScript library for Web Mapping using the ArcGIS for Server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424619#M39064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a web-based mapping system and I'm trying to figure out the best (most) appropriate library to use for interactive web maps (querying, editing, interaction with external WebServices (popup's parcel), print,...).&lt;/P&gt;&lt;P&gt;The only conditions is that I use the &lt;STRONG&gt;ArcGIS for Server 10.2&lt;/STRONG&gt; (ESRI) to serve geographic data on the web.&lt;/P&gt;&lt;P&gt;So, I'm looking for a JavaScript based mapping engine that will handle ArcGIS MapServer and Feature services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think about &lt;STRONG&gt;Web AppBuilder for ArcGIS&lt;/STRONG&gt; and its custom widgets (I already have an ArcGIS Server license and an AGOL organizational account)?&lt;/P&gt;&lt;P&gt;And what about OpenLayers/Leaflet?&lt;/P&gt;&lt;P&gt;Other suggestions/tips are welcome. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424619#M39064</guid>
      <dc:creator>haronkardon</dc:creator>
      <dc:date>2015-07-02T12:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best JavaScript library for Web Mapping using the ArcGIS for Server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424620#M39065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on a few things. How many people will use this?&amp;nbsp; How many features do you want in the web app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;"Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about &lt;ABBR style="border-bottom-width: 1px; border-bottom-style: dotted;" title="33 KB gzipped — that's 123 KB minified and 218 KB in the source form, with 10 KB of CSS (2 KB gzipped) and 11 KB of images."&gt;33 KB of JS&lt;/ABBR&gt;, it has all the mapping &lt;A href="http://leafletjs.com/#features" style="color: #1eb300; background-position: initial;"&gt;features&lt;/A&gt; most developers ever need.&lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;Leaflet is designed with &lt;EM&gt;simplicity&lt;/EM&gt;, &lt;EM&gt;performance&lt;/EM&gt; and &lt;EM&gt;usability&lt;/EM&gt; in mind. It works efficiently across all major desktop and mobile platforms, can be extended with lots of &lt;A href="http://leafletjs.com/plugins.html" style="color: #1eb300; background-position: initial;"&gt;plugins&lt;/A&gt;, has a beautiful, easy to use and &lt;A href="http://leafletjs.com/reference.html" style="color: #1eb300; background-position: initial;" title="Leaflet API reference"&gt;well-documented API&lt;/A&gt; and a simple, readable &lt;A href="https://github.com/Leaflet/Leaflet" style="color: #1eb300; background-position: initial;" title="Leaflet source code repository on GitHub"&gt;source code&lt;/A&gt; that is a joy to &lt;A href="https://github.com/Leaflet/Leaflet/blob/master/CONTRIBUTING.md" style="color: #1eb300; background-position: initial;" title="A guide to contributing to Leaflet"&gt;contribute&lt;/A&gt; to." -&lt;A href="http://leafletjs.com/" title="http://leafletjs.com/"&gt;Leaflet - &lt;/A&gt; &lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;Where in Esri Javascript API is more robust and has more support from Esri. Web appbuilder is very user friendly and easy to set up. &lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;It does also depend on your skill as a programmer. &lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;They will both handle 10.2 and Feature servers. I would look at examples see what ones fit what you are looking for and go forward from there.&lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;Links:&lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/" title="https://developers.arcgis.com/javascript/jssamples/"&gt;https://developers.arcgis.com/javascript/jssamples/&lt;/A&gt; &lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;&lt;A href="http://leafletjs.com/" title="http://leafletjs.com/"&gt;Leaflet - a JavaScript library for interactive maps&lt;/A&gt; &lt;/P&gt;&lt;P style="margin-top: 24px; margin-bottom: 24px; color: #333333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition – Customization Resource List&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424620#M39065</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-07-02T12:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best JavaScript library for Web Mapping using the ArcGIS for Server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424621#M39066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we talk about ArcGIS REST and Leaflet list not be complete without following links :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/esri-leaflet" title="https://github.com/Esri/esri-leaflet"&gt;Esri/esri-leaflet · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 12:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-javascript-library-for-web-mapping-using-the/m-p/424621#M39066</guid>
      <dc:creator>DenisSavItskiy</dc:creator>
      <dc:date>2015-07-03T12:03:04Z</dc:date>
    </item>
  </channel>
</rss>

