Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Add Drop Lock Radius on Map #465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

enzo-mourany
Copy link
Contributor

Le cercle ne peut pas s'afficher car il faut le place dans une MapView (une map qui vient se placer au dessus de la map de Dropy)

{dropy.isUserDropy && (
        <Circle
          center={{ latitude: dropy.latitude, longitude: dropy.longitude }}
          radius={1000}
          strokeWidth={2}
          strokeColor={Colors.red}
          fillColor='rgba(255,0,0,0.8)'
        />
)}

@enzo-mourany enzo-mourany added UI User interface related enhancement New feature or request labels Feb 14, 2023
@enzo-mourany enzo-mourany self-assigned this Feb 14, 2023
@github-actions
Copy link

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 2.86s
✅ REPOSITORY checkov yes no 8.99s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 1.13s
⚠️ REPOSITORY trivy yes 1 4.47s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@celian-rib
Copy link
Contributor

@enzo-mourany OSMapView dans DropyMap.js est une MapView, je te laisse regarder le code source de OSMapView

Comment on lines +42 to +50
{dropy.isUserDropy && (
<Circle
center={{ latitude: dropy.latitude, longitude: dropy.longitude }}
radius={1000}
strokeWidth={2}
strokeColor={Colors.red}
fillColor='rgba(255,0,0,0.8)'
/>
)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ca ne va pas dans un Marker

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je l'ai mise dans OSMapView et ça ne fonctionne pas. J'ai essayé dans les IOSMap et AndroidMap. Le problème c'est que ça n'est pas à l'emplacement du Drop

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request UI User interface related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants