15 lines
516 B
HTML
15 lines
516 B
HTML
---
|
|
layout: example.html
|
|
title: WFS - GetFeature
|
|
shortdesc: Example of making a WFS GetFeature request with a filter.
|
|
docs: >
|
|
This example generates a `GetFeature` request which uses a `PropertyIsEqualTo`
|
|
and a `PropertyIsLike` filter, and then posts the request to load the features
|
|
that match the query.
|
|
tags: "vector, WFS, GetFeature, filter, maptiler"
|
|
cloak:
|
|
- key: get_your_own_D6rA4zTHduk6KOKTXzGB
|
|
value: Get your own API key at https://www.maptiler.com/cloud/
|
|
---
|
|
<div id="map" class="map"></div>
|