-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
[FEATURE] config-based profiles #18
Comments
I am actively working on this using a YAML-based configuration language. Feel free to assign to me for tracking. |
@ZeLonewolf can you open a draft pull request with what you have at the moment? I am curious to see where this goes... |
I will do that as soon as I get the code into a non-broken state :) |
* testCountryLeftRightName() extended to cover adm0_{l,r} not showing up at Z4 * fix for onthegomap#18 + alignment with OMT: adm0_{l,r} only for non-disputed and only from z5 * clean-up: if-else simplified since same for z4 * other tests updated to match adm0_{l,r} change
Right now you need to write Java code to build a custom profile. It might be nice if you could also write a json or yaml file that defines the logic and config for the profile.
The text was updated successfully, but these errors were encountered: