cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

geofence circle not show #22

Closed Nagapandi closed 7 years ago

Nagapandi commented 8 years ago

Hi, i am trying to load a geofence in leaflet with google layer. It shows an exception in leaflet-src.js, "Cannot call method 'intersects' of undefined" empty: function () { return this._radius && !this._renderer._bounds.intersects(this._pxBounds); } please let me know the reason.

tsubik commented 7 years ago

This is a leaflet related problem, please look up for the answer on StackOverflow.