@@ -18,7 +18,7 @@ function community_group_content_type_openlayers_maps() {
18
18
$ openlayers_maps ->description = 'A map for CityGroups ' ;
19
19
$ openlayers_maps ->data = array (
20
20
'width ' => 'auto ' ,
21
- 'height ' => '350px ' ,
21
+ 'height ' => '400px ' ,
22
22
'image_path ' => '' ,
23
23
'css_path ' => '' ,
24
24
'proxy_host ' => '' ,
@@ -34,22 +34,17 @@ function community_group_content_type_openlayers_maps() {
34
34
),
35
35
),
36
36
'behaviors ' => array (
37
- 'openlayers_behavior_geofield ' => array (),
38
37
'openlayers_behavior_attribution ' => array (),
39
38
'openlayers_behavior_keyboarddefaults ' => array (),
40
- 'openlayers_behavior_layerswitcher ' => array (
41
- 'ascending ' => 1 ,
42
- ),
43
39
'openlayers_behavior_navigation ' => array (
44
40
'zoomWheelEnabled ' => 1 ,
45
41
'documentDrag ' => 0 ,
46
42
),
47
43
'openlayers_behavior_dragpan ' => array (),
48
- 'openlayers_behavior_boxselect ' => array (),
49
44
'openlayers_behavior_scaleline ' => array (),
50
45
'openlayers_behavior_zoompanel ' => array (),
51
46
'openlayers_behavior_zoomtolayer ' => array (
52
- 'zoomtolayer ' => 'geofield_formatter ' ,
47
+ 'zoomtolayer ' => 'google_hybrid ' ,
53
48
'point_zoom_level ' => '5 ' ,
54
49
),
55
50
),
@@ -71,15 +66,15 @@ function community_group_content_type_openlayers_maps() {
71
66
'community_groups_map_openlayers_1 ' => 0 ,
72
67
),
73
68
'layer_switcher ' => array (
74
- 'geofield_formatter ' => ' geofield_formatter ' ,
69
+ 'geofield_formatter ' => 0 ,
75
70
'community_groups_map_openlayers_1 ' => 0 ,
76
71
),
77
72
'projection ' => '900913 ' ,
78
73
'displayProjection ' => '4326 ' ,
79
74
'styles ' => array (
80
- 'default ' => 'city_group_map_form_style ' ,
81
- 'select ' => 'city_group_map_form_style ' ,
82
- 'temporary ' => 'city_group_map_form_style ' ,
75
+ 'default ' => 'default ' ,
76
+ 'select ' => 'default ' ,
77
+ 'temporary ' => 'default ' ,
83
78
),
84
79
);
85
80
$ export ['citygroups ' ] = $ openlayers_maps ;
0 commit comments