-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
Feat project details map component #926
Feat project details map component #926
Conversation
…e(only map visible)
…information for small screen
…tion splitted to projectOption component. projectOptions added for others bottomSheet
…nverted dom manipulation to react states
…-project-details-map
…o prevent rerendering
…t-project-details-map-component
@NSUWAL123 are you rebased to development? |
I am rebasing it from development but it showed alot of conflict which is not showing in the remote origin, will try to fix it with varun. |
import { XYZ } from 'ol/source'; | ||
import { useLocation } from 'react-router-dom'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a seperate dependent added onto the isolated mapcomponent @NSUWAL123 please replace this logic on other PR not this and make it pass through props instead of using it in this component. and dont use new dependncy library like react-router-dom inside any mapcomponent folder map.
This PR contains an update of projectDetails map code, where MapComponent is integrated replacing OpenLayersMap component. Also, some map UI enhancements have been done.