cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

make marker unclickable by category #793

Closed raffivitis closed 7 years ago

raffivitis commented 7 years ago

i would like to have a category of markers that show on map but can not be clicked to open a window. in my case i would like to have a list of locations i have performed at just to let people see where I have been without the need for additional info.

cyberhobo commented 7 years ago

You can turn off info windows in Settings / Geo Mashup / Global Maps / Marker Selection Behaviors, or using the marker_select_info_window attribute.

raffivitis commented 7 years ago

that is correct, yet it doesn't enable you, as far as I have seen, to decide that a certain category will open an info window and another one won't.

cyberhobo commented 7 years ago

I see, that's true. A developer could use the javascript API to implement it.