-
Notifications
You must be signed in to change notification settings - Fork 54
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
Feature/#82 GeoPackage WPS Export GUI #94
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added elemental, "secured" ExporGeoPackagePage with unit test; - Added page to WWSK category in navigation menu; - Changed POM to copy html markup and resources to build.
… request. - Support classes copied (and renamed)from GeoServer Demo Module
- Allows the TileMatrix to be be transformed to XML by the GeoPackageExportRequestTransformer
- Allows the GeoPackageProcessRequest to be be transformed to XML by the GeoPackageExportRequestTransformer
- Used to transform a GeoPackageProcessRequest to XML in preparation to sending to the WPS for execution.
- Added layer selection from sorted layer list - Added bounding box updates - Added tileset name and file name updates - Executes request - Generates XML
- min/max columns and rows are hidden (null) until a mechanism for computing the extents is implemented.
- min/max zoom levels are updated when the layer is changed.
- It was not working correctly. Disabled temporarily until resolved.
ghost
assigned emxsys
Aug 22, 2017
ghost
added
the
needs review
label
Aug 22, 2017
emxsys
changed the title
Feature/#82 Geopackage WPS Export GUI
Feature/#82 GeoPackage WPS Export GUI
Aug 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a Export GeoPackage tool to the WWSK menu category that guides the user through the creation of a WPS request to export a layer as a GeoPackage.