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
$("#second_ui_1-plot .leaflet-interactive").on("click", function() { var curr_fill = $(this).attr("fill") $("#second_ui_1-plot .leaflet-interactive").attr("fill", "#03F"); $("#second_ui_1-plot .leaflet-interactive").attr("stroke", "#03F"); if (curr_fill == "red") { $(this).attr("fill", "#03F"); $(this).attr("stroke", "#03F"); } else { $(this).attr("fill", "red"); $(this).attr("stroke", "red"); } })
tests unitaire
colorPalette des geoms en fonction du nit: cf doc (min, max, je crois)
The text was updated successfully, but these errors were encountered:
Les instructions plus complètes ont été définies dans:
Sorry, something went wrong.
No branches or pull requests
tests unitaire
colorPalette des geoms en fonction du nit: cf doc (min, max, je crois)
The text was updated successfully, but these errors were encountered: