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

Invalid ENVELOPE in solr_geom field in iso2geoBL.xsl #15

Closed
waynegraham opened this issue Mar 19, 2015 · 4 comments
Closed

Invalid ENVELOPE in solr_geom field in iso2geoBL.xsl #15

waynegraham opened this issue Mar 19, 2015 · 4 comments

Comments

@waynegraham
Copy link

Currently the ENVELOPE generated for the solr_geom field is invalid and throws an exception in Solr.

https://github.com/OpenGeoMetadata/GeoCombine/blob/master/lib/xslt/iso2geoBL.xsl#L465-L487

This should be in the format

ENVELOPE(minX, maxX, maxY, minY)

@kimdurante
Copy link
Contributor

Thanks Wayne!
I updated the xsl here:
https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/iso2geoBL.xsl

in an attempt to fix this issue and #14. When you get a chance, can you check to see if that works for you?

@waynegraham
Copy link
Author

Hi Kim,

Thanks! I should have assigned them to me, they were notes for when I could get to them, but it looks like you beat me. I'll get @mossiso to take a look...

Wayne

@drh-stanford
Copy link
Member

fixed in PR #16

@drh-stanford
Copy link
Member

fixed

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 a pull request may close this issue.

3 participants