[OpenLayers-Trac] [OpenLayers] #524: Build script imports libararies in wrong order
OpenLayers
trac at openlayers.org
Fri Mar 9 04:29:59 EST 2007
#524: Build script imports libararies in wrong order
------------------------+---------------------------------------------------
Reporter: openlayers | Owner:
Type: feature | Status: new
Priority: minor | Milestone:
Component: general | Version: SVN
Keywords: |
------------------------+---------------------------------------------------
build.py without any custom configurations imports OpenLayers libraries in
wrong order. FixedZoomLevels.js is before Layer.js in the created
OpenLayers.js file, which result an javascript error from the
"OpenLayers.Layer.FixedZoomLevels = OpenLayers.Class.create();" line,
because OpenLayers.Layer is undefined at that point (OpenLayers.Layer has
no properties).
--
Ticket URL: <http://trac.openlayers.org/ticket/524>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list