|
POST
|
Thanks for your reply. We've also implemented this workaround, but i thought there had to be something we might have missed. Setting a fullExtent or clipping on mapview level would be great.
... View more
06-03-2019
12:04 AM
|
0
|
0
|
658
|
|
POST
|
I couldn't find anything about this in the documentation - is there no fullExtent property or equivalent on a MapView? There are fullExtent properties on various layer types, but not on a MapView. What we want to be able to, is limit the navigation availabilities of the user to a certain extent of interest, independent on the fullExtent defined on layer level. On a WebScene of local type there is also a clippingArea which would be nice on MapView level as well. Is there anything like that i don't see? Thanks in advance
... View more
05-29-2019
07:42 AM
|
0
|
2
|
728
|
|
POST
|
In JS API 4.9 there were two ways af using animated marker symbols: - using Animated GIFs as a PictureMarkerSymbol - using a css definition on the svg of a SimpleMarkerSymbol In 4.11 both of these are no longer available. Is there an easy possibility to have an animated marker symbol in the current api version without having to e.g. change the symbol itself using timeouts/intervals?
... View more
04-05-2019
05:08 AM
|
0
|
1
|
2325
|
|
POST
|
Hi Yann Cabon, i looked through the API 4.11 documentation and i couldn't find anything about layer clipping. Can you confirm that this feature didn't make it into 4.11 or if so, point me in the right direction? Thanks in advance, Roman
... View more
04-04-2019
06:44 AM
|
0
|
0
|
1548
|
|
POST
|
In API 4.11 the text symbol still breaks into multiple lines, just later (at around 200px) than in 4.10 (at around 120px) Doe you maybe have any further infos on that?
... View more
04-02-2019
02:41 AM
|
0
|
2
|
2736
|
|
POST
|
In JS API 4.9 it was possible to disable the rotation events on a MapView by setting the rotationEnabled constraint to false. This resulted in the user not being able to rotate the map, but it was still possible to change the rotation by script. In 4.10 setting the rotationEnabled constraint prevents setting the rotation by script also. Is this a bug or as designed? Especially on (smaller) mobile devices users are often accidentially rotating the map, e.g. on zooming. How can we prevent the user rotating the map but being able to still set the mapview rotation property?
... View more
03-22-2019
02:27 AM
|
0
|
0
|
532
|
|
POST
|
So you mean this is a wanted behaviour? But then why is this only for GraphicsLayer and not for the defaults graphics of a view? I think it was better and more useful like it was handled in 4.10. The usage of Graphics seems to get more and more complicated than it gets easier.
... View more
03-22-2019
12:58 AM
|
0
|
0
|
1319
|
|
POST
|
Thanks for your quick response, Undral. I tagged you because you already answered to my earlier posts regarding using graphics . When adding a single Graphic object to two different MapViews (e.g. Map and connected map or overview) the Graphic is removed from the 1st MapView when added to the 2nd. This happens only if we use an additional GraphicsLayer and not when added to the default graphics of the view. This was different in 4.9 and 4.10 - so we just generated our graphics and added the to the views. Maybe this is a known breaking change, we just need to make sure before we change our handling of graphics. sample: - generates 2 views each with its own GraphicsLayer - adds Graphics objects to GraphicsLayer and default graphics of view 1 (timeout) - adds the same Graphics objects to GraphicsLayer and default graphics of view 2 (timeout) ==> Polygon on GraphicsLayer of View 1 is deleted
... View more
03-21-2019
01:02 AM
|
0
|
2
|
1319
|
|
POST
|
This is a question mainly for the JS API developers at esri - Undral Batsukh Yann Cabon We've seen that the 4.11 release (maybe alpha, beta?) of the API is already online and tried a few things using this api in our own development application. Now we found an unexpected behavior regarding GraphicsLayer, which handled different in 4.10 and before. So my question is - does it make sense to file such a sample? If yes, where should we do that?
... View more
03-20-2019
03:26 AM
|
0
|
6
|
1599
|
|
POST
|
ok, we found the code to disable the roll in esri/views/2d/navigation/actions/Pan by disabling esri/views/navigation/PanPlanarMomentumEstimator Will file an enhancement request for this case.
... View more
03-15-2019
06:38 AM
|
2
|
0
|
1104
|
|
POST
|
A client has requested to disable the smoothing "roll"-effect on panning a map. I was looking for an attribute on the MapView object, etc. but coudln't find any. So my question is: Is there a way to disable this rolling effect by configuration, e.g. by setting animation time / distance to 0 somewhere?
... View more
03-08-2019
03:53 AM
|
1
|
3
|
1252
|
|
POST
|
We are experiencing some choppiness when rotating a MapView with a few layers, in our case 8 FeatureLayer objects - some of which hold many features - above a single VectorTileLayer. When changing the mapview rotation a lot of requests are sent continuosly for each of the layer endpoints. These are FeatureServer/query and VectorTileServer/tile requests. Some of the requests get cancelled (see chrome dev-tools), alot of them are sent and received. The response is also always the same. So my questions are: Why are all these requests sent as they are all the same and do not have any rotation parameter in them? And is there a way to prevent sending these requests, e.g. until the final rotation is reached? Has anyone else seen these problems and found a workaround? One more thing i have to mention is, that we don't use right mouse events to rotate the map but a slider control which executes MapView.set("rotation") calls. But that doesn't make any difference in behavior. I can't post a sample as our feature layers are private data, the vector tile layer is https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer
... View more
02-06-2019
07:10 AM
|
0
|
0
|
650
|
|
POST
|
In 4.9 a picture marker symbol on a MapView rotated with the view. So we watched the mapview rotation and updated the symbol rotation accordingly to have a screen aligned image in any rotation. In 4.10 a picture marker symbol is always displayed unrotated and aligned to the screen by default. Before making changes to our code, i'd like to make sure that this is a feature and not a bug. Side question for esri staff is - Could you make this behavior customizeable with a property on the symbol class?
... View more
12-21-2018
01:26 AM
|
0
|
1
|
1087
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-27-2018 08:17 AM | |
| 1 | 03-08-2019 03:53 AM | |
| 1 | 08-28-2019 12:44 AM | |
| 2 | 03-15-2019 06:38 AM | |
| 4 | 07-29-2019 01:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:25 AM
|