Commit final
This commit is contained in:
@@ -80,13 +80,11 @@
|
||||
school: school,
|
||||
popupEnabled: true
|
||||
})
|
||||
console.log("popup!")
|
||||
},
|
||||
closePopup(){
|
||||
this.update({
|
||||
popupEnabled: false
|
||||
})
|
||||
console.log("closed!")
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@@ -22,9 +22,9 @@
|
||||
</ul>
|
||||
<p>Admis hors académie : {100-props.school.fields.pct_aca_orig}%</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<!--<div class="column">
|
||||
<p>Vitesse de remplissage :</p>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
<div class="m-4">
|
||||
<line-graph title="Répartition par genre" data={state.genreStats} style="height: 6rem;"></line-graph>
|
||||
|
@@ -110,8 +110,9 @@
|
||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
maxZoom: 19,
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
}).addTo(state.map);
|
||||
} else (state.map) {
|
||||
}).addTo(state.map)
|
||||
|
||||
} else if (props.shouldShowInfos) {
|
||||
state.markers.clearLayers()
|
||||
for (let school of state.filteredSchoolList) {
|
||||
let fields = school.fields
|
||||
|
Reference in New Issue
Block a user