POST
|
Is there an option to cache or preload basemap tiles? If a user is frequently reopening the map and always uses the same region at similar zoom levels it would be great to cache the tiles, so they are not requested from the arcgis servers every time. This is especially important for slower connections.
... View more
11-25-2020
11:54 PM
|
0
|
0
|
44
|
POST
|
Sometimes when zooming in features will disappear and not appear at the zoom level at all. See gif https://i.imgur.com/mogzLTw.gif Or features are just cutoff in the middle This is using UniqueValueRenderer with png PictureMarkerSymbol This is only resolved by panning the map so the features are out of view and then panning back. Edit. Forcefully refreshing through layer.refresh() works only if the refresh is called after 10 seconds. There seems to be some hard-coded caching that prevents immediate redraws.
... View more
11-25-2020
10:30 PM
|
0
|
2
|
67
|
POST
|
We have popup precisely tied to feature location by tracking view.on(click) event and setting popup location like so: this . view . popup . open ({ features: response . results [ 0 ]. graphic , location: response . results [ 0 ]. graphic . geometry }) ; However, when zooming in manually or clicking Zoom to in the popup the resulting popup drifts to incorrect location. This issue is present in official demos as well (at least when zooming in with scroll wheel). In some demos when clicking Zoom to the popup snaps back to correct location. We are using version 4.16
... View more
11-24-2020
11:21 PM
|
0
|
0
|
30
|
POST
|
Hello, The problem is still present in the example you posted. For example, click on any point, then zoom into the map.
... View more
11-24-2020
10:59 PM
|
0
|
0
|
53
|
Online Status |
Offline
|
Date Last Visited |
11-30-2020
08:32 AM
|