Rendering simple gfx ontop of google maps API

Caporegime
Joined
18 Oct 2002
Posts
32,640
I need to make a webpage that uses google maps API to display a map that I want to annotate with some arrows.

I have been given some python and javascript code that creates a little webserver, which currently serves pages to the local host on a certain port number and displays some custom icons. However, I don't want to simply display a fixed icon, i want to draw a set of arrows nd each arrow will have custom rotations, e..g like a left turn arrow where the 2 straight arrow sections are the same angles as the roads at an intersection. I have python TKInter code that renders arrows, I just want to kow what kind of packge can I use to overly custom graphix on top of the webpage or to allow rendering in google maps?
 
Back
Top Bottom