allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 516 forks source link

Resizing a base 64 icon #885

Open estellederrien opened 5 years ago

estellederrien commented 5 years ago

Hello ! I wonder if somebody could help me :

The following code is working well : `

` But this is not working, i'm trying out to resize my icons ; ` ` **p.img** does not get interpreted, i wonder if somebody could help me please. **p.img** is a base 64 image, looking like this : `"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR4nOy9eXhU5fn//3rObMlkkswkgWxkA8ISdomsEdAKAioC7ta629rla2u1Ulut9mOt2o9Vqa3tt9iPS7FKVRQQXFB2wipbyL6QkH1fJjNJZjnP etc ...` thanks a lot for your gentle help -