How can I hightlight specific conduits? #198
Answered
by
aerispaha
CedarSnowy
asked this question in
Q&A
-
I want to highlight a couple of specific conduits in the form of animations or image,how can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
aerispaha
May 30, 2023
Replies: 1 comment 5 replies
-
@CedarTH are you using the swmmio mapping features? Assuming so, I’m going to migrate this over to swmmio |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @CedarTH, currently the
swmmio.create_map
function is not super flexible, unless you're comfortable playing around with Javascript and the Mapbox GL JS library. To customize the map, you can pass a path to your own basemap file, in which you can customize the Mapbox visualization logic. If you'd like to do this, I recommend starting by modifying a copy of the default basemap file used byswmmio.create_map
, which you can download from here.With a custom basemap, you can run the
create_map
function like this:Alternatively, you can create static images of your mod…