Published
Edited
Mar 22, 2020
8 stars
Insert cell
md`# The World Grid Map Use L7
### An Geospatial Data Visualization analysis framework `
Insert cell
import {select,color, slider} from "@jashkenas/inputs"
Insert cell
L7 = require('@antv/l7');
Insert cell
gridData = fetch('https://gw.alipayobjects.com/os/bmw-prod/3dadb1f5-8f54-4449-8206-72db6e142c40.json').then(response => response.json());
Insert cell
data = fetch('https://lab.isaaclin.cn//nCoV/api/area?latest=1').then(response => response.json());
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more