l1tecoding

Results 2 issues of l1tecoding

I can not set icon from res:// ``` this.map.addMarkers([ { id: waypoint.waypointId, lat: waypoint.latitude, lng: waypoint.longitude, icon: "res://target", onTap: marker => this.$emit("edit-waypoint", marker.id), } ]); ``` ``` No icon found...

Hello, i am use Wireshark for capture packets and me need decode this. I try your library but get error - `pyamf.DecodeError: Malformed stream (amfVersion=11822)` How i can solve this?