OpenLayers OpenLayers

Ticket #323 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

factor out Webmap.js as an independent build target

Reported by: jrf Assigned to: sderle
Priority: critical Milestone: 2.2 Release
Component: general Version:
Keywords: Cc:
State:

Description (Last modified by jrf)

Several have expressed desire for easier access to a few core components that would be useful in many open source mapping projects:

  1. OpenLayers.Map
  2. OpenLayers.Layer
  3. OpenLayers.Events

Refactoring these into a new build target called "OpenLayersCore.js" will make the features available to many groups. If the name bothers people, we can make it "WebMap.js" and WebMap.Map etc.

Change History

10/02/06 22:10:30 changed by jrf

  • description changed.

10/03/06 10:42:14 changed by sderle

  • owner set to sderle.
  • priority changed from minor to critical.
  • summary changed from factor out OpenLayersCore as an independent build target to factor out Webmap.js as an independent build target.

I don't much care for "OpenLayersCore". "Webmap.js" is much more ecumenical, and already has buy-in from the community.

10/05/06 12:01:20 changed by sderle

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

Well, regardless of the name, as of r1595, you can run 'sh build.sh lite' in the build/ directory and get a lightweight version of OpenLayers.js that supports only Layer.WMS and Layer.WMS.Untiled. The source:/trunk/openlayers/examples/lite.html is the only example that works with this 'lite' version.