-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/my map #50
Feature/my map #50
Conversation
…G/plateforme-urbaine-cameroun into feature/my-map
…G/plateforme-urbaine-cameroun into feature/my-map
@@ -10,6 +10,7 @@ App\Entity\Actor: | |||
administrativeScopes: '<numberBetween(1, 3)>x @administrative_scope_*' | |||
officeName: <companySuffix()> | |||
officeAddress: <address()> | |||
geoData: '@geoData_<current()>' | |||
officeLocation: '<numberBetween(2, 13)>.<numberBetween(100000, 999999)>, <numberBetween(8, 16)>.<numberBetween(100000, 999999)>' |
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.
A remplacer par geoData, et à adapter dans le formulaire de création/édition
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.
Je mettrais la map dans un store, et des services pour séparer la gestion des couches de la base et celle qui viennent de Qgis server, sinon j'ai peur qu'on ait rapidement un énorme composant.
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.
Même s'il y aura probablement des services qui sont communs aux deux types de données
vue/src/components/map/Map.vue
Outdated
@@ -32,11 +29,15 @@ const hoveredFeatureId: Ref<string | null> = ref(null) | |||
const activeFeatureId: Ref<string | null> = ref(null) | |||
|
|||
onMounted(() => { | |||
const accessToken = '0tupl15DKhXOvwp27x8c' |
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.
A mettre en variable d'env
} | ||
} | ||
) | ||
// const updatePin = () => { |
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.
Un peu de nettoyage à faire :)
Contient :