jQueryGeo / geo

Small, fast & simple JavaScript mapping and geospatial API as a jQuery plugin
http://docs.jquerygeo.com
MIT License
422 stars 74 forks source link

Fails when using jquery-3.1.0 #225

Open roghellman opened 7 years ago

roghellman commented 7 years ago

sizeContainer.size() function not found error. (or something to that effect)

It works with jquery 2.1.3 though. This is true with both your beta and v1.0.0-rc1.2

atnpgo commented 6 years ago

Managed to get the tiled version working by all instances of .size() to .length, .error( to .on('error', and .load( to .on('load',.