Skip to content

Commit

Permalink
prettier requested linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 3, 2024
1 parent ce71a67 commit b7eac5c
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 2,365 deletions.
3 changes: 2 additions & 1 deletion map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ From the root of the repository, run either (depending on your waiting tolerance
```

</details>

- <details><summary>[~24 hours] <b>Planet</b> with lower amounts of RAM (slower)</summary>

```bash
Expand Down Expand Up @@ -109,7 +110,7 @@ docker run -it --rm -p 8888:8888 maputnik/editor
> After exporting the edited style don't forget to revert the change to the vector url 😉
| Step 1 | Step 2 |
|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| ![Where in Maputnik to click to import a style](/resources/documentation/maputnik-import1.png) | ![Where in Maputnik to click then to import a style](/resources/documentation/maputnik-import2.png) |

### Fonts + Sprites
Expand Down
6 changes: 1 addition & 5 deletions map/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"styles": "styles",
"mbtiles": ""
},
"domains": [
"nav.tum.de",
"localhost:8080",
"127.0.0.1:8080"
],
"domains": ["nav.tum.de", "localhost:8080", "127.0.0.1:8080"],
"formatQuality": {
"jpeg": 80,
"webp": 90
Expand Down
Loading

0 comments on commit b7eac5c

Please sign in to comment.