16 lines
637 B
HTML
16 lines
637 B
HTML
---
|
|
layout: example.html
|
|
title: WFS with geographic coordinates
|
|
shortdesc: Example of using WFS with a Tile strategy.
|
|
docs: >
|
|
This example loads new features from GeoServer WFS with a tile based loading strategy.
|
|
Calling the <code>useGeographic</code> function in the <code>'ol/proj'</code> module
|
|
makes it so the map view uses geographic coordinates (even if the view projection is
|
|
not geographic).
|
|
tags: "geographic, vector, WFS, tile, strategy, loading, server, 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>
|