Voici le message reçu:
https://drive.google.com/file/d/1GSvajMB3lfFnG7DbR8ShBevmhl_6EpT7/view?usp=sharing
Avec le code suivant:
L.geoJSON(waypoints, {
filter : (feature)=> feature.geometry.type==="Point"},
{pointToLayer: function (feature, latlng) {
if (feature.geometry.type === "Point") {
return new L.circleMarker(latlng, geojsonMarkerOptions);
}}}).addTo(map);
La ligne 1 est la 75 dans le script complet…
+0
-0