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

TileMapServiceImageryProvider can now handle casing differences in XML documents #1373

Merged
merged 6 commits into from
Jan 10, 2014

Conversation

andr3nun3s
Copy link
Contributor

This solves issue #1299

Instead of using getElementsByTagName I'm iterating the nodes in the document and checking them with a case-insensitive regular expression.

Please review it and tell me if there's a more efficient solution.

Thanks.

@kring
Copy link
Member

kring commented Jan 8, 2014

@Andre-Nunes this looks good to me. Mind adding some tests and updating CHANGES.md?

@kring
Copy link
Member

kring commented Jan 8, 2014

And thanks for doing this!

@andr3nun3s
Copy link
Contributor Author

No problem, about updating CHANGES.md where do I put the changes? In the next release? b25?

@kring
Copy link
Member

kring commented Jan 8, 2014

Yep, put it in the b25 section. It's not a breaking change, of course.

@andr3nun3s
Copy link
Contributor Author

I think it is done.

@kring kring merged commit 7f4a999 into CesiumGS:master Jan 10, 2014
@kring
Copy link
Member

kring commented Jan 10, 2014

Looks good, thanks @Andre-Nunes!

@andr3nun3s andr3nun3s deleted the tagname-regex branch January 15, 2014 15:53
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

Successfully merging this pull request may close these issues.

2 participants