$openlayers_maps = new stdClass(); $openlayers_maps->disabled = FALSE; /* Edit this to true to make a default openlayers_maps disabled initially */ $openlayers_maps->api_version = 1; $openlayers_maps->name = 'node_map'; $openlayers_maps->title = 'node map'; $openlayers_maps->description = 'map used for guide and event sites'; $openlayers_maps->data = array( 'width' => '170px', 'height' => '170px', 'image_path' => 'sites/all/modules/openlayers/themes/default_dark/img/', 'css_path' => 'sites/all/modules/openlayers/themes/default_dark/style.css', 'proxy_host' => '', 'hide_empty_map' => array(), 'center' => array( 'initial' => array( 'centerpoint' => '0,0', 'zoom' => '2', ), 'restrict' => array( 'restrictextent' => 0, 'restrictedExtent' => '', ), ), 'behaviors' => array( 'openlayers_behavior_dragpan' => array(), 'openlayers_behavior_navigation' => array( 'zoomWheelEnabled' => 1, 'zoomBoxEnabled' => 1, 'documentDrag' => 0, ), 'openlayers_behavior_fullscreen' => array( 'activated' => 0, ), 'openlayers_behavior_zoompanel' => array(), 'openlayers_behavior_zoomtolayer' => array( 'zoomtolayer' => array( 'mapquest_osm' => 'mapquest_osm', 'mapquest_openaerial' => 'mapquest_openaerial', 'google_normal' => 'google_normal', 'geofield_formatter' => 'geofield_formatter', ), 'point_zoom_level' => '16', 'zoomtolayer_scale' => '1', ), ), 'default_layer' => 'google_normal', 'layers' => array( 'mapquest_osm' => 'mapquest_osm', 'mapquest_openaerial' => 'mapquest_openaerial', 'google_normal' => 'google_normal', 'geofield_formatter' => 'geofield_formatter', ), 'layer_weight' => array( 'geofield_formatter' => '0', 'openlayers_geojson_picture_this' => '0', ), 'layer_styles' => array( 'openlayers_geojson_picture_this' => '0', 'geofield_formatter' => 'suusmi_yellow_marker', ), 'layer_styles_select' => array( 'openlayers_geojson_picture_this' => '0', 'geofield_formatter' => 'suusmi_yellow_marker', ), 'layer_activated' => array( 'geofield_formatter' => 'geofield_formatter', 'openlayers_geojson_picture_this' => 0, ), 'layer_switcher' => array( 'geofield_formatter' => 'geofield_formatter', 'openlayers_geojson_picture_this' => 0, ), 'projection' => 'EPSG:900913', 'displayProjection' => 'EPSG:4326', 'styles' => array( 'default' => 'default', 'select' => 'default_select', 'temporary' => 'default', ), );