https://github.com/maptalks/examples
maptalks examples
https://github.com/maptalks/examples
Last synced: 10 months ago
JSON representation
maptalks examples
- Host: GitHub
- URL: https://github.com/maptalks/examples
- Owner: maptalks
- Created: 2016-06-12T01:41:28.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-31T02:47:34.000Z (11 months ago)
- Last Synced: 2025-07-31T05:34:45.699Z (11 months ago)
- Language: JavaScript
- Homepage: http://maptalks.github.io/examples/en/map/load/
- Size: 133 MB
- Stars: 70
- Watchers: 7
- Forks: 34
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maptalks examples
[](https://circleci.com/gh/maptalks/examples/tree/master)
Source repository of [maptalks.js's examples](https://maptalks.github.io/examples/en/basic/map/load/).
## Folder
```bash
|- codes/ # examples sources
|- config/ # examples index json file
|- public/ # resources
|- src/ # program
```
## Setup
1. At root directory
```bash
npm install
```
2. run
```bash
npm run dev
```
3. Open the browser at
[http://127.0.0.1:5173/](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).