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

Add filter, se, sld, and wfs schemas #186

Merged

Conversation

jisantuc
Copy link
Contributor

@jisantuc jisantuc commented Jan 15, 2020

Overview

This PR adds sld types to the opengis package. It's not important that it's merged as much as it's important to prove that it's possible for an upcoming pr in Franklin.

Checklist

  • Description of PR is in an appropriate section of the CHANGELOG and grouped with similar changes if possible

Notes

Thanks @pomadchin for help solving the schema version challenge.

Apparently RasterSymbolizer isn't included in the generated types for some reason 🤔. I'm not sure where it went. It has to be in the xsd schemas somewhere though It's in the "Symbology Encoding" (se) spec

Testing Instructions

  • ++ 2.12.10; opengis/publishLocal (or another scala version that you have a convenient ammonite repl for)
  • start an ammonite repl with a Scala version matching the version you published locally
  • import the ivy artifact you just published:
import $ivy.`com.azavea.geotrellis::geotrellis-server-opengis:3.4.0-10-b73e8fb7-SNAPSHOT`
  • import opengis.sld.<TAB> and check out what's available, import opengis.se.<TAB> and check out what's available

@jisantuc jisantuc merged commit 86e797e into geotrellis:develop Jan 17, 2020
@jisantuc jisantuc deleted the feature/js/add-more-opengis-types branch January 17, 2020 16:45
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