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

odsMap: defining a custom tooltip #60

Open
thoumasd opened this issue Mar 1, 2015 · 1 comment
Open

odsMap: defining a custom tooltip #60

thoumasd opened this issue Mar 1, 2015 · 1 comment
Assignees

Comments

@thoumasd
Copy link

thoumasd commented Mar 1, 2015

How does it work ?

@richterb
Copy link
Contributor

richterb commented Mar 1, 2015

It's exactly the same as before, except that it has to be in the "advanced" syntax under an <ods-map-layer>, it doesn't work in the short syntax (only an <ods-map>).
I'll add an example in the doc.

<ods-map location="12,48.86167,2.34146">
    <ods-map-layer context="mycontext">
        <div>my value is: {{record.fields.myvalue}}</div>
    </ods-map-layer>
</ods-map>

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

No branches or pull requests

2 participants