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 (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:


Code District Remarks
AL Alappuzha
ER Ernakulam
ID Idukki
KN Kannur
KS Kasaragod
KL Kollam
KT Kottayam
KZ Kozhikode
MA Malappuram
PL Palakkad
PT Pathanamthitta
TV Thiruvananthapuram
TS Thrissur
WA Wayanad
Vadakara
Muvattupuzha

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;