Select to view content in your preferred language

How to make Curved Tools Esri ARCgis API Javascript

1325
2
07-19-2017 12:54 AM
PutriDewi_Purnamasari
Deactivated User

I'm planning to make curved tools by joining two point / three point. Here, I found some example that is easy to understand Point and Chart. and Draw Smooth Path The question is, how to implement them to arcgis? I mean, how to modify polyline tools and implemented the method above so I can make it curved?

Thank you.

0 Kudos
2 Replies
ThomasSolow
Frequent Contributor

Your best bet may be to transform a series of control points into a "curved" line using some external library.  I've played around with this and it seems to work fine.

PutriDewi_Purnamasari
Deactivated User

Hi Thomas, thanks for your answer, I'll try it now. But I think we need to draw it manually, not put some point that can generate to be curved line?

By the way, still related question, is it possible to make a modified curved arrow like this? My teacher says to me that I can use SVG/dojo but I can't find any documentation related about this curved arrow.

Arrow

0 Kudos