Skip to content

Commit

Permalink
Merge pull request #9 from Kanahiro/0.0.8
Browse files Browse the repository at this point in the history
0.0.8
  • Loading branch information
Kanahiro authored Aug 8, 2024
2 parents 58579a2 + 58eeb31 commit e819915
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@

1. Install the extension
2. open `style.json` in editor
3. open command palette and run `MapLibre: Viewer`
3. open command palette and run `MapLibre: Launch Editor`
- ![](https://github.com/Kanahiro/maplibre-vscode-extension/blob/main/doc/palette.png?raw=true)
4. Viewer will open in new tab. When edit `style.json`, the viewer will update automatically.
- ![](https://github.com/Kanahiro/maplibre-vscode-extension/blob/main/doc/viewer.png?raw=true)

### Available protocols
### Supported protocols

- `http://path/to/file`
- `https://path/to/file`
- `pmtiles://path/to/file.pmtiles`
- `pmtiles://https://path/to/file.pmtiles`

```json
"sources": {
Expand Down
Binary file modified doc/palette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "MapLibre",
"description": "",
"publisher": "kiguchi",
"version": "0.0.7",
"version": "0.0.8",
"engines": {
"vscode": "^1.92.0"
},
Expand Down

0 comments on commit e819915

Please sign in to comment.