Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show name lable for attached kml instead of infobox #783

Open
islandcastaway opened this issue Mar 7, 2017 · 0 comments
Open

show name lable for attached kml instead of infobox #783

islandcastaway opened this issue Mar 7, 2017 · 0 comments

Comments

@islandcastaway
Copy link

islandcastaway commented Mar 7, 2017

I am trying to show the kml "name" next to a placemark icon from a kml file that is attached to the post instead of only a infobox when hovering over the placemark icon.

example kml is at http://stridetothetop.com/files/2017/03/ASEPTIC-TEAM-kml.kml

category page map code is
`<?php if ( class_exists( 'GeoMashup' ) ) {
$current_location = GeoMashupDB::get_post_location( get_the_ID() );
if ( $current_location ) {
$map_arguments = array (
'zoom' => '2',
'height'=>'600',
'width'=>'900'
);
echo GeoMashup::map( $map_arguments );

		 }
		 }

echo '
';
?>`

sample output is http://stridetothetop.com/chronicles/global-teams/

any help would be gratefully appreciated .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant