We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cannabis local ordinances data tool has Retail united in the map UI. There is a request to separate these back out.
To do this change need a few things:
See if we need to do anything else.
The text was updated successfully, but these errors were encountered:
New filter code would be
<select> <option value="Any cannabis business" selected="">Any cannabis business</option> <option value="Retail (Storefront)">Retail (Storefront)</option> <option value="Retail (Delivery)">Retail (Delivery)</option> <option value="Distribution">Distribution</option> <option value="Manufacturing">Manufacturing</option> <option value="Cultivation">Cultivation</option> <option value="Testing">Testing</option> </select>
Sorry, something went wrong.
May need to think through content in the UI because Retail variants use parenthesis.
Examples of tooltip data.
chachasikes
No branches or pull requests
The cannabis local ordinances data tool has Retail united in the map UI.
There is a request to separate these back out.
To do this change need a few things:
See if we need to do anything else.
The text was updated successfully, but these errors were encountered: