|
POST
|
Hi Mike, I swap a featurelayer and point to one from Esri sample 3D symbols for points | ArcGIS API for JavaScript and the layer can load on map: Layer: Counties (ID: 3) I do notice that your original feature layer's geometry type is: esriGeometryMultiPatch, so far I didn't see this type of geometry in JavaScript type. I tried other services with "esriGeometryPoint", "esriGeometryPolygon" or "esriGeometryPolyline" are all works fine. And I do notice that you have a SceneServer for that particular service, so I would recommend to use as SceneServer to view rather than featureLayer. You can reference with this sample: ArcGIS API for JavaScript Sandbox
... View more
02-16-2016
02:54 PM
|
1
|
2
|
1302
|
|
POST
|
Hi Aaron, Probably it is because the Maps are initialized asynchronously after being created. Have you checked about this doc talks about Map initialization: Maps and layers—ArcGIS Runtime SDK for .NET | ArcGIS for Developers Also, there is another doc mention about Layer.InitializeAsync Method
... View more
02-11-2016
03:08 PM
|
0
|
1
|
1859
|
|
POST
|
Hi Christopher, You can share the webmap with everyone for your class to edit Share maps—ArcGIS Online Help | ArcGIS Or maybe add all the students account into one group and share with this group. What is a group?—ArcGIS Online Help | ArcGIS Hope this can help.
... View more
02-11-2016
11:03 AM
|
0
|
0
|
1179
|
|
POST
|
Hi David, Please check this online doc for ArcGIS Web Mapping Product Life Cycle Support Status: http://downloads.esri.com/support/product%20life%20cycle/online_gis/ArcGISWebMappingAPIs_PLC.pdf And here is another blog talks about the Plan for ArcGIS APIS/ Flex Final Release Support Plan for ArcGIS API / Viewer (Flex, Silverlight) | Support Services Blog Hope this can help.
... View more
02-11-2016
10:59 AM
|
1
|
0
|
2436
|
|
POST
|
Hi Aaron, First thing I think it is good to take a look about this diagram. Based on this online documentation: (Layer types ) An ArcGISDynamicMapServiceLayer is a dynamic ArcGIS REST image service layer that allows you to work a with map service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). A dynamic map service generates images on the fly. The background color for an ArcGISDynamicMapServiceLayer will always be transparent. An ArcGISTiledMapServiceLayer is a cached ArcGIS REST map service layer that allows you to work with a cached map service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). A cached service accesses pre-created tiles from a cache instead of dynamically rendering images. Then, the question about how to determine whether is an ArcGISDynamicMapServiceLayer or ArcGISTiledMapServiceLayer, I think you can first compare the REST JSON for both type of layers. Here I shared with you two different json url for each type: ArcGISDynamicMapServiceLayer: https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/0?f=pjson ArcGISTiledMapServiceLayer: https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/0?f=pjson You can see in ArcGISDynamicMapServiceLayer the parameter "capabilities": "Data,Map,Query" versus ArcGISTiledMapServiceLayer is "capabilities": "Map" Based on this documentation, you may try to use "GetType" method to distinguish both type of layers Layer Class or parse the JSON to compare the capabilities. Basically, you need to compare two layer types of json and eventually find a parameter can identify the type. Hope this can help. Best Regards,
... View more
02-10-2016
05:00 PM
|
0
|
3
|
2795
|
|
POST
|
Hi Jake, You want to make sure what kind of network requests that you send from Web AppBuilder (Developer Edition), You need to check the web browser developer tool to find what kind of requests that you send and what kind of response return. For example you can press. For more details about how to change the network request on Google chrome, please check this url: Evaluating network performance - Google Chrome Is your secured service is http or https?
... View more
02-09-2016
04:27 PM
|
0
|
0
|
583
|
|
POST
|
Hi Michael, Have you checked this documentation talks about the Sync permission: ArcGIS REST API - Sync permission Replicas owned by authenticated users can only be accessed by the owner or the admin user. Consequently, only owners and admin users can sync or unregister the replica. Replicas owned by anonymous users can be accessed by anyone who has access to the service.
... View more
02-08-2016
04:04 PM
|
3
|
1
|
3735
|
|
POST
|
Hi John, I think the current setting for sampleserver6 print task is only able to print the sample domain of the service rather than any domain service. You should either test with your own print service or just print any services in samplerserver6. Hope this can help.
... View more
02-04-2016
04:24 PM
|
1
|
2
|
1952
|
|
POST
|
Hi Lei, You can take a look about this thread. WAB - popup box inconsistent sizes
... View more
01-28-2016
04:55 PM
|
1
|
1
|
1068
|
|
POST
|
Hi George, Not really sure what specific time issue that you have. However, I would recommend to compare your map service with this one from esri LiveFeeds/Earthquakes (MapServer) Especially for the Time Info part: Time Info: Time Extent: [2016/01/01 02:00:39 UTC, 2016/01/21 19:05:10 UTC] Time Reference: N/A Then you can add this layer into your Web App Builder to see what it looks like. I just did a quick test with that Earthquake layer and it works fine. For the question about setting in WebApp Builder, if you use ArcGIS Online WebApp Builder, you need to download the application and open the file under folder ...\widgets\TimeSlider. Same thing if you use Web AppBuilder developer version.
... View more
01-27-2016
04:41 PM
|
0
|
1
|
845
|
|
POST
|
Hi Nicholas, Based on the documentation it said that "Note: Only one info window is displayed on the map at a time." However you can take a look Nick Cameron 's reply on this post:Re: multiple infowindows on map (java script API) He extended the Popup class and you can check his github repository: https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fnickcam%2FPopupExtended Hope this can help you.
... View more
01-27-2016
03:43 PM
|
0
|
2
|
1427
|
|
POST
|
Make sure the webmap is shared with everyone on arcgis online
... View more
01-22-2016
11:37 AM
|
1
|
0
|
1118
|
|
POST
|
Hi Vygintas, Have you tried to look up this sample? https://developers.arcgis.com/javascript/jssamples/graphics_undoredo.html
... View more
01-21-2016
02:08 PM
|
0
|
1
|
1846
|
|
POST
|
Hi Phanindra, If you have the ArcObject.NET SDK install in your machine, you can check the folder C:\Program Files (x86)\ArcGIS\DeveloperKit10.2\Samples\ArcObjectsNet There are couple of samples show how to use .NET to interact with SOE with Capabilities and Properties. Best Regards, Nathan
... View more
01-15-2016
02:14 PM
|
0
|
0
|
1538
|
|
POST
|
Hi Jeremy, Would you check this online sample to compare with your code about ContentNavigator Identify features—ArcGIS API for Flex | ArcGIS for Developers Also, make sure Change EVENT "IndexChangeEvent.CHANGE" is correct based on ContentNavigator API reference: com.esri.ags.components.ContentNavigator Hope this can help!
... View more
12-04-2015
03:40 PM
|
0
|
1
|
852
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-20-2015 10:15 AM | |
| 1 | 07-31-2015 08:53 AM | |
| 1 | 01-28-2016 04:55 PM | |
| 1 | 02-22-2016 02:07 PM | |
| 1 | 05-20-2015 04:54 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-27-2025
09:24 AM
|