Log of /contributions/modules/openlayers/openlayers.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.69.2.18
Tue Nov 10 19:37:08 2009 UTC
(2 weeks, 2 days ago)
by
tmcw
Branch:
DRUPAL-6--2
Changes since
1.69.2.17: +1 -1 lines
FILE REMOVED
Accidents...
Revision
1.69.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 8 22:55:18 2009 UTC
(2 weeks, 3 days ago)
by
tmcw
Branch:
DRUPAL-6--2
Changes since
1.69.2.15: +196 -28 lines
Diff to
previous 1.69.2.15
, to
branch point 1.69
Large changeset that pushes many of the changes required to support custom layer types into the OpenLayers 2.x branch. This is going to break things temporarily. There are also a few files to delete which this will make unnecessary, and openlayers_layers will need to be completely refactored for these changes. Refactoring to openlayers_views has not been performed yet.
Revision
1.73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 28 17:50:55 2009 UTC
(8 weeks, 3 days ago)
by
tmcw
Branch:
MAIN
Changes since
1.72: +29 -26 lines
Diff to
previous 1.72
Updating default layer definition to work with behaviors intead of controls, moving towards resolutions still
Revision
1.70
Thu Sep 24 17:00:00 2009 UTC
(2 months ago)
by
tmcw
Branch:
MAIN
Changes since
1.69: +1 -1 lines
FILE REMOVED
Removing all files from head
Revision
1.68
Mon Sep 21 04:26:28 2009 UTC
(2 months ago)
by
zzolo
Branch:
MAIN
Changes since
1.67: +1 -1 lines
FILE REMOVED
Removed all things form repo, in order to add branch from 6--1.
Revision
1.65 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 26 22:29:02 2009 UTC
(5 months ago)
by
phayes
Branch:
MAIN
Changes since
1.64: +18 -2 lines
Diff to
previous 1.64
Default preset was not being installed in .install file. I'm not sure, why. I've moved this to into openlayers.module with a check, this should be reviewed
Revision
1.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 26 09:21:23 2009 UTC
(5 months ago)
by
binarybill
Branch:
MAIN
Changes since
1.63: +147 -358 lines
Diff to
previous 1.63
Large Commit:
* Added Preset UI module. This allows the user to make map presets.
Presets are now used to manage and display maps
* You set the default Preset in the base OL Admin settings
* Updated Views PLugin to use a Preset
* #485298 by jer: Added support for CloudMade Tiles with the style
option
* Lots of various formatting fixes
* Various small bugs
* CCK And Geo stuff is still broken
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 20 22:12:31 2009 UTC
(6 months, 1 week ago)
by
binarybill
Branch:
MAIN
Changes since
1.54: +22 -6 lines
Diff to
previous 1.54
Changed way defualt form uses defaults. Created map to form function which needs work. Also, there are bugs in the form where defaults are not appearing.
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 1 20:06:26 2009 UTC
(6 months, 3 weeks ago)
by
phayes
Branch:
MAIN
Changes since
1.40: +9 -10 lines
Diff to
previous 1.40
now the helper map works with different projections. Had to change the way the API handles layers slightly
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 23 22:04:19 2009 UTC
(7 months ago)
by
phayes
Branch:
MAIN
Changes since
1.36: +21 -20 lines
Diff to
previous 1.36
OpenLayers form now supports projections. projection has been moved from options to the top of the main map array, given its importance.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 22 23:34:14 2009 UTC
(7 months ago)
by
binarybill
Branch:
MAIN
Changes since
1.34: +5 -2 lines
Diff to
previous 1.34
Got settings form to work on CCK fields, but for some reason the default values are not getting put back in when editing the widget settings.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 18 00:17:15 2009 UTC
(7 months, 1 week ago)
by
phayes
Branch:
MAIN
Changes since
1.25: +7 -2 lines
Diff to
previous 1.25
Implemented Google Maps, Yahoo Maps, MS VirualEarth. Moved XYZ defintiion / handling to main openlayers.module. Updated openlayers.js so we could set projection and maxextent
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 17 17:06:00 2009 UTC
(7 months, 1 week ago)
by
binarybill
Branch:
MAIN
Changes since
1.23: +27 -1 lines
Diff to
previous 1.23
Render map now adds on a 'themed' key that is themed html for displaying a map. Also, made it so that the CCK module is using it.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 16 07:00:36 2009 UTC
(7 months, 1 week ago)
by
binarybill
Branch:
MAIN
Changes since
1.22: +36 -38 lines
Diff to
previous 1.22
Fixed bug in layer handler hook, had to rewrite all of it, so the implementation of it is very differnt now. should not affect any CCK functionality, though.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 16 04:40:05 2009 UTC
(7 months, 1 week ago)
by
binarybill
Branch:
MAIN
Changes since
1.21: +4 -4 lines
Diff to
previous 1.21
Fixed my untested and broken layer hook. Added ability to choose layers in fom. Changed the layer that the layers module was providing.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 15 21:54:18 2009 UTC
(7 months, 1 week ago)
by
binarybill
Branch:
MAIN
Changes since
1.19: +42 -69 lines
Diff to
previous 1.19
Added new openlayers_layers module. It is mostly just stubbed out. Also moved out the form stuff in the API module into an include file.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 14 01:54:31 2009 UTC
(7 months, 1 week ago)
by
binarybill
Branch:
MAIN
Changes since
1.17: +116 -31 lines
Diff to
previous 1.17
Added customizing map form function, a defaults page, and the ability for render_map to pull in the user defaults.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 23 02:41:33 2009 UTC
(8 months ago)
by
binarybill
Branch:
MAIN
Changes since
1.9: +55 -97 lines
Diff to
previous 1.9
<p>Per conversation with Bdragon, I have started to rebuild this module in order to create both a CCK widget for the Geo module and a Views plugin (similar to Gmap one, I would imagine).</p> <p>I thought it a good idea to have a base API module, then split the CCK and Views functions into separate modules; this will help with performance for people that only need certain functionality, and helps abstract the code a little better.</p> <p>I also pretty much built the module from the ground up, so if you had a previous version, this mode has completely changed.</p>
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 21 17:53:48 2007 UTC
(2 years, 2 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.3: +16 -10 lines
Diff to
previous 1.3
Little bit of cleanup, actually add a proper textarea for it to use instead of relying on the devel execute box.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 21 17:49:37 2007 UTC
(2 years, 2 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.2: +9 -4 lines
Diff to
previous 1.2
Looks like the upcoming 2.5 release increases jQuery compatibility significantly.
Switching to using the hosted RC version.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 21 03:58:59 2007 UTC
(2 years, 2 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.1: +28 -4 lines
Diff to
previous 1.1
Actual semiworking semiuseful test.
Captures data and turns it into WKT... If I tie this into Geo, it should handle a lot of the WKT data capture problem...
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 21 00:10:19 2007 UTC
(2 years, 2 months ago)
by
bdragon
Branch:
MAIN
OpenLayers! Does (almost) absolutely nothing at the moment! (Well, it does display a nice map of the U.S. if you enable it and go to 'openlayerstest', so it's not COMLETELY useless, right? ;)
We'll see what transpires.
--Brandon
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.