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

Point without message #26

Open
Sogl opened this issue Nov 27, 2017 · 2 comments
Open

Point without message #26

Sogl opened this issue Nov 27, 2017 · 2 comments

Comments

@Sogl
Copy link

Sogl commented Nov 27, 2017

Hello!

I have this code:

[google-maps width='100%' lat=46.994520 lng=142.728313 zoom=15 scrollwheel=true panControl=true]
[/google-maps]

And I see the result:
image

How to disable bubble if message not set?

@GreenItSolutions
Copy link

GreenItSolutions commented Jan 7, 2018

[WORKAROUND]

Hi, I have the same problem, but i have found this workaround.
To disable window just replace in file /js/google-maps.js at line 38
infowindow.open(map, marker);
by
infowindow.close(map, marker);
Hope this help, but IMO a new parameter like data-showwindow must be greater.
Bertrand

@GreenItSolutions
Copy link

[ANOTHER WORKAROUND]

If you put mouse on mark without click, a tooltip appear with "Hello World" text.
If i replace in file /js/google-maps.js at line 26 with
title: window'
the tooltip show data-infowindow content with HTML codes.

As i'm not developer, i don't know how to obtain data-windowinfo without HTML codes.

To disable this, just comment in file /js/google-maps.js at line 26
/* title: 'Hello World!' */

Hope that helps!

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