Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Marker labels #651

Closed
MauritzKruger opened this issue Aug 21, 2014 · 9 comments
Closed

Marker labels #651

MauritzKruger opened this issue Aug 21, 2014 · 9 comments
Assignees
Milestone

Comments

@MauritzKruger
Copy link

Hi guys,

Just want to know how I can change the islabel attribute to depend on controller variable, as I want labels only to display when zoom level greater that certain value, and I don't want the markers to redraw, labels should just appear and disappear....

@cthrax
Copy link
Contributor

cthrax commented Aug 21, 2014

We'd welcome a PR on this, but probably can't get to ourselves in a very timely manner. There are some more pressing issues to attend to.

@nmccready
Copy link
Contributor

However it is done try to focus on not adding more attributes, try to utilize options.

@cthrax cthrax added this to the 2.0.1 milestone Aug 22, 2014
@jmperez127
Copy link

This feature would be nice, I was trying to accomplish this by using the style attribute, but I couldn't.

@cthrax
Copy link
Contributor

cthrax commented Aug 22, 2014

@Theil PRs welcome!

@nmccready
Copy link
Contributor

I do not think this is possible.. MarkerLabels are bound to GMarkers themselves. If you want the labels to be separate to a Marker then you should have two stacks of markers one where the marker is hidden (no icon) and label only, and another with normal markers. Otherwise you need to write a new directive with just labels.

@nmccready
Copy link
Contributor

This is because MarkerWithLabel , and MarkerLabel they are from the google utils tool kit.

@nmccready
Copy link
Contributor

It is definitely not on my scope radar and it will need to be done and PR'd from someone else.

@nmccready
Copy link
Contributor

This is or should be supported on develop now. I need to write some specs and verify but this should be considered in-progress if not mostly done.

@nmccready
Copy link
Contributor

#820 documentation related. I believe this ticket is resolved

@nmccready nmccready self-assigned this Dec 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants