14 lines
524 B
HTML
14 lines
524 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"
|
|
cloak:
|
|
As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
|
|
---
|
|
<div id="map" class="map"></div>
|