__('Tooltip', 'mapplic'), 'open-link' => __('Open link', 'mapplic'), 'open-link-new-tab' => __('Open link in new tab', 'mapplic'), 'lightbox' => __('Lightbox', 'mapplic'), 'external' => __('External', 'mapplic'), 'image' => __('Image', 'mapplic'), 'reveal' => __('Reveal', 'mapplic'), 'none' => __('None', 'mapplic'), 'disabled' => __('Disabled', 'mapplic'), 'select' => __('Select', 'mapplic') ); $actions = apply_filters('mapplic_actions', $actions); return $actions; } } // Location metabox function mapplic_landmark_box($post, $param) { if (user_can_richedit()) $data = json_decode($post->post_content, true); else $data = json_decode(stripslashes(html_entity_decode($post->post_content)), true); if (!is_array($data)) return; if (isset($data['styles'])) $styles = $data['styles']; if (isset($data['categories'])) $categories = $data['categories']; // Custom marker types $pins = array( 'pin-text pin-label pin-lg' ); $pins = apply_filters('mapplic_pins', $pins); ?>
Circular
Rounded
Square
Custom
0
Three value types accepted, example: auto (default), 600px (fixed, defined in pixels) and 80% (percent of the browser height).
[mapplic id="ID; ?>" h=""]
You can link a CSV file or load its content. Click here to learn more about CSV Support.