Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 740 Bytes

File metadata and controls

35 lines (19 loc) · 740 Bytes

Google Maps JavaScript Sample

deckgl-kml-updated

The deckgl-kml-updated sample demonstrates how to use deck.gl to render KML data that is updated in real-time.

Follow these instructions to set up and run deckgl-kml-updated sample on your local computer.

Setup

Before starting run:

$npm i

Run an example on a local web server

First cd to the folder for the sample to run, then:

$npm start

Build an individual example

From samples/:

$npm run build --workspace=deckgl-kml-updated/

Build all of the examples.

From samples/: $npm run build-all

Feedback

For feedback related to this sample, please open a new issue on GitHub.