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

give GetFeatureInfo iframe a css class #1443

Closed
bartvde opened this issue Dec 24, 2013 · 5 comments
Closed

give GetFeatureInfo iframe a css class #1443

bartvde opened this issue Dec 24, 2013 · 5 comments

Comments

@bartvde
Copy link
Member

bartvde commented Dec 24, 2013

to make it easier for people to style, e.g. the width of the iframe.

Now I needed to add a very generic css selector:

        iframe {
            width: 100%;
        }
@bartvde
Copy link
Member Author

bartvde commented Dec 24, 2013

cc @ahocevar

@ahocevar
Copy link
Member

Agreed. Another option would be to use a user provided template instead of a hard-coded iframe element.

@bartvde
Copy link
Member Author

bartvde commented Jan 23, 2014

Not relevant anymore since this code has changed and now outside of core.

@bartvde bartvde closed this as completed Jan 23, 2014
@renanmzmendes
Copy link

Is it possible to get features' info in other format? JSON for instance? I need the info but I can't manipulate the iframe's DOM since it's not from the same origin as my application. What's the best way of doing that?

@bartvde
Copy link
Member Author

bartvde commented Mar 6, 2014

Please ask questions on the mailing list

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