how to eliminate an access of ArcGIS Online web map to a hosted Web AppBuilder application by directly referring feature services.

832
5
05-03-2018 11:47 AM
PrashantKuranjekar1
New Contributor

Hello,

 

I have created WEB APP in  web app builder developer edition. Exported WEB APP and hosted from the server. Right now,  a web map consisting all the feature service is consumed from AGOL (ArcGIS Online) to the WEB APP. I would like to completely eliminate the Web map from AGOL and directly refer Rest services  to  the exported files. In short, I would like to find a way to implement feature services in the web map by customizing Web AppBuilder application, since I want to eliminate the ArcGIS Online access to my application.

Here is a simple example. Here rest services are directly superimpose onto the map without the Web map refereed from AGOL

https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=layers_feature

 

Here is an another example:

http://www.sagis.org/Home/Map#

 

How can I do that and where do I need to do the modifications in the exported files from web app builder developer edition.

0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus

That is not possible with WAB. There are many dependencies in WAB that use AGOL and the webmap (this is by design of esri).

DerekLaw
Esri Esteemed Contributor

Hi Prashant,

> I would like to completely eliminate the Web map from AGOL and directly refer Rest services

This is not a supported workflow. Web AppBuilder is designed to work with web maps from either ArcGIS Online or Portal for ArcGIS.

Hope this helps,

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Those are great links to a great widget thanks for sharing, but it does not complete eliminate the dependency on AGOL (FYI).

AndresCastillo
MVP Regular Contributor

Hi Mr. Scheitlin,

Can you take a look at my question:

View all Web Maps being consumed by all Web Mapping Applications

0 Kudos