kekscom / osmbuildings

OSM Buildings Classic 2.5D
http://osmbuildings.org
BSD 2-Clause "Simplified" License
505 stars 140 forks source link

Support wrapping in anonymous function #66

Closed xEtherealx closed 9 years ago

xEtherealx commented 10 years ago

I'm using django-pipeline and the compressor wraps each js module in an anonymous function for global namespace safety. This obscures OSMBuildings. Exposing OSMBuildings to the window global would alleviate this. I simply added window.OSMBuildings = OSMBuildings; to the end of OSMBuildings-Leaflet.debug.js to work around this.

kekscom commented 9 years ago

Done with version 0.2.1b