Reputation: 2638
I'm using motionless in python (3.5) to build static map images. I was having a hard time to create custom markers. But it seems like it's not so much the framework or my code, but the google maps API itself.
I can't figure out what's wrong with my URL,while this URL, works.
I use this icon: https://raw.githubusercontent.com/havnar/sprites/master/ico/1.ico
While the stack overflow favicon just works: http://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico
Upvotes: 0
Views: 495
Reputation: 1977
There was an issue with your icon file. I have re-saved the file out and uploaded to my own Github and it loads fine now:
You can grab the working .ico file here: https://raw.githubusercontent.com/zensign/ico-test/master/favicon3.ico
Upvotes: 1