? display_projection_fix.patch
? openlayers-maxextent.patch
? includes/layer_types/multimap.inc
? js/.openlayers.js.swp
? js/openlayers
? modules/openlayers_cck/includes/behaviors/js/CustomEditingToolbar.js
? modules/openlayers_ui/includes/.openlayers_ui.presets.inc.swp
Index: modules/openlayers_ui/includes/openlayers_ui.presets.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openlayers/modules/openlayers_ui/includes/Attic/openlayers_ui.presets.inc,v
retrieving revision 1.1.2.19
diff -r1.1.2.19 openlayers_ui.presets.inc
263,264c263,268
<     '#description' => t('All interaction with the map - drawing, panning, centering, and more - occurs in the display projection. The vast majority of maps use 4326 (latitude/longitude) for this value.'),
<     '#default_value' => !empty($defaults['layerstyles']['projections']['displayProjection']) ? $defaults['layerstyles']['projections']['displayProjection'] : '4326',
---
>     '#description' => t('All interaction with the map - drawing, panning, 
>       centering, and more - occurs in the display projection. The vast majority 
>       of maps use 4326 (latitude/longitude) for this value.'),
>     '#default_value' => 
>       !empty($defaults['displayProjection']) ? 
>       $defaults['displayProjection'] : '4326',
