<?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: Javascript API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245667#M22748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beacuse i want to display offline data. Api data only on my machine that's why I am looking for alertnative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2020 22:20:16 GMT</pubDate>
    <dc:creator>DeveshKhosla</dc:creator>
    <dc:date>2020-01-08T22:20:16Z</dc:date>
    <item>
      <title>Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245654#M22735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we create API locally server not on the ESRI server.&lt;/P&gt;&lt;P&gt;ie. i have&amp;nbsp;&lt;A class="link-titled" href="https://tiles.arcgis.com/tiles/Ezk9fcjSUkeadg6u/arcgis/rest/services/OPCNM/VectorTileServer" title="https://tiles.arcgis.com/tiles/Ezk9fcjSUkeadg6u/arcgis/rest/services/OPCNM/VectorTileServer"&gt;https://tiles.arcgis.com/tiles/Ezk9fcjSUkeadg6u/arcgis/rest/services/OPCNM/VectorTileServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create this api&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://tiles.arcgis.com/tiles/Ezk9fcjSUkeadg6u/arcgis/rest/services/OPCNM/VectorTileServer" style="color: #2989c5; text-decoration: underline;" title="https://tiles.arcgis.com/tiles/Ezk9fcjSUkeadg6u/arcgis/rest/services/OPCNM/VectorTileServer"&gt;https://localhost:5272/Tiles_VectorTileServer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 20:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245654#M22735</guid>
      <dc:creator>DeveshKhosla</dc:creator>
      <dc:date>2020-01-08T20:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245655#M22736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking if you can create a tile service outside of ArcGIS Server? You mentioned the API, which can be hosted locally, but it doesn't sound like this is what you're looking to accomplish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 20:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245655#M22736</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2020-01-08T20:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245656#M22737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Can we create tiles service outside ArcGis Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245656#M22737</guid>
      <dc:creator>DeveshKhosla</dc:creator>
      <dc:date>2020-01-08T21:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245657#M22738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for Tiles , feature layer, etc outside ArcGis server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245657#M22738</guid>
      <dc:creator>DeveshKhosla</dc:creator>
      <dc:date>2020-01-08T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245658#M22739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it comes to feature layers, you're not bound to ArcGIS Server. For example, check-out&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-geojson" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-geojson"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample uses GeoJSONLayer, but you can also create a FeatureLayer from the graphics returned by a geojson call... it's just a little more work. Let me know if GeoJSONLayer isn't something you can use and I'll supply a sample for converting GeoJSON into a FeatureLayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also create layers using CSVs -&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-csv" style="color: #2989c5; text-decoration: none;" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-csv"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For tiles, can you use ArcGIS Online? Also, have a look at this -&amp;nbsp;&lt;A href="https://community.esri.com/thread/184269-is-it-possible-to-render-mapbox-vector-tiles-pbf-from-a-custom-tile-server"&gt;https://community.esri.com/thread/184269-is-it-possible-to-render-mapbox-vector-tiles-pbf-from-a-custom-tile-server&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245658#M22739</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2020-01-08T21:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245659#M22740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for reply.&lt;/P&gt;&lt;P&gt;Firstly can you provide me sample code to convert GeoJson to Feature layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, I have mostly NDVI images they are tiff files. That's why i was using tiles to display my Tiff files.&lt;/P&gt;&lt;P&gt;If you have any other way we can display tiff image. Without ArcGis Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thirdly,I was thinking about postGresql to save these layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:38:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245659#M22740</guid>
      <dc:creator>DeveshKhosla</dc:creator>
      <dc:date>2020-01-08T21:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245660#M22741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are a couple more samples that do not use ArcGIS Enterprise as the primary data source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-kml/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-kml/index.html"&gt;KMLLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-osm-3d/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-osm-3d/index.html"&gt;OpenStreetMapLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-webtile-3d/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-webtile-3d/index.html"&gt;WebTileLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-wms/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-wms/index.html"&gt;WMSLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-wmts/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-wmts/index.html"&gt;WMTSLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-wmts-sublayers/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-wmts-sublayers/index.html"&gt;Select WMTSLayer sublayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-geojson/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-geojson/index.html"&gt;GeoJSONLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-georss/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-georss/index.html"&gt;GeoRSSLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-csv/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-csv/index.html"&gt;Intro to CSVLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-csv-projection/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-csv-projection/index.html"&gt;CSVLayer - Project points on the fly | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-tilelayer/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-tilelayer/index.html"&gt;Custom TileLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-dynamiclayer/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-dynamiclayer/index.html"&gt;Custom DynamicLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-lerc-2d/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-lerc-2d/index.html"&gt;Custom LERC Layer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/cim-symbols/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/cim-symbols/index.html"&gt;CIMSymbol | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/satellites-3d/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/satellites-3d/index.html"&gt;Satellites in 3D view | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245660#M22741</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-01-08T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245661#M22742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I want display data without using ArcGis Server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-custom-tilelayer" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-custom-tilelayer"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can create tiles or feature layer Api on my own server.&lt;/P&gt;&lt;P&gt;Do you have any sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245661#M22742</guid>
      <dc:creator>DeveshKhosla</dc:creator>
      <dc:date>2020-01-08T21:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245662#M22743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's another one of my threads that has code on how to convert GeoJSON to FeatureLayer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/241488"&gt;Polygon renderer issue fixed in v4.13 - when's the release date?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...let me see if I can create something for you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245662#M22743</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2020-01-08T21:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245663#M22744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking how to publish and host tiled layers and feature layers on a non-ArcGIS server? Honestly, I'm not sure how to do that. The samples above show how to consume resources without using ArcGIS Enterprise. Some layers can be hosted and consumed (like VectorTileLayer, WebTileLayer, WMS, and WMTS) from a third-party server, and some cannot (e.g. MapImageLayer, FeatureLayer). For the FeatureLayer, you could still create one programmatically, but I think only ArcGIS Enterprise can host an actual FeatureLayer. Soon, the 4x version of the JS API will support WebFeatureLayer (which is currently supported at 3x).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your best bet is to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) review documentation for third party servers, like GeoServer, and OGC standards&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://geoserver.org/" title="http://geoserver.org/"&gt;GeoServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.opengeospatial.org/standards/wms" title="https://www.opengeospatial.org/standards/wms"&gt;Web Map Service | OGC&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) review our API reference for how to consume such layer types&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html"&gt;FeatureLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html"&gt;VectorTileLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WebTileLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WebTileLayer.html"&gt;WebTileLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html"&gt;WMTSLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html"&gt;WMSLayer | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 22:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245663#M22744</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-01-08T22:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245664#M22745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Enterprise is the most robust tool for publishing raster imagery services. However, open source software may also publish in the supported formats that &lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;&amp;nbsp;shared above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/386447"&gt;Devesh Khosla&lt;/A&gt;&amp;nbsp;What is your hangup for why you want an alternative to ArcGIS Enterprise? We may be able to help discover a solution that still fits your goals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 22:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245664#M22745</guid>
      <dc:creator>JosephGenther</dc:creator>
      <dc:date>2020-01-08T22:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245665#M22746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Noah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thread I linked earlier -&amp;nbsp;&lt;A href="https://community.esri.com/thread/184269"&gt;Is it possible to render mapbox vector tiles (pbf) from a custom tile-server&lt;/A&gt;&amp;nbsp; - has information on doing this successfully using PostGIS, so it's not just in the realm of theory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 22:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245665#M22746</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2020-01-08T22:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245666#M22747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, for example, check-out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-vectortilelayer-json" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-vectortilelayer-json" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-vectortilelayer-json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this sample, you can see it closely aligns with the discussion in&amp;nbsp;&lt;A href="https://community.esri.com/thread/184269" target="_blank"&gt;Is it possible to render mapbox vector tiles (pbf) from a custom tile-server&lt;/A&gt;, where this chunk of code is in the Esri sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;url&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;"https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
type&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"vector"&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...to simplify the other aspects, you would need the source (your server) to supply the expected JSON here - to quote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;You now need to serve your actual (pbf) tiles&amp;nbsp;using the url pattern specified. In this example, that would be&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fourhost%2Foursource" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://ourhost/oursource&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;/{z}/{x}/{y}.pbf.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245666#M22747</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-11T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245667#M22748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beacuse i want to display offline data. Api data only on my machine that's why I am looking for alertnative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 22:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245667#M22748</guid>
      <dc:creator>DeveshKhosla</dc:creator>
      <dc:date>2020-01-08T22:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245668#M22749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it make sense to create an app using&amp;nbsp; an ArcGIS Runtime SDK with the local server capability? Direct read, write, and use of local raster, vector, and myriad other data options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 23:09:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api/m-p/245668#M22749</guid>
      <dc:creator>JosephGenther</dc:creator>
      <dc:date>2020-01-08T23:09:09Z</dc:date>
    </item>
  </channel>
</rss>

