iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 552 forks source link

DrawTools for android #1067

Open andreyppc opened 8 years ago

andreyppc commented 8 years ago

Little fix for Drawtools for android (sometimes it is necessary) : window.plugin.drawTools.editicon = 8; if (typeof android !== 'undefined' && android && android.shareString) window.plugin.drawTools.editicon = 32; Use "iconSize: new L.Point(window.plugin.drawTools.editicon, window.plugin.drawTools.editicon)" instead "iconSize: new L.Point(8, 8)" photo_2015-10-21_13-05-33

johnd0e commented 5 years ago

Fixed in Leaflet. Check IITC-CE