From 87c321b2fa740016adf1cf74dfb77c0a03d32716 Mon Sep 17 00:00:00 2001 From: Kushan Joshi <0o3ko0@gmail.com> Date: Sat, 11 Jun 2016 17:55:34 +0530 Subject: [PATCH] Add Macau and Hong Kong to drive-left data --- data/drive-left.json | 109 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) diff --git a/data/drive-left.json b/data/drive-left.json index 09254986c..c7fe8d6a7 100644 --- a/data/drive-left.json +++ b/data/drive-left.json @@ -1,6 +1,113 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 114.005126953125, + 22.50748229989845 + ], + [ + 114.32647705078125, + 22.570902079599385 + ], + [ + 114.43084716796874, + 22.435148257078577 + ], + [ + 114.41162109375, + 22.1543394041216 + ], + [ + 113.89801025390625, + 22.144163813359707 + ], + [ + 113.74420166015624, + 22.2191914879537 + ], + [ + 113.57357025146483, + 22.099000759798155 + ], + [ + 113.54885101318358, + 22.108225376027747 + ], + [ + 113.54816436767578, + 22.12190214478545 + ], + [ + 113.55022430419922, + 22.138121708335568 + ], + [ + 113.54541778564453, + 22.15084162777174 + ], + [ + 113.53649139404297, + 22.160062850612185 + ], + [ + 113.52859497070312, + 22.176595943458093 + ], + [ + 113.52584838867186, + 22.186769188065732 + ], + [ + 113.5337448120117, + 22.19980258118404 + ], + [ + 113.53614807128906, + 22.206477753086325 + ], + [ + 113.54061126708984, + 22.215377488459303 + ], + [ + 113.5550308227539, + 22.216966667517468 + ], + [ + 113.56121063232422, + 22.21219907633812 + ], + [ + 113.56155395507812, + 22.202981274057798 + ], + [ + 113.56498718261717, + 22.187404991398775 + ], + [ + 113.60858917236328, + 22.19503440693621 + ], + [ + 113.93749237060547, + 22.456408231818937 + ], + [ + 114.005126953125, + 22.50748229989845 + ] + ] + ] + } + }, { "type": "Feature", "properties": {}, @@ -2889,4 +2996,4 @@ } } ] -} \ No newline at end of file +}