|
|
@ -190,7 +190,7 @@ class Geo extends Component { |
|
|
|
const arrStops = results.map((ele) => ({ |
|
|
|
const arrStops = results.map((ele) => ({ |
|
|
|
"type": "Feature", |
|
|
|
"type": "Feature", |
|
|
|
"properties": { |
|
|
|
"properties": { |
|
|
|
"popupContent": `${ele.name}`, |
|
|
|
"popupContent": `${ele.name}<br />${ele.stop_id}`, |
|
|
|
"stop_id": `${ele.stop_id}`, |
|
|
|
"stop_id": `${ele.stop_id}`, |
|
|
|
"icon": mintStopIcon, |
|
|
|
"icon": mintStopIcon, |
|
|
|
}, |
|
|
|
}, |
|
|
|