Use view projection tile grid in tile loadingstrategy

This commit is contained in:
Andreas Hocevar
2021-09-10 01:36:59 +02:00
parent c9593b0cf6
commit 50e89080a4
4 changed files with 129 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
---
layout: example.html
title: WFS
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: "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/
experimental: true
---
<div id="map" class="map"></div>