Skip to content

maptalks/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
bingliu
Jan 15, 2025
2fe7a3a · Jan 15, 2025
May 15, 2022
Apr 25, 2023
Dec 5, 2024
Jun 28, 2023
Jan 15, 2025
Dec 27, 2023
Dec 19, 2024
Oct 17, 2022
May 23, 2023
May 26, 2023
Oct 17, 2022
Apr 11, 2023
Aug 11, 2023
Aug 11, 2023
May 30, 2023
Oct 17, 2022
May 30, 2023
Oct 17, 2022

Repository files navigation

maptalks examples

Circle CI

Source repository of maptalks.js's examples.

Folder

|- codes/               # examples sources
|- config/              # examples index json file
|- public/              # resources
|- src/                 # program

Setup

  1. At root directory
npm install
  1. run
npm run dev
  1. Open the browser at

    http://127.0.0.1:5173/

Contribute and Publish

Sources files are stored in master branch. Once master branch is updated with new commits, examples will be compiled and published to gh-pages branch automatically.

Any form of contribution is warmly welcomed any time, please submit your pull request to master branch (NOT gh-pages branch).