OpenLayers OpenLayers

Ticket #76 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

Single file version does not work

Reported by: crschmidt Assigned to: follower
Priority: blocker Milestone: 2.5 Release
Component: general Version:
Keywords: Cc:
State:

Description

Error: OpenLayers.Util.createAlphaImageDiv is not a function Source File: http://localhost/~crschmidt/lib/OpenLayers.js Line: 2681

This is when using the non-compressed version (tmp.OpenLayers.js) in place of lib/OpenLayers.js inside an example script.

Attachments

Markers.js.diff (464 bytes) - added by ahocevar on 06/30/07 05:21:30.

Change History

06/01/06 08:20:28 changed by crschmidt

  • status changed from new to closed.
  • resolution set to fixed.

Fixed. r494 and r495.

06/30/07 05:04:05 changed by ahocevar

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from Cambridgeport to 2.5 Release.

The single-file version is broken again! I am not sure what exactly the reason is, but maybe the re-ordering of the files by mergejs.py fails because of the new NaturalDocs comment syntax.

06/30/07 05:21:30 changed by ahocevar

  • attachment Markers.js.diff added.

06/30/07 05:22:58 changed by ahocevar

Sorry, it is not as bad as it may seem from my previous posting. The only thing that is wrong is a missing @requires tag in Layer/Markers.js. The above patch fixes it.

07/02/07 11:40:47 changed by euzuro

  • status changed from reopened to closed.
  • resolution set to fixed.

fixed with r3553. Thanks for spotting this ahovecar and for the patch!