POST
|
I had this issue before, and instead of using the Python API I made a call to the Rest API : Share Item (as item owner)—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers The option to Share the service is only available in Arcmap.
... View more
05-07-2020
10:49 AM
|
0
|
0
|
1317
|
POST
|
Hi, I don't think it will work with the topo layer that you are using. You need to find a layer that just has the contour lines for the Topo, try your code with the following layers (you should see a label layer on top of a imagery one): https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer https://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer
... View more
05-05-2020
06:05 AM
|
0
|
0
|
2550
|
POST
|
Hi, Morten Nielsen is right and you can indeed combine two layer to create a custom basemap, here's a sample code: require([ "esri/basemaps", "esri/map", "dojo/domReady!" ], function (esriBasemaps, Map){ esriBasemaps.Test = { baseMapLayers: [{url: "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"} ,{url: "https://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer"}], thumbnailUrl: "https://www.example.com/images/thumbnail_2014-11-25_61051.png", title: "Test" }; var map = new Map("map", { basemap: "Test", center: [-111.879655861, 40.571338776], // long, lat zoom: 13, sliderStyle: "small" }); });
... View more
05-04-2020
05:58 AM
|
1
|
3
|
2550
|
POST
|
Hi Derek, I did a quick test and was able to load a webmap where the operational layers were hosted feature layers. Could you please send more details about your problem?
... View more
05-02-2020
03:21 PM
|
0
|
0
|
524
|
POST
|
I'm glad it worked, could you please mark the thread as resolved?
... View more
05-02-2020
12:38 PM
|
0
|
0
|
315
|
POST
|
Here's my code: var publicschoolsLayer = new FeatureLayer({ url: "https://services1.arcgis.com/MiBZ4u97DWldovjI/arcgis/rest/services/schools_services/FeatureServer/0/" }); map.add(publicschoolsLayer);
... View more
05-02-2020
12:08 PM
|
0
|
1
|
2249
|
POST
|
The Schools are located in Florida, your cod is centering the map in a different area:
... View more
05-02-2020
10:48 AM
|
1
|
1
|
2249
|
POST
|
Hi Cody, I was able to make it work. Just need to drop the filter as Robert mentioned above and add the Feature layer to the map: ArcGIS API for JavaScript Sandbox
... View more
05-02-2020
10:42 AM
|
0
|
5
|
2249
|
POST
|
Hi, I wonder if you already tried the steps described on this article: How To: Add an image at the top of pop-up windows in ArcGIS Online
... View more
04-29-2020
08:29 PM
|
2
|
0
|
982
|
POST
|
Hi Rajni, you can only have one basemap at a time, for your problem you'll need to find a non-tiled topo service and add it as an operational layer to your map.
... View more
04-29-2020
05:54 AM
|
1
|
6
|
2550
|
POST
|
Hi Mark, Did you test your proxy page with the feature service url? Here are some examples on how to validate your proxy installation and configuration: 1 - Access your proxy page and validate the page without an url: https://<servername>/proxy.ashx?ping 2 - Test the proxy page with the feature service url: https://<servername>/proxy.ashx?<featureserviceurl> 3 - Enable the proxy log file to investigate the error message while trying to acess the feature service Use the ProxyConfig tag to specify property. logFile="proxylog.txt" : When a logFile is specified, the proxy will log messages to this file. N.B.: The folder containing the logFile must be writable by the web server.
... View more
04-27-2020
04:58 PM
|
0
|
1
|
1102
|
POST
|
Did you add the the redirect URIs following the documentation? See the second question here: Frequently asked questions—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers
... View more
04-22-2020
07:44 AM
|
0
|
1
|
2282
|
POST
|
Hi Nigel, Use the Client ID as AppId for the app login, it should work. Implementing App Login | ArcGIS for Developers
... View more
04-22-2020
07:16 AM
|
0
|
3
|
2282
|
POST
|
You can use the Export Map Service to get a static image of your map : Export a map | ArcGIS for Developers
... View more
04-20-2020
08:12 AM
|
1
|
0
|
945
|
POST
|
If you want to disable the Schema Lock, here's the documentation: Disable schema locking on a map service—ArcGIS Server Administration (Windows) | Documentation for ArcGIS Enterprise
... View more
04-19-2020
08:28 AM
|
0
|
0
|
1089
|
Title | Kudos | Posted |
---|---|---|
1 | 04-14-2020 07:38 AM | |
1 | 04-29-2020 05:54 AM | |
1 | 05-04-2020 05:58 AM | |
1 | 04-20-2020 08:12 AM | |
1 | 05-02-2020 10:48 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|