Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

camptocamp/ol-vt-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector tiles support in openlayers, test & metrics

Provide different examples to compare vector tiles rendering performance.

Install

npm install
cd node_modules/mapbox-to-ol-style/ && npm install

Run

npm start

Open

localhost:3000/simple.html

Deploy

Standard

npm run deploy

https://camptocamp.github.io/ol-vt-tests/ol-sbm-osm.html

In a folder (custom version of third-party library)

npm run deploy -- --dest fgravin

https://camptocamp.github.io/ol-vt-tests/fgravin/ol-sbm-osm.html

Examples

Mapbox GL JS integration examples

Showing a mapbox streets-v9 base layer with Mapbox GL JS and the ch.are.bauzonen layer with Openlayers.

Mapbox GL JS is handling pointer events.

Openlayers is handling pointer events.

Mapbox GL JS can also display raster layers. This example serves as a benchmark of how well the two map layers should be connected in the OpenLayers integration examples, i.e. ideally there is no noticeable difference.

Mixed renderer examples

Showing a map where each layer has its own canvas.

WebGL map renderer with OSM layer rendered in it + canvas layer in its own canvas.

Mixed map renderer that declare no canvas + 2 canvas layers with their own canvas.

WebGL experimental Vector Tiles renderer

The following examples use an experimental Vector Tiles WebGL renderer. The tile loading logic is very basic, hence why the map is blank sometimes.

Swisstopo example map given to an experimental WebGL Vector Tiles renderer. Note: triangulation is done using earcut instead of the custom-made algorithm of OpenLayers.

This example uses a basic MapBox style spec and implements text rendering using SDF glyph atlas with tiny-sdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published