Update geojson-vt example

This commit is contained in:
Tim Schaub
2022-01-01 18:03:31 -07:00
parent 9024867893
commit 2d96c92ac8
5 changed files with 55 additions and 55 deletions

View File

@@ -12,6 +12,7 @@ const style = new Style({
});
const vectorLayer = new VectorLayer({
background: '#1a2b39',
source: new VectorSource({
url: 'https://openlayers.org/data/vector/ecoregions.json',
format: new GeoJSON(),