Instead of the using Google Map’s polyline API, is it possible to layer an SVG image over the map with a library like d3?
Are there any examples of this in the wild?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, of course it is possible. In regards to any examples in the wild, Google has an example of creating a custom overlay using an image. If you want to use SVG or even Canvas then there is really no difference you can manipulate the DOM in any way you please 🙂