dropy-project / front

5 stars 0 forks source link

Add Drop Lock Radius on Map #465

Open enzo-mourany opened 1 year ago

enzo-mourany commented 1 year ago

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)'
        />
)}
github-actions[bot] commented 1 year ago

🦙 MegaLinter status: :warning: 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
:warning: 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 commented 1 year ago

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