phoria.js
phoria.js copied to clipboard
Draw a polyline with x,y
Hi, I get from GPS signal coordinates (etc. 44.3456, 23.876 etc. ... ...). How I can show it on the ground? Also how I can make ground bigger (I dont want to see edges) ?
I want to use your library to draw route - to make some kind of navigation app.
p.s. Really good html5 library
i had the same question before (for GPS coords, except also with altitude), @kevinroast added test6 [1] as an example for polyline drawing. you can easily adapt this for your use.
[1] http://www.kevs3d.co.uk/dev/phoria/test6.html
but some other examples?