Kerala-MDR

From OpenStreetMap Wiki
Jump to navigation Jump to search
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) · Kerala (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.

Resources

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:


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

Overpass query :

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;