|
POST
|
Clay, Can you post a link or jsbin to a sample app? It will be faster to look at if I see it in context. Thanks!
... View more
03-18-2016
05:02 PM
|
0
|
1
|
2461
|
|
POST
|
This is not possible at the moment. We're working on the internal design for this functionality. Might not make in the 4.0 final release, but will come.
... View more
03-18-2016
05:00 PM
|
1
|
0
|
671
|
|
POST
|
Correct. Not there in beta3, but will be available in 4.0 final.
... View more
03-18-2016
04:50 PM
|
0
|
0
|
1200
|
|
POST
|
Hi Marc, Could you provide a link to a sample app? I wasn't able to reproduce this error. I used the same sample and the text appears as I expect it to.
... View more
03-18-2016
04:48 PM
|
0
|
4
|
1504
|
|
POST
|
This is a bug that we're working on fixing for the 4.0 final release.
... View more
02-11-2016
09:15 AM
|
1
|
1
|
2563
|
|
POST
|
Not sure if you're referring to 3.15 or 4.0 beta 3 when you say "now", but the plan is to have basic draw capabilities like drawing a line, point, polygon. It won't look the same as 3.15.
... View more
02-04-2016
11:09 AM
|
0
|
1
|
1923
|
|
POST
|
The plan is to have a rudimentary version of Draw in 4.0 final.
... View more
02-02-2016
10:12 AM
|
0
|
5
|
1923
|
|
POST
|
Awesome! Thanks for sharing. I'll bring this up to the 3D team to see if we can get this exposed as a public property.
... View more
01-27-2016
05:46 PM
|
1
|
0
|
2907
|
|
POST
|
No more betas planned. We hope to have the final release just before Dev Summit in March.
... View more
01-22-2016
10:01 AM
|
2
|
0
|
1372
|
|
POST
|
toJSON() will be supported for some classes in 4.0 final, but not all. Even if you find it on the objects it may not be fully implemented for that particular class. Anything that is documented will be supported.
... View more
01-21-2016
04:59 PM
|
1
|
2
|
1372
|
|
POST
|
FYI, in the final (non-beta) release of 4.0, the ACCESS_TOKEN property will be treated similar to the way it is in 3.15. You will no longer be able to do this: //This only works in 4.0 beta 3
var tileLyr = new VectorTileLayer({
ACCESS_TOKEN: "YOUR_KEY",
url: "mapbox://styles/mapbox/streets-v8"
}); Instead, this will be the correct way to accomplish this: //This is how you set the access token in 4.0 final
VectorTileLayer.ACCESS_TOKEN = "YOUR_KEY";
var tileLyr = new VectorTileLayer({
url: "mapbox://styles/mapbox/streets-v8"
});
... View more
01-21-2016
12:54 PM
|
2
|
1
|
2176
|
|
POST
|
Tyrone, The length operation should return a value that is not zero, but I'm not sure how useful it would be since it is expected to be twice the length of the line (the perimeter of the invalid polygon). If you simplify the geometry prior to inputting it to the lengths function then you will get a result of 0 for the length. Is there a scenario when you would want a polygon with two vertices as opposed to a line?
... View more
01-19-2016
12:51 PM
|
0
|
1
|
482
|
|
POST
|
Contact tech support and we can get this logged as a trackable issue.
... View more
01-19-2016
12:47 PM
|
0
|
1
|
2438
|
|
POST
|
Layers are treated the same way as graphics in 4.0 since they are also part of a collection in the map. Map | API Reference | ArcGIS API for JavaScript So you can use the same moveItem() method to reorder: //moves LayerA into index 1 (on top of LayerB) map.layers.moveItem(LayerA, 1);
... View more
01-19-2016
09:09 AM
|
0
|
5
|
4088
|
| 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
|