how can i add pop-up for polyline layer #356
Unanswered
sheethalpatila
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how can i add pop-up for polyline layer
if i am going to insert isShowOnhoverContent(true ) in source ,then lins-string will be not visible in map ,
const [ isShowOnhoverContent , setIsShowOnhoverContent] = useState([]);
} } } > <Layer key={"verKeylayer"+index} id={"verylineLayer"+index} type="line" source="my-data" layout={{ "line-join": "round", "line-cap": "round" }} paint={{ "line-color": "#0033cc", "line-width":5 }} /> </Source> </div> ) } </div>
Beta Was this translation helpful? Give feedback.
All reactions