thesocialdev / tile_render_benchmark

Benchmark of several maps ui frameworks for both raster and WebGL vector-tile rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tile render benchmark

App to benchmark differenc UI map framework with all available renderers for raster and vector-tile

Setup

Api Keys

To test tangram you need to create an API key at https://developers.nextzen.org/

Make sure to replace MAPTILER_API_KEY in highways-scene.yaml with your key

To test tangram you need to create an API key at https://cloud.maptiler.com/

To test the other vector-tile services you need to replace MAPTILER_API_KEY in osm-bright.yaml with your key

Run

This project is using parcel so all you need to do is run:

npm install && npm start

The app will be accessible at http://localhost:1234

Endpoints

About

Benchmark of several maps ui frameworks for both raster and WebGL vector-tile rendering


Languages

Language:Vue 79.1%Language:JavaScript 17.8%Language:HTML 3.1%