Kerala-MDR

India
States of India: Andhra Pradesh (AP) · Arunachal Pradesh (AR) · Assam (AS) · Bihar (BR) · Chhattisgarh (CG) · Goa (GA) · Gujarat (GJ) · Haryana (HR) · Himachal Pradesh (HP) · Jharkhand (JH) · Karnataka (KA) · (KL) · Madhya Pradesh (MP) · Maharashtra (MH) · Manipur (MN) · Meghalaya (ML) · Mizoram (MZ) · Nagaland (NL) · Odisha (OR) · Punjab, India (PB) · Rajasthan (RJ) · Sikkim (SK) · Tamil Nadu (TN) · Telangana (TG) · Tripura (TR) · Uttar Pradesh (UP) · Uttarakhand (UK) · West Bengal (WB)
Union territories: Andaman and Nicobar Islands (AN) · Chandigarh (CH) · Dadra and Nagar Haveli (DN) · Daman and Diu (DD) · Delhi (National Capital Territory) (DL) · Jammu and Kashmir (JK) · Ladakh (JK) · Lakshadweep (LD) · Puducherry (PY)
Kerala MDR

Kerala have a Major District Roads network of 27,469.950 km.

Tags for the relation

Each way making up any single Indian Highway route is added to a relation and that relation is given at least these tags:

Note: These tags are added to the relation and not the ways.

Optional tags to include in the relation are
Optional tags for the roads

Optionally, following tags may be added to the ways (road):

Other commonly used road tags include: surface=asphalt, name=* & name:ml=*, road_marking=*, oneway=no, smoothness=*, etc.

District-wise sub-pages

The MDRs of Kerala are listed in the district-wise sub-pages. Online resources that may aid mapping MDRs are also given in the table.

Code District PWD MDR list PWD map SPB map Remarks
AL Alappuzha list image pdf
ER Ernakulam list image pdf
ID Idukki list image pdf
KN Kannur list image pdf
KS Kasaragod list image pdf
KL Kollam list image pdf
KT Kottayam list image pdf
KZ Kozhikode list image pdf
MA Malappuram Manjeri image pdf
PL Palakkad list image pdf
PT Pathanamthitta list image pdf
TV Thiruvananthapuram list image pdf
TS Thrissur list image pdf
WA Wayanad list, Churam image pdf
Vadakara
Muvattupuzha list image


Resources
Overpass query
try it yourself in overpass-turbo
try it yourself in overpass-turbo
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“"network"="IN:MDR:KL" in Kerala”
*/
[out:json][timeout:25];

area["name"="Kerala"]->.searchArea;
// gather results
(
  // query part for: “network="IN:SH:KL"”
  nwr["ref"~"^MDR"](area.searchArea);

);
// print results
out body;
>;
out skel qt;