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

problem with from html #20

Open
mori3803 opened this issue Jan 20, 2017 · 2 comments
Open

problem with from html #20

mori3803 opened this issue Jan 20, 2017 · 2 comments

Comments

@mori3803
Copy link

mori3803 commented Jan 20, 2017

hello
in from html section,i insert this code:

<map name="map">
    <area shape="rect" coords="428, 18, 549, 345" href="test" />
</map>

the area load as well but Attributes like href not load in area.
is there any solution for this?
thank you

@netkot
Copy link

netkot commented Feb 3, 2017

In function Area.createAreasFromHTMLOfMap before string
attributes[name] = result[1];
add string:
name = item.toLowerCase();

@luisantoniome
Copy link

@netkot Thank you. I was looking for this too. Can you explain a little bit more why this? I'm tryin' to understand, anyway. Thank you!

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

3 participants