-
Notifications
You must be signed in to change notification settings - Fork 34
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
Custom schemes #140
Comments
No problems at all, I should definitely add this option. The scheme format however is still under development and not documented. If you want to create custom scheme, please feel free to ask questions. |
Refactoring of `Scheme` and `MapConfiguration` classes.
Definitively, do not really understand it. Just tried an empty scheme and I failed. I only added the color definition from the default scheme in what made the program work. However, there are still a lot of objects on the map. Shouldn't an empty scheme result in an empty map? |
This is indeed a bug. Totally empty scheme file should work. I'll fix it.
Hmm... Looks like very legal assumption. Honestly, I never thought about such a use case. Map Machine just tries to render everything no matter how and this behavior isn't manageable through scheme file. |
Still throws an error message :(
|
Hm, seems like YAML failed to load the file. Could you please dump the content of Update: oh, I see, it is just totally empty, which is presumably a valid YAML file. I'll check this. |
It is now necessary to enable drawing map features in the scheme file. In the `options` field one should enable the following features in order to have these features on the map, because they are disabled by default: - `draw_nodes`, - `draw_buildings`, - `draw_trees`, - `draw_craters`, - `draw_directions` Related to #140.
Hello,
is there a specific reason why there is no parameter to set a scheme path. I would suggest to use
--scheme <path>
. Default path would be the default scheme. Any problems with that?The text was updated successfully, but these errors were encountered: