took out gdatareverse
This commit is contained in:
parent
1dc80ed524
commit
bf80daf077
@ -149,7 +149,7 @@
|
|||||||
//})
|
//})
|
||||||
|
|
||||||
function highlightLastMarker(geoJSON, highlightColor) {
|
function highlightLastMarker(geoJSON, highlightColor) {
|
||||||
geoJSON.reverse()[0].properties["marker-color"] = highlightColor
|
geoJSON[0].properties["marker-color"] = highlightColor
|
||||||
return geoJSON
|
return geoJSON
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user