-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a guide for (new) contributors #117
base: master
Are you sure you want to change the base?
Conversation
|
||
## Code formatting | ||
|
||
We use two spaces for indentation in our MapCSS and YAML files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's worth adding an editorconfig file to the repo for this purpose?
Also, maybe a bit of an off topic question, but when are updates transferred to the website? |
It's not, but only tiles that are rerendered will use the new style. This happens either because of forcing them dirty or if anything inside the data changes. |
That's odd because I've marked multiple tiles with a Zs6 as dirty, and they still don't show up on the website. Locally it works fine. |
Okay it seems to render with master since last night. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice idea to have it a bit on point. Thanks :)
This guide collects remarks I or others have made frequently to pull requests. Feel free to comment.