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

Fix missing query params from items link without f #33

Merged
merged 1 commit into from
May 2, 2023

Conversation

jampukka
Copy link
Collaborator

@jampukka jampukka commented May 2, 2023

Fixes #28

For some reason

  • CollectionMetadataUtil.getItemsLink(FeatureServiceConfig service, FeatureType ft, String mimeType)
  • CollectionMetadataUtil.getItemsLinkWithF(FeatureServiceConfig service, FeatureType ft, Map<String, String> queryParams, OutputFormat format)

were both marked as public, so marked them as deprecated instead of removing/altering them.

@jampukka jampukka merged commit 45df25c into main May 2, 2023
@jampukka jampukka deleted the bug/collections-links branch May 2, 2023 06:54
@jampukka jampukka added the bug Something isn't working label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent links in collections resources when api-key given
1 participant