POST
|
Hi, guys. I have got the extent of the map view from its extent property. As I need to load the data async from the backend when the user drags the map, so every time after user drag and stops, I need to send an API to the backend, which takes the current map lat/long on the four corners of the screen to the params of the API. I find the extent of the Mapview property, but its format is different from the lat/long. Is there any way or API to get the suitable lat/long of the four corners of the screen on the map? Thank you.
... View more
04-21-2020
01:39 AM
|
0
|
2
|
187
|
POST
|
Hi, Kudaisi. I'm trying to do this, too. But I don't find any useful ways to solve this problem Do you find some way to resolve it?
... View more
11-28-2019
12:47 AM
|
0
|
0
|
113
|
POST
|
Hey all, I'm now using ArcGIS to build a 3D map, I downloaded the gltl model from the web and injected it inside the project. Then I want to use this model as the symbol, I checked the API that in Mesh has the method called 'createFromGLTF', then I tried to load the gltl model into the mesh and then draw it on the map, but it doesn't work. Can you help me to check what's the problem? or how to use the mesh component? The document is not too clear about that. The model I used is here: Avro Lancaster - Download Free 3D model by helijah (@helijah) - Sketchfab thanks.. Mesh . createFromGLTF ( new Point( { x : 58.226 , y : 28.271 , } ) , ' /scene.gltf ' , ) . then ( mesh => { let graphic = new Graphic( { geometry : mesh , symbol : { type : ' mesh-3d ' , symbolLayers : [ { type : ' fill ' } ] , }, } ) ; view . graphics . add ( graphic ) ; } ) ;
... View more
11-27-2019
04:24 AM
|
0
|
3
|
108
|
POST
|
Hey, I'm trying to draw polyline based on the PathSymbol3DLayer type, but when I change the type to 'line', it works, if I change the type to 'path', the line can not be shown. Below is the codepen, please help to have a look at the problem. Thanks... https://codepen.io/Lucas-min-liu/pen/WNNqmYZ?editors=1000
... View more
11-27-2019
12:11 AM
|
0
|
1
|
75
|
POST
|
Hi, I'm trying to draw a polyline with an arrow to show the direction of the line, I have tried the plugin called "DirectionalLineSymbol", but it seems doesn't work fine with the load modules method. Is there any better way to solve this issue? thanks...
... View more
11-23-2019
04:09 AM
|
0
|
1
|
191
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|