-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
After importing the data to our db someone pointed out a mistake with the Tameike Sanno station name:
{
_id: "tSRdiyXzHjMGPwQX4",
id: NumberLong("2800114"),
name: {
ja: "溜池山王",
en: "Tameike San"
},
location: {
type: "Point",
coordinates: [
139.741419,
35.673621
]
},
lines: [
{
id: NumberLong("28001"),
name: {
ja: "東京メトロ銀座線",
en: "Tokyo Metro Ginza Line"
}
},
{
id: NumberLong("28009"),
name: {
ja: "東京メトロ南北線",
en: "Tokyo Metro Namboku Line"
}
}
]
}
As you can see it's written as Tameike San. I guess there's a chance the mistake comes from our own import process but I don't really see how that would happen…?
Metadata
Metadata
Assignees
Labels
No labels