Commit 3897bf8e authored by Patrick's avatar Patrick
Browse files

update path part 3

parent c0558406
......@@ -192,7 +192,7 @@ function check_Bau(location) {
if (ptsWithin.features.length == 0){
document.getElementById("solution_bau").src="https://transfer.hft-stuttgart.de/partizipation/datasource-data/NoiseData/Icons_soundquiz/icon_wrong.png";
} else if (ptsWithin.features.length == 1){
document.getElementById("solution_bau").src="/datasource-data/NoiseData/Icons_soundquiz/icon_right.png";
document.getElementById("solution_bau").src="https://transfer.hft-stuttgart.de/partizipation/datasource-data/NoiseData/Icons_soundquiz/icon_right.png";
}
} else if (location == "quiz_pragfriedhof"){
var points = turf.points([
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment