POST
|
The following have been acknowledged as known limitations for ArcGISTiledLayer in 4.0 beta 2: if viewingMode="global" only web mercator are supported if viewingMode="local" only services with projected coordinate systems are supported
... View more
12-09-2015
09:13 AM
|
0
|
0
|
877
|
POST
|
This looks like a bug. Thanks for letting us know, Abdul.
... View more
12-08-2015
12:44 PM
|
2
|
0
|
877
|
POST
|
Hi Jan, Yes you can display 3D geometries in a SceneView. How are you setting up the layer? Are you using FeatureLayer? If so, you would need to set the returnZ and elevationInfo properties like this: var lyr = new FeatureLayer({
url: "http://sampleserver6.arcgisonline.com/arcgis/rest/services/VerticalLines/MapServer/0",
returnZ: true,
elevationInfo: {
mode: "absoluteHeight"
}
});
... View more
12-04-2015
10:16 AM
|
0
|
0
|
345
|
POST
|
The plan is to allow you as a developer to configure the decimal precision as a property on this widget in the 4.0 API.
... View more
12-04-2015
10:01 AM
|
1
|
1
|
392
|
POST
|
Hi Yuki, Yes, the 'style-change' event is not working in 4.0. We'll remove it from the documentation. You can use .then() as Noah suggested, or you can watch the style property on the layer like this: tileLyr.watch("style", function(newStyle, formerStyle){
console.log("style changed from ", formerStyle, " to ", newStyle);
}); Watching properties is discussed here: Working with properties | ArcGIS API for JavaScript
... View more
12-02-2015
12:42 PM
|
0
|
0
|
533
|
POST
|
There currently isn't rotationInfo support in 4.0. It will be available in a future release.
... View more
11-17-2015
11:10 AM
|
0
|
0
|
522
|
POST
|
Hi Syde, Yes, the URL the href property points to must be the location of a specific format of the 3D model you want to use. Click this link for instructions on how to create a custom 3D model and publish it for use in the href property of ObjectSymbol3DLayer. We will update our documentation to point to these instructions in 4.0 beta 2. Thanks for pointing this out.
... View more
11-13-2015
12:31 PM
|
0
|
2
|
522
|
POST
|
As Jeff stated, this decision won't be made until Dojo2 is released. That being said, implementing Dojo2 in the API is being considered and discussed.
... View more
10-23-2015
11:09 AM
|
1
|
1
|
546
|
POST
|
You're right. It is still a work in progress. GestureManager was not ready in beta1, but it will be ready in a future release.
... View more
10-19-2015
02:21 PM
|
1
|
0
|
710
|
POST
|
Hi Mike, These are some great questions. You are right, 4.0beta1 is very limited in functionality compared to 3.x versions of the API. 4.0 beta1 is primarily a developer preview to showcase the direction we're going in re-designing the API, which clearly affects the way it is consumed by developers and users. While these are substantial differences in many cases, the hope is that the code structure will be easier to work with and more developer friendly by the time of our final release. Now about your questions: 1. Many of the same map navigation properties exist in 4.0, but on the MapView or SceneView as you have noted. You can use MapView.zoom, .center, .scale, .extent to set the extent. As far as actual navigation methods go, you can use MapView.animateTo() to accomplish this. This sample shows an example of how animateTo() may be used to zoom to graphics, geometries, or a simple object with center and zoom properties. 2. This will be another major difference in the 4.0 API. Many of these navigation methods such as enabling/disabling map navigation will be handled with the GestureManager class. Keep in mind that this class is not complete and not yet fully functional. So keep an eye out for changes coming here that will communicate how to use GestureManager for these purposes. 3. This would also be handled in GestureManager. Hopefully, this information is helpful. Again, each of the betas will feel limited compared to the 3.x versions, but by the time we release 4.0 final next year, solutions to these questions will all be answered. Thanks for your feedback and input.
... View more
10-16-2015
10:51 AM
|
1
|
3
|
710
|
POST
|
I would ask this question on the ArcGIS for Server forum: ArcGIS for Server since this is more related to publishing services. You could also ask the folks in the ArcGIS Pro forum as well.
... View more
10-16-2015
10:14 AM
|
0
|
0
|
798
|
POST
|
This is something we're working on, but it's not currently available.
... View more
10-16-2015
10:08 AM
|
1
|
2
|
552
|
POST
|
Is this referring to the same issue here: Zoom in ArcGIS 4.0 beta does not work ?
... View more
10-16-2015
10:04 AM
|
0
|
0
|
409
|
POST
|
Hi, The navigation controls are documented in the MapView and SceneView class descriptions: MapView: MapView | API Reference | ArcGIS API for JavaScript SceneView: SceneView | API Reference | ArcGIS API for JavaScript As of now, you can only zoom in by scrolling forward or double clicking. It sounds like you're referring to the Shift + left mouse drag action that allows you to draw an extent and zoom to it. This action currently isn't supported in the 4.0beta, but it will be added in a future release.
... View more
10-16-2015
09:58 AM
|
1
|
0
|
508
|
POST
|
Saloni RR The problem is you declare two Map instances with the same name. Remove the second one and your app will work with the added layer. Here's the revised fiddle: Working with JavaScript API Beta 4.1 - JSFiddle
... View more
10-12-2015
02:34 PM
|
1
|
1
|
804
|
Title | Kudos | Posted |
---|---|---|
1 | 08-20-2024 08:06 AM | |
1 | 08-13-2024 11:53 AM | |
1 | 07-22-2024 11:04 AM | |
1 | 05-16-2024 09:46 AM | |
1 | 04-25-2024 08:56 AM |
Online Status |
Offline
|
Date Last Visited |
10-10-2024
05:40 PM
|