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

Investigate to see if geoserver rest api need to have the same method when uploading data to geoserver #259

Closed
ywkim312 opened this issue Jan 16, 2024 · 0 comments · Fixed by #266
Assignees
Labels
2storypoint Between 2-6 hours of work, requiring email and/or a brief meeting

Comments

@ywkim312
Copy link
Member

Currently, there are two different way of uploading the data to geoserver in geoserver rest api class. One is directly post dataset with the creation of datastore and layer at the same time and the other is create datastore first then create a layer in the datastore. The first method is much clean and simpler and should be faster even though the difference should be really small, but this doesn't work when renaming the geopackage file name to dataset id. The second one is much more complicated in terms of code structure but it works. We need to check to keep these two methods or just making every method to the second on in terms of the code structure's unity.

@ywkim312 ywkim312 added the 2storypoint Between 2-6 hours of work, requiring email and/or a brief meeting label Jan 16, 2024
@ywkim312 ywkim312 self-assigned this Jan 16, 2024
@ywkim312 ywkim312 changed the title Check to see if geoserver rest api need to have the same method when uploading data to geoserver Investigate to see if geoserver rest api need to have the same method when uploading data to geoserver Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2storypoint Between 2-6 hours of work, requiring email and/or a brief meeting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant