# Servidor WFS

<table data-header-hidden><thead><tr><th width="122.59786950732354"></th><th></th></tr></thead><tbody><tr><td>Lectura</td><td>Si</td></tr><tr><td>Escritura</td><td>Si</td></tr></tbody></table>

Web Feature Service (WFS) es una norma propuesta por el [Open Geospatial Consortium](http://www.opengeospatial.org/) (OGC) que detalla la manera en que las aplicaciones cliente deben efectuar las peticiones para obtener datos vectoriales y sus atributos a partir de un servidor compatible con WFS. El protocolo utilizado es HTTP, y los datos son generalmente devueltos en formato GML (Geography Markup Language). Las capacidades de los servidores WFS se publican en un documento XML que especifica los tipos de peticiones admitidas y proporciona una descripción de las funciones disponibles.

JMap Server puede leer los datos de los servidores WFS de las versiones 1.0.0, 1.1.0 y 2.0 y utilizarlos como fuentes de datos espaciales.

<table data-header-hidden><thead><tr><th width="188.5270935960591"></th><th></th></tr></thead><tbody><tr><td>URL</td><td>Ingrese el URL para la petición GetCapabilities que devuelve las capacidades del servidor WFS. <br>El URL se parece a: <br><a href="http://www.server.com/wfs?SERVICE=WFS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilitie">http://www.server.com/wfs?SERVICE=WFS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilitie</a></td></tr><tr><td>Tipos de datos</td><td>Cuando usted presiona <strong>Cargar</strong> el servidor WFS retorna la lista de los tipos de datos. Seleccione el tipo de datos que debe ser leído. </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-jmapserver-lima.k2geospatial.com/s/administrador/manual-del-administrador-jmap-server/fuentes-de-datos-espaciales/fuentes-de-datos-vectoriales/servidor-wfs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
