For the iTaxi project, we need the points of landmarks, the polylines of roads, and the polygons of geopolitical areas.
Landmark:
landmark {
landmarkid: (13-digit code) AAAAABBBBBBBB (A - county code, B - serial number),
landmarkcode: (3-digit code) (classification code),
landmarkname: String,
landmarkaddr: String,
landmarkgeom: (geom)
}
Road:
road {
roadid: (13-digit code) AAAAABBBBBBBB (A - county code, B - serial number),
roadcode: (4-digit code),
roadaddr: String,
roadgeom: (geom)
}
Administrative Division:
admdiv {
admdivid: (9-digit code) AAAAABBBB (A - county code, B - serial number),
admdivcode: (10-digit code) AAAAABBCCC (A - county code, B - town code, C - village code),
admdivname: String,
admdivgeom: (geom)
}