dogodigi / opendispatcher

First responder HTML5 nodejs client application
http://www.opendispatcher.org
GNU General Public License v3.0
2 stars 8 forks source link

screenBounds.intersectsBounds is called when screenBounds is undefined/null #432

Closed milovanderlinden closed 8 years ago

milovanderlinden commented 8 years ago

At the start of the application, screenBounds (screenBounds = this.layer.map.getExtent();) is sometimes null or undefined, but this is not checked causing failure to start.