-
Hi; I have a question regarding the customization of lines/polylines loaded from The following map was created using The red and blue pipelines in the image were generated using these Loading Nord Stream 1 Route
Loading Nord Stream 2 Route
Thus allowing someone to uniquely identify one line from another. Is there a way to customize these kinds of GeoJSON files in But that's not what I'm looking to do. I need the ability to customize each line. I've tried experimenting some, based on the examples, but the results look like this: Here is the code I used to load the Loading Nord Stream 1 Route
For my applications (engineering) - it's going to be important for me to use GeoJSON files that represent pipelines, powerlines, and electrical cables. I'm therefore going to need the ability to customize colors and other values in order to identify one line from another. Can someone please show me how to do this using Thank you. --Igor |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey guys, I figured it our. You pass a basic dictionary to the Loading Nord Stream 1 Route
Loading Nord Stream 2 Route
Here is the basemap it generates: Hope that helps someone else! |
Beta Was this translation helpful? Give feedback.
-
Here are two more examples: |
Beta Was this translation helpful? Give feedback.
Hey guys, I figured it our. You pass a basic dictionary to the
style
parameter. Here is my code:Loading Nord Stream 1 Route
Loading Nord Stream 2 Route