blacklistr is a tool for visualizing in which countries a specific feature exists or doesn't exist
To change the state of a country from disabled to enabled (or the other way round), you have two options:
- click on the country you want to be disabled or enabled and you will see that there will automatically will be a new country code on the right side
- type in the single country codes in the editor on the right side and the map will update instantly
All country codes should be a valid ISO 3166-1 alpha-2 code or for some countries like the USA, China or India even a ISO_3166-2 code
To load the data from a string use the endpoint /?data={data}
Example: /?data=all except "NL", "DK", "NO", "CZ", "IT"
To load the data from a file use the endpoint /?file={file_name}
Example: /?file=https://ent8r.github.io/blacklistr/assets/test.json
To load the data used by StreetComplete use the endpoint /?streetcomplete={questDirectory/questName}
Example: /?streetcomplete=address/AddHousenumber.kt
- Just report it in the issue section of this repository