uncheckederror / Ocean2Ocean

Enter your daily step count and track your team's progress as you walk together from Ocean to Ocean.
GNU General Public License v3.0
0 stars 0 forks source link

Draw my own routes #9

Open sandyrav opened 4 years ago

sandyrav commented 4 years ago

I would like the ability to draw my own route with multiple stopping points. For example I would like to draw a star shape route with 5 stopping points.

uncheckederror commented 4 years ago

The ArcGIS JS API includes the ability to draw geometry on a web map. This could enable users to create their own routes.

I'm not sure how saving and storing the routes would work though. I need to investigate this more.