Support two colors of points rendered on the map.
This commit is contained in:
parent
e3eb7b30f0
commit
2bb92abf4b
6 changed files with 56 additions and 26 deletions
|
@ -3,12 +3,14 @@
|
|||
"id":"100",
|
||||
"routeid":"10",
|
||||
"lat":"35.3387",
|
||||
"lon":"25.1317"
|
||||
"lon":"25.1317",
|
||||
"direction":"go"
|
||||
},
|
||||
{
|
||||
"id":"150",
|
||||
"routeid":"20",
|
||||
"lat":"35.4387",
|
||||
"lon":"25.1217"
|
||||
"lon":"25.1217",
|
||||
"direction":"come"
|
||||
}
|
||||
]
|
||||
|
|
Reference in a new issue