DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

Vector maps add fills to linestrings #725

Closed drwelby closed 2 years ago

drwelby commented 5 years ago

When a fill style is added to a vector map, it "fills in" LineString objects. See:

https://notebooks.geobigdata.io/hub/notebooks/6ta77dvioo2vmu678msx?tab=code

shows a workaround using opacity. If the fill style opacity is changed to a fixed value the LineStrings are treated like polygons.

h/t Arshak