springmeyer / arc.js

great circle routes in javascript
http://springmeyer.github.io/arc.js/
BSD 2-Clause "Simplified" License
369 stars 70 forks source link

Ability to color arcs? #30

Closed sskadamb closed 8 years ago

sskadamb commented 8 years ago

Hi,

I was looking around to see if there is a way to color arcs in arc options, but I couldn't find it. Have I just missed it or would I be messing around with the js myself?

Thanks!

tmcw commented 8 years ago

arc.js only creates the raw geometries required to draw arcs - it doesn't display the arcs itself. Typically, you'll use a library like Leaflet to display the geometries generated by arc.js, and use that library's options - like Path options - to change color or other options.

sskadamb commented 8 years ago

Oh, I see due to my inexperience with arc.js I did not realize I could just do that! Thanks for the reply, I fixed the issue.