Geographic-Information-System-Research / maptalks.biglayer

A maptalks layer to render millions of data with WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maptalks.biglayer [Deprecated]

An experimental layer to draw millions of data with native webgl.

Warning

This layer is an experiment, is out of maintainance now. It only works for maptalks < 0.46.0 (reason)

Examples

Run

git clone https://github.com/maptalks/maptalks.biglayer.git
npm install
npm run dev

then open http://localhost:20001/demo/

CAUTION! The data of examples is very large (>50M), please download.

  • More than 20K extrude buildings in manhattan, New York

demo/extrude-building.html

buildings

  • 925507 villages visualization in China

demo/zhai.html

china-villages

  • More than 3000K registered user visualization of a internet service

demo/users.html

users

About

A maptalks layer to render millions of data with WebGL

License:MIT License


Languages

Language:JavaScript 91.8%Language:GLSL 8.2%