|
POST
|
I don't have a sample of this, but I can give it a shot. Do you have a public URL to the 3D model json you'd be willing to share?
... View more
05-16-2016
09:30 AM
|
0
|
0
|
1501
|
|
POST
|
Rotation is not supported in SceneView for 4.0. We're discussing plans for support in a future release.
... View more
05-10-2016
11:17 AM
|
1
|
2
|
2365
|
|
POST
|
Yoav, To hide the popup, simply call the close method as documented here - Popup | API Reference | ArcGIS API for JavaScript 4.0 view.popup.close(); You can also simply set the the `visible` property to false. view.popup.visible = false; The popup's position can be controlled a number of ways depending on how you're using the popup. If you are passing features to a popup, the geometry will be used to position it (if available). Otherwise, the `location` property of the popup is used. The documentation for popup - Popup | API Reference | ArcGIS API for JavaScript 4.0 discusses these properties (features and location) and methods for working with the popup. A popup's size can be altered with CSS. If this didn't answer your question, then please add more specifics as to what you're looking for.
... View more
05-09-2016
10:58 AM
|
0
|
1
|
829
|
|
POST
|
I'm not able to view the scene because you're loading it from an on premise portal. The code looks good. The only thing that may be an issue is the fact that you're using 4.0beta3, not 4.0. Switch out the version for 4.0 and see what happens. I don't expect much of a different result, but that could be an issue. This may be more specific to the layer. Can you give some more description? Is it a FeatureLayer or a SceneLayer? Is the renderer saved to the service, or do you customize it in the scene? I can look for a similar layer and try to reproduce the issue you're having.
... View more
05-06-2016
12:58 PM
|
1
|
0
|
1070
|
|
POST
|
We're not set on the timeline for 2D label support yet. But it will come.
... View more
05-04-2016
12:41 PM
|
0
|
0
|
1055
|
|
POST
|
Yes you can update the location of a graphic in the 4.0 release of the API. You accomplish this by simply setting the new geometry on the graphic. redraw() is not required. You can also create a FeatureLayer from graphics, which we recommend so you can take full advantage of the capabilities offered by FeatureLayer. See the description for FeatureLayer | API Reference | ArcGIS API for JavaScript 4.0 for more details.
... View more
05-04-2016
10:44 AM
|
0
|
0
|
1222
|
|
POST
|
Can you be more specific about what you're looking for and how you'll use it? Are you referring to tiles provided by Bing maps for use as your basemap?
... View more
05-04-2016
10:38 AM
|
0
|
0
|
1356
|
|
POST
|
In case you haven't see the blog post yet, 4.0 was released yesterday - https://blogs.esri.com/esri/arcgis/2016/05/03/arcgis-api-for-javascript-4-0-released/
... View more
05-04-2016
10:34 AM
|
0
|
1
|
2235
|
|
POST
|
As Bjorn stated in the preceding comment, redraw() will not be needed. The redraw will be handled for you in both scenarios. Once you set a new renderer on a layer (layer.renderer = yourNewRenderer) the redraw will automatically happen. Same thing with the client side graphics.
... View more
05-04-2016
09:24 AM
|
0
|
0
|
3446
|
|
POST
|
The line saying that "DynamicMapServiceLayer is under consideration" is incorrect. This layer type will not be implemented in our 4.x series. We'll update that page to avoid confusion. Regarding the creation of custom layers - our layers API isn't finished yet. We just released the basics of our common layers for 4.0. We will document how to create custom layers in a future release (hopefully 4.1) when the layers API is more mature.
... View more
05-04-2016
09:22 AM
|
0
|
0
|
899
|
|
POST
|
The rotation visual variable will be available in 4.0 final so you should be able to do something like this: var rotRenderer = new SimpleRenderer({
symbol: picSym,
visualVariables: [{
type: "rotation",
field: "heading",
rotationType: "geographic"
}]
});
var streamLayer = new StreamLayer({
url: svcUrl,
renderer: rotRenderer,
});
... View more
04-29-2016
12:30 PM
|
1
|
1
|
2365
|
|
POST
|
This hasn't been determined yet. Given this scenario, we'll discuss it some more.
... View more
04-12-2016
09:19 AM
|
0
|
0
|
1442
|
|
POST
|
No, you currently can't do this. It's being talked about, but the only way to modify lighting is by setting the date.
... View more
04-12-2016
09:12 AM
|
0
|
0
|
1442
|
|
POST
|
No. Any symbol with "3D" in its name cannot be used in MapView. MapView labels aren't supported in beta 3.
... View more
04-09-2016
03:11 PM
|
0
|
0
|
1702
|
|
POST
|
Can you be more specific with the format of your data and what you're currently using to render it in the screen shots above?
... View more
04-06-2016
05:25 PM
|
0
|
1
|
1889
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-06-2025 03:09 PM | |
| 1 | 04-29-2025 08:36 AM | |
| 1 | 08-20-2024 08:06 AM | |
| 1 | 08-13-2024 11:53 AM | |
| 1 | 07-22-2024 11:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-06-2025
03:01 PM
|