function heymap_post_class_meta_box($post) { echo ''. "\n"; echo '' . "\n"; if(is_numeric(get_post_meta($post->ID, 'heymap-position-lon', true )) && is_numeric(get_post_meta($post->ID, 'heymap-position-lat', true ))) $markerSet = true; wp_nonce_field( basename( __FILE__ ), 'heymap_post_class_nonce' ); ?>

Aktuelle Markerposition (Länge, Breite): ID, 'heymap-position-lon', true ).', '.get_post_meta($post->ID, 'heymap-position-lat', true ); else echo 'keine Position gesetzt'; ?>

if(document.getElementById("heymap")) heymap_init('.get_option('heymap-lon-center').','.get_option('heymap-lat-center').','.get_option('heymap-zoom').','.get_option('heymap-minzoom').',"'.get_option('heymap-type').'",'.get_option('heymap-lat-northeast').','.get_option('heymap-lon-northeast').','.get_option('heymap-lat-southwest').','.get_option('heymap-lon-southwest').'); '; if($markerSet) echo ''; }