Ticket #395 (closed bug: fixed)

Opened 7 years ago

Last modified 6 years ago

Remove dependancy upon Prototype.js

Reported by: camerons Owned by:
Priority: major Milestone: Vector RC1
Component: general Version:
Keywords: Cc:
State:

Description

The vector code currently depends on prototype.js. (If you remove prototype.js from examples/GML.js then the application breaks).

I think the problem is due to a dependancy in Style on a hashtable. There might be more.

OpenLayers has moved to break the dependancy upon Prototype in the core so we should continue this policy.

Change History

Changed 7 years ago by camerons

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

Problem seems to have been fixed by Pierre/Bertil.

GMLTasmania.html doesn't reference prototype.js anymore.

Changed 6 years ago by tschaub

There were a number of remaining calls to array.clear() lurking around. Changesets 2069, 2072, and 2073 replace these with OpenLayers.Util.clearArray(array).

Note: See TracTickets for help on using tickets.