Skip to content

Change result_type=hits schema #107

@esgn

Description

@esgn

totalFeatures is confusing. We are returning numberMatched information from WFS

export const gpfWfsGetFeaturesHitsOutputSchema = z.object({
  result_type: z.literal("hits").describe("Indique que la réponse contient uniquement un comptage."),
  totalFeatures: z.number().describe("Le nombre total d'objets correspondant à la requête."),
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringRethink code architecture

    Type

    No fields configured for Task.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions