Skip to content

Instantly share code, notes, and snippets.

@jovianlin
Created December 7, 2017 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jovianlin/a319eed31aa40a5f6d747c4d16b8bfcd to your computer and use it in GitHub Desktop.
Save jovianlin/a319eed31aa40a5f6d747c4d16b8bfcd to your computer and use it in GitHub Desktop.
SG Location Data Demo
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS = false; L_NO_TOUCH = false; L_DISABLE_3D = false;</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css" />
<link rel="stylesheet" href="https://rawgit.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css" />
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<style> #map_ea3829b929f04e0b934a96fc7f8838cc {
position : relative;
width : 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.3.0/leaflet-dvf.markers.min.js"></script>
</head>
<body>
<div class="folium-map" id="map_ea3829b929f04e0b934a96fc7f8838cc" ></div>
</body>
<script>
var bounds = null;
var map_ea3829b929f04e0b934a96fc7f8838cc = L.map(
'map_ea3829b929f04e0b934a96fc7f8838cc',
{center: [1.38,103.8],
zoom: 12,
maxBounds: bounds,
layers: [],
worldCopyJump: false,
crs: L.CRS.EPSG3857
});
var tile_layer_dba3fad0724f4c17b273a262b1508971 = L.tileLayer(
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxZoom": 18,
"minZoom": 1,
"noWrap": false,
"subdomains": "abc"
}
).addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var regular_polygon_marker_cb5916a5c8fb42aaa3ac49522e73f3fa = new L.RegularPolygonMarker(
new L.LatLng(1.2811497583405485,103.83937446565562),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_118c6a1b0b574efe9dbddd3704a50861 = L.popup({maxWidth: '300'});
var html_01ba812a07554549aaef05bbfd54b567 = $('<div id="html_01ba812a07554549aaef05bbfd54b567" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: C</div>')[0];
popup_118c6a1b0b574efe9dbddd3704a50861.setContent(html_01ba812a07554549aaef05bbfd54b567);
regular_polygon_marker_cb5916a5c8fb42aaa3ac49522e73f3fa.bindPopup(popup_118c6a1b0b574efe9dbddd3704a50861);
var regular_polygon_marker_81e5a12ca1ba423081be18a8a9cd9914 = new L.RegularPolygonMarker(
new L.LatLng(1.2813565613992561,103.8394175934818),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_90900545473e40b8b64c8ce46c87c634 = L.popup({maxWidth: '300'});
var html_0b3fba8504194c949c1b37835090b84a = $('<div id="html_0b3fba8504194c949c1b37835090b84a" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: D</div>')[0];
popup_90900545473e40b8b64c8ce46c87c634.setContent(html_0b3fba8504194c949c1b37835090b84a);
regular_polygon_marker_81e5a12ca1ba423081be18a8a9cd9914.bindPopup(popup_90900545473e40b8b64c8ce46c87c634);
var regular_polygon_marker_baae27522a614e37addce772ed85bb25 = new L.RegularPolygonMarker(
new L.LatLng(1.2809926092393662,103.83978889939382),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_22dd16dc52d74e9ba855b0c53ac59b47 = L.popup({maxWidth: '300'});
var html_96d0e438018442f18e1e1742889d671e = $('<div id="html_96d0e438018442f18e1e1742889d671e" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: E</div>')[0];
popup_22dd16dc52d74e9ba855b0c53ac59b47.setContent(html_96d0e438018442f18e1e1742889d671e);
regular_polygon_marker_baae27522a614e37addce772ed85bb25.bindPopup(popup_22dd16dc52d74e9ba855b0c53ac59b47);
var regular_polygon_marker_7842e9563cad4f70997c7cfdac86fa0c = new L.RegularPolygonMarker(
new L.LatLng(1.3114147664293516,103.77830438221726),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_efd69565232f40b496274fd2ced5561b = L.popup({maxWidth: '300'});
var html_6800f0c0c9924183a505f3e7db21fab8 = $('<div id="html_6800f0c0c9924183a505f3e7db21fab8" style="width: 100.0%; height: 100.0%;">DOVER MRT STATION / Exit: A</div>')[0];
popup_efd69565232f40b496274fd2ced5561b.setContent(html_6800f0c0c9924183a505f3e7db21fab8);
regular_polygon_marker_7842e9563cad4f70997c7cfdac86fa0c.bindPopup(popup_efd69565232f40b496274fd2ced5561b);
var regular_polygon_marker_99f501d8065240f19700cf27efb3f090 = new L.RegularPolygonMarker(
new L.LatLng(1.3116925253448966,103.7784644383023),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_709cd059cab24e20aad8a5f6cf2c18ce = L.popup({maxWidth: '300'});
var html_f4bebf20c1b64859bbce102ec774a37a = $('<div id="html_f4bebf20c1b64859bbce102ec774a37a" style="width: 100.0%; height: 100.0%;">DOVER MRT STATION / Exit: B</div>')[0];
popup_709cd059cab24e20aad8a5f6cf2c18ce.setContent(html_f4bebf20c1b64859bbce102ec774a37a);
regular_polygon_marker_99f501d8065240f19700cf27efb3f090.bindPopup(popup_709cd059cab24e20aad8a5f6cf2c18ce);
var regular_polygon_marker_2bff1ea0286744f692a4a3f4d33d610b = new L.RegularPolygonMarker(
new L.LatLng(1.3386288411512104,103.7056497053511),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_010cdd7b3feb4a45a746dfbfc2a5a426 = L.popup({maxWidth: '300'});
var html_3bcfce63ce9a4579815eb12f6f646cc3 = $('<div id="html_3bcfce63ce9a4579815eb12f6f646cc3" style="width: 100.0%; height: 100.0%;">BOON LAY MRT STATION / Exit: D</div>')[0];
popup_010cdd7b3feb4a45a746dfbfc2a5a426.setContent(html_3bcfce63ce9a4579815eb12f6f646cc3);
regular_polygon_marker_2bff1ea0286744f692a4a3f4d33d610b.bindPopup(popup_010cdd7b3feb4a45a746dfbfc2a5a426);
var regular_polygon_marker_f0d6bd50960a4adcbd74778de1b3121d = new L.RegularPolygonMarker(
new L.LatLng(1.3385134542763497,103.70535302026143),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_69aabe90de2f4cc19f10d3195c4ebc58 = L.popup({maxWidth: '300'});
var html_bff6f06a324d4cd59189b93e9416d972 = $('<div id="html_bff6f06a324d4cd59189b93e9416d972" style="width: 100.0%; height: 100.0%;">BOON LAY MRT STATION / Exit: E</div>')[0];
popup_69aabe90de2f4cc19f10d3195c4ebc58.setContent(html_bff6f06a324d4cd59189b93e9416d972);
regular_polygon_marker_f0d6bd50960a4adcbd74778de1b3121d.bindPopup(popup_69aabe90de2f4cc19f10d3195c4ebc58);
var regular_polygon_marker_a9f950244c7244ef8e2beaa650819ff4 = new L.RegularPolygonMarker(
new L.LatLng(1.3382725550696748,103.70579469782297),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_98fbe2db38484129ba9cbf0f58ef6db2 = L.popup({maxWidth: '300'});
var html_d1e70c2079474f1ba774f1500a8c67e7 = $('<div id="html_d1e70c2079474f1ba774f1500a8c67e7" style="width: 100.0%; height: 100.0%;">BOON LAY MRT STATION / Exit: F</div>')[0];
popup_98fbe2db38484129ba9cbf0f58ef6db2.setContent(html_d1e70c2079474f1ba774f1500a8c67e7);
regular_polygon_marker_a9f950244c7244ef8e2beaa650819ff4.bindPopup(popup_98fbe2db38484129ba9cbf0f58ef6db2);
var regular_polygon_marker_3fd90af7b71f454ebafbbbf368d8d212 = new L.RegularPolygonMarker(
new L.LatLng(1.3493889208146916,103.74993662248076),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d445b4aa573b406d9a398f0017841d57 = L.popup({maxWidth: '300'});
var html_f2cdb531ed6348d9963839fc876f4480 = $('<div id="html_f2cdb531ed6348d9963839fc876f4480" style="width: 100.0%; height: 100.0%;">BUKIT BATOK MRT STATION / Exit: B</div>')[0];
popup_d445b4aa573b406d9a398f0017841d57.setContent(html_f2cdb531ed6348d9963839fc876f4480);
regular_polygon_marker_3fd90af7b71f454ebafbbbf368d8d212.bindPopup(popup_d445b4aa573b406d9a398f0017841d57);
var regular_polygon_marker_6d20b18392714699baf62129259a7251 = new L.RegularPolygonMarker(
new L.LatLng(1.327501417685418,103.67852037642733),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6871975ee41549ac8bad3b480b531833 = L.popup({maxWidth: '300'});
var html_fded94634cca42368af815378f47103d = $('<div id="html_fded94634cca42368af815378f47103d" style="width: 100.0%; height: 100.0%;">JOO KOON MRT STATION / Exit: A</div>')[0];
popup_6871975ee41549ac8bad3b480b531833.setContent(html_fded94634cca42368af815378f47103d);
regular_polygon_marker_6d20b18392714699baf62129259a7251.bindPopup(popup_6871975ee41549ac8bad3b480b531833);
var regular_polygon_marker_65570e83f8aa4dbba94b838f5f535d0f = new L.RegularPolygonMarker(
new L.LatLng(1.327955444918004,103.67864374406248),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e2f22942305e49ebb2d2721ef81eefee = L.popup({maxWidth: '300'});
var html_69f8e0f446ce44249636b81a9c6b5d42 = $('<div id="html_69f8e0f446ce44249636b81a9c6b5d42" style="width: 100.0%; height: 100.0%;">JOO KOON MRT STATION / Exit: B</div>')[0];
popup_e2f22942305e49ebb2d2721ef81eefee.setContent(html_69f8e0f446ce44249636b81a9c6b5d42);
regular_polygon_marker_65570e83f8aa4dbba94b838f5f535d0f.bindPopup(popup_e2f22942305e49ebb2d2721ef81eefee);
var regular_polygon_marker_b06b9641db824314877b6e26949c3a07 = new L.RegularPolygonMarker(
new L.LatLng(1.385704724214846,103.74422325073259),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8d28d19ddbb3487ca1a463740fa5da1b = L.popup({maxWidth: '300'});
var html_718073ee9d644a53af2ac0fbf3404b6b = $('<div id="html_718073ee9d644a53af2ac0fbf3404b6b" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG MRT STATION / Exit: D</div>')[0];
popup_8d28d19ddbb3487ca1a463740fa5da1b.setContent(html_718073ee9d644a53af2ac0fbf3404b6b);
regular_polygon_marker_b06b9641db824314877b6e26949c3a07.bindPopup(popup_8d28d19ddbb3487ca1a463740fa5da1b);
var regular_polygon_marker_daca5cfbea114e1eb8df2b39925e8acd = new L.RegularPolygonMarker(
new L.LatLng(1.4251242924119785,103.76249643737407),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7b17956f7ac74060b727f593ee605813 = L.popup({maxWidth: '300'});
var html_b7b034aa66404dc488e59be4266d46b0 = $('<div id="html_b7b034aa66404dc488e59be4266d46b0" style="width: 100.0%; height: 100.0%;">KRANJI MRT STATION / Exit: D</div>')[0];
popup_7b17956f7ac74060b727f593ee605813.setContent(html_b7b034aa66404dc488e59be4266d46b0);
regular_polygon_marker_daca5cfbea114e1eb8df2b39925e8acd.bindPopup(popup_7b17956f7ac74060b727f593ee605813);
var regular_polygon_marker_7290cb38155247d0b610c85bd2c5e1b0 = new L.RegularPolygonMarker(
new L.LatLng(1.4327507054602173,103.774410186962),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d4f3252569404961809d360d19a8e9ee = L.popup({maxWidth: '300'});
var html_de23cc65fda649c1997718c16cc8dd8b = $('<div id="html_de23cc65fda649c1997718c16cc8dd8b" style="width: 100.0%; height: 100.0%;">MARSILING MRT STATION / Exit: B</div>')[0];
popup_d4f3252569404961809d360d19a8e9ee.setContent(html_de23cc65fda649c1997718c16cc8dd8b);
regular_polygon_marker_7290cb38155247d0b610c85bd2c5e1b0.bindPopup(popup_d4f3252569404961809d360d19a8e9ee);
var regular_polygon_marker_512de79e71294f79ad7209acd3479452 = new L.RegularPolygonMarker(
new L.LatLng(1.432750694724759,103.77399680017801),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_db4d73c1256242d59fff1f151331b0bc = L.popup({maxWidth: '300'});
var html_e6c39b6335ec4457866b0cb1986bd866 = $('<div id="html_e6c39b6335ec4457866b0cb1986bd866" style="width: 100.0%; height: 100.0%;">MARSILING MRT STATION / Exit: D</div>')[0];
popup_db4d73c1256242d59fff1f151331b0bc.setContent(html_e6c39b6335ec4457866b0cb1986bd866);
regular_polygon_marker_512de79e71294f79ad7209acd3479452.bindPopup(popup_db4d73c1256242d59fff1f151331b0bc);
var regular_polygon_marker_ef10d42afbf24f18b3b93fb9643814e1 = new L.RegularPolygonMarker(
new L.LatLng(1.264971293276484,103.8215799580324),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_60abff5be7fc4c3a9d21486aa49d91cc = L.popup({maxWidth: '300'});
var html_a3dcf2b61fe64ad9b8401d4203f4a5c0 = $('<div id="html_a3dcf2b61fe64ad9b8401d4203f4a5c0" style="width: 100.0%; height: 100.0%;">HARBOURFRONT MRT STATION / Exit: E</div>')[0];
popup_60abff5be7fc4c3a9d21486aa49d91cc.setContent(html_a3dcf2b61fe64ad9b8401d4203f4a5c0);
regular_polygon_marker_ef10d42afbf24f18b3b93fb9643814e1.bindPopup(popup_60abff5be7fc4c3a9d21486aa49d91cc);
var regular_polygon_marker_2a7a4638ed624c6689bf0cba630bc3ff = new L.RegularPolygonMarker(
new L.LatLng(1.2659785879249055,103.82139852405619),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_467d53f856b243ef9f5117178b40bf27 = L.popup({maxWidth: '300'});
var html_95f4040bfd86484e8596e25e35e812c5 = $('<div id="html_95f4040bfd86484e8596e25e35e812c5" style="width: 100.0%; height: 100.0%;">HARBOURFRONT MRT STATION / Exit: D</div>')[0];
popup_467d53f856b243ef9f5117178b40bf27.setContent(html_95f4040bfd86484e8596e25e35e812c5);
regular_polygon_marker_2a7a4638ed624c6689bf0cba630bc3ff.bindPopup(popup_467d53f856b243ef9f5117178b40bf27);
var regular_polygon_marker_187cabdd98a24e0bba1fa35718dd45ef = new L.RegularPolygonMarker(
new L.LatLng(1.2660125162753442,103.82046801711374),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_061b0dd803094dd79e781eea6f8ea94b = L.popup({maxWidth: '300'});
var html_fdd862afb34546a89e8ee9005fd0af54 = $('<div id="html_fdd862afb34546a89e8ee9005fd0af54" style="width: 100.0%; height: 100.0%;">HARBOURFRONT MRT STATION / Exit: A</div>')[0];
popup_061b0dd803094dd79e781eea6f8ea94b.setContent(html_fdd862afb34546a89e8ee9005fd0af54);
regular_polygon_marker_187cabdd98a24e0bba1fa35718dd45ef.bindPopup(popup_061b0dd803094dd79e781eea6f8ea94b);
var regular_polygon_marker_145da71c552a44758ed3729829a3076e = new L.RegularPolygonMarker(
new L.LatLng(1.2837121040794157,103.84379755465058),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1766354c96d24dd2b91da1f880379ef5 = L.popup({maxWidth: '300'});
var html_d62b96eef0dc4a358aa7184518ec17b1 = $('<div id="html_d62b96eef0dc4a358aa7184518ec17b1" style="width: 100.0%; height: 100.0%;">CHINATOWN MRT STATION / Exit: A</div>')[0];
popup_1766354c96d24dd2b91da1f880379ef5.setContent(html_d62b96eef0dc4a358aa7184518ec17b1);
regular_polygon_marker_145da71c552a44758ed3729829a3076e.bindPopup(popup_1766354c96d24dd2b91da1f880379ef5);
var regular_polygon_marker_075662e18aa0459199c8284ad12a1a95 = new L.RegularPolygonMarker(
new L.LatLng(1.2878050863908457,103.84590309950853),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c7d997367b5141a09de33d4b7e72fcb5 = L.popup({maxWidth: '300'});
var html_144ae1b01ca34c028c0660d9cea1b9ab = $('<div id="html_144ae1b01ca34c028c0660d9cea1b9ab" style="width: 100.0%; height: 100.0%;">CLARKE QUAY MRT STATION / Exit: B</div>')[0];
popup_c7d997367b5141a09de33d4b7e72fcb5.setContent(html_144ae1b01ca34c028c0660d9cea1b9ab);
regular_polygon_marker_075662e18aa0459199c8284ad12a1a95.bindPopup(popup_c7d997367b5141a09de33d4b7e72fcb5);
var regular_polygon_marker_76c3f560f78846cab2b141129cf3ea30 = new L.RegularPolygonMarker(
new L.LatLng(1.289198591025599,103.84659357554229),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a01fef4148bb42018f498b31383518e9 = L.popup({maxWidth: '300'});
var html_02a69a9bc7284d1982888453400c45ae = $('<div id="html_02a69a9bc7284d1982888453400c45ae" style="width: 100.0%; height: 100.0%;">CLARKE QUAY MRT STATION / Exit: G</div>')[0];
popup_a01fef4148bb42018f498b31383518e9.setContent(html_02a69a9bc7284d1982888453400c45ae);
regular_polygon_marker_76c3f560f78846cab2b141129cf3ea30.bindPopup(popup_a01fef4148bb42018f498b31383518e9);
var regular_polygon_marker_7f315ad2d9f44e4f9aad5e2748e3b2da = new L.RegularPolygonMarker(
new L.LatLng(1.3056045841160355,103.84935969656784),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_17a080736d6d44269fbcdefe3fb2690a = L.popup({maxWidth: '300'});
var html_8814c9a5728d47ff8d7911da0f8898a7 = $('<div id="html_8814c9a5728d47ff8d7911da0f8898a7" style="width: 100.0%; height: 100.0%;">LITTLE INDIA MRT STATION / Exit: A</div>')[0];
popup_17a080736d6d44269fbcdefe3fb2690a.setContent(html_8814c9a5728d47ff8d7911da0f8898a7);
regular_polygon_marker_7f315ad2d9f44e4f9aad5e2748e3b2da.bindPopup(popup_17a080736d6d44269fbcdefe3fb2690a);
var regular_polygon_marker_346fc1f078dd40d598c53bd355247616 = new L.RegularPolygonMarker(
new L.LatLng(1.3063508875263046,103.8497044895309),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_50f17d7c56664d41b97a4769e997421c = L.popup({maxWidth: '300'});
var html_1afbfcc1881c405887d515a61fdc4c38 = $('<div id="html_1afbfcc1881c405887d515a61fdc4c38" style="width: 100.0%; height: 100.0%;">LITTLE INDIA MRT STATION / Exit: C</div>')[0];
popup_50f17d7c56664d41b97a4769e997421c.setContent(html_1afbfcc1881c405887d515a61fdc4c38);
regular_polygon_marker_346fc1f078dd40d598c53bd355247616.bindPopup(popup_50f17d7c56664d41b97a4769e997421c);
var regular_polygon_marker_212bab9e9203446ca8264b87e26ad2d2 = new L.RegularPolygonMarker(
new L.LatLng(1.3074257779880603,103.85032182650512),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e72de00ff6854e6da89ebf90636102d6 = L.popup({maxWidth: '300'});
var html_df90d4d4704e4b7699c107422029c798 = $('<div id="html_df90d4d4704e4b7699c107422029c798" style="width: 100.0%; height: 100.0%;">LITTLE INDIA MRT STATION / Exit: E</div>')[0];
popup_e72de00ff6854e6da89ebf90636102d6.setContent(html_df90d4d4704e4b7699c107422029c798);
regular_polygon_marker_212bab9e9203446ca8264b87e26ad2d2.bindPopup(popup_e72de00ff6854e6da89ebf90636102d6);
var regular_polygon_marker_22bfab80262448c5b0646a94adae236d = new L.RegularPolygonMarker(
new L.LatLng(1.312452939368098,103.85297430200308),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a4019f34e3be4a57a6285c4b1869425b = L.popup({maxWidth: '300'});
var html_6385e1b6d7b74f30b51fdc92f10b4bfa = $('<div id="html_6385e1b6d7b74f30b51fdc92f10b4bfa" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: D</div>')[0];
popup_a4019f34e3be4a57a6285c4b1869425b.setContent(html_6385e1b6d7b74f30b51fdc92f10b4bfa);
regular_polygon_marker_22bfab80262448c5b0646a94adae236d.bindPopup(popup_a4019f34e3be4a57a6285c4b1869425b);
var regular_polygon_marker_c1e8ccdea4a449cc80337983bf4a66bb = new L.RegularPolygonMarker(
new L.LatLng(1.3119100118838862,103.85326649108941),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b43a8a3c91ad48d9861613c08a8fc252 = L.popup({maxWidth: '300'});
var html_40185dee3be64d949f9b57cb7213ea6a = $('<div id="html_40185dee3be64d949f9b57cb7213ea6a" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: C</div>')[0];
popup_b43a8a3c91ad48d9861613c08a8fc252.setContent(html_40185dee3be64d949f9b57cb7213ea6a);
regular_polygon_marker_c1e8ccdea4a449cc80337983bf4a66bb.bindPopup(popup_b43a8a3c91ad48d9861613c08a8fc252);
var regular_polygon_marker_de69e240e0734d9f88917178eea7a3b2 = new L.RegularPolygonMarker(
new L.LatLng(1.312326241972381,103.8547724141441),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_24dd93f141734b69840ba8ace1f36251 = L.popup({maxWidth: '300'});
var html_fe6a7268bba44b528005b28fee1bb4cc = $('<div id="html_fe6a7268bba44b528005b28fee1bb4cc" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: A</div>')[0];
popup_24dd93f141734b69840ba8ace1f36251.setContent(html_fe6a7268bba44b528005b28fee1bb4cc);
regular_polygon_marker_de69e240e0734d9f88917178eea7a3b2.bindPopup(popup_24dd93f141734b69840ba8ace1f36251);
var regular_polygon_marker_4529eacafa7840dba768582570839c83 = new L.RegularPolygonMarker(
new L.LatLng(1.3122583699556867,103.85550064940043),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_83556db5c88d4ede8000b03e1ee3b56e = L.popup({maxWidth: '300'});
var html_bcb9723279be41e5b737d7376738969d = $('<div id="html_bcb9723279be41e5b737d7376738969d" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: G</div>')[0];
popup_83556db5c88d4ede8000b03e1ee3b56e.setContent(html_bcb9723279be41e5b737d7376738969d);
regular_polygon_marker_4529eacafa7840dba768582570839c83.bindPopup(popup_83556db5c88d4ede8000b03e1ee3b56e);
var regular_polygon_marker_71a481463ca94a91ac56bc5ee6c4dc31 = new L.RegularPolygonMarker(
new L.LatLng(1.3117652101849986,103.855806324191),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff55',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4e080deffc62450cb41708a4e110e8ba = L.popup({maxWidth: '300'});
var html_10923f49a2b44ecf9bca4577aca29c57 = $('<div id="html_10923f49a2b44ecf9bca4577aca29c57" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: I</div>')[0];
popup_4e080deffc62450cb41708a4e110e8ba.setContent(html_10923f49a2b44ecf9bca4577aca29c57);
regular_polygon_marker_71a481463ca94a91ac56bc5ee6c4dc31.bindPopup(popup_4e080deffc62450cb41708a4e110e8ba);
var regular_polygon_marker_fce41dae922745b98c0791058b4224f6 = new L.RegularPolygonMarker(
new L.LatLng(1.3118828413393961,103.8560985186123),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ffaa',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5d4e9824e0e94b06a4353dc65d5c47ea = L.popup({maxWidth: '300'});
var html_d61d870c1a434f7581214e4fa64f6872 = $('<div id="html_d61d870c1a434f7581214e4fa64f6872" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: H</div>')[0];
popup_5d4e9824e0e94b06a4353dc65d5c47ea.setContent(html_d61d870c1a434f7581214e4fa64f6872);
regular_polygon_marker_fce41dae922745b98c0791058b4224f6.bindPopup(popup_5d4e9824e0e94b06a4353dc65d5c47ea);
var regular_polygon_marker_61e69b82279341758d633070d0a596d3 = new L.RegularPolygonMarker(
new L.LatLng(1.3179141495204736,103.86070650007619),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c6c9109d9e234f0cae9d779c4e21d547 = L.popup({maxWidth: '300'});
var html_74297efbef4940698eeda349d1785a32 = $('<div id="html_74297efbef4940698eeda349d1785a32" style="width: 100.0%; height: 100.0%;">BOON KENG MRT STATION / Exit: C</div>')[0];
popup_c6c9109d9e234f0cae9d779c4e21d547.setContent(html_74297efbef4940698eeda349d1785a32);
regular_polygon_marker_61e69b82279341758d633070d0a596d3.bindPopup(popup_c6c9109d9e234f0cae9d779c4e21d547);
var regular_polygon_marker_4b5d3594142f4afabcbc345b9f27fcb1 = new L.RegularPolygonMarker(
new L.LatLng(1.3328006856354633,103.86896611161941),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_63975a07c5284799837b05fe99417604 = L.popup({maxWidth: '300'});
var html_9c7a93e4086645df8387d9987a531da2 = $('<div id="html_9c7a93e4086645df8387d9987a531da2" style="width: 100.0%; height: 100.0%;">POTONG PASIR MRT STATION / Exit: A</div>')[0];
popup_63975a07c5284799837b05fe99417604.setContent(html_9c7a93e4086645df8387d9987a531da2);
regular_polygon_marker_4b5d3594142f4afabcbc345b9f27fcb1.bindPopup(popup_63975a07c5284799837b05fe99417604);
var regular_polygon_marker_923e4607cfc64ceebe595330bfb0a42f = new L.RegularPolygonMarker(
new L.LatLng(1.2996600929989512,103.86415141473726),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7f2baa7b04c64fa6ba2a19303ddbe662 = L.popup({maxWidth: '300'});
var html_8b25f8640586451e9d4abd937d9e97eb = $('<div id="html_8b25f8640586451e9d4abd937d9e97eb" style="width: 100.0%; height: 100.0%;">NICOLL HIGHWAY MRT STATION / Exit: B</div>')[0];
popup_7f2baa7b04c64fa6ba2a19303ddbe662.setContent(html_8b25f8640586451e9d4abd937d9e97eb);
regular_polygon_marker_923e4607cfc64ceebe595330bfb0a42f.bindPopup(popup_7f2baa7b04c64fa6ba2a19303ddbe662);
var regular_polygon_marker_558035856d6443d29d50bdacd8a84d2d = new L.RegularPolygonMarker(
new L.LatLng(1.3225339661318534,103.81497657257333),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_473e878bf4ad49a0bb73737144e79c3f = L.popup({maxWidth: '300'});
var html_af94be14f27b4ca28d14e61386bbeba5 = $('<div id="html_af94be14f27b4ca28d14e61386bbeba5" style="width: 100.0%; height: 100.0%;">BOTANIC GARDENS MRT STATION / Exit: A</div>')[0];
popup_473e878bf4ad49a0bb73737144e79c3f.setContent(html_af94be14f27b4ca28d14e61386bbeba5);
regular_polygon_marker_558035856d6443d29d50bdacd8a84d2d.bindPopup(popup_473e878bf4ad49a0bb73737144e79c3f);
var regular_polygon_marker_77aa4fe301da4b55bc29136944c18f81 = new L.RegularPolygonMarker(
new L.LatLng(1.317493059589111,103.80796489757793),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b0c979ce3fe74ae2980e153f7f82b18f = L.popup({maxWidth: '300'});
var html_b8d8f4b7b61b42efa568e54c136ef1ef = $('<div id="html_b8d8f4b7b61b42efa568e54c136ef1ef" style="width: 100.0%; height: 100.0%;">FARRER ROAD MRT STATION / Exit: A</div>')[0];
popup_b0c979ce3fe74ae2980e153f7f82b18f.setContent(html_b8d8f4b7b61b42efa568e54c136ef1ef);
regular_polygon_marker_77aa4fe301da4b55bc29136944c18f81.bindPopup(popup_b0c979ce3fe74ae2980e153f7f82b18f);
var regular_polygon_marker_906d5e54cb314e5b941e6c1fb8124b8b = new L.RegularPolygonMarker(
new L.LatLng(1.3175513497447549,103.80738890086812),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_33ad063be7ea4ba69d5b5bd2f43dc856 = L.popup({maxWidth: '300'});
var html_2d4885a966904919bd435e0c86f15ead = $('<div id="html_2d4885a966904919bd435e0c86f15ead" style="width: 100.0%; height: 100.0%;">FARRER ROAD MRT STATION / Exit: B</div>')[0];
popup_33ad063be7ea4ba69d5b5bd2f43dc856.setContent(html_2d4885a966904919bd435e0c86f15ead);
regular_polygon_marker_906d5e54cb314e5b941e6c1fb8124b8b.bindPopup(popup_33ad063be7ea4ba69d5b5bd2f43dc856);
var regular_polygon_marker_fac8f15c8f4c489582bc595f133a92d0 = new L.RegularPolygonMarker(
new L.LatLng(1.310710534663061,103.79575343643666),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5ce6d1d87f5543d29f69c1fb2c07f6bd = L.popup({maxWidth: '300'});
var html_ac987ca25c624eef9b2c04c5d27dc555 = $('<div id="html_ac987ca25c624eef9b2c04c5d27dc555" style="width: 100.0%; height: 100.0%;">HOLLAND VILLAGE MRT STATION / Exit: C</div>')[0];
popup_5ce6d1d87f5543d29f69c1fb2c07f6bd.setContent(html_ac987ca25c624eef9b2c04c5d27dc555);
regular_polygon_marker_fac8f15c8f4c489582bc595f133a92d0.bindPopup(popup_5ce6d1d87f5543d29f69c1fb2c07f6bd);
var regular_polygon_marker_792d407958d54f1b86de14f883e8c93e = new L.RegularPolygonMarker(
new L.LatLng(1.3112195987453894,103.79613876917642),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f049598076ff40c69e3157ae2ef66f34 = L.popup({maxWidth: '300'});
var html_98772a90c1444e97bbe1d44a14b9cb74 = $('<div id="html_98772a90c1444e97bbe1d44a14b9cb74" style="width: 100.0%; height: 100.0%;">HOLLAND VILLAGE MRT STATION / Exit: A</div>')[0];
popup_f049598076ff40c69e3157ae2ef66f34.setContent(html_98772a90c1444e97bbe1d44a14b9cb74);
regular_polygon_marker_792d407958d54f1b86de14f883e8c93e.bindPopup(popup_f049598076ff40c69e3157ae2ef66f34);
var regular_polygon_marker_955e41bb21d3474b81e5951d35b39698 = new L.RegularPolygonMarker(
new L.LatLng(1.2828342417788077,103.85959653920676),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_338c973c3067429e810772142470c5eb = L.popup({maxWidth: '300'});
var html_c2f9245f731d46489ca6aad4533e115d = $('<div id="html_c2f9245f731d46489ca6aad4533e115d" style="width: 100.0%; height: 100.0%;">BAYFRONT MRT STATION / Exit: C</div>')[0];
popup_338c973c3067429e810772142470c5eb.setContent(html_c2f9245f731d46489ca6aad4533e115d);
regular_polygon_marker_955e41bb21d3474b81e5951d35b39698.bindPopup(popup_338c973c3067429e810772142470c5eb);
var regular_polygon_marker_2a0415f3fe2746ef8d008b041900c654 = new L.RegularPolygonMarker(
new L.LatLng(1.282704557750993,103.85975884660652),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_07491c3a6cad4e599407940d543e2718 = L.popup({maxWidth: '300'});
var html_d5f58aecc0d547e09c825e80696a29cb = $('<div id="html_d5f58aecc0d547e09c825e80696a29cb" style="width: 100.0%; height: 100.0%;">BAYFRONT MRT STATION / Exit: B</div>')[0];
popup_07491c3a6cad4e599407940d543e2718.setContent(html_d5f58aecc0d547e09c825e80696a29cb);
regular_polygon_marker_2a0415f3fe2746ef8d008b041900c654.bindPopup(popup_07491c3a6cad4e599407940d543e2718);
var regular_polygon_marker_af054ac3cd824cad8ddd57a67bad32ac = new L.RegularPolygonMarker(
new L.LatLng(1.34158154794993,103.77545034640632),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b3e40c97a9394ecf8ee09e87ae476188 = L.popup({maxWidth: '300'});
var html_1138ca9151294e1090b0794a911332ae = $('<div id="html_1138ca9151294e1090b0794a911332ae" style="width: 100.0%; height: 100.0%;">BEAUTY WORLD MRT STATION / Exit: B</div>')[0];
popup_b3e40c97a9394ecf8ee09e87ae476188.setContent(html_1138ca9151294e1090b0794a911332ae);
regular_polygon_marker_af054ac3cd824cad8ddd57a67bad32ac.bindPopup(popup_b3e40c97a9394ecf8ee09e87ae476188);
var regular_polygon_marker_17adc137d2364ac68ec211f2762c5cd3 = new L.RegularPolygonMarker(
new L.LatLng(1.3510525529824884,103.85020074888325),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_870921f2c6df4de99cc1ed54b125d4d1 = L.popup({maxWidth: '300'});
var html_c940b86b1c9e4847a2899e2926b55d64 = $('<div id="html_c940b86b1c9e4847a2899e2926b55d64" style="width: 100.0%; height: 100.0%;">BISHAN MRT STATION / Exit: D</div>')[0];
popup_870921f2c6df4de99cc1ed54b125d4d1.setContent(html_c940b86b1c9e4847a2899e2926b55d64);
regular_polygon_marker_17adc137d2364ac68ec211f2762c5cd3.bindPopup(popup_870921f2c6df4de99cc1ed54b125d4d1);
var regular_polygon_marker_a5bcdf73fdb942f1a9d6f7dbf68d2a13 = new L.RegularPolygonMarker(
new L.LatLng(1.3505789323814488,103.84830465853746),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_016c8ab299fc412b807cd2cfdcbc7c0c = L.popup({maxWidth: '300'});
var html_9104662cc1924c5988fc330ddfc2e085 = $('<div id="html_9104662cc1924c5988fc330ddfc2e085" style="width: 100.0%; height: 100.0%;">BISHAN MRT STATION / Exit: A</div>')[0];
popup_016c8ab299fc412b807cd2cfdcbc7c0c.setContent(html_9104662cc1924c5988fc330ddfc2e085);
regular_polygon_marker_a5bcdf73fdb942f1a9d6f7dbf68d2a13.bindPopup(popup_016c8ab299fc412b807cd2cfdcbc7c0c);
var regular_polygon_marker_9d2f7b615e694a4ea98778f52d9cf240 = new L.RegularPolygonMarker(
new L.LatLng(1.3201062092102296,103.86150202416952),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4a46c5a3526a4aa196f055ffa9c5f1d5 = L.popup({maxWidth: '300'});
var html_00430dd0cd6b4163aed52f2d767a5f3e = $('<div id="html_00430dd0cd6b4163aed52f2d767a5f3e" style="width: 100.0%; height: 100.0%;">BOON KENG MRT STATION / Exit: A</div>')[0];
popup_4a46c5a3526a4aa196f055ffa9c5f1d5.setContent(html_00430dd0cd6b4163aed52f2d767a5f3e);
regular_polygon_marker_9d2f7b615e694a4ea98778f52d9cf240.bindPopup(popup_4a46c5a3526a4aa196f055ffa9c5f1d5);
var regular_polygon_marker_6e4c71dfde02456db740b74dd02f0899 = new L.RegularPolygonMarker(
new L.LatLng(1.3923701770671795,103.89570512310705),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_38c0161cd9954d2a8213dcee30dc957d = L.popup({maxWidth: '300'});
var html_2b17471cbdb54558bec831b953f22e7b = $('<div id="html_2b17471cbdb54558bec831b953f22e7b" style="width: 100.0%; height: 100.0%;">SENGKANG MRT STATION / Exit: D</div>')[0];
popup_38c0161cd9954d2a8213dcee30dc957d.setContent(html_2b17471cbdb54558bec831b953f22e7b);
regular_polygon_marker_6e4c71dfde02456db740b74dd02f0899.bindPopup(popup_38c0161cd9954d2a8213dcee30dc957d);
var regular_polygon_marker_a02036da898c42bea820295cf9a12e67 = new L.RegularPolygonMarker(
new L.LatLng(1.391794970735175,103.8956365613411),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7189872f0710443490f6125afc5bff65 = L.popup({maxWidth: '300'});
var html_c21bd457c3974133a3186e21c9251e01 = $('<div id="html_c21bd457c3974133a3186e21c9251e01" style="width: 100.0%; height: 100.0%;">SENGKANG MRT STATION / Exit: B</div>')[0];
popup_7189872f0710443490f6125afc5bff65.setContent(html_c21bd457c3974133a3186e21c9251e01);
regular_polygon_marker_a02036da898c42bea820295cf9a12e67.bindPopup(popup_7189872f0710443490f6125afc5bff65);
var regular_polygon_marker_249afe185c3f45f4a7f79cbb0e8868bb = new L.RegularPolygonMarker(
new L.LatLng(1.3918284530381586,103.89540538783),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4f3053ba9b334ba3a1b051f73207148b = L.popup({maxWidth: '300'});
var html_46f69eccde2148bea04dd5fa2410f705 = $('<div id="html_46f69eccde2148bea04dd5fa2410f705" style="width: 100.0%; height: 100.0%;">SENGKANG MRT STATION / Exit: A</div>')[0];
popup_4f3053ba9b334ba3a1b051f73207148b.setContent(html_46f69eccde2148bea04dd5fa2410f705);
regular_polygon_marker_249afe185c3f45f4a7f79cbb0e8868bb.bindPopup(popup_4f3053ba9b334ba3a1b051f73207148b);
var regular_polygon_marker_15ff2fffc48e4ad1a1016cacbecc236c = new L.RegularPolygonMarker(
new L.LatLng(1.3908809195260396,103.89520906609063),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b52b2d9b423d4bdfaf013f1782f2f391 = L.popup({maxWidth: '300'});
var html_eb2cd693f9df4d2da5d136486f194084 = $('<div id="html_eb2cd693f9df4d2da5d136486f194084" style="width: 100.0%; height: 100.0%;">SENGKANG MRT STATION / Exit: C</div>')[0];
popup_b52b2d9b423d4bdfaf013f1782f2f391.setContent(html_eb2cd693f9df4d2da5d136486f194084);
regular_polygon_marker_15ff2fffc48e4ad1a1016cacbecc236c.bindPopup(popup_b52b2d9b423d4bdfaf013f1782f2f391);
var regular_polygon_marker_fbe5c75162da47dc80cc4bbe23da2415 = new L.RegularPolygonMarker(
new L.LatLng(1.4053389092873285,103.90230566348622),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0d70839b0a754b72801fb11ff0e36e4f = L.popup({maxWidth: '300'});
var html_31b84c0b9fa4468fb5243d59fcf63cba = $('<div id="html_31b84c0b9fa4468fb5243d59fcf63cba" style="width: 100.0%; height: 100.0%;">PUNGGOL MRT STATION / Exit: A</div>')[0];
popup_0d70839b0a754b72801fb11ff0e36e4f.setContent(html_31b84c0b9fa4468fb5243d59fcf63cba);
regular_polygon_marker_fbe5c75162da47dc80cc4bbe23da2415.bindPopup(popup_0d70839b0a754b72801fb11ff0e36e4f);
var regular_polygon_marker_675d95fed3314430b18618ebe1b5a915 = new L.RegularPolygonMarker(
new L.LatLng(1.4044376699302485,103.90179819064541),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d09af7b24bb4475ba3cb4313c242fbb4 = L.popup({maxWidth: '300'});
var html_c62b4c09c9f44f5ebf0ce1b311431ffc = $('<div id="html_c62b4c09c9f44f5ebf0ce1b311431ffc" style="width: 100.0%; height: 100.0%;">PUNGGOL MRT STATION / Exit: D</div>')[0];
popup_d09af7b24bb4475ba3cb4313c242fbb4.setContent(html_c62b4c09c9f44f5ebf0ce1b311431ffc);
regular_polygon_marker_675d95fed3314430b18618ebe1b5a915.bindPopup(popup_d09af7b24bb4475ba3cb4313c242fbb4);
var regular_polygon_marker_e7f3b5a719f549bda6f67b24b504632f = new L.RegularPolygonMarker(
new L.LatLng(1.4051855747338902,103.90259786331859),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_56bc20d44ffe481f8c6ffdf090355c93 = L.popup({maxWidth: '300'});
var html_c64855a146144f01a725ec7d5601b323 = $('<div id="html_c64855a146144f01a725ec7d5601b323" style="width: 100.0%; height: 100.0%;">PUNGGOL MRT STATION / Exit: B</div>')[0];
popup_56bc20d44ffe481f8c6ffdf090355c93.setContent(html_c64855a146144f01a725ec7d5601b323);
regular_polygon_marker_e7f3b5a719f549bda6f67b24b504632f.bindPopup(popup_56bc20d44ffe481f8c6ffdf090355c93);
var regular_polygon_marker_a3012fc0322a42659ff3b631cb2ee2b3 = new L.RegularPolygonMarker(
new L.LatLng(1.4042999588524823,103.90211530566233),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0fb203f7b32b4f558e4b6b09b3c08584 = L.popup({maxWidth: '300'});
var html_42841ce463ad40289bc929c1df14fbfc = $('<div id="html_42841ce463ad40289bc929c1df14fbfc" style="width: 100.0%; height: 100.0%;">PUNGGOL MRT STATION / Exit: C</div>')[0];
popup_0fb203f7b32b4f558e4b6b09b3c08584.setContent(html_42841ce463ad40289bc929c1df14fbfc);
regular_polygon_marker_a3012fc0322a42659ff3b631cb2ee2b3.bindPopup(popup_0fb203f7b32b4f558e4b6b09b3c08584);
var regular_polygon_marker_5e77e51fce80423e9190d2da58e92dc8 = new L.RegularPolygonMarker(
new L.LatLng(1.3834091240403168,103.89288350349516),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_769c62fc550f453e92a3d0f0f6237cfd = L.popup({maxWidth: '300'});
var html_570ca0b4c0704fb8a4eccced55538f02 = $('<div id="html_570ca0b4c0704fb8a4eccced55538f02" style="width: 100.0%; height: 100.0%;">BUANGKOK MRT STATION / Exit: C</div>')[0];
popup_769c62fc550f453e92a3d0f0f6237cfd.setContent(html_570ca0b4c0704fb8a4eccced55538f02);
regular_polygon_marker_5e77e51fce80423e9190d2da58e92dc8.bindPopup(popup_769c62fc550f453e92a3d0f0f6237cfd);
var regular_polygon_marker_33150de3135446d29cdf0965e3bf2c51 = new L.RegularPolygonMarker(
new L.LatLng(1.3826490561255604,103.8934628184278),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_04c03b19bc7d4ced97beaad29cdd6a07 = L.popup({maxWidth: '300'});
var html_06b53f51b4754eb2bf6f1ee1f99238c7 = $('<div id="html_06b53f51b4754eb2bf6f1ee1f99238c7" style="width: 100.0%; height: 100.0%;">BUANGKOK MRT STATION / Exit: B</div>')[0];
popup_04c03b19bc7d4ced97beaad29cdd6a07.setContent(html_06b53f51b4754eb2bf6f1ee1f99238c7);
regular_polygon_marker_33150de3135446d29cdf0965e3bf2c51.bindPopup(popup_04c03b19bc7d4ced97beaad29cdd6a07);
var regular_polygon_marker_dbaf498e61ca488ba491c7275a4b7790 = new L.RegularPolygonMarker(
new L.LatLng(1.4291161478552783,103.83509050904435),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6cb98fc4ecf4426395b954eacb99f19f = L.popup({maxWidth: '300'});
var html_349a3b92a1674d8f927cd81f78801056 = $('<div id="html_349a3b92a1674d8f927cd81f78801056" style="width: 100.0%; height: 100.0%;">YISHUN MRT STATION / Exit: C</div>')[0];
popup_6cb98fc4ecf4426395b954eacb99f19f.setContent(html_349a3b92a1674d8f927cd81f78801056);
regular_polygon_marker_dbaf498e61ca488ba491c7275a4b7790.bindPopup(popup_6cb98fc4ecf4426395b954eacb99f19f);
var regular_polygon_marker_b1d45198c3ea47aea62c559e1dca5ffa = new L.RegularPolygonMarker(
new L.LatLng(1.4296356250414748,103.83486520052602),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_075e9447cde940ea89eae8a6d4d434ad = L.popup({maxWidth: '300'});
var html_2354d1306c8244728c328ae10261ddf0 = $('<div id="html_2354d1306c8244728c328ae10261ddf0" style="width: 100.0%; height: 100.0%;">YISHUN MRT STATION / Exit: B</div>')[0];
popup_075e9447cde940ea89eae8a6d4d434ad.setContent(html_2354d1306c8244728c328ae10261ddf0);
regular_polygon_marker_b1d45198c3ea47aea62c559e1dca5ffa.bindPopup(popup_075e9447cde940ea89eae8a6d4d434ad);
var regular_polygon_marker_e3894c70cf57406a997dcd4a1f120824 = new L.RegularPolygonMarker(
new L.LatLng(1.429664930883792,103.83564332166085),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e73aa3d74b364631a4d558742ed13e44 = L.popup({maxWidth: '300'});
var html_e2217dda27854bcab22e32b0f5a114cc = $('<div id="html_e2217dda27854bcab22e32b0f5a114cc" style="width: 100.0%; height: 100.0%;">YISHUN MRT STATION / Exit: E</div>')[0];
popup_e73aa3d74b364631a4d558742ed13e44.setContent(html_e2217dda27854bcab22e32b0f5a114cc);
regular_polygon_marker_e3894c70cf57406a997dcd4a1f120824.bindPopup(popup_e73aa3d74b364631a4d558742ed13e44);
var regular_polygon_marker_5007575b0900431c89e457ddc1c2bae8 = new L.RegularPolygonMarker(
new L.LatLng(1.3507895324128647,103.87286636187731),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f401b6eef5e244f29c11e62a284fb673 = L.popup({maxWidth: '300'});
var html_260818a6d88d4b7ab46cbd5774970642 = $('<div id="html_260818a6d88d4b7ab46cbd5774970642" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: G</div>')[0];
popup_f401b6eef5e244f29c11e62a284fb673.setContent(html_260818a6d88d4b7ab46cbd5774970642);
regular_polygon_marker_5007575b0900431c89e457ddc1c2bae8.bindPopup(popup_f401b6eef5e244f29c11e62a284fb673);
var regular_polygon_marker_a8908aaad2444e1f9fcd0ca5771c1dce = new L.RegularPolygonMarker(
new L.LatLng(1.3498330717036562,103.8736409883249),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ca92f8c69c374f7eb9c437e1818e9b31 = L.popup({maxWidth: '300'});
var html_63bb844e3bcc46258b0de1d9b220501d = $('<div id="html_63bb844e3bcc46258b0de1d9b220501d" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: B</div>')[0];
popup_ca92f8c69c374f7eb9c437e1818e9b31.setContent(html_63bb844e3bcc46258b0de1d9b220501d);
regular_polygon_marker_a8908aaad2444e1f9fcd0ca5771c1dce.bindPopup(popup_ca92f8c69c374f7eb9c437e1818e9b31);
var regular_polygon_marker_d13e8776f7c24827810154428cff5935 = new L.RegularPolygonMarker(
new L.LatLng(1.350819578379414,103.87290178330713),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a9f0462b6fbc4cfda64c612c1ab0f5ca = L.popup({maxWidth: '300'});
var html_e94a57d1d7be44b48dbba5c256fa2876 = $('<div id="html_e94a57d1d7be44b48dbba5c256fa2876" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: E</div>')[0];
popup_a9f0462b6fbc4cfda64c612c1ab0f5ca.setContent(html_e94a57d1d7be44b48dbba5c256fa2876);
regular_polygon_marker_d13e8776f7c24827810154428cff5935.bindPopup(popup_a9f0462b6fbc4cfda64c612c1ab0f5ca);
var regular_polygon_marker_b84df1fa68bd44c5be714c6f5cee9483 = new L.RegularPolygonMarker(
new L.LatLng(1.335913418233805,103.88762710410589),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_795d7915b7cf4d21abe2656ba1344c7e = L.popup({maxWidth: '300'});
var html_8c01fbe81c98405e94fcf968370c08af = $('<div id="html_8c01fbe81c98405e94fcf968370c08af" style="width: 100.0%; height: 100.0%;">TAI SENG MRT STATION / Exit: A</div>')[0];
popup_795d7915b7cf4d21abe2656ba1344c7e.setContent(html_8c01fbe81c98405e94fcf968370c08af);
regular_polygon_marker_b84df1fa68bd44c5be714c6f5cee9483.bindPopup(popup_795d7915b7cf4d21abe2656ba1344c7e);
var regular_polygon_marker_84e36ad8ba974a7c9d4b00054b7c210a = new L.RegularPolygonMarker(
new L.LatLng(1.3195292519949138,103.90321485352274),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8868452623ae42a7ac201b51877cb1af = L.popup({maxWidth: '300'});
var html_783a38aae321401ba37141664009f62a = $('<div id="html_783a38aae321401ba37141664009f62a" style="width: 100.0%; height: 100.0%;">EUNOS MRT STATION / Exit: C</div>')[0];
popup_8868452623ae42a7ac201b51877cb1af.setContent(html_783a38aae321401ba37141664009f62a);
regular_polygon_marker_84e36ad8ba974a7c9d4b00054b7c210a.bindPopup(popup_8868452623ae42a7ac201b51877cb1af);
var regular_polygon_marker_94cb24abea56410b850ff038b891821d = new L.RegularPolygonMarker(
new L.LatLng(1.449156170317317,103.81975863270281),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_24e9bdb5db114494bc63d4d1efe03b2a = L.popup({maxWidth: '300'});
var html_931ce08971af41eca7b2cf6cf482762c = $('<div id="html_931ce08971af41eca7b2cf6cf482762c" style="width: 100.0%; height: 100.0%;">SEMBAWANG MRT STATION / Exit: C</div>')[0];
popup_24e9bdb5db114494bc63d4d1efe03b2a.setContent(html_931ce08971af41eca7b2cf6cf482762c);
regular_polygon_marker_94cb24abea56410b850ff038b891821d.bindPopup(popup_24e9bdb5db114494bc63d4d1efe03b2a);
var regular_polygon_marker_8d25717c9ae2470b9e0803c634df64b4 = new L.RegularPolygonMarker(
new L.LatLng(1.3719454495793653,103.89297206770254),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_cc61b6f351a54573ab12455a6138aa3d = L.popup({maxWidth: '300'});
var html_226c328a6fce4322bc793598bd6fb51c = $('<div id="html_226c328a6fce4322bc793598bd6fb51c" style="width: 100.0%; height: 100.0%;">HOUGANG MRT STATION / Exit: B</div>')[0];
popup_cc61b6f351a54573ab12455a6138aa3d.setContent(html_226c328a6fce4322bc793598bd6fb51c);
regular_polygon_marker_8d25717c9ae2470b9e0803c634df64b4.bindPopup(popup_cc61b6f351a54573ab12455a6138aa3d);
var regular_polygon_marker_3ff657c1ffb148f8944dc41ada2b706c = new L.RegularPolygonMarker(
new L.LatLng(1.3563407546080637,103.9892763088212),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_058224d0030648898e558b84b187d723 = L.popup({maxWidth: '300'});
var html_46fe6ec3c7644f10ab5301d2c4193c9e = $('<div id="html_46fe6ec3c7644f10ab5301d2c4193c9e" style="width: 100.0%; height: 100.0%;">CHANGI AIRPORT MRT STATION / Exit: A</div>')[0];
popup_058224d0030648898e558b84b187d723.setContent(html_46fe6ec3c7644f10ab5301d2c4193c9e);
regular_polygon_marker_3ff657c1ffb148f8944dc41ada2b706c.bindPopup(popup_058224d0030648898e558b84b187d723);
var regular_polygon_marker_5f2a94837ed74464bcff43afe24ff4b8 = new L.RegularPolygonMarker(
new L.LatLng(1.3572195891074983,103.98730424637067),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e5e26cb18ee545a5a54602673aaf30ff = L.popup({maxWidth: '300'});
var html_3fb91b0efe454eaa868adbdbb04c1257 = $('<div id="html_3fb91b0efe454eaa868adbdbb04c1257" style="width: 100.0%; height: 100.0%;">CHANGI AIRPORT MRT STATION / Exit: B</div>')[0];
popup_e5e26cb18ee545a5a54602673aaf30ff.setContent(html_3fb91b0efe454eaa868adbdbb04c1257);
regular_polygon_marker_5f2a94837ed74464bcff43afe24ff4b8.bindPopup(popup_e5e26cb18ee545a5a54602673aaf30ff);
var regular_polygon_marker_602e8503714e4e9eb2a054f4b359a7d6 = new L.RegularPolygonMarker(
new L.LatLng(1.2935857345115762,103.85491986916375),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e03ca23b8ad84d1cad06a4e00eab4ce7 = L.popup({maxWidth: '300'});
var html_0d9ec9a1e08040e789c3698c3d8e4e63 = $('<div id="html_0d9ec9a1e08040e789c3698c3d8e4e63" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: G</div>')[0];
popup_e03ca23b8ad84d1cad06a4e00eab4ce7.setContent(html_0d9ec9a1e08040e789c3698c3d8e4e63);
regular_polygon_marker_602e8503714e4e9eb2a054f4b359a7d6.bindPopup(popup_e03ca23b8ad84d1cad06a4e00eab4ce7);
var regular_polygon_marker_66b25d24c9c645ab97a776c1ac23124a = new L.RegularPolygonMarker(
new L.LatLng(1.2929036698457135,103.85585487005211),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_cf2352720dee4c01ae0b885400b6d3da = L.popup({maxWidth: '300'});
var html_e7042297ba6842668d8c08c488c868c2 = $('<div id="html_e7042297ba6842668d8c08c488c868c2" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: C</div>')[0];
popup_cf2352720dee4c01ae0b885400b6d3da.setContent(html_e7042297ba6842668d8c08c488c868c2);
regular_polygon_marker_66b25d24c9c645ab97a776c1ac23124a.bindPopup(popup_cf2352720dee4c01ae0b885400b6d3da);
var regular_polygon_marker_d7c20e785f274eebafacd350bb7a2f02 = new L.RegularPolygonMarker(
new L.LatLng(1.2929265204204796,103.85617533803351),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a493a572fb7a404e96e1120b8f0b4376 = L.popup({maxWidth: '300'});
var html_ad2877c5058843a5bca18354c58472d9 = $('<div id="html_ad2877c5058843a5bca18354c58472d9" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: B</div>')[0];
popup_a493a572fb7a404e96e1120b8f0b4376.setContent(html_ad2877c5058843a5bca18354c58472d9);
regular_polygon_marker_d7c20e785f274eebafacd350bb7a2f02.bindPopup(popup_a493a572fb7a404e96e1120b8f0b4376);
var regular_polygon_marker_9785d8d55d0148ccabc3d5ff18c0cc87 = new L.RegularPolygonMarker(
new L.LatLng(1.2836298542182472,103.85156220240732),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7077aab333d4471abbb5bb8992e1e4d7 = L.popup({maxWidth: '300'});
var html_692757353f4d41dc9dbd0088c3a6280c = $('<div id="html_692757353f4d41dc9dbd0088c3a6280c" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: C</div>')[0];
popup_7077aab333d4471abbb5bb8992e1e4d7.setContent(html_692757353f4d41dc9dbd0088c3a6280c);
regular_polygon_marker_9785d8d55d0148ccabc3d5ff18c0cc87.bindPopup(popup_7077aab333d4471abbb5bb8992e1e4d7);
var regular_polygon_marker_dc663a3f6ae8435797c787f3deae6864 = new L.RegularPolygonMarker(
new L.LatLng(1.282625567152876,103.85129569991686),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ffff',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_858f410ef3594a5fb31e35be5e3031a4 = L.popup({maxWidth: '300'});
var html_979edf22f2724cf6a4064ac177604673 = $('<div id="html_979edf22f2724cf6a4064ac177604673" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: J</div>')[0];
popup_858f410ef3594a5fb31e35be5e3031a4.setContent(html_979edf22f2724cf6a4064ac177604673);
regular_polygon_marker_dc663a3f6ae8435797c787f3deae6864.bindPopup(popup_858f410ef3594a5fb31e35be5e3031a4);
var regular_polygon_marker_8336a10243b7492e9267ce987f65a662 = new L.RegularPolygonMarker(
new L.LatLng(1.2825379086198097,103.85096056840314),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_335e67441e5044a6a71c8b0de9da177e = L.popup({maxWidth: '300'});
var html_52475a1aaf664dc992b9f89c653f6a2b = $('<div id="html_52475a1aaf664dc992b9f89c653f6a2b" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: F</div>')[0];
popup_335e67441e5044a6a71c8b0de9da177e.setContent(html_52475a1aaf664dc992b9f89c653f6a2b);
regular_polygon_marker_8336a10243b7492e9267ce987f65a662.bindPopup(popup_335e67441e5044a6a71c8b0de9da177e);
var regular_polygon_marker_cba843f8eb9e4113bae044b76d1de798 = new L.RegularPolygonMarker(
new L.LatLng(1.2823816402325872,103.85143296938573),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff55',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c48e33a197c845b59fcf812eefe86971 = L.popup({maxWidth: '300'});
var html_bdda5f26b2ac488da298e777a1c8da4b = $('<div id="html_bdda5f26b2ac488da298e777a1c8da4b" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: I</div>')[0];
popup_c48e33a197c845b59fcf812eefe86971.setContent(html_bdda5f26b2ac488da298e777a1c8da4b);
regular_polygon_marker_cba843f8eb9e4113bae044b76d1de798.bindPopup(popup_c48e33a197c845b59fcf812eefe86971);
var regular_polygon_marker_4c673d6b8cfb49ae91accade933242fc = new L.RegularPolygonMarker(
new L.LatLng(1.2762584342454892,103.84709545765485),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bc77eae1bcc440d6ab9028e1519ebcef = L.popup({maxWidth: '300'});
var html_8aafdf5d878a4ef29ebbb0ee9fe18575 = $('<div id="html_8aafdf5d878a4ef29ebbb0ee9fe18575" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: E</div>')[0];
popup_bc77eae1bcc440d6ab9028e1519ebcef.setContent(html_8aafdf5d878a4ef29ebbb0ee9fe18575);
regular_polygon_marker_4c673d6b8cfb49ae91accade933242fc.bindPopup(popup_bc77eae1bcc440d6ab9028e1519ebcef);
var regular_polygon_marker_3f379eceddfd444ea30c5732a4466698 = new L.RegularPolygonMarker(
new L.LatLng(1.2773788211864077,103.84692724661502),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fd01f9f1b02d4b4b959c339767c4eda9 = L.popup({maxWidth: '300'});
var html_0fe2fa9be2454e29908e4333b3180f12 = $('<div id="html_0fe2fa9be2454e29908e4333b3180f12" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: F</div>')[0];
popup_fd01f9f1b02d4b4b959c339767c4eda9.setContent(html_0fe2fa9be2454e29908e4333b3180f12);
regular_polygon_marker_3f379eceddfd444ea30c5732a4466698.bindPopup(popup_fd01f9f1b02d4b4b959c339767c4eda9);
var regular_polygon_marker_263af842ae1649ef9439676e4a78844a = new L.RegularPolygonMarker(
new L.LatLng(1.277783873579968,103.84695281386465),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_33850c954f69421baaf5e48fe8ad3dfa = L.popup({maxWidth: '300'});
var html_3048bf257c0041fdb0c5a973abe5b47d = $('<div id="html_3048bf257c0041fdb0c5a973abe5b47d" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: G</div>')[0];
popup_33850c954f69421baaf5e48fe8ad3dfa.setContent(html_3048bf257c0041fdb0c5a973abe5b47d);
regular_polygon_marker_263af842ae1649ef9439676e4a78844a.bindPopup(popup_33850c954f69421baaf5e48fe8ad3dfa);
var regular_polygon_marker_648b496fc23f4f028f7a61f324bcd350 = new L.RegularPolygonMarker(
new L.LatLng(1.2754502381138642,103.84644475469103),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ffaa',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_dccac84d4c4f48f082dde50601914579 = L.popup({maxWidth: '300'});
var html_e14a948957d44672b9d8b7fd515dc37e = $('<div id="html_e14a948957d44672b9d8b7fd515dc37e" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: H</div>')[0];
popup_dccac84d4c4f48f082dde50601914579.setContent(html_e14a948957d44672b9d8b7fd515dc37e);
regular_polygon_marker_648b496fc23f4f028f7a61f324bcd350.bindPopup(popup_dccac84d4c4f48f082dde50601914579);
var regular_polygon_marker_0f018e2dc3de43919612247e3c594830 = new L.RegularPolygonMarker(
new L.LatLng(1.2931281466894953,103.85556750756881),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3b645b56c5754a23a1a4535a5ee9ba4a = L.popup({maxWidth: '300'});
var html_c218f97b80c0464b9eeede68b8e01985 = $('<div id="html_c218f97b80c0464b9eeede68b8e01985" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: E</div>')[0];
popup_3b645b56c5754a23a1a4535a5ee9ba4a.setContent(html_c218f97b80c0464b9eeede68b8e01985);
regular_polygon_marker_0f018e2dc3de43919612247e3c594830.bindPopup(popup_3b645b56c5754a23a1a4535a5ee9ba4a);
var regular_polygon_marker_c5fd8c9f15524e5c914cbef4df3af383 = new L.RegularPolygonMarker(
new L.LatLng(1.2938188408264473,103.85510429912974),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_368f8d1a4b2d4ddbb7c4b43057b5a045 = L.popup({maxWidth: '300'});
var html_2f3de8b4df414606a11618e014b68031 = $('<div id="html_2f3de8b4df414606a11618e014b68031" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: F</div>')[0];
popup_368f8d1a4b2d4ddbb7c4b43057b5a045.setContent(html_2f3de8b4df414606a11618e014b68031);
regular_polygon_marker_c5fd8c9f15524e5c914cbef4df3af383.bindPopup(popup_368f8d1a4b2d4ddbb7c4b43057b5a045);
var regular_polygon_marker_c234e3564ee649a89f7652f36f4be5c0 = new L.RegularPolygonMarker(
new L.LatLng(1.2926230772131362,103.85583342243687),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1973ca5a93b54f089c477c7d04ff1bf8 = L.popup({maxWidth: '300'});
var html_8b365b8f244c45c0850c6834d634601b = $('<div id="html_8b365b8f244c45c0850c6834d634601b" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: D</div>')[0];
popup_1973ca5a93b54f089c477c7d04ff1bf8.setContent(html_8b365b8f244c45c0850c6834d634601b);
regular_polygon_marker_c234e3564ee649a89f7652f36f4be5c0.bindPopup(popup_1973ca5a93b54f089c477c7d04ff1bf8);
var regular_polygon_marker_e5cdf8b102d1494da98c7d0a927fa04a = new L.RegularPolygonMarker(
new L.LatLng(1.2938614209152135,103.86013655101574),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_42c3577cd4dc4496ae24f086bbcbe6b2 = L.popup({maxWidth: '300'});
var html_6e6ea6b647dd4477aa28190c04e17d93 = $('<div id="html_6e6ea6b647dd4477aa28190c04e17d93" style="width: 100.0%; height: 100.0%;">PROMENADE MRT STATION / Exit: B</div>')[0];
popup_42c3577cd4dc4496ae24f086bbcbe6b2.setContent(html_6e6ea6b647dd4477aa28190c04e17d93);
regular_polygon_marker_e5cdf8b102d1494da98c7d0a927fa04a.bindPopup(popup_42c3577cd4dc4496ae24f086bbcbe6b2);
var regular_polygon_marker_e01aeda589e640b99dd83590b77df710 = new L.RegularPolygonMarker(
new L.LatLng(1.300169022698854,103.8635056219285),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_34edd67ca2934c508430428045a32974 = L.popup({maxWidth: '300'});
var html_80b55578b33449f1b1d99a31f396eeea = $('<div id="html_80b55578b33449f1b1d99a31f396eeea" style="width: 100.0%; height: 100.0%;">NICOLL HIGHWAY MRT STATION / Exit: A</div>')[0];
popup_34edd67ca2934c508430428045a32974.setContent(html_80b55578b33449f1b1d99a31f396eeea);
regular_polygon_marker_e01aeda589e640b99dd83590b77df710.bindPopup(popup_34edd67ca2934c508430428045a32974);
var regular_polygon_marker_423712d3a3384dbcb38e20d7400156ce = new L.RegularPolygonMarker(
new L.LatLng(1.3033695589116887,103.87622590018283),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_63cef053859e4aa7b44fd768225cbe10 = L.popup({maxWidth: '300'});
var html_e27bf5ef081d4ec28b888d1484c0daea = $('<div id="html_e27bf5ef081d4ec28b888d1484c0daea" style="width: 100.0%; height: 100.0%;">STADIUM MRT STATION / Exit: B</div>')[0];
popup_63cef053859e4aa7b44fd768225cbe10.setContent(html_e27bf5ef081d4ec28b888d1484c0daea);
regular_polygon_marker_423712d3a3384dbcb38e20d7400156ce.bindPopup(popup_63cef053859e4aa7b44fd768225cbe10);
var regular_polygon_marker_af2410ee5d9847e7b5b2420babc28ebf = new L.RegularPolygonMarker(
new L.LatLng(1.3025104211736003,103.87439965495966),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f52f9d6d04c2442eb9b24cb35826da3f = L.popup({maxWidth: '300'});
var html_f4dcbe198a1546e697a44316fe302067 = $('<div id="html_f4dcbe198a1546e697a44316fe302067" style="width: 100.0%; height: 100.0%;">STADIUM MRT STATION / Exit: A</div>')[0];
popup_f52f9d6d04c2442eb9b24cb35826da3f.setContent(html_f4dcbe198a1546e697a44316fe302067);
regular_polygon_marker_af2410ee5d9847e7b5b2420babc28ebf.bindPopup(popup_f52f9d6d04c2442eb9b24cb35826da3f);
var regular_polygon_marker_827573e7c42b4f8c84ded3ad7f9cf2dc = new L.RegularPolygonMarker(
new L.LatLng(1.3060452592029188,103.88324795941385),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_82fb5f761f824be297583aec44e338d9 = L.popup({maxWidth: '300'});
var html_f63e37c9c3dc4355bd0677a411875966 = $('<div id="html_f63e37c9c3dc4355bd0677a411875966" style="width: 100.0%; height: 100.0%;">MOUNTBATTEN MRT STATION / Exit: B</div>')[0];
popup_82fb5f761f824be297583aec44e338d9.setContent(html_f63e37c9c3dc4355bd0677a411875966);
regular_polygon_marker_827573e7c42b4f8c84ded3ad7f9cf2dc.bindPopup(popup_82fb5f761f824be297583aec44e338d9);
var regular_polygon_marker_d82ff7e1e3fb4202a4edb292bb6d0daf = new L.RegularPolygonMarker(
new L.LatLng(1.3067520433698636,103.88259720278728),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_24b272490b904869af6a693cad118578 = L.popup({maxWidth: '300'});
var html_60765cc0a1eb49e783426ae180b9b7e8 = $('<div id="html_60765cc0a1eb49e783426ae180b9b7e8" style="width: 100.0%; height: 100.0%;">MOUNTBATTEN MRT STATION / Exit: A</div>')[0];
popup_24b272490b904869af6a693cad118578.setContent(html_60765cc0a1eb49e783426ae180b9b7e8);
regular_polygon_marker_d82ff7e1e3fb4202a4edb292bb6d0daf.bindPopup(popup_24b272490b904869af6a693cad118578);
var regular_polygon_marker_8515c9a640ff49aa801e2a6a842dfc4e = new L.RegularPolygonMarker(
new L.LatLng(1.3088135212685044,103.88930688235776),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_98a1b87057384e3db5e27e937144dca7 = L.popup({maxWidth: '300'});
var html_5c2141f7725841bc956737f292bcbd94 = $('<div id="html_5c2141f7725841bc956737f292bcbd94" style="width: 100.0%; height: 100.0%;">DAKOTA MRT STATION / Exit: A</div>')[0];
popup_98a1b87057384e3db5e27e937144dca7.setContent(html_5c2141f7725841bc956737f292bcbd94);
regular_polygon_marker_8515c9a640ff49aa801e2a6a842dfc4e.bindPopup(popup_98a1b87057384e3db5e27e937144dca7);
var regular_polygon_marker_dcae2611e3ab481fb50c551d5d0ea52a = new L.RegularPolygonMarker(
new L.LatLng(1.3080960835053606,103.88797900387988),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d1f22a58cc8544e8957ed5402b0ba52e = L.popup({maxWidth: '300'});
var html_a197d97de3744fc8beadacda25b5e749 = $('<div id="html_a197d97de3744fc8beadacda25b5e749" style="width: 100.0%; height: 100.0%;">DAKOTA MRT STATION / Exit: B</div>')[0];
popup_d1f22a58cc8544e8957ed5402b0ba52e.setContent(html_a197d97de3744fc8beadacda25b5e749);
regular_polygon_marker_dcae2611e3ab481fb50c551d5d0ea52a.bindPopup(popup_d1f22a58cc8544e8957ed5402b0ba52e);
var regular_polygon_marker_e01d2ed0281a444db3bc6d6f96e0085e = new L.RegularPolygonMarker(
new L.LatLng(1.318148618790009,103.89172078812877),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e44ef29de879459f90db0b6c9dc148e2 = L.popup({maxWidth: '300'});
var html_192a9181b4964c8b9973c2507dce1b7e = $('<div id="html_192a9181b4964c8b9973c2507dce1b7e" style="width: 100.0%; height: 100.0%;">PAYA LEBAR MRT STATION / Exit: C</div>')[0];
popup_e44ef29de879459f90db0b6c9dc148e2.setContent(html_192a9181b4964c8b9973c2507dce1b7e);
regular_polygon_marker_e01d2ed0281a444db3bc6d6f96e0085e.bindPopup(popup_e44ef29de879459f90db0b6c9dc148e2);
var regular_polygon_marker_4118357232dd42eab2c44ad98ed28e7c = new L.RegularPolygonMarker(
new L.LatLng(1.3165870525987735,103.89207736597454),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9817169202f74a35aaed7d518badae81 = L.popup({maxWidth: '300'});
var html_2256d6a8380741e29f88e26850ceab5a = $('<div id="html_2256d6a8380741e29f88e26850ceab5a" style="width: 100.0%; height: 100.0%;">PAYA LEBAR MRT STATION / Exit: D</div>')[0];
popup_9817169202f74a35aaed7d518badae81.setContent(html_2256d6a8380741e29f88e26850ceab5a);
regular_polygon_marker_4118357232dd42eab2c44ad98ed28e7c.bindPopup(popup_9817169202f74a35aaed7d518badae81);
var regular_polygon_marker_a4ae68c020fc4be9b7d41502cf3d5a4a = new L.RegularPolygonMarker(
new L.LatLng(1.3266780920782855,103.88979300288877),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fb2fb3b40dd648c9839a8c6efc32090d = L.popup({maxWidth: '300'});
var html_27b98dcfde764e8c8b776d459315b8e4 = $('<div id="html_27b98dcfde764e8c8b776d459315b8e4" style="width: 100.0%; height: 100.0%;">MACPHERSON MRT STATION / Exit: A</div>')[0];
popup_fb2fb3b40dd648c9839a8c6efc32090d.setContent(html_27b98dcfde764e8c8b776d459315b8e4);
regular_polygon_marker_a4ae68c020fc4be9b7d41502cf3d5a4a.bindPopup(popup_fb2fb3b40dd648c9839a8c6efc32090d);
var regular_polygon_marker_b41ee2f36d6e458888a29cb58c190a2a = new L.RegularPolygonMarker(
new L.LatLng(1.3258543633241424,103.89066534204072),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_18dd18aac8ef4b92925b7d6a1a403c00 = L.popup({maxWidth: '300'});
var html_11f1226711e34a8ba25a35b470b193d0 = $('<div id="html_11f1226711e34a8ba25a35b470b193d0" style="width: 100.0%; height: 100.0%;">MACPHERSON MRT STATION / Exit: B</div>')[0];
popup_18dd18aac8ef4b92925b7d6a1a403c00.setContent(html_11f1226711e34a8ba25a35b470b193d0);
regular_polygon_marker_b41ee2f36d6e458888a29cb58c190a2a.bindPopup(popup_18dd18aac8ef4b92925b7d6a1a403c00);
var regular_polygon_marker_2a2596165ffa469e8b06b12b4f75f6b2 = new L.RegularPolygonMarker(
new L.LatLng(1.3254808635935318,103.89026223193905),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_764e3e9c468548ea814599924188fd66 = L.popup({maxWidth: '300'});
var html_d25adecab0da448d8182cdea172e8d20 = $('<div id="html_d25adecab0da448d8182cdea172e8d20" style="width: 100.0%; height: 100.0%;">MACPHERSON MRT STATION / Exit: C</div>')[0];
popup_764e3e9c468548ea814599924188fd66.setContent(html_d25adecab0da448d8182cdea172e8d20);
regular_polygon_marker_2a2596165ffa469e8b06b12b4f75f6b2.bindPopup(popup_764e3e9c468548ea814599924188fd66);
var regular_polygon_marker_ebaba20caaba410c946e5a522acf37f3 = new L.RegularPolygonMarker(
new L.LatLng(1.3346202104943024,103.8882137345207),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a02307f7bc2f42d789c9867dd4f665d2 = L.popup({maxWidth: '300'});
var html_0e877f2db41d4943b2c407fbf9bb7c77 = $('<div id="html_0e877f2db41d4943b2c407fbf9bb7c77" style="width: 100.0%; height: 100.0%;">TAI SENG MRT STATION / Exit: B</div>')[0];
popup_a02307f7bc2f42d789c9867dd4f665d2.setContent(html_0e877f2db41d4943b2c407fbf9bb7c77);
regular_polygon_marker_ebaba20caaba410c946e5a522acf37f3.bindPopup(popup_a02307f7bc2f42d789c9867dd4f665d2);
var regular_polygon_marker_6c11a09e99d44d9c8edada8b9a26fbb5 = new L.RegularPolygonMarker(
new L.LatLng(1.3435003951532887,103.87890836094147),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_200b408059fd4e07aa8bbecafcc0f6b0 = L.popup({maxWidth: '300'});
var html_a31fe4a1748740e59322225c6f1b1bbd = $('<div id="html_a31fe4a1748740e59322225c6f1b1bbd" style="width: 100.0%; height: 100.0%;">BARTLEY MRT STATION / Exit: B</div>')[0];
popup_200b408059fd4e07aa8bbecafcc0f6b0.setContent(html_a31fe4a1748740e59322225c6f1b1bbd);
regular_polygon_marker_6c11a09e99d44d9c8edada8b9a26fbb5.bindPopup(popup_200b408059fd4e07aa8bbecafcc0f6b0);
var regular_polygon_marker_4775e7ec24cb4a7885c4a171e6c32a52 = new L.RegularPolygonMarker(
new L.LatLng(1.3422480826833112,103.88025555964312),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0591babb48fe4b989088cb71da3769b9 = L.popup({maxWidth: '300'});
var html_e85cf06991744961b70629bda0ee4f72 = $('<div id="html_e85cf06991744961b70629bda0ee4f72" style="width: 100.0%; height: 100.0%;">BARTLEY MRT STATION / Exit: A</div>')[0];
popup_0591babb48fe4b989088cb71da3769b9.setContent(html_e85cf06991744961b70629bda0ee4f72);
regular_polygon_marker_4775e7ec24cb4a7885c4a171e6c32a52.bindPopup(popup_0591babb48fe4b989088cb71da3769b9);
var regular_polygon_marker_66e10a356aad4eccac9a7bb55315c975 = new L.RegularPolygonMarker(
new L.LatLng(1.3497270332741709,103.87354616279978),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ffaa',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_50d57878e38e478c9d19b9bccacb6f67 = L.popup({maxWidth: '300'});
var html_7fc3c55da10547aba670e324bfd355a7 = $('<div id="html_7fc3c55da10547aba670e324bfd355a7" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: H</div>')[0];
popup_50d57878e38e478c9d19b9bccacb6f67.setContent(html_7fc3c55da10547aba670e324bfd355a7);
regular_polygon_marker_66e10a356aad4eccac9a7bb55315c975.bindPopup(popup_50d57878e38e478c9d19b9bccacb6f67);
var regular_polygon_marker_01da9caba2554fd8bff1793a4a862336 = new L.RegularPolygonMarker(
new L.LatLng(1.3494810135865363,103.87395706177958),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ff288c7e9d034d6ab7c97b52d0b9d20e = L.popup({maxWidth: '300'});
var html_d038279a9e204584912ef9c335875237 = $('<div id="html_d038279a9e204584912ef9c335875237" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: A</div>')[0];
popup_ff288c7e9d034d6ab7c97b52d0b9d20e.setContent(html_d038279a9e204584912ef9c335875237);
regular_polygon_marker_01da9caba2554fd8bff1793a4a862336.bindPopup(popup_ff288c7e9d034d6ab7c97b52d0b9d20e);
var regular_polygon_marker_33afa92f28334fc5a594c23de82769a5 = new L.RegularPolygonMarker(
new L.LatLng(1.349900925851051,103.87432161355989),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_92f9907c70b84be2ba6c720dc2bafb57 = L.popup({maxWidth: '300'});
var html_91a2f7c5cab240a8bc3e233e3bf17a21 = $('<div id="html_91a2f7c5cab240a8bc3e233e3bf17a21" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: D</div>')[0];
popup_92f9907c70b84be2ba6c720dc2bafb57.setContent(html_91a2f7c5cab240a8bc3e233e3bf17a21);
regular_polygon_marker_33afa92f28334fc5a594c23de82769a5.bindPopup(popup_92f9907c70b84be2ba6c720dc2bafb57);
var regular_polygon_marker_45426dc92e8a4db2acefd175586cb522 = new L.RegularPolygonMarker(
new L.LatLng(1.3505944380614976,103.87369368073472),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6ee7a63b9e2949fab8ca5037ca7862cd = L.popup({maxWidth: '300'});
var html_cecb36cefd2d4378a3d90a4c57f08645 = $('<div id="html_cecb36cefd2d4378a3d90a4c57f08645" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: C</div>')[0];
popup_6ee7a63b9e2949fab8ca5037ca7862cd.setContent(html_cecb36cefd2d4378a3d90a4c57f08645);
regular_polygon_marker_45426dc92e8a4db2acefd175586cb522.bindPopup(popup_6ee7a63b9e2949fab8ca5037ca7862cd);
var regular_polygon_marker_3f0b524f4f8347e0869b4e15586f000f = new L.RegularPolygonMarker(
new L.LatLng(1.350947611358349,103.8714490074192),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9c1c482000c44821b7541d0d3e738600 = L.popup({maxWidth: '300'});
var html_881bfd3e7ae847b2bf4284d002476495 = $('<div id="html_881bfd3e7ae847b2bf4284d002476495" style="width: 100.0%; height: 100.0%;">SERANGOON MRT STATION / Exit: F</div>')[0];
popup_9c1c482000c44821b7541d0d3e738600.setContent(html_881bfd3e7ae847b2bf4284d002476495);
regular_polygon_marker_3f0b524f4f8347e0869b4e15586f000f.bindPopup(popup_9c1c482000c44821b7541d0d3e738600);
var regular_polygon_marker_05b2506db7b04569bbefb33b7197e982 = new L.RegularPolygonMarker(
new L.LatLng(1.3517378708745718,103.86291796700212),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d58c160619bb483eae409e41707de818 = L.popup({maxWidth: '300'});
var html_fd2ac4cab2064bc5883ff7cc72b871f1 = $('<div id="html_fd2ac4cab2064bc5883ff7cc72b871f1" style="width: 100.0%; height: 100.0%;">LORONG CHUAN MRT STATION / Exit: B</div>')[0];
popup_d58c160619bb483eae409e41707de818.setContent(html_fd2ac4cab2064bc5883ff7cc72b871f1);
regular_polygon_marker_05b2506db7b04569bbefb33b7197e982.bindPopup(popup_d58c160619bb483eae409e41707de818);
var regular_polygon_marker_3abc1879fa644fc0b91d97eccdb3bbd1 = new L.RegularPolygonMarker(
new L.LatLng(1.3514384367313443,103.86493334047181),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_72729f47628c403882feed173ae105ba = L.popup({maxWidth: '300'});
var html_e3f59b3d6f7f47f3bc3f15102a8d00e5 = $('<div id="html_e3f59b3d6f7f47f3bc3f15102a8d00e5" style="width: 100.0%; height: 100.0%;">LORONG CHUAN MRT STATION / Exit: A</div>')[0];
popup_72729f47628c403882feed173ae105ba.setContent(html_e3f59b3d6f7f47f3bc3f15102a8d00e5);
regular_polygon_marker_3abc1879fa644fc0b91d97eccdb3bbd1.bindPopup(popup_72729f47628c403882feed173ae105ba);
var regular_polygon_marker_d975ffbd007e4a1a8a05d1d6af458932 = new L.RegularPolygonMarker(
new L.LatLng(1.3478654058548336,103.8400585846472),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_89feaef20350401899b6ed01e3b34836 = L.popup({maxWidth: '300'});
var html_f3684b17ff85465f94016d6207be2e64 = $('<div id="html_f3684b17ff85465f94016d6207be2e64" style="width: 100.0%; height: 100.0%;">MARYMOUNT MRT STATION / Exit: B</div>')[0];
popup_89feaef20350401899b6ed01e3b34836.setContent(html_f3684b17ff85465f94016d6207be2e64);
regular_polygon_marker_d975ffbd007e4a1a8a05d1d6af458932.bindPopup(popup_89feaef20350401899b6ed01e3b34836);
var regular_polygon_marker_d93931ac3d624da2aaf903e43efd2659 = new L.RegularPolygonMarker(
new L.LatLng(1.3489797193551014,103.83908762386218),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_66bd9fc0b61e4698adcbd5980cf65e06 = L.popup({maxWidth: '300'});
var html_ea2367f4d1d34e2ca0d32fcda402e0f0 = $('<div id="html_ea2367f4d1d34e2ca0d32fcda402e0f0" style="width: 100.0%; height: 100.0%;">MARYMOUNT MRT STATION / Exit: A</div>')[0];
popup_66bd9fc0b61e4698adcbd5980cf65e06.setContent(html_ea2367f4d1d34e2ca0d32fcda402e0f0);
regular_polygon_marker_d93931ac3d624da2aaf903e43efd2659.bindPopup(popup_66bd9fc0b61e4698adcbd5980cf65e06);
var regular_polygon_marker_37ab7fbfbef74ba9abd5b662c5dc70a8 = new L.RegularPolygonMarker(
new L.LatLng(1.2996485757612088,103.8447475241268),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_797341dbdfcc4f1390d964e0080a0a73 = L.popup({maxWidth: '300'});
var html_bd957de51b95489586417bff082f1d49 = $('<div id="html_bd957de51b95489586417bff082f1d49" style="width: 100.0%; height: 100.0%;">DHOBY GHAUT MRT STATION / Exit: C</div>')[0];
popup_797341dbdfcc4f1390d964e0080a0a73.setContent(html_bd957de51b95489586417bff082f1d49);
regular_polygon_marker_37ab7fbfbef74ba9abd5b662c5dc70a8.bindPopup(popup_797341dbdfcc4f1390d964e0080a0a73);
var regular_polygon_marker_489bb6cded3c446085cb7c659def4374 = new L.RegularPolygonMarker(
new L.LatLng(1.3378232029964476,103.83981142381893),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5c2d7e189ca04b70a9aefc4f82f6590f = L.popup({maxWidth: '300'});
var html_e135d5f179704d5595bc39e1470582e7 = $('<div id="html_e135d5f179704d5595bc39e1470582e7" style="width: 100.0%; height: 100.0%;">CALDECOTT MRT STATION / Exit: A</div>')[0];
popup_5c2d7e189ca04b70a9aefc4f82f6590f.setContent(html_e135d5f179704d5595bc39e1470582e7);
regular_polygon_marker_489bb6cded3c446085cb7c659def4374.bindPopup(popup_5c2d7e189ca04b70a9aefc4f82f6590f);
var regular_polygon_marker_f91e9ebc6fee40e2ac373a148899f341 = new L.RegularPolygonMarker(
new L.LatLng(1.3371046502652995,103.83940639800585),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2783260879fb4fa5b98f9a0bbbedcc84 = L.popup({maxWidth: '300'});
var html_83be69505e074e2d9e36867ea68c5e89 = $('<div id="html_83be69505e074e2d9e36867ea68c5e89" style="width: 100.0%; height: 100.0%;">CALDECOTT MRT STATION / Exit: B</div>')[0];
popup_2783260879fb4fa5b98f9a0bbbedcc84.setContent(html_83be69505e074e2d9e36867ea68c5e89);
regular_polygon_marker_f91e9ebc6fee40e2ac373a148899f341.bindPopup(popup_2783260879fb4fa5b98f9a0bbbedcc84);
var regular_polygon_marker_f70ca82fe854494a93852453dddb6646 = new L.RegularPolygonMarker(
new L.LatLng(1.3353210576591397,103.96194262478171),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4cdfa1efba6b47b69e19015594d8bd86 = L.popup({maxWidth: '300'});
var html_dc7230f209734f44903540dfeaee0bdf = $('<div id="html_dc7230f209734f44903540dfeaee0bdf" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: A</div>')[0];
popup_4cdfa1efba6b47b69e19015594d8bd86.setContent(html_dc7230f209734f44903540dfeaee0bdf);
regular_polygon_marker_f70ca82fe854494a93852453dddb6646.bindPopup(popup_4cdfa1efba6b47b69e19015594d8bd86);
var regular_polygon_marker_bb5c90d87f26491696301c2337e86776 = new L.RegularPolygonMarker(
new L.LatLng(1.335252277582257,103.96207495391545),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_269c58c145fd4b19a5ad68e73b6e0c73 = L.popup({maxWidth: '300'});
var html_cf33156385ff49dbb58a9dbbbf52dc8f = $('<div id="html_cf33156385ff49dbb58a9dbbbf52dc8f" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: B</div>')[0];
popup_269c58c145fd4b19a5ad68e73b6e0c73.setContent(html_cf33156385ff49dbb58a9dbbbf52dc8f);
regular_polygon_marker_bb5c90d87f26491696301c2337e86776.bindPopup(popup_269c58c145fd4b19a5ad68e73b6e0c73);
var regular_polygon_marker_1e69c15c68ca4041bf0770f180f15d0a = new L.RegularPolygonMarker(
new L.LatLng(1.440151730105979,103.80053313034968),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a5a3908f5b8e4fc495e967ef6df01365 = L.popup({maxWidth: '300'});
var html_ae5f1882089b4424b5a57f0b289a4afe = $('<div id="html_ae5f1882089b4424b5a57f0b289a4afe" style="width: 100.0%; height: 100.0%;">ADMIRALTY MRT STATION / Exit: B</div>')[0];
popup_a5a3908f5b8e4fc495e967ef6df01365.setContent(html_ae5f1882089b4424b5a57f0b289a4afe);
regular_polygon_marker_1e69c15c68ca4041bf0770f180f15d0a.bindPopup(popup_a5a3908f5b8e4fc495e967ef6df01365);
var regular_polygon_marker_28541a0fe87e4c24876ed32f2f39047f = new L.RegularPolygonMarker(
new L.LatLng(1.4405327210467311,103.8013642011426),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_dc655f856e00478a9950b318f046506b = L.popup({maxWidth: '300'});
var html_7775dd3dfb6a452d8ac51300005c6956 = $('<div id="html_7775dd3dfb6a452d8ac51300005c6956" style="width: 100.0%; height: 100.0%;">ADMIRALTY MRT STATION / Exit: D</div>')[0];
popup_dc655f856e00478a9950b318f046506b.setContent(html_7775dd3dfb6a452d8ac51300005c6956);
regular_polygon_marker_28541a0fe87e4c24876ed32f2f39047f.bindPopup(popup_dc655f856e00478a9950b318f046506b);
var regular_polygon_marker_af3f403df9664246895bfe9d14c6b4fc = new L.RegularPolygonMarker(
new L.LatLng(1.3694398635281222,103.84934293994071),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5fb0f06055e7469c887afae00c6c2a5d = L.popup({maxWidth: '300'});
var html_65c59d9a44bd4281a3712ca02372b78e = $('<div id="html_65c59d9a44bd4281a3712ca02372b78e" style="width: 100.0%; height: 100.0%;">ANG MO KIO MRT STATION / Exit: C</div>')[0];
popup_5fb0f06055e7469c887afae00c6c2a5d.setContent(html_65c59d9a44bd4281a3712ca02372b78e);
regular_polygon_marker_af3f403df9664246895bfe9d14c6b4fc.bindPopup(popup_5fb0f06055e7469c887afae00c6c2a5d);
var regular_polygon_marker_d5f663df9ed247a58417ba157609c8e4 = new L.RegularPolygonMarker(
new L.LatLng(1.2809667574404517,103.85873159136268),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5c0f95e4929f400a8b3cc0f74b2e3f1b = L.popup({maxWidth: '300'});
var html_e0afb694acd94496b51d83acd000b6c5 = $('<div id="html_e0afb694acd94496b51d83acd000b6c5" style="width: 100.0%; height: 100.0%;">BAYFRONT MRT STATION / Exit: A</div>')[0];
popup_5c0f95e4929f400a8b3cc0f74b2e3f1b.setContent(html_e0afb694acd94496b51d83acd000b6c5);
regular_polygon_marker_d5f663df9ed247a58417ba157609c8e4.bindPopup(popup_5c0f95e4929f400a8b3cc0f74b2e3f1b);
var regular_polygon_marker_99fcf22f0abd4bf5b7002a7c4513283d = new L.RegularPolygonMarker(
new L.LatLng(1.2811039700762135,103.85844067075155),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e188397194e9434e9925084f1a722054 = L.popup({maxWidth: '300'});
var html_1587cd81bc8b4ea389115584daf767d7 = $('<div id="html_1587cd81bc8b4ea389115584daf767d7" style="width: 100.0%; height: 100.0%;">BAYFRONT MRT STATION / Exit: E</div>')[0];
popup_e188397194e9434e9925084f1a722054.setContent(html_1587cd81bc8b4ea389115584daf767d7);
regular_polygon_marker_99fcf22f0abd4bf5b7002a7c4513283d.bindPopup(popup_e188397194e9434e9925084f1a722054);
var regular_polygon_marker_5b9fbcf919474d0cb8c1259511b4c2c0 = new L.RegularPolygonMarker(
new L.LatLng(1.2828336873802744,103.85949351288967),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_605b500dc0d840efb84f9c9f541d4138 = L.popup({maxWidth: '300'});
var html_e60fa59f807f496a8e14c2320b6ce698 = $('<div id="html_e60fa59f807f496a8e14c2320b6ce698" style="width: 100.0%; height: 100.0%;">BAYFRONT MRT STATION / Exit: D</div>')[0];
popup_605b500dc0d840efb84f9c9f541d4138.setContent(html_e60fa59f807f496a8e14c2320b6ce698);
regular_polygon_marker_5b9fbcf919474d0cb8c1259511b4c2c0.bindPopup(popup_605b500dc0d840efb84f9c9f541d4138);
var regular_polygon_marker_db567cc5b0f046f99789aa979776dabb = new L.RegularPolygonMarker(
new L.LatLng(1.353538414792761,103.94508922978416),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_51c585bf9db34ed38a14830f2025d3ec = L.popup({maxWidth: '300'});
var html_f208e84f7bce44a3bfe35d4b817a8c0b = $('<div id="html_f208e84f7bce44a3bfe35d4b817a8c0b" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: B</div>')[0];
popup_51c585bf9db34ed38a14830f2025d3ec.setContent(html_f208e84f7bce44a3bfe35d4b817a8c0b);
regular_polygon_marker_db567cc5b0f046f99789aa979776dabb.bindPopup(popup_51c585bf9db34ed38a14830f2025d3ec);
var regular_polygon_marker_fe16e1ac861b413ea627796d5ec038d2 = new L.RegularPolygonMarker(
new L.LatLng(1.3721411685071263,103.89197469532763),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_94c6ba05820c4de9a02a85628a2b5755 = L.popup({maxWidth: '300'});
var html_8e1098d04f7049dba3de06cff0a39ec2 = $('<div id="html_8e1098d04f7049dba3de06cff0a39ec2" style="width: 100.0%; height: 100.0%;">HOUGANG MRT STATION / Exit: C</div>')[0];
popup_94c6ba05820c4de9a02a85628a2b5755.setContent(html_8e1098d04f7049dba3de06cff0a39ec2);
regular_polygon_marker_fe16e1ac861b413ea627796d5ec038d2.bindPopup(popup_94c6ba05820c4de9a02a85628a2b5755);
var regular_polygon_marker_bfe700a52e7845e382081582ffdd0981 = new L.RegularPolygonMarker(
new L.LatLng(1.3702079117320354,103.89244539017764),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f80c070e993b40358576d61b2d28375f = L.popup({maxWidth: '300'});
var html_753654b332994f759d8410c6f0b50960 = $('<div id="html_753654b332994f759d8410c6f0b50960" style="width: 100.0%; height: 100.0%;">HOUGANG MRT STATION / Exit: A</div>')[0];
popup_f80c070e993b40358576d61b2d28375f.setContent(html_753654b332994f759d8410c6f0b50960);
regular_polygon_marker_bfe700a52e7845e382081582ffdd0981.bindPopup(popup_f80c070e993b40358576d61b2d28375f);
var regular_polygon_marker_4d52e480d21f4da68e63113c008c92c6 = new L.RegularPolygonMarker(
new L.LatLng(1.3602049560897689,103.88472139910249),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_91a9fa3dc07c4280a6ce3a62ff1935f5 = L.popup({maxWidth: '300'});
var html_8887944fa25246cc91a943dd0a24c3f3 = $('<div id="html_8887944fa25246cc91a943dd0a24c3f3" style="width: 100.0%; height: 100.0%;">KOVAN MRT STATION / Exit: B</div>')[0];
popup_91a9fa3dc07c4280a6ce3a62ff1935f5.setContent(html_8887944fa25246cc91a943dd0a24c3f3);
regular_polygon_marker_4d52e480d21f4da68e63113c008c92c6.bindPopup(popup_91a9fa3dc07c4280a6ce3a62ff1935f5);
var regular_polygon_marker_f430563831804532b53a3bd969844cdc = new L.RegularPolygonMarker(
new L.LatLng(1.3600273436321173,103.88545024440853),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_85113b9dc9e041a880adb18a7ec73a7c = L.popup({maxWidth: '300'});
var html_43c7a6da9f7341418a995d3c957655a1 = $('<div id="html_43c7a6da9f7341418a995d3c957655a1" style="width: 100.0%; height: 100.0%;">KOVAN MRT STATION / Exit: C</div>')[0];
popup_85113b9dc9e041a880adb18a7ec73a7c.setContent(html_43c7a6da9f7341418a995d3c957655a1);
regular_polygon_marker_f430563831804532b53a3bd969844cdc.bindPopup(popup_85113b9dc9e041a880adb18a7ec73a7c);
var regular_polygon_marker_f374e7c94c1b4a14a9bb49e086c7a365 = new L.RegularPolygonMarker(
new L.LatLng(1.35970692193942,103.88430709550647),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d41cf1547c1341adad66f62da079f461 = L.popup({maxWidth: '300'});
var html_7447b191af844e8f9af335c6ae441182 = $('<div id="html_7447b191af844e8f9af335c6ae441182" style="width: 100.0%; height: 100.0%;">KOVAN MRT STATION / Exit: A</div>')[0];
popup_d41cf1547c1341adad66f62da079f461.setContent(html_7447b191af844e8f9af335c6ae441182);
regular_polygon_marker_f374e7c94c1b4a14a9bb49e086c7a365.bindPopup(popup_d41cf1547c1341adad66f62da079f461);
var regular_polygon_marker_0381308bf2134a3b982119af506cd9b7 = new L.RegularPolygonMarker(
new L.LatLng(1.3195166084990375,103.90289380436685),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a2345baa86af4ec9b3cb69e2da8bea36 = L.popup({maxWidth: '300'});
var html_aa24146b8e76474692f12020128d1677 = $('<div id="html_aa24146b8e76474692f12020128d1677" style="width: 100.0%; height: 100.0%;">EUNOS MRT STATION / Exit: A</div>')[0];
popup_a2345baa86af4ec9b3cb69e2da8bea36.setContent(html_aa24146b8e76474692f12020128d1677);
regular_polygon_marker_0381308bf2134a3b982119af506cd9b7.bindPopup(popup_a2345baa86af4ec9b3cb69e2da8bea36);
var regular_polygon_marker_b4fb392128dd410cbcd87208e3059cb4 = new L.RegularPolygonMarker(
new L.LatLng(1.3195618788687566,103.90258174404869),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7b036579d803417aa240fd071081dd43 = L.popup({maxWidth: '300'});
var html_9acc021dcd9140a0ac9b1f27c38035b0 = $('<div id="html_9acc021dcd9140a0ac9b1f27c38035b0" style="width: 100.0%; height: 100.0%;">EUNOS MRT STATION / Exit: B</div>')[0];
popup_7b036579d803417aa240fd071081dd43.setContent(html_9acc021dcd9140a0ac9b1f27c38035b0);
regular_polygon_marker_b4fb392128dd410cbcd87208e3059cb4.bindPopup(popup_7b036579d803417aa240fd071081dd43);
var regular_polygon_marker_8b7747cb9ff84deb8d92fcb2c2018eea = new L.RegularPolygonMarker(
new L.LatLng(1.3211514415090853,103.91289895563816),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e7704f4903a5438fb599f3a69747d347 = L.popup({maxWidth: '300'});
var html_afb2ba9b04994eb59e1e216fd45d8405 = $('<div id="html_afb2ba9b04994eb59e1e216fd45d8405" style="width: 100.0%; height: 100.0%;">KEMBANGAN MRT STATION / Exit: B</div>')[0];
popup_e7704f4903a5438fb599f3a69747d347.setContent(html_afb2ba9b04994eb59e1e216fd45d8405);
regular_polygon_marker_8b7747cb9ff84deb8d92fcb2c2018eea.bindPopup(popup_e7704f4903a5438fb599f3a69747d347);
var regular_polygon_marker_c757a46b2d0c4ff9b5878a1d1ec258c7 = new L.RegularPolygonMarker(
new L.LatLng(1.320923093180603,103.91294074623501),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0af64bc4e9044dd68fed4a9670906000 = L.popup({maxWidth: '300'});
var html_1df0cf38e41f467cbefa74c64e3f9a98 = $('<div id="html_1df0cf38e41f467cbefa74c64e3f9a98" style="width: 100.0%; height: 100.0%;">KEMBANGAN MRT STATION / Exit: A</div>')[0];
popup_0af64bc4e9044dd68fed4a9670906000.setContent(html_1df0cf38e41f467cbefa74c64e3f9a98);
regular_polygon_marker_c757a46b2d0c4ff9b5878a1d1ec258c7.bindPopup(popup_0af64bc4e9044dd68fed4a9670906000);
var regular_polygon_marker_acc6d304af7146f69c345f0bb61bf398 = new L.RegularPolygonMarker(
new L.LatLng(1.3235679696589173,103.92915680948447),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9d8ea66aacd748afa77632d881395438 = L.popup({maxWidth: '300'});
var html_c4599c9e05be4a9abf3b5f0d97054e43 = $('<div id="html_c4599c9e05be4a9abf3b5f0d97054e43" style="width: 100.0%; height: 100.0%;">BEDOK MRT STATION / Exit: A</div>')[0];
popup_9d8ea66aacd748afa77632d881395438.setContent(html_c4599c9e05be4a9abf3b5f0d97054e43);
regular_polygon_marker_acc6d304af7146f69c345f0bb61bf398.bindPopup(popup_9d8ea66aacd748afa77632d881395438);
var regular_polygon_marker_1aaba8785c5d4c75be2fbf0a36469d50 = new L.RegularPolygonMarker(
new L.LatLng(1.3242676762667487,103.92967275671934),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8cffcd8e591b4b25b947f4cda88add50 = L.popup({maxWidth: '300'});
var html_22b0949533004dcc8bcced3744915071 = $('<div id="html_22b0949533004dcc8bcced3744915071" style="width: 100.0%; height: 100.0%;">BEDOK MRT STATION / Exit: B</div>')[0];
popup_8cffcd8e591b4b25b947f4cda88add50.setContent(html_22b0949533004dcc8bcced3744915071);
regular_polygon_marker_1aaba8785c5d4c75be2fbf0a36469d50.bindPopup(popup_8cffcd8e591b4b25b947f4cda88add50);
var regular_polygon_marker_045d7fad024e47caa3ba6d8f0fd8a42e = new L.RegularPolygonMarker(
new L.LatLng(1.3696846551373254,103.84959576758371),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_be581681988c4b129cc99a0ef12babbb = L.popup({maxWidth: '300'});
var html_6b2c24cc476f42e7a23c47b067f18f94 = $('<div id="html_6b2c24cc476f42e7a23c47b067f18f94" style="width: 100.0%; height: 100.0%;">ANG MO KIO MRT STATION / Exit: B</div>')[0];
popup_be581681988c4b129cc99a0ef12babbb.setContent(html_6b2c24cc476f42e7a23c47b067f18f94);
regular_polygon_marker_045d7fad024e47caa3ba6d8f0fd8a42e.bindPopup(popup_be581681988c4b129cc99a0ef12babbb);
var regular_polygon_marker_d28b3ae3b133469388922f2fecc9ea52 = new L.RegularPolygonMarker(
new L.LatLng(1.3694640400869527,103.84993866710471),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_da6df1a9aaab4f0183156cb0c8a49221 = L.popup({maxWidth: '300'});
var html_2a592009a59d4317b7c26e5de13406b5 = $('<div id="html_2a592009a59d4317b7c26e5de13406b5" style="width: 100.0%; height: 100.0%;">ANG MO KIO MRT STATION / Exit: A</div>')[0];
popup_da6df1a9aaab4f0183156cb0c8a49221.setContent(html_2a592009a59d4317b7c26e5de13406b5);
regular_polygon_marker_d28b3ae3b133469388922f2fecc9ea52.bindPopup(popup_da6df1a9aaab4f0183156cb0c8a49221);
var regular_polygon_marker_5010d1ecf94e4c9fa361eedf83302bdd = new L.RegularPolygonMarker(
new L.LatLng(1.351063772963012,103.84831192264711),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d1cb2f2216a0441abf68c23ffb306cbb = L.popup({maxWidth: '300'});
var html_a380731c81004d439bffb0f3d06c08ce = $('<div id="html_a380731c81004d439bffb0f3d06c08ce" style="width: 100.0%; height: 100.0%;">BISHAN MRT STATION / Exit: B</div>')[0];
popup_d1cb2f2216a0441abf68c23ffb306cbb.setContent(html_a380731c81004d439bffb0f3d06c08ce);
regular_polygon_marker_5010d1ecf94e4c9fa361eedf83302bdd.bindPopup(popup_d1cb2f2216a0441abf68c23ffb306cbb);
var regular_polygon_marker_dff155d5eaf94dac855cd4fe1c5bb574 = new L.RegularPolygonMarker(
new L.LatLng(1.3510341712804603,103.8484325901169),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2a1de861b12f487f84122570a90d9cbd = L.popup({maxWidth: '300'});
var html_2bb0dfb119b34f6c8a3ff7a3aedd2c37 = $('<div id="html_2bb0dfb119b34f6c8a3ff7a3aedd2c37" style="width: 100.0%; height: 100.0%;">BISHAN MRT STATION / Exit: E</div>')[0];
popup_2a1de861b12f487f84122570a90d9cbd.setContent(html_2bb0dfb119b34f6c8a3ff7a3aedd2c37);
regular_polygon_marker_dff155d5eaf94dac855cd4fe1c5bb574.bindPopup(popup_2a1de861b12f487f84122570a90d9cbd);
var regular_polygon_marker_291910cb4e82443f90f203d441bc8e0d = new L.RegularPolygonMarker(
new L.LatLng(1.3505842450359564,103.84820894778714),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a6331ba3a49c48fe955126693b8b292e = L.popup({maxWidth: '300'});
var html_88cdc6a9d6384471ab76a23530c9c748 = $('<div id="html_88cdc6a9d6384471ab76a23530c9c748" style="width: 100.0%; height: 100.0%;">BISHAN MRT STATION / Exit: C</div>')[0];
popup_a6331ba3a49c48fe955126693b8b292e.setContent(html_88cdc6a9d6384471ab76a23530c9c748);
regular_polygon_marker_291910cb4e82443f90f203d441bc8e0d.bindPopup(popup_a6331ba3a49c48fe955126693b8b292e);
var regular_polygon_marker_98186296590645e08e0bdd365bc8ba86 = new L.RegularPolygonMarker(
new L.LatLng(1.340671496901892,103.84744049769711),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_15ba2a6b4b67400e8b1a1ada6ccbd911 = L.popup({maxWidth: '300'});
var html_11ddf4f68db7412daa1b4df67e8412e6 = $('<div id="html_11ddf4f68db7412daa1b4df67e8412e6" style="width: 100.0%; height: 100.0%;">BRADDELL MRT STATION / Exit: C</div>')[0];
popup_15ba2a6b4b67400e8b1a1ada6ccbd911.setContent(html_11ddf4f68db7412daa1b4df67e8412e6);
regular_polygon_marker_98186296590645e08e0bdd365bc8ba86.bindPopup(popup_15ba2a6b4b67400e8b1a1ada6ccbd911);
var regular_polygon_marker_de57986c01c14f02b130d139a1a01ce4 = new L.RegularPolygonMarker(
new L.LatLng(1.340743652294945,103.84640616380267),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1da39e51921c49c58b6110e3f819e272 = L.popup({maxWidth: '300'});
var html_6dce3ca8da574f10a3ac3d33e2c1f489 = $('<div id="html_6dce3ca8da574f10a3ac3d33e2c1f489" style="width: 100.0%; height: 100.0%;">BRADDELL MRT STATION / Exit: B</div>')[0];
popup_1da39e51921c49c58b6110e3f819e272.setContent(html_6dce3ca8da574f10a3ac3d33e2c1f489);
regular_polygon_marker_de57986c01c14f02b130d139a1a01ce4.bindPopup(popup_1da39e51921c49c58b6110e3f819e272);
var regular_polygon_marker_ba509288dbc541bc85967bce3e79c850 = new L.RegularPolygonMarker(
new L.LatLng(1.3410683255905824,103.84642920763469),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_35dd936a3a0a41a089a94570ba2449a0 = L.popup({maxWidth: '300'});
var html_e274fa7fd5c94b7eb620adfdcf55773d = $('<div id="html_e274fa7fd5c94b7eb620adfdcf55773d" style="width: 100.0%; height: 100.0%;">BRADDELL MRT STATION / Exit: A</div>')[0];
popup_35dd936a3a0a41a089a94570ba2449a0.setContent(html_e274fa7fd5c94b7eb620adfdcf55773d);
regular_polygon_marker_ba509288dbc541bc85967bce3e79c850.bindPopup(popup_35dd936a3a0a41a089a94570ba2449a0);
var regular_polygon_marker_f57cf9a434ad4d94be26141f2f006325 = new L.RegularPolygonMarker(
new L.LatLng(1.3323148698153522,103.84757723428186),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_66854f7e6f2c4ba290e4079831ad4a9a = L.popup({maxWidth: '300'});
var html_37000b3c19324f1eb8d32896ebdf9669 = $('<div id="html_37000b3c19324f1eb8d32896ebdf9669" style="width: 100.0%; height: 100.0%;">TOA PAYOH MRT STATION / Exit: B</div>')[0];
popup_66854f7e6f2c4ba290e4079831ad4a9a.setContent(html_37000b3c19324f1eb8d32896ebdf9669);
regular_polygon_marker_f57cf9a434ad4d94be26141f2f006325.bindPopup(popup_66854f7e6f2c4ba290e4079831ad4a9a);
var regular_polygon_marker_f2e93e201d9c488fb7c689d183c0de90 = new L.RegularPolygonMarker(
new L.LatLng(1.3329934353395896,103.84731944055027),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f13ea1f68a304494bbe95a01f6b50ffd = L.popup({maxWidth: '300'});
var html_34b4311cf0004c3583e9153bcf018486 = $('<div id="html_34b4311cf0004c3583e9153bcf018486" style="width: 100.0%; height: 100.0%;">TOA PAYOH MRT STATION / Exit: C</div>')[0];
popup_f13ea1f68a304494bbe95a01f6b50ffd.setContent(html_34b4311cf0004c3583e9153bcf018486);
regular_polygon_marker_f2e93e201d9c488fb7c689d183c0de90.bindPopup(popup_f13ea1f68a304494bbe95a01f6b50ffd);
var regular_polygon_marker_5a16bca2be8a4d2a90e0fefb2bbf5f12 = new L.RegularPolygonMarker(
new L.LatLng(1.3198952189567654,103.84333940033719),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1e614ebc7f814a49918f54e4ff1c3174 = L.popup({maxWidth: '300'});
var html_dfb22d06fe7d4f208f31a9a9f605901b = $('<div id="html_dfb22d06fe7d4f208f31a9a9f605901b" style="width: 100.0%; height: 100.0%;">NOVENA MRT STATION / Exit: B</div>')[0];
popup_1e614ebc7f814a49918f54e4ff1c3174.setContent(html_dfb22d06fe7d4f208f31a9a9f605901b);
regular_polygon_marker_5a16bca2be8a4d2a90e0fefb2bbf5f12.bindPopup(popup_1e614ebc7f814a49918f54e4ff1c3174);
var regular_polygon_marker_b651f4639651463bb872cb5fdf65c8ef = new L.RegularPolygonMarker(
new L.LatLng(1.3210942015931795,103.84438900057576),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c81417632c45460ca1f24d2cdfe8bf92 = L.popup({maxWidth: '300'});
var html_30ea06690fd9422686f55200e429e769 = $('<div id="html_30ea06690fd9422686f55200e429e769" style="width: 100.0%; height: 100.0%;">NOVENA MRT STATION / Exit: A</div>')[0];
popup_c81417632c45460ca1f24d2cdfe8bf92.setContent(html_30ea06690fd9422686f55200e429e769);
regular_polygon_marker_b651f4639651463bb872cb5fdf65c8ef.bindPopup(popup_c81417632c45460ca1f24d2cdfe8bf92);
var regular_polygon_marker_d9c2931ea5ab42c9a520511219609a83 = new L.RegularPolygonMarker(
new L.LatLng(1.3332780790747072,103.84651707237325),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7864aceb9a554fc3bd7259f9c4e92b0f = L.popup({maxWidth: '300'});
var html_1bc0ddead1a2416d9d2d26b361e1e34e = $('<div id="html_1bc0ddead1a2416d9d2d26b361e1e34e" style="width: 100.0%; height: 100.0%;">TOA PAYOH MRT STATION / Exit: D</div>')[0];
popup_7864aceb9a554fc3bd7259f9c4e92b0f.setContent(html_1bc0ddead1a2416d9d2d26b361e1e34e);
regular_polygon_marker_d9c2931ea5ab42c9a520511219609a83.bindPopup(popup_7864aceb9a554fc3bd7259f9c4e92b0f);
var regular_polygon_marker_c7a9775a2c5647889efafd311e2d559e = new L.RegularPolygonMarker(
new L.LatLng(1.3398665530841642,103.87105347105839),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_187690f57987406287d63e7bc61abfbc = L.popup({maxWidth: '300'});
var html_b55d4c3440be4d25aaaca308ddb27e23 = $('<div id="html_b55d4c3440be4d25aaaca308ddb27e23" style="width: 100.0%; height: 100.0%;">WOODLEIGH MRT STATION / Exit: C</div>')[0];
popup_187690f57987406287d63e7bc61abfbc.setContent(html_b55d4c3440be4d25aaaca308ddb27e23);
regular_polygon_marker_c7a9775a2c5647889efafd311e2d559e.bindPopup(popup_187690f57987406287d63e7bc61abfbc);
var regular_polygon_marker_66e7c806661148a48a2d57c789c8d684 = new L.RegularPolygonMarker(
new L.LatLng(1.3385099881567242,103.87094027139511),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_335004e6815446e6bf66b05f81d0d792 = L.popup({maxWidth: '300'});
var html_82f088835c524a8e9fe071571cdec481 = $('<div id="html_82f088835c524a8e9fe071571cdec481" style="width: 100.0%; height: 100.0%;">WOODLEIGH MRT STATION / Exit: A</div>')[0];
popup_335004e6815446e6bf66b05f81d0d792.setContent(html_82f088835c524a8e9fe071571cdec481);
regular_polygon_marker_66e7c806661148a48a2d57c789c8d684.bindPopup(popup_335004e6815446e6bf66b05f81d0d792);
var regular_polygon_marker_d2770e84f08b4885b1c7ba5e0a488cfb = new L.RegularPolygonMarker(
new L.LatLng(1.3385824830392359,103.87050813476736),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_17804b003328451eb962ca405d1433a6 = L.popup({maxWidth: '300'});
var html_1cbdbbf0b21f4a5aa9403b0435d43d3a = $('<div id="html_1cbdbbf0b21f4a5aa9403b0435d43d3a" style="width: 100.0%; height: 100.0%;">WOODLEIGH MRT STATION / Exit: B</div>')[0];
popup_17804b003328451eb962ca405d1433a6.setContent(html_1cbdbbf0b21f4a5aa9403b0435d43d3a);
regular_polygon_marker_d2770e84f08b4885b1c7ba5e0a488cfb.bindPopup(popup_17804b003328451eb962ca405d1433a6);
var regular_polygon_marker_8837a8bf2ebf42279053e7d78c8c6480 = new L.RegularPolygonMarker(
new L.LatLng(1.3192345297474222,103.86190334185234),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_61df14689fa544148aeea158cc0c98b0 = L.popup({maxWidth: '300'});
var html_fbcc2ca4a38048439da06665212a9690 = $('<div id="html_fbcc2ca4a38048439da06665212a9690" style="width: 100.0%; height: 100.0%;">BOON KENG MRT STATION / Exit: B</div>')[0];
popup_61df14689fa544148aeea158cc0c98b0.setContent(html_fbcc2ca4a38048439da06665212a9690);
regular_polygon_marker_8837a8bf2ebf42279053e7d78c8c6480.bindPopup(popup_61df14689fa544148aeea158cc0c98b0);
var regular_polygon_marker_a40b982daeb346c9b0b131838a52d260 = new L.RegularPolygonMarker(
new L.LatLng(1.3310660441844102,103.86870356023923),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1dfa312064914284aa8029910f19cb7d = L.popup({maxWidth: '300'});
var html_112d624294854294909f0e8c24c5f8a3 = $('<div id="html_112d624294854294909f0e8c24c5f8a3" style="width: 100.0%; height: 100.0%;">POTONG PASIR MRT STATION / Exit: C</div>')[0];
popup_1dfa312064914284aa8029910f19cb7d.setContent(html_112d624294854294909f0e8c24c5f8a3);
regular_polygon_marker_a40b982daeb346c9b0b131838a52d260.bindPopup(popup_1dfa312064914284aa8029910f19cb7d);
var regular_polygon_marker_dbbb163e14fb4a10af8a0006d4faa0ff = new L.RegularPolygonMarker(
new L.LatLng(1.3311474737404612,103.86933290565354),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_63b7628d41194145a561edeee20491c7 = L.popup({maxWidth: '300'});
var html_6792f2ccb73541458a06359f772b8cdf = $('<div id="html_6792f2ccb73541458a06359f772b8cdf" style="width: 100.0%; height: 100.0%;">POTONG PASIR MRT STATION / Exit: B</div>')[0];
popup_63b7628d41194145a561edeee20491c7.setContent(html_6792f2ccb73541458a06359f772b8cdf);
regular_polygon_marker_dbbb163e14fb4a10af8a0006d4faa0ff.bindPopup(popup_63b7628d41194145a561edeee20491c7);
var regular_polygon_marker_2f03bdbab6cb4ab2b92a11e84aa8cd03 = new L.RegularPolygonMarker(
new L.LatLng(1.3000278216789376,103.8383989933837),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_433e206e83ed4d1392a3b54e3fb9a4d6 = L.popup({maxWidth: '300'});
var html_93ad42baf74b4de9bae40ff40163732d = $('<div id="html_93ad42baf74b4de9bae40ff40163732d" style="width: 100.0%; height: 100.0%;">SOMERSET MRT STATION / Exit: A</div>')[0];
popup_433e206e83ed4d1392a3b54e3fb9a4d6.setContent(html_93ad42baf74b4de9bae40ff40163732d);
regular_polygon_marker_2f03bdbab6cb4ab2b92a11e84aa8cd03.bindPopup(popup_433e206e83ed4d1392a3b54e3fb9a4d6);
var regular_polygon_marker_e83283dad59540a4919c72a9d3956ee9 = new L.RegularPolygonMarker(
new L.LatLng(1.299714030748056,103.78756512280056),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e23267efeb3f4d03ab40321dfe47b3e0 = L.popup({maxWidth: '300'});
var html_e907dbfe1a094a1fbaa315fd591a1cdc = $('<div id="html_e907dbfe1a094a1fbaa315fd591a1cdc" style="width: 100.0%; height: 100.0%;">ONE-NORTH MRT STATION / Exit: C</div>')[0];
popup_e23267efeb3f4d03ab40321dfe47b3e0.setContent(html_e907dbfe1a094a1fbaa315fd591a1cdc);
regular_polygon_marker_e83283dad59540a4919c72a9d3956ee9.bindPopup(popup_e23267efeb3f4d03ab40321dfe47b3e0);
var regular_polygon_marker_b945a8d246754434bbacdff73855970d = new L.RegularPolygonMarker(
new L.LatLng(1.2960455463909417,103.85047394212202),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ddd7dbe1915c4b7e87ccca85d8186380 = L.popup({maxWidth: '300'});
var html_2faf615bab624268a00732cfe0377567 = $('<div id="html_2faf615bab624268a00732cfe0377567" style="width: 100.0%; height: 100.0%;">BRAS BASAH MRT STATION / Exit: B</div>')[0];
popup_ddd7dbe1915c4b7e87ccca85d8186380.setContent(html_2faf615bab624268a00732cfe0377567);
regular_polygon_marker_b945a8d246754434bbacdff73855970d.bindPopup(popup_ddd7dbe1915c4b7e87ccca85d8186380);
var regular_polygon_marker_20600ffc758b479499a62e1560149804 = new L.RegularPolygonMarker(
new L.LatLng(1.296858254680797,103.85132691980986),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7365cace28c44689a77b2b894d84d871 = L.popup({maxWidth: '300'});
var html_4775cded29044688984a6f8a6e02ea4e = $('<div id="html_4775cded29044688984a6f8a6e02ea4e" style="width: 100.0%; height: 100.0%;">BRAS BASAH MRT STATION / Exit: A</div>')[0];
popup_7365cace28c44689a77b2b894d84d871.setContent(html_4775cded29044688984a6f8a6e02ea4e);
regular_polygon_marker_20600ffc758b479499a62e1560149804.bindPopup(popup_7365cace28c44689a77b2b894d84d871);
var regular_polygon_marker_c2733befc38c49d3ada7a82345c72761 = new L.RegularPolygonMarker(
new L.LatLng(1.2970137665185293,103.85024951923948),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2efc62637dc94365af9a42cea6a0a16d = L.popup({maxWidth: '300'});
var html_89b2f2ab08da46d4bca7aea2d367bec1 = $('<div id="html_89b2f2ab08da46d4bca7aea2d367bec1" style="width: 100.0%; height: 100.0%;">BRAS BASAH MRT STATION / Exit: C</div>')[0];
popup_2efc62637dc94365af9a42cea6a0a16d.setContent(html_89b2f2ab08da46d4bca7aea2d367bec1);
regular_polygon_marker_c2733befc38c49d3ada7a82345c72761.bindPopup(popup_2efc62637dc94365af9a42cea6a0a16d);
var regular_polygon_marker_62a5b83ba93b46448b85ac37644c32e5 = new L.RegularPolygonMarker(
new L.LatLng(1.297550818277552,103.85015718794395),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ff03d849492e43d9988ca04bdbd079a7 = L.popup({maxWidth: '300'});
var html_23fbb39010804a7fb1b14670b9a5dd59 = $('<div id="html_23fbb39010804a7fb1b14670b9a5dd59" style="width: 100.0%; height: 100.0%;">BRAS BASAH MRT STATION / Exit: D</div>')[0];
popup_ff03d849492e43d9988ca04bdbd079a7.setContent(html_23fbb39010804a7fb1b14670b9a5dd59);
regular_polygon_marker_62a5b83ba93b46448b85ac37644c32e5.bindPopup(popup_ff03d849492e43d9988ca04bdbd079a7);
var regular_polygon_marker_2d5d50f261d84290946e0edb3036d2b3 = new L.RegularPolygonMarker(
new L.LatLng(1.2975347850762207,103.85042285893104),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fd170442633a4030bd9f9f428443f2f9 = L.popup({maxWidth: '300'});
var html_954b5922f2b24d00927c4e4ad9cf1974 = $('<div id="html_954b5922f2b24d00927c4e4ad9cf1974" style="width: 100.0%; height: 100.0%;">BRAS BASAH MRT STATION / Exit: E</div>')[0];
popup_fd170442633a4030bd9f9f428443f2f9.setContent(html_954b5922f2b24d00927c4e4ad9cf1974);
regular_polygon_marker_2d5d50f261d84290946e0edb3036d2b3.bindPopup(popup_fd170442633a4030bd9f9f428443f2f9);
var regular_polygon_marker_4fb4fe4d0cb94f5a86976659b48bc487 = new L.RegularPolygonMarker(
new L.LatLng(1.2933698816442054,103.85630522146225),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9a5eb11d79ca4f36814373ab6a6f4b60 = L.popup({maxWidth: '300'});
var html_510f363fb2f54ac295e01a74b5acaa67 = $('<div id="html_510f363fb2f54ac295e01a74b5acaa67" style="width: 100.0%; height: 100.0%;">ESPLANADE MRT STATION / Exit: A</div>')[0];
popup_9a5eb11d79ca4f36814373ab6a6f4b60.setContent(html_510f363fb2f54ac295e01a74b5acaa67);
regular_polygon_marker_4fb4fe4d0cb94f5a86976659b48bc487.bindPopup(popup_9a5eb11d79ca4f36814373ab6a6f4b60);
var regular_polygon_marker_0b0235fb0351405e8a139f2333ac149c = new L.RegularPolygonMarker(
new L.LatLng(1.3495193937685717,103.74976623168725),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_98d8947e63e04a8dbfd99673d184fca3 = L.popup({maxWidth: '300'});
var html_4ae309daf8fc435387f3b1bf6d252370 = $('<div id="html_4ae309daf8fc435387f3b1bf6d252370" style="width: 100.0%; height: 100.0%;">BUKIT BATOK MRT STATION / Exit: C</div>')[0];
popup_98d8947e63e04a8dbfd99673d184fca3.setContent(html_4ae309daf8fc435387f3b1bf6d252370);
regular_polygon_marker_0b0235fb0351405e8a139f2333ac149c.bindPopup(popup_98d8947e63e04a8dbfd99673d184fca3);
var regular_polygon_marker_10e6256935c7443a93fda42f4c2953df = new L.RegularPolygonMarker(
new L.LatLng(1.2854057934735539,103.84347587692048),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_663058338e0f4054a2c273454c5dfd76 = L.popup({maxWidth: '300'});
var html_1bd06ed3501a41aab12da53d079f8616 = $('<div id="html_1bd06ed3501a41aab12da53d079f8616" style="width: 100.0%; height: 100.0%;">CHINATOWN MRT STATION / Exit: D</div>')[0];
popup_663058338e0f4054a2c273454c5dfd76.setContent(html_1bd06ed3501a41aab12da53d079f8616);
regular_polygon_marker_10e6256935c7443a93fda42f4c2953df.bindPopup(popup_663058338e0f4054a2c273454c5dfd76);
var regular_polygon_marker_102f5b2fe7f9479bb608bf37eb5106bf = new L.RegularPolygonMarker(
new L.LatLng(1.3484047094065132,103.74911806111885),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_63cf255e77724a468465d046ef7870af = L.popup({maxWidth: '300'});
var html_e06cd18a12964ac7bc9219607d387ca4 = $('<div id="html_e06cd18a12964ac7bc9219607d387ca4" style="width: 100.0%; height: 100.0%;">BUKIT BATOK MRT STATION / Exit: D</div>')[0];
popup_63cf255e77724a468465d046ef7870af.setContent(html_e06cd18a12964ac7bc9219607d387ca4);
regular_polygon_marker_102f5b2fe7f9479bb608bf37eb5106bf.bindPopup(popup_63cf255e77724a468465d046ef7870af);
var regular_polygon_marker_e72f7408b8ad4cf5a8ee86158d8d8c56 = new L.RegularPolygonMarker(
new L.LatLng(1.3495604085452861,103.7499736571645),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b453b353f1d04e69bbc63ac4bc210ec8 = L.popup({maxWidth: '300'});
var html_b30bb69f639d4c3ca1e66efe02c03952 = $('<div id="html_b30bb69f639d4c3ca1e66efe02c03952" style="width: 100.0%; height: 100.0%;">BUKIT BATOK MRT STATION / Exit: A</div>')[0];
popup_b453b353f1d04e69bbc63ac4bc210ec8.setContent(html_b30bb69f639d4c3ca1e66efe02c03952);
regular_polygon_marker_e72f7408b8ad4cf5a8ee86158d8d8c56.bindPopup(popup_b453b353f1d04e69bbc63ac4bc210ec8);
var regular_polygon_marker_2d36442a42c149f08b34d9687207837c = new L.RegularPolygonMarker(
new L.LatLng(1.3590643129245454,103.75172628183783),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b34fd28ce39e45dda46318d0a4d8f6c0 = L.popup({maxWidth: '300'});
var html_21a4aa596e774866a4970bac74f8bfc6 = $('<div id="html_21a4aa596e774866a4970bac74f8bfc6" style="width: 100.0%; height: 100.0%;">BUKIT GOMBAK MRT STATION / Exit: C</div>')[0];
popup_b34fd28ce39e45dda46318d0a4d8f6c0.setContent(html_21a4aa596e774866a4970bac74f8bfc6);
regular_polygon_marker_2d36442a42c149f08b34d9687207837c.bindPopup(popup_b34fd28ce39e45dda46318d0a4d8f6c0);
var regular_polygon_marker_12f3c30d2cc348898d18a11fe71cbc3f = new L.RegularPolygonMarker(
new L.LatLng(1.359069179586938,103.75207605609162),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_33ae558a92a745d2bb07a9c828addc21 = L.popup({maxWidth: '300'});
var html_79c66451061a444fb830edf493d5fbc6 = $('<div id="html_79c66451061a444fb830edf493d5fbc6" style="width: 100.0%; height: 100.0%;">BUKIT GOMBAK MRT STATION / Exit: A</div>')[0];
popup_33ae558a92a745d2bb07a9c828addc21.setContent(html_79c66451061a444fb830edf493d5fbc6);
regular_polygon_marker_12f3c30d2cc348898d18a11fe71cbc3f.bindPopup(popup_33ae558a92a745d2bb07a9c828addc21);
var regular_polygon_marker_00bdb66cb8364f78a0118cdf22c49002 = new L.RegularPolygonMarker(
new L.LatLng(1.359297186276375,103.75195065768801),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_19efb65c76ca489d94576996f89c3b94 = L.popup({maxWidth: '300'});
var html_672d1d4ac6eb4548a7e7ea4684722e42 = $('<div id="html_672d1d4ac6eb4548a7e7ea4684722e42" style="width: 100.0%; height: 100.0%;">BUKIT GOMBAK MRT STATION / Exit: D</div>')[0];
popup_19efb65c76ca489d94576996f89c3b94.setContent(html_672d1d4ac6eb4548a7e7ea4684722e42);
regular_polygon_marker_00bdb66cb8364f78a0118cdf22c49002.bindPopup(popup_19efb65c76ca489d94576996f89c3b94);
var regular_polygon_marker_42152673a8864c5ea496e64ba98ec8a5 = new L.RegularPolygonMarker(
new L.LatLng(1.3384200291589146,103.70614521483014),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9e8995b318ef470987bcde0accf768f7 = L.popup({maxWidth: '300'});
var html_31a5d47de820461cb86812e6b853f35f = $('<div id="html_31a5d47de820461cb86812e6b853f35f" style="width: 100.0%; height: 100.0%;">BOON LAY MRT STATION / Exit: B</div>')[0];
popup_9e8995b318ef470987bcde0accf768f7.setContent(html_31a5d47de820461cb86812e6b853f35f);
regular_polygon_marker_42152673a8864c5ea496e64ba98ec8a5.bindPopup(popup_9e8995b318ef470987bcde0accf768f7);
var regular_polygon_marker_8310d19a4e7d4881be72db3d2c52f814 = new L.RegularPolygonMarker(
new L.LatLng(1.3387374418045366,103.70595481957446),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0a949bfa0c4244528e0176a818f74f8d = L.popup({maxWidth: '300'});
var html_1689db4821ee4f499b11c68d82d4eeea = $('<div id="html_1689db4821ee4f499b11c68d82d4eeea" style="width: 100.0%; height: 100.0%;">BOON LAY MRT STATION / Exit: C</div>')[0];
popup_0a949bfa0c4244528e0176a818f74f8d.setContent(html_1689db4821ee4f499b11c68d82d4eeea);
regular_polygon_marker_8310d19a4e7d4881be72db3d2c52f814.bindPopup(popup_0a949bfa0c4244528e0176a818f74f8d);
var regular_polygon_marker_1ae68975c815454994816395b9b5d291 = new L.RegularPolygonMarker(
new L.LatLng(1.3382793213494248,103.70540866197723),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0c64f259f0854864a276a36c505b68ef = L.popup({maxWidth: '300'});
var html_d71a2b2f09014e0fa09994311ed46bbf = $('<div id="html_d71a2b2f09014e0fa09994311ed46bbf" style="width: 100.0%; height: 100.0%;">BOON LAY MRT STATION / Exit: A</div>')[0];
popup_0c64f259f0854864a276a36c505b68ef.setContent(html_d71a2b2f09014e0fa09994311ed46bbf);
regular_polygon_marker_1ae68975c815454994816395b9b5d291.bindPopup(popup_0c64f259f0854864a276a36c505b68ef);
var regular_polygon_marker_f168f9dc2cbf48f88379bbea0e184106 = new L.RegularPolygonMarker(
new L.LatLng(1.3443035035908364,103.72171249360807),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_026b0f1add3146408f28325d3e6f1633 = L.popup({maxWidth: '300'});
var html_afe9eb269cef4e6098f3b98cecea36d9 = $('<div id="html_afe9eb269cef4e6098f3b98cecea36d9" style="width: 100.0%; height: 100.0%;">LAKESIDE MRT STATION / Exit: C</div>')[0];
popup_026b0f1add3146408f28325d3e6f1633.setContent(html_afe9eb269cef4e6098f3b98cecea36d9);
regular_polygon_marker_f168f9dc2cbf48f88379bbea0e184106.bindPopup(popup_026b0f1add3146408f28325d3e6f1633);
var regular_polygon_marker_03953141505b48099840aaefbc4d2229 = new L.RegularPolygonMarker(
new L.LatLng(1.3440807905254253,103.72107507972633),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_22dc3eee29ab41a7836f19e522f62b22 = L.popup({maxWidth: '300'});
var html_8b7415236064472da76b0e9311eebab8 = $('<div id="html_8b7415236064472da76b0e9311eebab8" style="width: 100.0%; height: 100.0%;">LAKESIDE MRT STATION / Exit: B</div>')[0];
popup_22dc3eee29ab41a7836f19e522f62b22.setContent(html_8b7415236064472da76b0e9311eebab8);
regular_polygon_marker_03953141505b48099840aaefbc4d2229.bindPopup(popup_22dc3eee29ab41a7836f19e522f62b22);
var regular_polygon_marker_302ff71f88024e93bc96812aa60b93d0 = new L.RegularPolygonMarker(
new L.LatLng(1.4251252824067209,103.76175435244826),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2aab97ac93c7498cb31ac5abc82a8f04 = L.popup({maxWidth: '300'});
var html_69b1b33754d84a4dbf3eccb95060118e = $('<div id="html_69b1b33754d84a4dbf3eccb95060118e" style="width: 100.0%; height: 100.0%;">KRANJI MRT STATION / Exit: C</div>')[0];
popup_2aab97ac93c7498cb31ac5abc82a8f04.setContent(html_69b1b33754d84a4dbf3eccb95060118e);
regular_polygon_marker_302ff71f88024e93bc96812aa60b93d0.bindPopup(popup_2aab97ac93c7498cb31ac5abc82a8f04);
var regular_polygon_marker_ad69ea5550c4440a9ff148a09a5387ff = new L.RegularPolygonMarker(
new L.LatLng(1.424851978175217,103.76194027275554),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_cb711c5e4a9b4098bc98075f09b24bd1 = L.popup({maxWidth: '300'});
var html_732dcf7b0a8a4992b27a641a228f651e = $('<div id="html_732dcf7b0a8a4992b27a641a228f651e" style="width: 100.0%; height: 100.0%;">KRANJI MRT STATION / Exit: B</div>')[0];
popup_cb711c5e4a9b4098bc98075f09b24bd1.setContent(html_732dcf7b0a8a4992b27a641a228f651e);
regular_polygon_marker_ad69ea5550c4440a9ff148a09a5387ff.bindPopup(popup_cb711c5e4a9b4098bc98075f09b24bd1);
var regular_polygon_marker_21edebab258145ee8d6c6b559e97c276 = new L.RegularPolygonMarker(
new L.LatLng(1.4247385041262752,103.76201818260296),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1360327505564f349bd8abe5f14ab90d = L.popup({maxWidth: '300'});
var html_7dee52cc06da498292f742c936fc63cf = $('<div id="html_7dee52cc06da498292f742c936fc63cf" style="width: 100.0%; height: 100.0%;">KRANJI MRT STATION / Exit: A</div>')[0];
popup_1360327505564f349bd8abe5f14ab90d.setContent(html_7dee52cc06da498292f742c936fc63cf);
regular_polygon_marker_21edebab258145ee8d6c6b559e97c276.bindPopup(popup_1360327505564f349bd8abe5f14ab90d);
var regular_polygon_marker_0af077f7cd7e4eab9ca75546e80a3f4d = new L.RegularPolygonMarker(
new L.LatLng(1.4324688559768124,103.77382011797732),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_15c3c09c380d4ed1b61160ecda4428aa = L.popup({maxWidth: '300'});
var html_b909a666d6b845e98db1792e3c2a377e = $('<div id="html_b909a666d6b845e98db1792e3c2a377e" style="width: 100.0%; height: 100.0%;">MARSILING MRT STATION / Exit: C</div>')[0];
popup_15c3c09c380d4ed1b61160ecda4428aa.setContent(html_b909a666d6b845e98db1792e3c2a377e);
regular_polygon_marker_0af077f7cd7e4eab9ca75546e80a3f4d.bindPopup(popup_15c3c09c380d4ed1b61160ecda4428aa);
var regular_polygon_marker_a2342c70e9d0443685d58f15c9b64c6e = new L.RegularPolygonMarker(
new L.LatLng(1.432801027844445,103.77421015984642),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7b91741b18ab4c599998a4384634b4b0 = L.popup({maxWidth: '300'});
var html_adb89aa0d814452a9caf3ba3866e8ed5 = $('<div id="html_adb89aa0d814452a9caf3ba3866e8ed5" style="width: 100.0%; height: 100.0%;">MARSILING MRT STATION / Exit: A</div>')[0];
popup_7b91741b18ab4c599998a4384634b4b0.setContent(html_adb89aa0d814452a9caf3ba3866e8ed5);
regular_polygon_marker_a2342c70e9d0443685d58f15c9b64c6e.bindPopup(popup_7b91741b18ab4c599998a4384634b4b0);
var regular_polygon_marker_fb1f79d1ff2c436fa54cdff02d673b6e = new L.RegularPolygonMarker(
new L.LatLng(1.3182153256085203,103.89278799052968),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_981e53cf7b9d45089bac11bcf7193325 = L.popup({maxWidth: '300'});
var html_b2db7c4d543243f88dee69a4ee0638bd = $('<div id="html_b2db7c4d543243f88dee69a4ee0638bd" style="width: 100.0%; height: 100.0%;">PAYA LEBAR MRT STATION / Exit: A</div>')[0];
popup_981e53cf7b9d45089bac11bcf7193325.setContent(html_b2db7c4d543243f88dee69a4ee0638bd);
regular_polygon_marker_fb1f79d1ff2c436fa54cdff02d673b6e.bindPopup(popup_981e53cf7b9d45089bac11bcf7193325);
var regular_polygon_marker_276351dc14234ec9a24e71bf82516d94 = new L.RegularPolygonMarker(
new L.LatLng(1.3183468000671932,103.89221683506898),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_777c09de2de64ac0b8d588559094536f = L.popup({maxWidth: '300'});
var html_14d246e689b9475a9dff22372333d314 = $('<div id="html_14d246e689b9475a9dff22372333d314" style="width: 100.0%; height: 100.0%;">PAYA LEBAR MRT STATION / Exit: B</div>')[0];
popup_777c09de2de64ac0b8d588559094536f.setContent(html_14d246e689b9475a9dff22372333d314);
regular_polygon_marker_276351dc14234ec9a24e71bf82516d94.bindPopup(popup_777c09de2de64ac0b8d588559094536f);
var regular_polygon_marker_a16328360a4c434192c23187574f9d5e = new L.RegularPolygonMarker(
new L.LatLng(1.3819529542408522,103.84464542728337),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1df4827050a3480c9d95b912aeb921c1 = L.popup({maxWidth: '300'});
var html_79b59bfe10b14f64b26441a99fc65909 = $('<div id="html_79b59bfe10b14f64b26441a99fc65909" style="width: 100.0%; height: 100.0%;">YIO CHU KANG MRT STATION / Exit: C</div>')[0];
popup_1df4827050a3480c9d95b912aeb921c1.setContent(html_79b59bfe10b14f64b26441a99fc65909);
regular_polygon_marker_a16328360a4c434192c23187574f9d5e.bindPopup(popup_1df4827050a3480c9d95b912aeb921c1);
var regular_polygon_marker_187ab6ceb161497d91ccd1f2e602dc30 = new L.RegularPolygonMarker(
new L.LatLng(1.3816437406758892,103.84483386220893),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f60f44dd2597483899b036fa7d380f7d = L.popup({maxWidth: '300'});
var html_49c43b52e9594fd58912db97e22b3d40 = $('<div id="html_49c43b52e9594fd58912db97e22b3d40" style="width: 100.0%; height: 100.0%;">YIO CHU KANG MRT STATION / Exit: A</div>')[0];
popup_f60f44dd2597483899b036fa7d380f7d.setContent(html_49c43b52e9594fd58912db97e22b3d40);
regular_polygon_marker_187ab6ceb161497d91ccd1f2e602dc30.bindPopup(popup_f60f44dd2597483899b036fa7d380f7d);
var regular_polygon_marker_4e3f1eac22e84437950af51ab3ebf049 = new L.RegularPolygonMarker(
new L.LatLng(1.3815468535419733,103.84494651392257),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7f7f1ed2728e4069993d225ba02b1770 = L.popup({maxWidth: '300'});
var html_494cc66b76694289b739c01c861c4e63 = $('<div id="html_494cc66b76694289b739c01c861c4e63" style="width: 100.0%; height: 100.0%;">YIO CHU KANG MRT STATION / Exit: B</div>')[0];
popup_7f7f1ed2728e4069993d225ba02b1770.setContent(html_494cc66b76694289b739c01c861c4e63);
regular_polygon_marker_4e3f1eac22e84437950af51ab3ebf049.bindPopup(popup_7f7f1ed2728e4069993d225ba02b1770);
var regular_polygon_marker_fd45d1df2c6c45549dd97d45368e1181 = new L.RegularPolygonMarker(
new L.LatLng(1.4367521240722971,103.78639336114196),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0a83fade1bfe4cb78b55e01ce06b7e92 = L.popup({maxWidth: '300'});
var html_a0b776a1afdd48a1aae2920a2e965c1b = $('<div id="html_a0b776a1afdd48a1aae2920a2e965c1b" style="width: 100.0%; height: 100.0%;">WOODLANDS MRT STATION / Exit: A</div>')[0];
popup_0a83fade1bfe4cb78b55e01ce06b7e92.setContent(html_a0b776a1afdd48a1aae2920a2e965c1b);
regular_polygon_marker_fd45d1df2c6c45549dd97d45368e1181.bindPopup(popup_0a83fade1bfe4cb78b55e01ce06b7e92);
var regular_polygon_marker_bf4e0e4d8ef24623bd3b3d299d6a03f8 = new L.RegularPolygonMarker(
new L.LatLng(1.437093741804747,103.7872245645546),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9fb26a2c7c57407b9462e14f9755da64 = L.popup({maxWidth: '300'});
var html_8fca03feebd3439aaacabb869682a581 = $('<div id="html_8fca03feebd3439aaacabb869682a581" style="width: 100.0%; height: 100.0%;">WOODLANDS MRT STATION / Exit: C</div>')[0];
popup_9fb26a2c7c57407b9462e14f9755da64.setContent(html_8fca03feebd3439aaacabb869682a581);
regular_polygon_marker_bf4e0e4d8ef24623bd3b3d299d6a03f8.bindPopup(popup_9fb26a2c7c57407b9462e14f9755da64);
var regular_polygon_marker_9a4f8cfe0ace4a20adf6ee31ed7ed794 = new L.RegularPolygonMarker(
new L.LatLng(1.436595764550015,103.78584391305472),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4569a26b99d94b36b61bec1faecc23df = L.popup({maxWidth: '300'});
var html_36b7c0f73d7e44dd900f8fcc5fe6bfd2 = $('<div id="html_36b7c0f73d7e44dd900f8fcc5fe6bfd2" style="width: 100.0%; height: 100.0%;">WOODLANDS MRT STATION / Exit: B</div>')[0];
popup_4569a26b99d94b36b61bec1faecc23df.setContent(html_36b7c0f73d7e44dd900f8fcc5fe6bfd2);
regular_polygon_marker_9a4f8cfe0ace4a20adf6ee31ed7ed794.bindPopup(popup_4569a26b99d94b36b61bec1faecc23df);
var regular_polygon_marker_5f3b2142c4a04881b2d8c0ef786c47bd = new L.RegularPolygonMarker(
new L.LatLng(1.4405956192209872,103.80054212522134),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c5b0df10288e49c6b9433d9beda0c3f3 = L.popup({maxWidth: '300'});
var html_f3f50e690dfe4e73aabe1d947511a5a2 = $('<div id="html_f3f50e690dfe4e73aabe1d947511a5a2" style="width: 100.0%; height: 100.0%;">ADMIRALTY MRT STATION / Exit: C</div>')[0];
popup_c5b0df10288e49c6b9433d9beda0c3f3.setContent(html_f3f50e690dfe4e73aabe1d947511a5a2);
regular_polygon_marker_5f3b2142c4a04881b2d8c0ef786c47bd.bindPopup(popup_c5b0df10288e49c6b9433d9beda0c3f3);
var regular_polygon_marker_5fd133f0eb4b4da188befe4a80182daa = new L.RegularPolygonMarker(
new L.LatLng(1.4403449944184032,103.80098918826262),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_72c6018d0d0b48c1bfc0c70c097aa24e = L.popup({maxWidth: '300'});
var html_3344a4c96c17450cbc330c50c276faab = $('<div id="html_3344a4c96c17450cbc330c50c276faab" style="width: 100.0%; height: 100.0%;">ADMIRALTY MRT STATION / Exit: A</div>')[0];
popup_72c6018d0d0b48c1bfc0c70c097aa24e.setContent(html_3344a4c96c17450cbc330c50c276faab);
regular_polygon_marker_5fd133f0eb4b4da188befe4a80182daa.bindPopup(popup_72c6018d0d0b48c1bfc0c70c097aa24e);
var regular_polygon_marker_9b5266c16ff0446cabf838801f04127b = new L.RegularPolygonMarker(
new L.LatLng(1.4488366528541763,103.82010940258277),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4fbc2a5a40ea4a478de04a4f3d99d3c4 = L.popup({maxWidth: '300'});
var html_1cb8a913f077467493a8c350fd82b224 = $('<div id="html_1cb8a913f077467493a8c350fd82b224" style="width: 100.0%; height: 100.0%;">SEMBAWANG MRT STATION / Exit: A</div>')[0];
popup_4fbc2a5a40ea4a478de04a4f3d99d3c4.setContent(html_1cb8a913f077467493a8c350fd82b224);
regular_polygon_marker_9b5266c16ff0446cabf838801f04127b.bindPopup(popup_4fbc2a5a40ea4a478de04a4f3d99d3c4);
var regular_polygon_marker_dd557cbb5ddb425e855c11ece7c8d5d6 = new L.RegularPolygonMarker(
new L.LatLng(1.4487675934756348,103.81978987126662),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b4c1f706d7374101be616856461ddc37 = L.popup({maxWidth: '300'});
var html_ff5f4b0ee3b94d66b8d05baa35e203c0 = $('<div id="html_ff5f4b0ee3b94d66b8d05baa35e203c0" style="width: 100.0%; height: 100.0%;">SEMBAWANG MRT STATION / Exit: B</div>')[0];
popup_b4c1f706d7374101be616856461ddc37.setContent(html_ff5f4b0ee3b94d66b8d05baa35e203c0);
regular_polygon_marker_dd557cbb5ddb425e855c11ece7c8d5d6.bindPopup(popup_b4c1f706d7374101be616856461ddc37);
var regular_polygon_marker_69203270c51f44d6ab2d231ff69d1df6 = new L.RegularPolygonMarker(
new L.LatLng(1.4293965007443612,103.83478326982433),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4cb60266f45744f18904e7ad764048b7 = L.popup({maxWidth: '300'});
var html_d575b177d4774096a374ab0cd03e414d = $('<div id="html_d575b177d4774096a374ab0cd03e414d" style="width: 100.0%; height: 100.0%;">YISHUN MRT STATION / Exit: A</div>')[0];
popup_4cb60266f45744f18904e7ad764048b7.setContent(html_d575b177d4774096a374ab0cd03e414d);
regular_polygon_marker_69203270c51f44d6ab2d231ff69d1df6.bindPopup(popup_4cb60266f45744f18904e7ad764048b7);
var regular_polygon_marker_26fe7a1fda454b24be29b10f3b93fc8b = new L.RegularPolygonMarker(
new L.LatLng(1.4291058409384925,103.83486315188932),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7709c71146f0491988fd14f285da4646 = L.popup({maxWidth: '300'});
var html_8e3e344c08d249928ee699f6357cf812 = $('<div id="html_8e3e344c08d249928ee699f6357cf812" style="width: 100.0%; height: 100.0%;">YISHUN MRT STATION / Exit: D</div>')[0];
popup_7709c71146f0491988fd14f285da4646.setContent(html_8e3e344c08d249928ee699f6357cf812);
regular_polygon_marker_26fe7a1fda454b24be29b10f3b93fc8b.bindPopup(popup_7709c71146f0491988fd14f285da4646);
var regular_polygon_marker_4d60733974224ce68abcdd297ff9cafa = new L.RegularPolygonMarker(
new L.LatLng(1.417544040474394,103.83288658066604),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b1fea31edd084461a3b47c44d29def1c = L.popup({maxWidth: '300'});
var html_d962e8ee762b43c8b104603db7d229f6 = $('<div id="html_d962e8ee762b43c8b104603db7d229f6" style="width: 100.0%; height: 100.0%;">KHATIB MRT STATION / Exit: C</div>')[0];
popup_b1fea31edd084461a3b47c44d29def1c.setContent(html_d962e8ee762b43c8b104603db7d229f6);
regular_polygon_marker_4d60733974224ce68abcdd297ff9cafa.bindPopup(popup_b1fea31edd084461a3b47c44d29def1c);
var regular_polygon_marker_bf83bd227cfb41889d58e59cc17f7d13 = new L.RegularPolygonMarker(
new L.LatLng(1.4170575460276218,103.83292208377625),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a0e74f546c374dc8b86c20862c01b2f2 = L.popup({maxWidth: '300'});
var html_a7eb94484031494197f1f8ee857ef819 = $('<div id="html_a7eb94484031494197f1f8ee857ef819" style="width: 100.0%; height: 100.0%;">KHATIB MRT STATION / Exit: A</div>')[0];
popup_a0e74f546c374dc8b86c20862c01b2f2.setContent(html_a7eb94484031494197f1f8ee857ef819);
regular_polygon_marker_bf83bd227cfb41889d58e59cc17f7d13.bindPopup(popup_a0e74f546c374dc8b86c20862c01b2f2);
var regular_polygon_marker_7625d86ad95b4aa5b780fbae71a7c00d = new L.RegularPolygonMarker(
new L.LatLng(1.417142751218685,103.83270633455851),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_06cb2adc6a0543f7b6a44242207d4e8e = L.popup({maxWidth: '300'});
var html_dd09bacd68cd4c8ea446a0a095aaa062 = $('<div id="html_dd09bacd68cd4c8ea446a0a095aaa062" style="width: 100.0%; height: 100.0%;">KHATIB MRT STATION / Exit: B</div>')[0];
popup_06cb2adc6a0543f7b6a44242207d4e8e.setContent(html_dd09bacd68cd4c8ea446a0a095aaa062);
regular_polygon_marker_7625d86ad95b4aa5b780fbae71a7c00d.bindPopup(popup_06cb2adc6a0543f7b6a44242207d4e8e);
var regular_polygon_marker_de056403f5094c76a3b80e8eb0f85a74 = new L.RegularPolygonMarker(
new L.LatLng(1.448926664774207,103.82040122722674),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_845e4d70c39e479ca31ebf421d0a01ce = L.popup({maxWidth: '300'});
var html_717329fc0a154db699b0763c50c12548 = $('<div id="html_717329fc0a154db699b0763c50c12548" style="width: 100.0%; height: 100.0%;">SEMBAWANG MRT STATION / Exit: D</div>')[0];
popup_845e4d70c39e479ca31ebf421d0a01ce.setContent(html_717329fc0a154db699b0763c50c12548);
regular_polygon_marker_de056403f5094c76a3b80e8eb0f85a74.bindPopup(popup_845e4d70c39e479ca31ebf421d0a01ce);
var regular_polygon_marker_408990740e9547939625de0357e5bfbe = new L.RegularPolygonMarker(
new L.LatLng(1.372885569772285,103.94913660713851),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5683f98759664bd6a59cd868b1f3c218 = L.popup({maxWidth: '300'});
var html_0f1f52a15ae247b4a874e157197ab8a6 = $('<div id="html_0f1f52a15ae247b4a874e157197ab8a6" style="width: 100.0%; height: 100.0%;">PASIR RIS MRT STATION / Exit: B</div>')[0];
popup_5683f98759664bd6a59cd868b1f3c218.setContent(html_0f1f52a15ae247b4a874e157197ab8a6);
regular_polygon_marker_408990740e9547939625de0357e5bfbe.bindPopup(popup_5683f98759664bd6a59cd868b1f3c218);
var regular_polygon_marker_f31bd168207844df9c2c652fb82cd88b = new L.RegularPolygonMarker(
new L.LatLng(1.3728413027836597,103.94933309315526),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_66fdbcf5e9874167be5a432a76b4583d = L.popup({maxWidth: '300'});
var html_0381f63b915941c3b871532f324d67bc = $('<div id="html_0381f63b915941c3b871532f324d67bc" style="width: 100.0%; height: 100.0%;">PASIR RIS MRT STATION / Exit: A</div>')[0];
popup_66fdbcf5e9874167be5a432a76b4583d.setContent(html_0381f63b915941c3b871532f324d67bc);
regular_polygon_marker_f31bd168207844df9c2c652fb82cd88b.bindPopup(popup_66fdbcf5e9874167be5a432a76b4583d);
var regular_polygon_marker_3ec77720163f4600a933fbb1cca36138 = new L.RegularPolygonMarker(
new L.LatLng(1.353763346052473,103.94476597855011),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6ac407db66b045ecb5e21257792b779c = L.popup({maxWidth: '300'});
var html_28da720acbba4eb5b09e65254220db79 = $('<div id="html_28da720acbba4eb5b09e65254220db79" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: A</div>')[0];
popup_6ac407db66b045ecb5e21257792b779c.setContent(html_28da720acbba4eb5b09e65254220db79);
regular_polygon_marker_3ec77720163f4600a933fbb1cca36138.bindPopup(popup_6ac407db66b045ecb5e21257792b779c);
var regular_polygon_marker_f73a262e880d47f29facc5f75844c1bc = new L.RegularPolygonMarker(
new L.LatLng(1.3533976463158703,103.94490362402514),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_63dc34fcab864386b71271604441143f = L.popup({maxWidth: '300'});
var html_11eb997897784d4cb45a6795d27d02c1 = $('<div id="html_11eb997897784d4cb45a6795d27d02c1" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: C</div>')[0];
popup_63dc34fcab864386b71271604441143f.setContent(html_11eb997897784d4cb45a6795d27d02c1);
regular_polygon_marker_f73a262e880d47f29facc5f75844c1bc.bindPopup(popup_63dc34fcab864386b71271604441143f);
var regular_polygon_marker_7b46b5bf8fe04b749ba6c760412e975b = new L.RegularPolygonMarker(
new L.LatLng(1.3857355191317482,103.74451746533364),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d89ec3f9eb0b43f5a58490ea599a2d45 = L.popup({maxWidth: '300'});
var html_fa1bbd4d64f249608b35725dd655da8d = $('<div id="html_fa1bbd4d64f249608b35725dd655da8d" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG MRT STATION / Exit: C</div>')[0];
popup_d89ec3f9eb0b43f5a58490ea599a2d45.setContent(html_fa1bbd4d64f249608b35725dd655da8d);
regular_polygon_marker_7b46b5bf8fe04b749ba6c760412e975b.bindPopup(popup_d89ec3f9eb0b43f5a58490ea599a2d45);
var regular_polygon_marker_b6f7d77d7e5c456691166e5aed6101c4 = new L.RegularPolygonMarker(
new L.LatLng(1.385430614417711,103.74455680254219),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2d026e04e99e469488ed2acf456188ef = L.popup({maxWidth: '300'});
var html_da105f18a7334cb9a1aeb6e4a4caf77d = $('<div id="html_da105f18a7334cb9a1aeb6e4a4caf77d" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG MRT STATION / Exit: A</div>')[0];
popup_2d026e04e99e469488ed2acf456188ef.setContent(html_da105f18a7334cb9a1aeb6e4a4caf77d);
regular_polygon_marker_b6f7d77d7e5c456691166e5aed6101c4.bindPopup(popup_2d026e04e99e469488ed2acf456188ef);
var regular_polygon_marker_000875853a98456480dbdd0aa015ea59 = new L.RegularPolygonMarker(
new L.LatLng(1.3041604711735402,103.83277046344054),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e4344cc1af3144b6bcdd90e88304bb36 = L.popup({maxWidth: '300'});
var html_0235a3b9dd9d4d9884f4acf4cb87b92c = $('<div id="html_0235a3b9dd9d4d9884f4acf4cb87b92c" style="width: 100.0%; height: 100.0%;">ORCHARD MRT STATION / Exit: D</div>')[0];
popup_e4344cc1af3144b6bcdd90e88304bb36.setContent(html_0235a3b9dd9d4d9884f4acf4cb87b92c);
regular_polygon_marker_000875853a98456480dbdd0aa015ea59.bindPopup(popup_e4344cc1af3144b6bcdd90e88304bb36);
var regular_polygon_marker_0244e17f02b941f0beb0ef35d8977302 = new L.RegularPolygonMarker(
new L.LatLng(1.3031668679129784,103.83217126797888),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_50268b483d5940e1bd53e52d1de5517c = L.popup({maxWidth: '300'});
var html_e6279e69a3254ba5b0e72e8827c3690a = $('<div id="html_e6279e69a3254ba5b0e72e8827c3690a" style="width: 100.0%; height: 100.0%;">ORCHARD MRT STATION / Exit: B</div>')[0];
popup_50268b483d5940e1bd53e52d1de5517c.setContent(html_e6279e69a3254ba5b0e72e8827c3690a);
regular_polygon_marker_0244e17f02b941f0beb0ef35d8977302.bindPopup(popup_50268b483d5940e1bd53e52d1de5517c);
var regular_polygon_marker_e08cbe3aec6c44f1967abc71a6c5a81a = new L.RegularPolygonMarker(
new L.LatLng(1.3007658523645727,103.83845865164959),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b12b102d435e4d6ebe75ab4d1163f80f = L.popup({maxWidth: '300'});
var html_98cfdc2dc50e4987819831ccec2fabd6 = $('<div id="html_98cfdc2dc50e4987819831ccec2fabd6" style="width: 100.0%; height: 100.0%;">SOMERSET MRT STATION / Exit: B</div>')[0];
popup_b12b102d435e4d6ebe75ab4d1163f80f.setContent(html_98cfdc2dc50e4987819831ccec2fabd6);
regular_polygon_marker_e08cbe3aec6c44f1967abc71a6c5a81a.bindPopup(popup_b12b102d435e4d6ebe75ab4d1163f80f);
var regular_polygon_marker_a0afcddfeff740e4884844aea605d3ea = new L.RegularPolygonMarker(
new L.LatLng(1.2984444254308662,103.84678763886238),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ad5707d98f2c4c0e815cfbaf89f67fe5 = L.popup({maxWidth: '300'});
var html_f5f6cb4cfe3c4ec2b90e203b89ccf236 = $('<div id="html_f5f6cb4cfe3c4ec2b90e203b89ccf236" style="width: 100.0%; height: 100.0%;">DHOBY GHAUT MRT STATION / Exit: A</div>')[0];
popup_ad5707d98f2c4c0e815cfbaf89f67fe5.setContent(html_f5f6cb4cfe3c4ec2b90e203b89ccf236);
regular_polygon_marker_a0afcddfeff740e4884844aea605d3ea.bindPopup(popup_ad5707d98f2c4c0e815cfbaf89f67fe5);
var regular_polygon_marker_0d595b69833c4d7ea7e0237b476f61ae = new L.RegularPolygonMarker(
new L.LatLng(1.299055224111436,103.84522922551089),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_66599d0390c446a5adf141df5673fe92 = L.popup({maxWidth: '300'});
var html_1c1500e997fa4fdea06deeee08a9e299 = $('<div id="html_1c1500e997fa4fdea06deeee08a9e299" style="width: 100.0%; height: 100.0%;">DHOBY GHAUT MRT STATION / Exit: B</div>')[0];
popup_66599d0390c446a5adf141df5673fe92.setContent(html_1c1500e997fa4fdea06deeee08a9e299);
regular_polygon_marker_0d595b69833c4d7ea7e0237b476f61ae.bindPopup(popup_66599d0390c446a5adf141df5673fe92);
var regular_polygon_marker_6806c42f02de49c9a9fa0e38ca34b50d = new L.RegularPolygonMarker(
new L.LatLng(1.2997478040062165,103.84537196052331),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_087dfe6b08244d52b5fd83d8eb573555 = L.popup({maxWidth: '300'});
var html_d150a5c688244e81aefff9ab141e24a1 = $('<div id="html_d150a5c688244e81aefff9ab141e24a1" style="width: 100.0%; height: 100.0%;">DHOBY GHAUT MRT STATION / Exit: E</div>')[0];
popup_087dfe6b08244d52b5fd83d8eb573555.setContent(html_d150a5c688244e81aefff9ab141e24a1);
regular_polygon_marker_6806c42f02de49c9a9fa0e38ca34b50d.bindPopup(popup_087dfe6b08244d52b5fd83d8eb573555);
var regular_polygon_marker_b64fcf4931554cdaa9838bafe0f3c873 = new L.RegularPolygonMarker(
new L.LatLng(1.2996342248585553,103.84584198432466),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d713253981954aff93fba87183573b9b = L.popup({maxWidth: '300'});
var html_a9bd9f3dd24644b1bc00b5c3edf8cff0 = $('<div id="html_a9bd9f3dd24644b1bc00b5c3edf8cff0" style="width: 100.0%; height: 100.0%;">DHOBY GHAUT MRT STATION / Exit: F</div>')[0];
popup_d713253981954aff93fba87183573b9b.setContent(html_a9bd9f3dd24644b1bc00b5c3edf8cff0);
regular_polygon_marker_b64fcf4931554cdaa9838bafe0f3c873.bindPopup(popup_d713253981954aff93fba87183573b9b);
var regular_polygon_marker_df0147a9442c42a4adc0b0ec84912997 = new L.RegularPolygonMarker(
new L.LatLng(1.3000062744568293,103.85568537041843),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_00235a9dc05c4fafa45008d48b766cdb = L.popup({maxWidth: '300'});
var html_7207c2f02b244b27b9b63160eabf02fc = $('<div id="html_7207c2f02b244b27b9b63160eabf02fc" style="width: 100.0%; height: 100.0%;">BUGIS MRT STATION / Exit: C</div>')[0];
popup_00235a9dc05c4fafa45008d48b766cdb.setContent(html_7207c2f02b244b27b9b63160eabf02fc);
regular_polygon_marker_df0147a9442c42a4adc0b0ec84912997.bindPopup(popup_00235a9dc05c4fafa45008d48b766cdb);
var regular_polygon_marker_af4562a8b32e45b69b3c46b3a7820bc8 = new L.RegularPolygonMarker(
new L.LatLng(1.2932264439633017,103.85302007986924),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c39f92ac130f453196a31e098ff106ec = L.popup({maxWidth: '300'});
var html_326f9b5f5eaf46acae8d575e9e701a74 = $('<div id="html_326f9b5f5eaf46acae8d575e9e701a74" style="width: 100.0%; height: 100.0%;">CITY HALL MRT STATION / Exit: A</div>')[0];
popup_c39f92ac130f453196a31e098ff106ec.setContent(html_326f9b5f5eaf46acae8d575e9e701a74);
regular_polygon_marker_af4562a8b32e45b69b3c46b3a7820bc8.bindPopup(popup_c39f92ac130f453196a31e098ff106ec);
var regular_polygon_marker_02c0c415897c4202a14f498bb2d6728e = new L.RegularPolygonMarker(
new L.LatLng(1.2930992522025326,103.85195988427691),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f30063377856432b9b75566f4653426b = L.popup({maxWidth: '300'});
var html_c9c45d159d82458a90ac768d44e5f92b = $('<div id="html_c9c45d159d82458a90ac768d44e5f92b" style="width: 100.0%; height: 100.0%;">CITY HALL MRT STATION / Exit: B</div>')[0];
popup_f30063377856432b9b75566f4653426b.setContent(html_c9c45d159d82458a90ac768d44e5f92b);
regular_polygon_marker_02c0c415897c4202a14f498bb2d6728e.bindPopup(popup_f30063377856432b9b75566f4653426b);
var regular_polygon_marker_be5e17e2f4724f06839534a8090ad123 = new L.RegularPolygonMarker(
new L.LatLng(1.300781532490026,103.8563362943945),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_eba2323c97624790a67ff655d08e3ec0 = L.popup({maxWidth: '300'});
var html_15766c7155554d55917487a67a458e08 = $('<div id="html_15766c7155554d55917487a67a458e08" style="width: 100.0%; height: 100.0%;">BUGIS MRT STATION / Exit: B</div>')[0];
popup_eba2323c97624790a67ff655d08e3ec0.setContent(html_15766c7155554d55917487a67a458e08);
regular_polygon_marker_be5e17e2f4724f06839534a8090ad123.bindPopup(popup_eba2323c97624790a67ff655d08e3ec0);
var regular_polygon_marker_0d1779816d584a6ba0b08ebba34417a8 = new L.RegularPolygonMarker(
new L.LatLng(1.3012034227405012,103.85592374777835),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_841543e6a2da468785b6cb2daca5bf60 = L.popup({maxWidth: '300'});
var html_bdbe7b9444654190a049de57dee4bd01 = $('<div id="html_bdbe7b9444654190a049de57dee4bd01" style="width: 100.0%; height: 100.0%;">BUGIS MRT STATION / Exit: A</div>')[0];
popup_841543e6a2da468785b6cb2daca5bf60.setContent(html_bdbe7b9444654190a049de57dee4bd01);
regular_polygon_marker_0d1779816d584a6ba0b08ebba34417a8.bindPopup(popup_841543e6a2da468785b6cb2daca5bf60);
var regular_polygon_marker_c36bec05fe0440cc917c9ce07cba3d7b = new L.RegularPolygonMarker(
new L.LatLng(1.281601761936411,103.83865736827617),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3a27703eea9746f4b7f17de92743e3f1 = L.popup({maxWidth: '300'});
var html_e596812f8d0340a082c417b902e7355d = $('<div id="html_e596812f8d0340a082c417b902e7355d" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: A</div>')[0];
popup_3a27703eea9746f4b7f17de92743e3f1.setContent(html_e596812f8d0340a082c417b902e7355d);
regular_polygon_marker_c36bec05fe0440cc917c9ce07cba3d7b.bindPopup(popup_3a27703eea9746f4b7f17de92743e3f1);
var regular_polygon_marker_e5ad2d9a78a248ab888ba031f1b90a4d = new L.RegularPolygonMarker(
new L.LatLng(1.2816746792658515,103.83893450398524),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0aafae03d28b457c96a9a5e5acc01f13 = L.popup({maxWidth: '300'});
var html_3a5c20d4b3f741b4bafccb6fb2183452 = $('<div id="html_3a5c20d4b3f741b4bafccb6fb2183452" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: B</div>')[0];
popup_0aafae03d28b457c96a9a5e5acc01f13.setContent(html_3a5c20d4b3f741b4bafccb6fb2183452);
regular_polygon_marker_e5ad2d9a78a248ab888ba031f1b90a4d.bindPopup(popup_0aafae03d28b457c96a9a5e5acc01f13);
var regular_polygon_marker_da821ce77a6144f8a3f7cc5e60c4b60f = new L.RegularPolygonMarker(
new L.LatLng(1.2766710755912685,103.84654425704296),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e36156bafc674c40abd41a9e3c22af60 = L.popup({maxWidth: '300'});
var html_c3b96e8678ba4c4db3b39ce3bde4d66d = $('<div id="html_c3b96e8678ba4c4db3b39ce3bde4d66d" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: B</div>')[0];
popup_e36156bafc674c40abd41a9e3c22af60.setContent(html_c3b96e8678ba4c4db3b39ce3bde4d66d);
regular_polygon_marker_da821ce77a6144f8a3f7cc5e60c4b60f.bindPopup(popup_e36156bafc674c40abd41a9e3c22af60);
var regular_polygon_marker_7d1cfa1a5eb8448bb6c054dcbe3360af = new L.RegularPolygonMarker(
new L.LatLng(1.276407834015551,103.8448336808728),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bb1396a45aca42f1aad001aada736b13 = L.popup({maxWidth: '300'});
var html_60391e3883774710a0c3c49822bfafd2 = $('<div id="html_60391e3883774710a0c3c49822bfafd2" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: A</div>')[0];
popup_bb1396a45aca42f1aad001aada736b13.setContent(html_60391e3883774710a0c3c49822bfafd2);
regular_polygon_marker_7d1cfa1a5eb8448bb6c054dcbe3360af.bindPopup(popup_bb1396a45aca42f1aad001aada736b13);
var regular_polygon_marker_e5278dcf65a04479afc33a00ff235a20 = new L.RegularPolygonMarker(
new L.LatLng(1.2760885635534471,103.84653322428142),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e072b60b0e40470fbc1b9f0622c9590b = L.popup({maxWidth: '300'});
var html_9ab12030fc194c91a864db2b058b80a8 = $('<div id="html_9ab12030fc194c91a864db2b058b80a8" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: C</div>')[0];
popup_e072b60b0e40470fbc1b9f0622c9590b.setContent(html_9ab12030fc194c91a864db2b058b80a8);
regular_polygon_marker_e5278dcf65a04479afc33a00ff235a20.bindPopup(popup_e072b60b0e40470fbc1b9f0622c9590b);
var regular_polygon_marker_712900dfa1c043d792eccf6fffd9aeec = new L.RegularPolygonMarker(
new L.LatLng(1.2760641617924742,103.84690846704108),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_299e2e61c1d24ff3bfb772b873163b11 = L.popup({maxWidth: '300'});
var html_c25ab9f4195d4718961d8b0001dbfd2b = $('<div id="html_c25ab9f4195d4718961d8b0001dbfd2b" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: D</div>')[0];
popup_299e2e61c1d24ff3bfb772b873163b11.setContent(html_c25ab9f4195d4718961d8b0001dbfd2b);
regular_polygon_marker_712900dfa1c043d792eccf6fffd9aeec.bindPopup(popup_299e2e61c1d24ff3bfb772b873163b11);
var regular_polygon_marker_c3c66eb6e3844289bfe33e4f30904e1a = new L.RegularPolygonMarker(
new L.LatLng(1.2757082420776085,103.85494824534626),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d074a975f4cb4e89a55bf2bfd7e10ca0 = L.popup({maxWidth: '300'});
var html_7d76d563a32f48b095424648a7740cdf = $('<div id="html_7d76d563a32f48b095424648a7740cdf" style="width: 100.0%; height: 100.0%;">MARINA BAY MRT STATION / Exit: A</div>')[0];
popup_d074a975f4cb4e89a55bf2bfd7e10ca0.setContent(html_7d76d563a32f48b095424648a7740cdf);
regular_polygon_marker_c3c66eb6e3844289bfe33e4f30904e1a.bindPopup(popup_d074a975f4cb4e89a55bf2bfd7e10ca0);
var regular_polygon_marker_947be33835904eff98371deb7d4d64ad = new L.RegularPolygonMarker(
new L.LatLng(1.2852576149482307,103.85162138260276),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ffaa',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ba02f73bbae441379fdbb6f35fbe146b = L.popup({maxWidth: '300'});
var html_c44575d0bd11460db6df085e5c2f8f7e = $('<div id="html_c44575d0bd11460db6df085e5c2f8f7e" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: H</div>')[0];
popup_ba02f73bbae441379fdbb6f35fbe146b.setContent(html_c44575d0bd11460db6df085e5c2f8f7e);
regular_polygon_marker_947be33835904eff98371deb7d4d64ad.bindPopup(popup_ba02f73bbae441379fdbb6f35fbe146b);
var regular_polygon_marker_d41ec9e0566b44f08953af9e356408c2 = new L.RegularPolygonMarker(
new L.LatLng(1.2832109157257274,103.85152226207518),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2e1d129ee288402e8be6503d914042c9 = L.popup({maxWidth: '300'});
var html_e992305e02144edfa38b4e8c3d7abdc4 = $('<div id="html_e992305e02144edfa38b4e8c3d7abdc4" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: E</div>')[0];
popup_2e1d129ee288402e8be6503d914042c9.setContent(html_e992305e02144edfa38b4e8c3d7abdc4);
regular_polygon_marker_d41ec9e0566b44f08953af9e356408c2.bindPopup(popup_2e1d129ee288402e8be6503d914042c9);
var regular_polygon_marker_3f5cb207c49c41beb923f3421d99b4f4 = new L.RegularPolygonMarker(
new L.LatLng(1.2846062077064844,103.85147964452825),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7011d16c300745fe8f33d97a44331b2e = L.popup({maxWidth: '300'});
var html_dd33b82944b743cd8873d41fcdf87fb2 = $('<div id="html_dd33b82944b743cd8873d41fcdf87fb2" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: B</div>')[0];
popup_7011d16c300745fe8f33d97a44331b2e.setContent(html_dd33b82944b743cd8873d41fcdf87fb2);
regular_polygon_marker_3f5cb207c49c41beb923f3421d99b4f4.bindPopup(popup_7011d16c300745fe8f33d97a44331b2e);
var regular_polygon_marker_4ade61b843d0441eb7d8ecdc51eea8e5 = new L.RegularPolygonMarker(
new L.LatLng(1.2850162308885997,103.85147779830258),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_138180957ae14f36b8f3550af4f8eca0 = L.popup({maxWidth: '300'});
var html_34d2b8efdfd247a6b4e1dc2875e1dd15 = $('<div id="html_34d2b8efdfd247a6b4e1dc2875e1dd15" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: G</div>')[0];
popup_138180957ae14f36b8f3550af4f8eca0.setContent(html_34d2b8efdfd247a6b4e1dc2875e1dd15);
regular_polygon_marker_4ade61b843d0441eb7d8ecdc51eea8e5.bindPopup(popup_138180957ae14f36b8f3550af4f8eca0);
var regular_polygon_marker_01fb5c9cd82f4004b80b627a2e0c3cbc = new L.RegularPolygonMarker(
new L.LatLng(1.284124481286145,103.85143802070115),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3833d116d2a24524ac554bcef423a41f = L.popup({maxWidth: '300'});
var html_556086cff9eb49909046faf634988a4e = $('<div id="html_556086cff9eb49909046faf634988a4e" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: A</div>')[0];
popup_3833d116d2a24524ac554bcef423a41f.setContent(html_556086cff9eb49909046faf634988a4e);
regular_polygon_marker_01fb5c9cd82f4004b80b627a2e0c3cbc.bindPopup(popup_3833d116d2a24524ac554bcef423a41f);
var regular_polygon_marker_abb6310cc30a409ebcf984e0ee6990ed = new L.RegularPolygonMarker(
new L.LatLng(1.2836407246515944,103.85135288160912),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3ded89c1ed1143a78b80fef74d7da6a9 = L.popup({maxWidth: '300'});
var html_f15c5060c737406a937a39235c78d79e = $('<div id="html_f15c5060c737406a937a39235c78d79e" style="width: 100.0%; height: 100.0%;">RAFFLES PLACE MRT STATION / Exit: D</div>')[0];
popup_3ded89c1ed1143a78b80fef74d7da6a9.setContent(html_f15c5060c737406a937a39235c78d79e);
regular_polygon_marker_abb6310cc30a409ebcf984e0ee6990ed.bindPopup(popup_3ded89c1ed1143a78b80fef74d7da6a9);
var regular_polygon_marker_d7a8fbe736114cd7821f49fd81c4ddff = new L.RegularPolygonMarker(
new L.LatLng(1.2999299990140991,103.84502979863395),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f94e83889bf34a7289f2b2da8ab00e99 = L.popup({maxWidth: '300'});
var html_9d6b48e7cf3c4f4f99e4c52a2d308acc = $('<div id="html_9d6b48e7cf3c4f4f99e4c52a2d308acc" style="width: 100.0%; height: 100.0%;">DHOBY GHAUT MRT STATION / Exit: D</div>')[0];
popup_f94e83889bf34a7289f2b2da8ab00e99.setContent(html_9d6b48e7cf3c4f4f99e4c52a2d308acc);
regular_polygon_marker_d7a8fbe736114cd7821f49fd81c4ddff.bindPopup(popup_f94e83889bf34a7289f2b2da8ab00e99);
var regular_polygon_marker_db5c53f16eae4126a415eb632c9664a7 = new L.RegularPolygonMarker(
new L.LatLng(1.280212687361201,103.84038645345038),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ffaa',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_18e42bd2750d478a9901db310e1f28d3 = L.popup({maxWidth: '300'});
var html_4bea1aa538c04ae48468dd87df573f12 = $('<div id="html_4bea1aa538c04ae48468dd87df573f12" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: H</div>')[0];
popup_18e42bd2750d478a9901db310e1f28d3.setContent(html_4bea1aa538c04ae48468dd87df573f12);
regular_polygon_marker_db5c53f16eae4126a415eb632c9664a7.bindPopup(popup_18e42bd2750d478a9901db310e1f28d3);
var regular_polygon_marker_f300e46b90494d43a8bc2f26a2031137 = new L.RegularPolygonMarker(
new L.LatLng(1.278946289102448,103.83954890819946),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d6e691c514bc4fe880447d9c2ce87e62 = L.popup({maxWidth: '300'});
var html_15191029a3f04033a926acf3f033cd16 = $('<div id="html_15191029a3f04033a926acf3f033cd16" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: G</div>')[0];
popup_d6e691c514bc4fe880447d9c2ce87e62.setContent(html_15191029a3f04033a926acf3f033cd16);
regular_polygon_marker_f300e46b90494d43a8bc2f26a2031137.bindPopup(popup_d6e691c514bc4fe880447d9c2ce87e62);
var regular_polygon_marker_d8dc8de37036442e898ceffd3d76fa57 = new L.RegularPolygonMarker(
new L.LatLng(1.2790505717784393,103.83853691891528),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_84c3e454f62e4edea2c2252f92e45ba6 = L.popup({maxWidth: '300'});
var html_94a42ad93f394f4ca4ad51ec80ba46c5 = $('<div id="html_94a42ad93f394f4ca4ad51ec80ba46c5" style="width: 100.0%; height: 100.0%;">OUTRAM PARK MRT STATION / Exit: F</div>')[0];
popup_84c3e454f62e4edea2c2252f92e45ba6.setContent(html_94a42ad93f394f4ca4ad51ec80ba46c5);
regular_polygon_marker_d8dc8de37036442e898ceffd3d76fa57.bindPopup(popup_84c3e454f62e4edea2c2252f92e45ba6);
var regular_polygon_marker_dd207808dfdb43b5a8c4997125d5e123 = new L.RegularPolygonMarker(
new L.LatLng(1.2893831852172797,103.84666550032344),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9bee5d1a59e84b1fb646cd7fee382389 = L.popup({maxWidth: '300'});
var html_cccf66c5cc7e499e903f22f504069025 = $('<div id="html_cccf66c5cc7e499e903f22f504069025" style="width: 100.0%; height: 100.0%;">CLARKE QUAY MRT STATION / Exit: C</div>')[0];
popup_9bee5d1a59e84b1fb646cd7fee382389.setContent(html_cccf66c5cc7e499e903f22f504069025);
regular_polygon_marker_dd207808dfdb43b5a8c4997125d5e123.bindPopup(popup_9bee5d1a59e84b1fb646cd7fee382389);
var regular_polygon_marker_b3b8922a555a4361b8807023a14036dc = new L.RegularPolygonMarker(
new L.LatLng(1.2894048997169725,103.84712940946486),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_649240d77848471dbf86e47887c3e168 = L.popup({maxWidth: '300'});
var html_2ae999b4a2d84643bb7792cec89f1ae0 = $('<div id="html_2ae999b4a2d84643bb7792cec89f1ae0" style="width: 100.0%; height: 100.0%;">CLARKE QUAY MRT STATION / Exit: F</div>')[0];
popup_649240d77848471dbf86e47887c3e168.setContent(html_2ae999b4a2d84643bb7792cec89f1ae0);
regular_polygon_marker_b3b8922a555a4361b8807023a14036dc.bindPopup(popup_649240d77848471dbf86e47887c3e168);
var regular_polygon_marker_759c6e4e5a854ffb9ef2e3f252b604b6 = new L.RegularPolygonMarker(
new L.LatLng(1.286898121448489,103.84606421068241),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_cf08edf31d554cab96189d751ed429c6 = L.popup({maxWidth: '300'});
var html_19df720cf03343d9b6cb2201e69e5511 = $('<div id="html_19df720cf03343d9b6cb2201e69e5511" style="width: 100.0%; height: 100.0%;">CLARKE QUAY MRT STATION / Exit: A</div>')[0];
popup_cf08edf31d554cab96189d751ed429c6.setContent(html_19df720cf03343d9b6cb2201e69e5511);
regular_polygon_marker_759c6e4e5a854ffb9ef2e3f252b604b6.bindPopup(popup_cf08edf31d554cab96189d751ed429c6);
var regular_polygon_marker_af93e64565df46b7b4e8ad2725745742 = new L.RegularPolygonMarker(
new L.LatLng(1.2889995160873307,103.84703231009972),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_629f2a096ee24fa9be2197c907090634 = L.popup({maxWidth: '300'});
var html_138d4feaddce4a2cbb214e810d45188c = $('<div id="html_138d4feaddce4a2cbb214e810d45188c" style="width: 100.0%; height: 100.0%;">CLARKE QUAY MRT STATION / Exit: E</div>')[0];
popup_629f2a096ee24fa9be2197c907090634.setContent(html_138d4feaddce4a2cbb214e810d45188c);
regular_polygon_marker_af93e64565df46b7b4e8ad2725745742.bindPopup(popup_629f2a096ee24fa9be2197c907090634);
var regular_polygon_marker_6859b192d3734c01a84b42b487b4ebe7 = new L.RegularPolygonMarker(
new L.LatLng(1.2846742308778276,103.84281252065334),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_35bd7940ae3c456da5fe0a4a70160092 = L.popup({maxWidth: '300'});
var html_03219af1342740ab996c04ed186ab80c = $('<div id="html_03219af1342740ab996c04ed186ab80c" style="width: 100.0%; height: 100.0%;">CHINATOWN MRT STATION / Exit: C</div>')[0];
popup_35bd7940ae3c456da5fe0a4a70160092.setContent(html_03219af1342740ab996c04ed186ab80c);
regular_polygon_marker_6859b192d3734c01a84b42b487b4ebe7.bindPopup(popup_35bd7940ae3c456da5fe0a4a70160092);
var regular_polygon_marker_81f0ce66cfab421da25691974da89822 = new L.RegularPolygonMarker(
new L.LatLng(1.3849789979614564,103.74459481006699),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_82618a1bb64d410099ded5326b572ebf = L.popup({maxWidth: '300'});
var html_4a063a311e2f481aa2585afe05d1e45f = $('<div id="html_4a063a311e2f481aa2585afe05d1e45f" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG MRT STATION / Exit: B</div>')[0];
popup_82618a1bb64d410099ded5326b572ebf.setContent(html_4a063a311e2f481aa2585afe05d1e45f);
regular_polygon_marker_81f0ce66cfab421da25691974da89822.bindPopup(popup_82618a1bb64d410099ded5326b572ebf);
var regular_polygon_marker_a1571e07be29494e99e4ed5d0e91ce9e = new L.RegularPolygonMarker(
new L.LatLng(1.285043413548596,103.84442778580323),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6e14138f82c14d65b060663f79d957e2 = L.popup({maxWidth: '300'});
var html_d4a523860457478aaaf35476a97e7f63 = $('<div id="html_d4a523860457478aaaf35476a97e7f63" style="width: 100.0%; height: 100.0%;">CHINATOWN MRT STATION / Exit: E</div>')[0];
popup_6e14138f82c14d65b060663f79d957e2.setContent(html_d4a523860457478aaaf35476a97e7f63);
regular_polygon_marker_a1571e07be29494e99e4ed5d0e91ce9e.bindPopup(popup_6e14138f82c14d65b060663f79d957e2);
var regular_polygon_marker_266f849e1e8648a687037ba396a626df = new L.RegularPolygonMarker(
new L.LatLng(1.294246595619661,103.80618244343358),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b53fb0cd82b6437b9e0ed7c4616dacf8 = L.popup({maxWidth: '300'});
var html_3d592445759047d69766cd808d7eb442 = $('<div id="html_3d592445759047d69766cd808d7eb442" style="width: 100.0%; height: 100.0%;">QUEENSTOWN MRT STATION / Exit: A</div>')[0];
popup_b53fb0cd82b6437b9e0ed7c4616dacf8.setContent(html_3d592445759047d69766cd808d7eb442);
regular_polygon_marker_266f849e1e8648a687037ba396a626df.bindPopup(popup_b53fb0cd82b6437b9e0ed7c4616dacf8);
var regular_polygon_marker_0937efc4a8d24f5ab20d033c4ca4a309 = new L.RegularPolygonMarker(
new L.LatLng(1.2893700383015712,103.81699412565584),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b20a532e8fba4cf9b7b462df1ffe32ab = L.popup({maxWidth: '300'});
var html_d4b1ff847f79422081c40031223e0714 = $('<div id="html_d4b1ff847f79422081c40031223e0714" style="width: 100.0%; height: 100.0%;">REDHILL MRT STATION / Exit: A</div>')[0];
popup_b20a532e8fba4cf9b7b462df1ffe32ab.setContent(html_d4b1ff847f79422081c40031223e0714);
regular_polygon_marker_0937efc4a8d24f5ab20d033c4ca4a309.bindPopup(popup_b20a532e8fba4cf9b7b462df1ffe32ab);
var regular_polygon_marker_33f62a1749b54e66b0f9a022bfb83e83 = new L.RegularPolygonMarker(
new L.LatLng(1.2894852090322184,103.81724903982105),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a478b47a54b6467d8b626d49ed28bb51 = L.popup({maxWidth: '300'});
var html_79795ed106324ba08f421af21b5aef9e = $('<div id="html_79795ed106324ba08f421af21b5aef9e" style="width: 100.0%; height: 100.0%;">REDHILL MRT STATION / Exit: B</div>')[0];
popup_a478b47a54b6467d8b626d49ed28bb51.setContent(html_79795ed106324ba08f421af21b5aef9e);
regular_polygon_marker_33f62a1749b54e66b0f9a022bfb83e83.bindPopup(popup_a478b47a54b6467d8b626d49ed28bb51);
var regular_polygon_marker_07a037e01c784e6eae525f8616d402ae = new L.RegularPolygonMarker(
new L.LatLng(1.3027521100229715,103.79805754868266),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_385496c667e84a1aa7bf4f16839c72fb = L.popup({maxWidth: '300'});
var html_41e2ca5a6916422087917df1f125da12 = $('<div id="html_41e2ca5a6916422087917df1f125da12" style="width: 100.0%; height: 100.0%;">COMMONWEALTH MRT STATION / Exit: B</div>')[0];
popup_385496c667e84a1aa7bf4f16839c72fb.setContent(html_41e2ca5a6916422087917df1f125da12);
regular_polygon_marker_07a037e01c784e6eae525f8616d402ae.bindPopup(popup_385496c667e84a1aa7bf4f16839c72fb);
var regular_polygon_marker_ad147950e6064c4a83b6ea4bb4edf000 = new L.RegularPolygonMarker(
new L.LatLng(1.3026474950300553,103.79795795867079),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3c3ea4aa239e44adbb4b37b4165d7610 = L.popup({maxWidth: '300'});
var html_77e9dacb2ca143a39406b87e29b3a40d = $('<div id="html_77e9dacb2ca143a39406b87e29b3a40d" style="width: 100.0%; height: 100.0%;">COMMONWEALTH MRT STATION / Exit: A</div>')[0];
popup_3c3ea4aa239e44adbb4b37b4165d7610.setContent(html_77e9dacb2ca143a39406b87e29b3a40d);
regular_polygon_marker_ad147950e6064c4a83b6ea4bb4edf000.bindPopup(popup_3c3ea4aa239e44adbb4b37b4165d7610);
var regular_polygon_marker_60402289f4a64942acc03382cdab9a8c = new L.RegularPolygonMarker(
new L.LatLng(1.2857587888963513,103.82699026204477),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d78b410e935c4441871d75001e4dba71 = L.popup({maxWidth: '300'});
var html_e227f1245f06439486fc9cd72d54c1c9 = $('<div id="html_e227f1245f06439486fc9cd72d54c1c9" style="width: 100.0%; height: 100.0%;">TIONG BAHRU MRT STATION / Exit: A</div>')[0];
popup_d78b410e935c4441871d75001e4dba71.setContent(html_e227f1245f06439486fc9cd72d54c1c9);
regular_polygon_marker_60402289f4a64942acc03382cdab9a8c.bindPopup(popup_d78b410e935c4441871d75001e4dba71);
var regular_polygon_marker_0c84bee4e7f14f46b776cbb10058f081 = new L.RegularPolygonMarker(
new L.LatLng(1.2863612745200343,103.82749608043088),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_be1788009f114df3b1e351d32f44eb22 = L.popup({maxWidth: '300'});
var html_a5967cf31137407fa16e83cffff2be9c = $('<div id="html_a5967cf31137407fa16e83cffff2be9c" style="width: 100.0%; height: 100.0%;">TIONG BAHRU MRT STATION / Exit: B</div>')[0];
popup_be1788009f114df3b1e351d32f44eb22.setContent(html_a5967cf31137407fa16e83cffff2be9c);
regular_polygon_marker_0c84bee4e7f14f46b776cbb10058f081.bindPopup(popup_be1788009f114df3b1e351d32f44eb22);
var regular_polygon_marker_efa98c6bc7ac410ca14bf3740ca8f017 = new L.RegularPolygonMarker(
new L.LatLng(1.2652592168682242,103.82253131792434),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d5ef68c564c244819b303ac165b6dae4 = L.popup({maxWidth: '300'});
var html_09f417ca8fdb4d29832e591089ef4015 = $('<div id="html_09f417ca8fdb4d29832e591089ef4015" style="width: 100.0%; height: 100.0%;">HARBOURFRONT MRT STATION / Exit: C</div>')[0];
popup_d5ef68c564c244819b303ac165b6dae4.setContent(html_09f417ca8fdb4d29832e591089ef4015);
regular_polygon_marker_efa98c6bc7ac410ca14bf3740ca8f017.bindPopup(popup_d5ef68c564c244819b303ac165b6dae4);
var regular_polygon_marker_86b11ee9f0fe40b08aefc7cf7b4742cc = new L.RegularPolygonMarker(
new L.LatLng(1.2651540158183365,103.82050847816537),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7ed31d85e0354ba2b5c487709d6b4936 = L.popup({maxWidth: '300'});
var html_4e71e6b2ddc9452b8277d45231bdcbc6 = $('<div id="html_4e71e6b2ddc9452b8277d45231bdcbc6" style="width: 100.0%; height: 100.0%;">HARBOURFRONT MRT STATION / Exit: B</div>')[0];
popup_7ed31d85e0354ba2b5c487709d6b4936.setContent(html_4e71e6b2ddc9452b8277d45231bdcbc6);
regular_polygon_marker_86b11ee9f0fe40b08aefc7cf7b4742cc.bindPopup(popup_7ed31d85e0354ba2b5c487709d6b4936);
var regular_polygon_marker_869ab959bfad48559e7cc5c6acf261c5 = new L.RegularPolygonMarker(
new L.LatLng(1.3045598073375593,103.83203946763966),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4e51ae475cca4cfaa97789ec31ae78ee = L.popup({maxWidth: '300'});
var html_0eb1da392a3842bfa7f2bcdbf77b812f = $('<div id="html_0eb1da392a3842bfa7f2bcdbf77b812f" style="width: 100.0%; height: 100.0%;">ORCHARD MRT STATION / Exit: E</div>')[0];
popup_4e51ae475cca4cfaa97789ec31ae78ee.setContent(html_0eb1da392a3842bfa7f2bcdbf77b812f);
regular_polygon_marker_869ab959bfad48559e7cc5c6acf261c5.bindPopup(popup_4e51ae475cca4cfaa97789ec31ae78ee);
var regular_polygon_marker_6c444f3c5f204a75b981a33930ed6586 = new L.RegularPolygonMarker(
new L.LatLng(1.3048915113860755,103.83252392584319),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_05cc3381e6864d3bb35634de2849f9d8 = L.popup({maxWidth: '300'});
var html_3085a9430a924f3f982af457c0ccaae2 = $('<div id="html_3085a9430a924f3f982af457c0ccaae2" style="width: 100.0%; height: 100.0%;">ORCHARD MRT STATION / Exit: A</div>')[0];
popup_05cc3381e6864d3bb35634de2849f9d8.setContent(html_3085a9430a924f3f982af457c0ccaae2);
regular_polygon_marker_6c444f3c5f204a75b981a33930ed6586.bindPopup(popup_05cc3381e6864d3bb35634de2849f9d8);
var regular_polygon_marker_32cc23b141ee4462a134c62d536bac6f = new L.RegularPolygonMarker(
new L.LatLng(1.3125971298355406,103.83788099188726),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3f99a35521554112b88b0759596fd58a = L.popup({maxWidth: '300'});
var html_25ddfa823dcd439595cff54e751c82ef = $('<div id="html_25ddfa823dcd439595cff54e751c82ef" style="width: 100.0%; height: 100.0%;">NEWTON MRT STATION / Exit: A</div>')[0];
popup_3f99a35521554112b88b0759596fd58a.setContent(html_25ddfa823dcd439595cff54e751c82ef);
regular_polygon_marker_32cc23b141ee4462a134c62d536bac6f.bindPopup(popup_3f99a35521554112b88b0759596fd58a);
var regular_polygon_marker_30d06951f8434992aa9ac724791752b8 = new L.RegularPolygonMarker(
new L.LatLng(1.3120747958017078,103.83821873632064),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8087dcbc7c6b4049b41164ff8b317568 = L.popup({maxWidth: '300'});
var html_13f4bed975384aad92cf11f2e86b0b8b = $('<div id="html_13f4bed975384aad92cf11f2e86b0b8b" style="width: 100.0%; height: 100.0%;">NEWTON MRT STATION / Exit: B</div>')[0];
popup_8087dcbc7c6b4049b41164ff8b317568.setContent(html_13f4bed975384aad92cf11f2e86b0b8b);
regular_polygon_marker_30d06951f8434992aa9ac724791752b8.bindPopup(popup_8087dcbc7c6b4049b41164ff8b317568);
var regular_polygon_marker_f984d720a0b94300826e3c4d4a430e7f = new L.RegularPolygonMarker(
new L.LatLng(1.3043537322452265,103.8326192786249),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_96747368b4434fdcb77036d9f9e9143b = L.popup({maxWidth: '300'});
var html_e5e8977a48664aeea49cdd2f8aba5f7c = $('<div id="html_e5e8977a48664aeea49cdd2f8aba5f7c" style="width: 100.0%; height: 100.0%;">ORCHARD MRT STATION / Exit: C</div>')[0];
popup_96747368b4434fdcb77036d9f9e9143b.setContent(html_e5e8977a48664aeea49cdd2f8aba5f7c);
regular_polygon_marker_f984d720a0b94300826e3c4d4a430e7f.bindPopup(popup_96747368b4434fdcb77036d9f9e9143b);
var regular_polygon_marker_f6afab17074447e2a05205b75ec8f1a6 = new L.RegularPolygonMarker(
new L.LatLng(1.3071687940847478,103.8630427293198),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_596bde998c85434db46bc38ea60b1aba = L.popup({maxWidth: '300'});
var html_e6b04d87596c4d849a10e2872870da13 = $('<div id="html_e6b04d87596c4d849a10e2872870da13" style="width: 100.0%; height: 100.0%;">LAVENDER MRT STATION / Exit: A</div>')[0];
popup_596bde998c85434db46bc38ea60b1aba.setContent(html_e6b04d87596c4d849a10e2872870da13);
regular_polygon_marker_f6afab17074447e2a05205b75ec8f1a6.bindPopup(popup_596bde998c85434db46bc38ea60b1aba);
var regular_polygon_marker_00bc0fa9e7614ee28627367ad9618e58 = new L.RegularPolygonMarker(
new L.LatLng(1.307617872721682,103.8626499836576),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e27e1cf1d03948059aca822ff76e19bd = L.popup({maxWidth: '300'});
var html_e55557332382452fbf78b6d946b9b515 = $('<div id="html_e55557332382452fbf78b6d946b9b515" style="width: 100.0%; height: 100.0%;">LAVENDER MRT STATION / Exit: B</div>')[0];
popup_e27e1cf1d03948059aca822ff76e19bd.setContent(html_e55557332382452fbf78b6d946b9b515);
regular_polygon_marker_00bc0fa9e7614ee28627367ad9618e58.bindPopup(popup_e27e1cf1d03948059aca822ff76e19bd);
var regular_polygon_marker_0418463376f84292a91a4d769ac49690 = new L.RegularPolygonMarker(
new L.LatLng(1.3117811035861648,103.87158674233541),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_dbe9ce9bc0e948a489b6e4b6348a9567 = L.popup({maxWidth: '300'});
var html_bbfa44f11a13473284d6bc30c5fade28 = $('<div id="html_bbfa44f11a13473284d6bc30c5fade28" style="width: 100.0%; height: 100.0%;">KALLANG MRT STATION / Exit: B</div>')[0];
popup_dbe9ce9bc0e948a489b6e4b6348a9567.setContent(html_bbfa44f11a13473284d6bc30c5fade28);
regular_polygon_marker_0418463376f84292a91a4d769ac49690.bindPopup(popup_dbe9ce9bc0e948a489b6e4b6348a9567);
var regular_polygon_marker_7ad0ef70ba704534bc5a113ea1919a8c = new L.RegularPolygonMarker(
new L.LatLng(1.3115398166052394,103.8717302310906),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_19b848ae6c6642218d2042629f2a9996 = L.popup({maxWidth: '300'});
var html_2f257bbd88bb45e3918022b67a60cf5c = $('<div id="html_2f257bbd88bb45e3918022b67a60cf5c" style="width: 100.0%; height: 100.0%;">KALLANG MRT STATION / Exit: A</div>')[0];
popup_19b848ae6c6642218d2042629f2a9996.setContent(html_2f257bbd88bb45e3918022b67a60cf5c);
regular_polygon_marker_7ad0ef70ba704534bc5a113ea1919a8c.bindPopup(popup_19b848ae6c6642218d2042629f2a9996);
var regular_polygon_marker_8eacf374da97491ead91803798e2420e = new L.RegularPolygonMarker(
new L.LatLng(1.316487263937384,103.88247255451918),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_44faf13c98a840e6ab24f4c1591e818e = L.popup({maxWidth: '300'});
var html_1ac0ec72ab68443c99238dadb5b6d133 = $('<div id="html_1ac0ec72ab68443c99238dadb5b6d133" style="width: 100.0%; height: 100.0%;">ALJUNIED MRT STATION / Exit: B</div>')[0];
popup_44faf13c98a840e6ab24f4c1591e818e.setContent(html_1ac0ec72ab68443c99238dadb5b6d133);
regular_polygon_marker_8eacf374da97491ead91803798e2420e.bindPopup(popup_44faf13c98a840e6ab24f4c1591e818e);
var regular_polygon_marker_df6c248502ca42b9b294c01f1aa61e5c = new L.RegularPolygonMarker(
new L.LatLng(1.3162378183991381,103.88249631735637),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1c049d880d964b3cb8e3cd1b29a455f8 = L.popup({maxWidth: '300'});
var html_345f35308a624d2aa5246fea088a6e83 = $('<div id="html_345f35308a624d2aa5246fea088a6e83" style="width: 100.0%; height: 100.0%;">ALJUNIED MRT STATION / Exit: A</div>')[0];
popup_1c049d880d964b3cb8e3cd1b29a455f8.setContent(html_345f35308a624d2aa5246fea088a6e83);
regular_polygon_marker_df6c248502ca42b9b294c01f1aa61e5c.bindPopup(popup_1c049d880d964b3cb8e3cd1b29a455f8);
var regular_polygon_marker_a40817a481084e55bf917c5db89634ff = new L.RegularPolygonMarker(
new L.LatLng(1.3065628887660938,103.84898475593285),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bf3cbf34c6114c09b1b1a5e376e7d41b = L.popup({maxWidth: '300'});
var html_a321f173a5604ae492f7136638c2b23c = $('<div id="html_a321f173a5604ae492f7136638c2b23c" style="width: 100.0%; height: 100.0%;">LITTLE INDIA MRT STATION / Exit: B</div>')[0];
popup_bf3cbf34c6114c09b1b1a5e376e7d41b.setContent(html_a321f173a5604ae492f7136638c2b23c);
regular_polygon_marker_a40817a481084e55bf917c5db89634ff.bindPopup(popup_bf3cbf34c6114c09b1b1a5e376e7d41b);
var regular_polygon_marker_1c90681cb64c46b9808983ab43368279 = new L.RegularPolygonMarker(
new L.LatLng(1.31354329915557,103.85476343397062),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7065e6e20f2c4b43a6c0ca9155265047 = L.popup({maxWidth: '300'});
var html_45a5b4b763ff45a189726fd09f174a56 = $('<div id="html_45a5b4b763ff45a189726fd09f174a56" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: B</div>')[0];
popup_7065e6e20f2c4b43a6c0ca9155265047.setContent(html_45a5b4b763ff45a189726fd09f174a56);
regular_polygon_marker_1c90681cb64c46b9808983ab43368279.bindPopup(popup_7065e6e20f2c4b43a6c0ca9155265047);
var regular_polygon_marker_da37c668d77a4c708d1b34af298151f6 = new L.RegularPolygonMarker(
new L.LatLng(1.3118828705166368,103.85265063721627),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_be95f98915de4671814a2b1cf71b9d80 = L.popup({maxWidth: '300'});
var html_a7bbc04a3d7e4144a924a0df7b78f874 = $('<div id="html_a7bbc04a3d7e4144a924a0df7b78f874" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: E</div>')[0];
popup_be95f98915de4671814a2b1cf71b9d80.setContent(html_a7bbc04a3d7e4144a924a0df7b78f874);
regular_polygon_marker_da37c668d77a4c708d1b34af298151f6.bindPopup(popup_be95f98915de4671814a2b1cf71b9d80);
var regular_polygon_marker_920db41850a34255afaec17fa4224782 = new L.RegularPolygonMarker(
new L.LatLng(1.3114213798388736,103.8531990580128),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e4f02d0374df4074832ac836b1589ca3 = L.popup({maxWidth: '300'});
var html_f1907e97d2ad484a835c26e546dc434f = $('<div id="html_f1907e97d2ad484a835c26e546dc434f" style="width: 100.0%; height: 100.0%;">FARRER PARK MRT STATION / Exit: F</div>')[0];
popup_e4f02d0374df4074832ac836b1589ca3.setContent(html_f1907e97d2ad484a835c26e546dc434f);
regular_polygon_marker_920db41850a34255afaec17fa4224782.bindPopup(popup_e4f02d0374df4074832ac836b1589ca3);
var regular_polygon_marker_d260e68919dd449a8569b9c1aafca6ef = new L.RegularPolygonMarker(
new L.LatLng(1.291710994737084,103.86067327774911),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_edb2da5497094eed8a69f411254f4351 = L.popup({maxWidth: '300'});
var html_7691467a38f741b6a7f46865396c3a8b = $('<div id="html_7691467a38f741b6a7f46865396c3a8b" style="width: 100.0%; height: 100.0%;">PROMENADE MRT STATION / Exit: A</div>')[0];
popup_edb2da5497094eed8a69f411254f4351.setContent(html_7691467a38f741b6a7f46865396c3a8b);
regular_polygon_marker_d260e68919dd449a8569b9c1aafca6ef.bindPopup(popup_edb2da5497094eed8a69f411254f4351);
var regular_polygon_marker_668f38ff9c0044f2b85a8b74029847e2 = new L.RegularPolygonMarker(
new L.LatLng(1.3323757755366252,103.84772347077741),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7c3b86286db74c4db7858191764eae63 = L.popup({maxWidth: '300'});
var html_29e4be4703724cf992221334738cf1a7 = $('<div id="html_29e4be4703724cf992221334738cf1a7" style="width: 100.0%; height: 100.0%;">TOA PAYOH MRT STATION / Exit: A</div>')[0];
popup_7c3b86286db74c4db7858191764eae63.setContent(html_29e4be4703724cf992221334738cf1a7);
regular_polygon_marker_668f38ff9c0044f2b85a8b74029847e2.bindPopup(popup_7c3b86286db74c4db7858191764eae63);
var regular_polygon_marker_2f7c4825a9af4a8c9d58d02f6330d20c = new L.RegularPolygonMarker(
new L.LatLng(1.3439826746216303,103.72044819613141),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c6c8ea71c7404d7b89dab6265f47bc51 = L.popup({maxWidth: '300'});
var html_041c096fc88144949880137d63c748a1 = $('<div id="html_041c096fc88144949880137d63c748a1" style="width: 100.0%; height: 100.0%;">LAKESIDE MRT STATION / Exit: A</div>')[0];
popup_c6c8ea71c7404d7b89dab6265f47bc51.setContent(html_041c096fc88144949880137d63c748a1);
regular_polygon_marker_2f7c4825a9af4a8c9d58d02f6330d20c.bindPopup(popup_c6c8ea71c7404d7b89dab6265f47bc51);
var regular_polygon_marker_c393ba00c5fa450aa3fe00f4d5873bb9 = new L.RegularPolygonMarker(
new L.LatLng(1.3415651600567993,103.73339280265562),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5afa37e3a5ac4088a75ee8385a26f84a = L.popup({maxWidth: '300'});
var html_51073ed6cea446d195fb228b1de91a12 = $('<div id="html_51073ed6cea446d195fb228b1de91a12" style="width: 100.0%; height: 100.0%;">CHINESE GARDEN MRT STATION / Exit: C</div>')[0];
popup_5afa37e3a5ac4088a75ee8385a26f84a.setContent(html_51073ed6cea446d195fb228b1de91a12);
regular_polygon_marker_c393ba00c5fa450aa3fe00f4d5873bb9.bindPopup(popup_5afa37e3a5ac4088a75ee8385a26f84a);
var regular_polygon_marker_ab35ae6d4aa5427f91499e5cea58fc3b = new L.RegularPolygonMarker(
new L.LatLng(1.3419814226177431,103.73274149246676),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a560854ee19b453f98cc16c7312ae857 = L.popup({maxWidth: '300'});
var html_5debaa98568447c7a5476ab2ebd57e47 = $('<div id="html_5debaa98568447c7a5476ab2ebd57e47" style="width: 100.0%; height: 100.0%;">CHINESE GARDEN MRT STATION / Exit: B</div>')[0];
popup_a560854ee19b453f98cc16c7312ae857.setContent(html_5debaa98568447c7a5476ab2ebd57e47);
regular_polygon_marker_ab35ae6d4aa5427f91499e5cea58fc3b.bindPopup(popup_a560854ee19b453f98cc16c7312ae857);
var regular_polygon_marker_2306d49af5dc48e5b556cdae8c1c83dc = new L.RegularPolygonMarker(
new L.LatLng(1.3424380766177073,103.73221982176858),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f90abb1a9db54930bb141565b7957718 = L.popup({maxWidth: '300'});
var html_797535b8f3e34d7399d560c9286f8875 = $('<div id="html_797535b8f3e34d7399d560c9286f8875" style="width: 100.0%; height: 100.0%;">CHINESE GARDEN MRT STATION / Exit: A</div>')[0];
popup_f90abb1a9db54930bb141565b7957718.setContent(html_797535b8f3e34d7399d560c9286f8875);
regular_polygon_marker_2306d49af5dc48e5b556cdae8c1c83dc.bindPopup(popup_f90abb1a9db54930bb141565b7957718);
var regular_polygon_marker_dd3a3ac64eaf45f9b64f5a34c6f32773 = new L.RegularPolygonMarker(
new L.LatLng(1.3327480183244114,103.74276174808816),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_90a57441004b498fb5a23a06f8ce5140 = L.popup({maxWidth: '300'});
var html_0944366023784ee2b96f2dbb697b0a70 = $('<div id="html_0944366023784ee2b96f2dbb697b0a70" style="width: 100.0%; height: 100.0%;">JURONG EAST MRT STATION / Exit: C</div>')[0];
popup_90a57441004b498fb5a23a06f8ce5140.setContent(html_0944366023784ee2b96f2dbb697b0a70);
regular_polygon_marker_dd3a3ac64eaf45f9b64f5a34c6f32773.bindPopup(popup_90a57441004b498fb5a23a06f8ce5140);
var regular_polygon_marker_3be137087c9e431fb88313d4dd312e55 = new L.RegularPolygonMarker(
new L.LatLng(1.3339889375249112,103.7417595649466),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5e00058b20d14413b6585e81a85464bf = L.popup({maxWidth: '300'});
var html_1dfb4287f7c84b47bf16307c7041ffa5 = $('<div id="html_1dfb4287f7c84b47bf16307c7041ffa5" style="width: 100.0%; height: 100.0%;">JURONG EAST MRT STATION / Exit: A</div>')[0];
popup_5e00058b20d14413b6585e81a85464bf.setContent(html_1dfb4287f7c84b47bf16307c7041ffa5);
regular_polygon_marker_3be137087c9e431fb88313d4dd312e55.bindPopup(popup_5e00058b20d14413b6585e81a85464bf);
var regular_polygon_marker_47e51c0c0eb64f5894a20287a6d4397b = new L.RegularPolygonMarker(
new L.LatLng(1.3325255685784805,103.74263982960613),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_524fcb2c764343039ca45fe8b61f373c = L.popup({maxWidth: '300'});
var html_5bd770b9ee3f4986a27434d7eb6966b2 = $('<div id="html_5bd770b9ee3f4986a27434d7eb6966b2" style="width: 100.0%; height: 100.0%;">JURONG EAST MRT STATION / Exit: B</div>')[0];
popup_524fcb2c764343039ca45fe8b61f373c.setContent(html_5bd770b9ee3f4986a27434d7eb6966b2);
regular_polygon_marker_47e51c0c0eb64f5894a20287a6d4397b.bindPopup(popup_524fcb2c764343039ca45fe8b61f373c);
var regular_polygon_marker_b5bd92daff6d4279b308e51c556f1a61 = new L.RegularPolygonMarker(
new L.LatLng(1.3980671011220556,103.74732954654779),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ce6d53f5de09481ebf8400e6b2a1ae62 = L.popup({maxWidth: '300'});
var html_be124d59755d40529dea133885c3da59 = $('<div id="html_be124d59755d40529dea133885c3da59" style="width: 100.0%; height: 100.0%;">YEW TEE MRT STATION / Exit: B</div>')[0];
popup_ce6d53f5de09481ebf8400e6b2a1ae62.setContent(html_be124d59755d40529dea133885c3da59);
regular_polygon_marker_b5bd92daff6d4279b308e51c556f1a61.bindPopup(popup_ce6d53f5de09481ebf8400e6b2a1ae62);
var regular_polygon_marker_aa043ea5e7b147e08789adb73aee9db1 = new L.RegularPolygonMarker(
new L.LatLng(1.397654813110139,103.74719483332402),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_193866f9208f4334ad52b15db065526a = L.popup({maxWidth: '300'});
var html_d71b7ddbe2d145809d8d52c8ccfdac1d = $('<div id="html_d71b7ddbe2d145809d8d52c8ccfdac1d" style="width: 100.0%; height: 100.0%;">YEW TEE MRT STATION / Exit: A</div>')[0];
popup_193866f9208f4334ad52b15db065526a.setContent(html_d71b7ddbe2d145809d8d52c8ccfdac1d);
regular_polygon_marker_aa043ea5e7b147e08789adb73aee9db1.bindPopup(popup_193866f9208f4334ad52b15db065526a);
var regular_polygon_marker_df60d6ee7043452b9987095222bddbe3 = new L.RegularPolygonMarker(
new L.LatLng(1.3970001049855005,103.7474315602674),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_11eb03e8ef7343aca3fb58832d4febf7 = L.popup({maxWidth: '300'});
var html_87ec9a6915544b80bda0bfac6801fd71 = $('<div id="html_87ec9a6915544b80bda0bfac6801fd71" style="width: 100.0%; height: 100.0%;">YEW TEE MRT STATION / Exit: C</div>')[0];
popup_11eb03e8ef7343aca3fb58832d4febf7.setContent(html_87ec9a6915544b80bda0bfac6801fd71);
regular_polygon_marker_df60d6ee7043452b9987095222bddbe3.bindPopup(popup_11eb03e8ef7343aca3fb58832d4febf7);
var regular_polygon_marker_69c75faa0573440d958f01b459ef86ba = new L.RegularPolygonMarker(
new L.LatLng(1.397271844908838,103.74711109733943),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_13b0863cd2434c429fd4eadb5fd646d4 = L.popup({maxWidth: '300'});
var html_4dfe93ca9b6f4eeba713ea11c84f39e6 = $('<div id="html_4dfe93ca9b6f4eeba713ea11c84f39e6" style="width: 100.0%; height: 100.0%;">YEW TEE MRT STATION / Exit: D</div>')[0];
popup_13b0863cd2434c429fd4eadb5fd646d4.setContent(html_4dfe93ca9b6f4eeba713ea11c84f39e6);
regular_polygon_marker_69c75faa0573440d958f01b459ef86ba.bindPopup(popup_13b0863cd2434c429fd4eadb5fd646d4);
var regular_polygon_marker_9e32166e2a98409aa3aacdbc5dea7689 = new L.RegularPolygonMarker(
new L.LatLng(1.3586945941598954,103.75209266281271),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7a46eccc188445b9a732a48f8ac73222 = L.popup({maxWidth: '300'});
var html_8016d13fa4254a2b8f8d4f30f15e9d8e = $('<div id="html_8016d13fa4254a2b8f8d4f30f15e9d8e" style="width: 100.0%; height: 100.0%;">BUKIT GOMBAK MRT STATION / Exit: B</div>')[0];
popup_7a46eccc188445b9a732a48f8ac73222.setContent(html_8016d13fa4254a2b8f8d4f30f15e9d8e);
regular_polygon_marker_9e32166e2a98409aa3aacdbc5dea7689.bindPopup(popup_7a46eccc188445b9a732a48f8ac73222);
var regular_polygon_marker_bb52b43c159e41439bf468365abdd14f = new L.RegularPolygonMarker(
new L.LatLng(1.3784642999029362,103.74922650819215),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b8e817e1c5f84f6eaabf586a3dd5d8c0 = L.popup({maxWidth: '300'});
var html_6f9ee559df5c4483b901adef3b7a2439 = $('<div id="html_6f9ee559df5c4483b901adef3b7a2439" style="width: 100.0%; height: 100.0%;">KEAT HONG LRT STATION / Exit: A</div>')[0];
popup_b8e817e1c5f84f6eaabf586a3dd5d8c0.setContent(html_6f9ee559df5c4483b901adef3b7a2439);
regular_polygon_marker_bb52b43c159e41439bf468365abdd14f.bindPopup(popup_b8e817e1c5f84f6eaabf586a3dd5d8c0);
var regular_polygon_marker_a7e146b03e104ad28ea710132a0ad874 = new L.RegularPolygonMarker(
new L.LatLng(1.3765635280839468,103.75382576911743),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4bfc053f18ea48319046bb9f186e6fd7 = L.popup({maxWidth: '300'});
var html_d5b07279bb4544459b8250a8283e39c8 = $('<div id="html_d5b07279bb4544459b8250a8283e39c8" style="width: 100.0%; height: 100.0%;">TECK WHYE LRT STATION / Exit: A</div>')[0];
popup_4bfc053f18ea48319046bb9f186e6fd7.setContent(html_d5b07279bb4544459b8250a8283e39c8);
regular_polygon_marker_a7e146b03e104ad28ea710132a0ad874.bindPopup(popup_4bfc053f18ea48319046bb9f186e6fd7);
var regular_polygon_marker_9c39f3913a5c4cc4b6eda0eb90a1cdba = new L.RegularPolygonMarker(
new L.LatLng(1.3786134015501987,103.75825214192758),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_72a3344ef2a044e8ab71df7168ba9905 = L.popup({maxWidth: '300'});
var html_71211eda38e348c2a3d3a117d2b03978 = $('<div id="html_71211eda38e348c2a3d3a117d2b03978" style="width: 100.0%; height: 100.0%;">PHOENIX LRT STATION / Exit: A</div>')[0];
popup_72a3344ef2a044e8ab71df7168ba9905.setContent(html_71211eda38e348c2a3d3a117d2b03978);
regular_polygon_marker_9c39f3913a5c4cc4b6eda0eb90a1cdba.bindPopup(popup_72a3344ef2a044e8ab71df7168ba9905);
var regular_polygon_marker_8742140126bd46929791968879ee4d3d = new L.RegularPolygonMarker(
new L.LatLng(1.3807444507325166,103.75959751007404),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00aaff',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_438f363001f947268a3277d04888d5e0 = L.popup({maxWidth: '300'});
var html_cdca2648c8ff4ff3929aa1bcc69e8f7f = $('<div id="html_cdca2648c8ff4ff3929aa1bcc69e8f7f" style="width: 100.0%; height: 100.0%;">TEN MILE JUNCTION LRT STATION / Exit: NULL</div>')[0];
popup_438f363001f947268a3277d04888d5e0.setContent(html_cdca2648c8ff4ff3929aa1bcc69e8f7f);
regular_polygon_marker_8742140126bd46929791968879ee4d3d.bindPopup(popup_438f363001f947268a3277d04888d5e0);
var regular_polygon_marker_c0661edcf36a4d6fb323ec4db1aa2e8a = new L.RegularPolygonMarker(
new L.LatLng(1.377602561745446,103.76679268132933),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1380ff58f1f6483fbc7eb12f997f23ae = L.popup({maxWidth: '300'});
var html_763f370bf7fa4bad8bf8189d589a81df = $('<div id="html_763f370bf7fa4bad8bf8189d589a81df" style="width: 100.0%; height: 100.0%;">PETIR LRT STATION / Exit: A</div>')[0];
popup_1380ff58f1f6483fbc7eb12f997f23ae.setContent(html_763f370bf7fa4bad8bf8189d589a81df);
regular_polygon_marker_c0661edcf36a4d6fb323ec4db1aa2e8a.bindPopup(popup_1380ff58f1f6483fbc7eb12f997f23ae);
var regular_polygon_marker_33d18244cfc3431f983d2ff8762e780a = new L.RegularPolygonMarker(
new L.LatLng(1.3762964506158841,103.77132750876741),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_420431c9cd4944de9200d8ed4722b37e = L.popup({maxWidth: '300'});
var html_3886231f4e5f44c0888d5a695b3f72de = $('<div id="html_3886231f4e5f44c0888d5a695b3f72de" style="width: 100.0%; height: 100.0%;">PENDING LRT STATION / Exit: A</div>')[0];
popup_420431c9cd4944de9200d8ed4722b37e.setContent(html_3886231f4e5f44c0888d5a695b3f72de);
regular_polygon_marker_33d18244cfc3431f983d2ff8762e780a.bindPopup(popup_420431c9cd4944de9200d8ed4722b37e);
var regular_polygon_marker_d83adf39af7e42dfb4b817b8ae88ad21 = new L.RegularPolygonMarker(
new L.LatLng(1.379852680536684,103.7725902411125),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7c106cce49424f499c2805dab8526ba3 = L.popup({maxWidth: '300'});
var html_6e46c4e764054677a7fd97154d260351 = $('<div id="html_6e46c4e764054677a7fd97154d260351" style="width: 100.0%; height: 100.0%;">BANGKIT LRT STATION / Exit: A</div>')[0];
popup_7c106cce49424f499c2805dab8526ba3.setContent(html_6e46c4e764054677a7fd97154d260351);
regular_polygon_marker_d83adf39af7e42dfb4b817b8ae88ad21.bindPopup(popup_7c106cce49424f499c2805dab8526ba3);
var regular_polygon_marker_f748df2a58d64a46ac6696e5989cc555 = new L.RegularPolygonMarker(
new L.LatLng(1.384464404874829,103.77067518509283),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_23e7189e06864b2998e19c56506548c0 = L.popup({maxWidth: '300'});
var html_7eabbd3309434dac90d00fb831e7a315 = $('<div id="html_7eabbd3309434dac90d00fb831e7a315" style="width: 100.0%; height: 100.0%;">FAJAR LRT STATION / Exit: A</div>')[0];
popup_23e7189e06864b2998e19c56506548c0.setContent(html_7eabbd3309434dac90d00fb831e7a315);
regular_polygon_marker_f748df2a58d64a46ac6696e5989cc555.bindPopup(popup_23e7189e06864b2998e19c56506548c0);
var regular_polygon_marker_f088d1a8af7e4a89bfda83d0c136b50f = new L.RegularPolygonMarker(
new L.LatLng(1.3878108891719847,103.76940958119766),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_47529ab5196e4103acfab9d1dfaea313 = L.popup({maxWidth: '300'});
var html_c98d0cc97a824b428ff6cdf18fdff539 = $('<div id="html_c98d0cc97a824b428ff6cdf18fdff539" style="width: 100.0%; height: 100.0%;">SEGAR LRT STATION / Exit: A</div>')[0];
popup_47529ab5196e4103acfab9d1dfaea313.setContent(html_c98d0cc97a824b428ff6cdf18fdff539);
regular_polygon_marker_f088d1a8af7e4a89bfda83d0c136b50f.bindPopup(popup_47529ab5196e4103acfab9d1dfaea313);
var regular_polygon_marker_873e59bda2fa4ff1a10cf453e82c7e67 = new L.RegularPolygonMarker(
new L.LatLng(1.3868320328957962,103.76467645959173),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3c7014bf1bb2465a88cb29792d7250e2 = L.popup({maxWidth: '300'});
var html_098ccf9acc634d83b2b7c0a211ba99ea = $('<div id="html_098ccf9acc634d83b2b7c0a211ba99ea" style="width: 100.0%; height: 100.0%;">JELAPANG LRT STAION / Exit: A</div>')[0];
popup_3c7014bf1bb2465a88cb29792d7250e2.setContent(html_098ccf9acc634d83b2b7c0a211ba99ea);
regular_polygon_marker_873e59bda2fa4ff1a10cf453e82c7e67.bindPopup(popup_3c7014bf1bb2465a88cb29792d7250e2);
var regular_polygon_marker_262c7cebbc864e6dbf6966f688416cd0 = new L.RegularPolygonMarker(
new L.LatLng(1.3828747806911725,103.76232543300611),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8ac05af9083648ceb0b61da1a06f593f = L.popup({maxWidth: '300'});
var html_b6a218d349d04f768110b7fbea54aaf6 = $('<div id="html_b6a218d349d04f768110b7fbea54aaf6" style="width: 100.0%; height: 100.0%;">SENJA LRT STATION / Exit: A</div>')[0];
popup_8ac05af9083648ceb0b61da1a06f593f.setContent(html_b6a218d349d04f768110b7fbea54aaf6);
regular_polygon_marker_262c7cebbc864e6dbf6966f688416cd0.bindPopup(popup_8ac05af9083648ceb0b61da1a06f593f);
var regular_polygon_marker_26b9854e98ba4f64bdef723f47a20b1b = new L.RegularPolygonMarker(
new L.LatLng(1.3780197168968749,103.76306322227661),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_11343434e05240578b3a069f70894250 = L.popup({maxWidth: '300'});
var html_927caeaf3aee4288bb86b3a41be794fb = $('<div id="html_927caeaf3aee4288bb86b3a41be794fb" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG LRT STATION / Exit: A</div>')[0];
popup_11343434e05240578b3a069f70894250.setContent(html_927caeaf3aee4288bb86b3a41be794fb);
regular_polygon_marker_26b9854e98ba4f64bdef723f47a20b1b.bindPopup(popup_11343434e05240578b3a069f70894250);
var regular_polygon_marker_963ae5f5cf764bba89dc66c5a119385d = new L.RegularPolygonMarker(
new L.LatLng(1.3778625821344526,103.763178187426),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8d15c5295f6643b1a814d700991fdac9 = L.popup({maxWidth: '300'});
var html_8878f25104ce49159ade5f87f5f5660d = $('<div id="html_8878f25104ce49159ade5f87f5f5660d" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG LRT STATION / Exit: B</div>')[0];
popup_8d15c5295f6643b1a814d700991fdac9.setContent(html_8878f25104ce49159ade5f87f5f5660d);
regular_polygon_marker_963ae5f5cf764bba89dc66c5a119385d.bindPopup(popup_8d15c5295f6643b1a814d700991fdac9);
var regular_polygon_marker_a5d89413e1dc4ef6ba699e7d032ae161 = new L.RegularPolygonMarker(
new L.LatLng(1.4158646934143084,103.90191117601327),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4f8425b3f8ea4bafb14a3b91f3be8301 = L.popup({maxWidth: '300'});
var html_b74d45a2e074463eb51a9f74a47ede1d = $('<div id="html_b74d45a2e074463eb51a9f74a47ede1d" style="width: 100.0%; height: 100.0%;">SAMUDERA LRT STATION / Exit: A</div>')[0];
popup_4f8425b3f8ea4bafb14a3b91f3be8301.setContent(html_b74d45a2e074463eb51a9f74a47ede1d);
regular_polygon_marker_a5d89413e1dc4ef6ba699e7d032ae161.bindPopup(popup_4f8425b3f8ea4bafb14a3b91f3be8301);
var regular_polygon_marker_ceb4a93eb3fd44d7a8892506531f8efe = new L.RegularPolygonMarker(
new L.LatLng(1.4159051900839648,103.90236122660319),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2b50e56ac2ff4b8eb945768be283b34c = L.popup({maxWidth: '300'});
var html_ebf7274410564072a9ca184248edebae = $('<div id="html_ebf7274410564072a9ca184248edebae" style="width: 100.0%; height: 100.0%;">SAMUDERA LRT STATION / Exit: B</div>')[0];
popup_2b50e56ac2ff4b8eb945768be283b34c.setContent(html_ebf7274410564072a9ca184248edebae);
regular_polygon_marker_ceb4a93eb3fd44d7a8892506531f8efe.bindPopup(popup_2b50e56ac2ff4b8eb945768be283b34c);
var regular_polygon_marker_91d55c315deb45d1a471c6f96ef2156f = new L.RegularPolygonMarker(
new L.LatLng(1.4128750683955558,103.90678119626087),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_22e9edbd3a54431fbdd18d70ad32bfce = L.popup({maxWidth: '300'});
var html_cd982f669ab846a3aeacb0b960b00c15 = $('<div id="html_cd982f669ab846a3aeacb0b960b00c15" style="width: 100.0%; height: 100.0%;">TECK LEE LRT STATION / Exit: A</div>')[0];
popup_22e9edbd3a54431fbdd18d70ad32bfce.setContent(html_cd982f669ab846a3aeacb0b960b00c15);
regular_polygon_marker_91d55c315deb45d1a471c6f96ef2156f.bindPopup(popup_22e9edbd3a54431fbdd18d70ad32bfce);
var regular_polygon_marker_d80e45baf1704a9d8b88a0663e851d49 = new L.RegularPolygonMarker(
new L.LatLng(1.4129283360455132,103.90651045688001),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f37fa4ee0f2f4c82958e600fac6270b1 = L.popup({maxWidth: '300'});
var html_d022354e300d44278e1c883d29201c8a = $('<div id="html_d022354e300d44278e1c883d29201c8a" style="width: 100.0%; height: 100.0%;">TECK LEE LRT STATION / Exit: B</div>')[0];
popup_f37fa4ee0f2f4c82958e600fac6270b1.setContent(html_d022354e300d44278e1c883d29201c8a);
regular_polygon_marker_d80e45baf1704a9d8b88a0663e851d49.bindPopup(popup_f37fa4ee0f2f4c82958e600fac6270b1);
var regular_polygon_marker_f0c53f011dd3438b988162f8be266351 = new L.RegularPolygonMarker(
new L.LatLng(1.409701833201744,103.90503823765523),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_56ef0c5433054743952d3a778a91d2b8 = L.popup({maxWidth: '300'});
var html_4b8db921108d425a92112756f52beb1b = $('<div id="html_4b8db921108d425a92112756f52beb1b" style="width: 100.0%; height: 100.0%;">SAM KEE LRT STATION / Exit: A</div>')[0];
popup_56ef0c5433054743952d3a778a91d2b8.setContent(html_4b8db921108d425a92112756f52beb1b);
regular_polygon_marker_f0c53f011dd3438b988162f8be266351.bindPopup(popup_56ef0c5433054743952d3a778a91d2b8);
var regular_polygon_marker_05a599ca73e64beeacb4d05b05ecc35b = new L.RegularPolygonMarker(
new L.LatLng(1.40982700572248,103.90479194646868),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9363dfb3e4374b15ba57700ead1da796 = L.popup({maxWidth: '300'});
var html_1a431ddea42b45dc8e5b4144220052ce = $('<div id="html_1a431ddea42b45dc8e5b4144220052ce" style="width: 100.0%; height: 100.0%;">SAM KEE LRT STATION / Exit: B</div>')[0];
popup_9363dfb3e4374b15ba57700ead1da796.setContent(html_1a431ddea42b45dc8e5b4144220052ce);
regular_polygon_marker_05a599ca73e64beeacb4d05b05ecc35b.bindPopup(popup_9363dfb3e4374b15ba57700ead1da796);
var regular_polygon_marker_2209897d73344041b19e8d7b2d59e6f5 = new L.RegularPolygonMarker(
new L.LatLng(1.4050453616719436,103.90861352294925),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b70707b8fe0640ae8f37de490273b546 = L.popup({maxWidth: '300'});
var html_61d68a517f5e4ed48e9d590846b3e500 = $('<div id="html_61d68a517f5e4ed48e9d590846b3e500" style="width: 100.0%; height: 100.0%;">DAMAI LRT STATION / Exit: B</div>')[0];
popup_b70707b8fe0640ae8f37de490273b546.setContent(html_61d68a517f5e4ed48e9d590846b3e500);
regular_polygon_marker_2209897d73344041b19e8d7b2d59e6f5.bindPopup(popup_b70707b8fe0640ae8f37de490273b546);
var regular_polygon_marker_61aa7bbe2e534489b4d5422da838ead7 = new L.RegularPolygonMarker(
new L.LatLng(1.402103052726055,103.91275424073541),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e3e8385f383241239f1c0d9050809a39 = L.popup({maxWidth: '300'});
var html_f10fc8c08ef7401394712ffd65cf2011 = $('<div id="html_f10fc8c08ef7401394712ffd65cf2011" style="width: 100.0%; height: 100.0%;">OASIS LRT STATION / Exit: B</div>')[0];
popup_e3e8385f383241239f1c0d9050809a39.setContent(html_f10fc8c08ef7401394712ffd65cf2011);
regular_polygon_marker_61aa7bbe2e534489b4d5422da838ead7.bindPopup(popup_e3e8385f383241239f1c0d9050809a39);
var regular_polygon_marker_b419ae8f2cf5494db6d1cccee34543f7 = new L.RegularPolygonMarker(
new L.LatLng(1.3994108001217624,103.91651679684095),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_86236e9e03e04d8699c1527780bebbdf = L.popup({maxWidth: '300'});
var html_fa49f6d203c04b0faa1176aa8f23a0f9 = $('<div id="html_fa49f6d203c04b0faa1176aa8f23a0f9" style="width: 100.0%; height: 100.0%;">KADALOOR LRT STATION / Exit: B</div>')[0];
popup_86236e9e03e04d8699c1527780bebbdf.setContent(html_fa49f6d203c04b0faa1176aa8f23a0f9);
regular_polygon_marker_b419ae8f2cf5494db6d1cccee34543f7.bindPopup(popup_86236e9e03e04d8699c1527780bebbdf);
var regular_polygon_marker_f985d2235d324264a4905ba4e1314309 = new L.RegularPolygonMarker(
new L.LatLng(1.3945583990884272,103.91593513729772),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_defa1c719aac421eba290a6ea7901bb8 = L.popup({maxWidth: '300'});
var html_33dbe0b23f074ba7a2fbb1515d896208 = $('<div id="html_33dbe0b23f074ba7a2fbb1515d896208" style="width: 100.0%; height: 100.0%;">RIVIERA LRT STATION / Exit: B</div>')[0];
popup_defa1c719aac421eba290a6ea7901bb8.setContent(html_33dbe0b23f074ba7a2fbb1515d896208);
regular_polygon_marker_f985d2235d324264a4905ba4e1314309.bindPopup(popup_defa1c719aac421eba290a6ea7901bb8);
var regular_polygon_marker_a7583bb0bb214798b51c2ad44da4c4e8 = new L.RegularPolygonMarker(
new L.LatLng(1.394324944294127,103.9162627649963),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_626b1578742346c6acaca2f49f66fb1f = L.popup({maxWidth: '300'});
var html_0c199c3b25614ea6a1b1192f5d67f131 = $('<div id="html_0c199c3b25614ea6a1b1192f5d67f131" style="width: 100.0%; height: 100.0%;">RIVIERA LRT STATION / Exit: A</div>')[0];
popup_626b1578742346c6acaca2f49f66fb1f.setContent(html_0c199c3b25614ea6a1b1192f5d67f131);
regular_polygon_marker_a7583bb0bb214798b51c2ad44da4c4e8.bindPopup(popup_626b1578742346c6acaca2f49f66fb1f);
var regular_polygon_marker_ca2a50e7eae442b9a22235ecdae15796 = new L.RegularPolygonMarker(
new L.LatLng(1.3939701407795522,103.91270841109345),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_074736d3ed734166afc4fb358d58f139 = L.popup({maxWidth: '300'});
var html_57e54e4f7a04499cb3cfa1802f91bb9b = $('<div id="html_57e54e4f7a04499cb3cfa1802f91bb9b" style="width: 100.0%; height: 100.0%;">CORAL EDGE LRT STATION / Exit: B</div>')[0];
popup_074736d3ed734166afc4fb358d58f139.setContent(html_57e54e4f7a04499cb3cfa1802f91bb9b);
regular_polygon_marker_ca2a50e7eae442b9a22235ecdae15796.bindPopup(popup_074736d3ed734166afc4fb358d58f139);
var regular_polygon_marker_c0800152c3b54fb5beb5222b763bb9ca = new L.RegularPolygonMarker(
new L.LatLng(1.3936839857882224,103.91265190057143),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_01d5118f32844c96874d3c2ba2dbbe65 = L.popup({maxWidth: '300'});
var html_e7a1e517cbe44a73abaf2acbb08df9c9 = $('<div id="html_e7a1e517cbe44a73abaf2acbb08df9c9" style="width: 100.0%; height: 100.0%;">CORAL EDGE LRT STATION / Exit: A</div>')[0];
popup_01d5118f32844c96874d3c2ba2dbbe65.setContent(html_e7a1e517cbe44a73abaf2acbb08df9c9);
regular_polygon_marker_c0800152c3b54fb5beb5222b763bb9ca.bindPopup(popup_01d5118f32844c96874d3c2ba2dbbe65);
var regular_polygon_marker_fe12cb4170de4d0288866b41373439ac = new L.RegularPolygonMarker(
new L.LatLng(1.3993019895756749,103.9061756805247),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2a244cb2e64e4b18b7ef20644670cdd0 = L.popup({maxWidth: '300'});
var html_2b1dea6a7f5a4d3ba383ab6987f16ded = $('<div id="html_2b1dea6a7f5a4d3ba383ab6987f16ded" style="width: 100.0%; height: 100.0%;">COVE LRT STATION / Exit: B</div>')[0];
popup_2a244cb2e64e4b18b7ef20644670cdd0.setContent(html_2b1dea6a7f5a4d3ba383ab6987f16ded);
regular_polygon_marker_fe12cb4170de4d0288866b41373439ac.bindPopup(popup_2a244cb2e64e4b18b7ef20644670cdd0);
var regular_polygon_marker_7617c71cd3ba4a53a8b41fd62fcc29ab = new L.RegularPolygonMarker(
new L.LatLng(1.265084367834525,103.82250947410179),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00aaff',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9ed239711a8345508d23f845d3e56e50 = L.popup({maxWidth: '300'});
var html_66f9b448651d43bbb3cc1a93913779a9 = $('<div id="html_66f9b448651d43bbb3cc1a93913779a9" style="width: 100.0%; height: 100.0%;">SENTOSA LRT STATION / Exit: NULL</div>')[0];
popup_9ed239711a8345508d23f845d3e56e50.setContent(html_66f9b448651d43bbb3cc1a93913779a9);
regular_polygon_marker_7617c71cd3ba4a53a8b41fd62fcc29ab.bindPopup(popup_9ed239711a8345508d23f845d3e56e50);
var regular_polygon_marker_33b507ef63c44b2ab455a11eae570a22 = new L.RegularPolygonMarker(
new L.LatLng(1.392157600637887,103.8762613204142),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8f4ca393c7ad45dfbda68ebc5370aa1a = L.popup({maxWidth: '300'});
var html_24d5b879d3d84ee99f9fadf1de1acbb3 = $('<div id="html_24d5b879d3d84ee99f9fadf1de1acbb3" style="width: 100.0%; height: 100.0%;">FERNVALE LRT STATION / Exit: A</div>')[0];
popup_8f4ca393c7ad45dfbda68ebc5370aa1a.setContent(html_24d5b879d3d84ee99f9fadf1de1acbb3);
regular_polygon_marker_33b507ef63c44b2ab455a11eae570a22.bindPopup(popup_8f4ca393c7ad45dfbda68ebc5370aa1a);
var regular_polygon_marker_f78be7a6febe4107850c2a8d34850330 = new L.RegularPolygonMarker(
new L.LatLng(1.3779272608097013,103.76272219005799),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e8d1993ea19f4c7b801ec0fd234b5dc7 = L.popup({maxWidth: '300'});
var html_1b525f896fcb4500aa28aeb1b35a9712 = $('<div id="html_1b525f896fcb4500aa28aeb1b35a9712" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG LRT STATION / Exit: C</div>')[0];
popup_e8d1993ea19f4c7b801ec0fd234b5dc7.setContent(html_1b525f896fcb4500aa28aeb1b35a9712);
regular_polygon_marker_f78be7a6febe4107850c2a8d34850330.bindPopup(popup_e8d1993ea19f4c7b801ec0fd234b5dc7);
var regular_polygon_marker_8a780ad392d643019203db53cafdb7d2 = new L.RegularPolygonMarker(
new L.LatLng(1.3780234360902028,103.76325151904459),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8102c2d891f642db8de730f10179c05f = L.popup({maxWidth: '300'});
var html_7a15e3bdadb148f8ae8dbc77d51d4b13 = $('<div id="html_7a15e3bdadb148f8ae8dbc77d51d4b13" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG LRT STATION / Exit: D</div>')[0];
popup_8102c2d891f642db8de730f10179c05f.setContent(html_7a15e3bdadb148f8ae8dbc77d51d4b13);
regular_polygon_marker_8a780ad392d643019203db53cafdb7d2.bindPopup(popup_8102c2d891f642db8de730f10179c05f);
var regular_polygon_marker_dd5a0941233a47c282e4284e529ed468 = new L.RegularPolygonMarker(
new L.LatLng(1.3270606090106465,103.94572270825356),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_72b0a31e721a4ff5bc5cbfa75f176341 = L.popup({maxWidth: '300'});
var html_9b6a9d864af3462fae344b7dd940a1d3 = $('<div id="html_9b6a9d864af3462fae344b7dd940a1d3" style="width: 100.0%; height: 100.0%;">TANAH MERAH MRT STATION / Exit: B</div>')[0];
popup_72b0a31e721a4ff5bc5cbfa75f176341.setContent(html_9b6a9d864af3462fae344b7dd940a1d3);
regular_polygon_marker_dd5a0941233a47c282e4284e529ed468.bindPopup(popup_72b0a31e721a4ff5bc5cbfa75f176341);
var regular_polygon_marker_679c2eca3cf5454ba67ed3d206d82995 = new L.RegularPolygonMarker(
new L.LatLng(1.3541932610558087,103.94265334820068),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c599dfcaf0e142a7a7c173a60abcbd0e = L.popup({maxWidth: '300'});
var html_1926798d380943a1b068d04fd2058cd5 = $('<div id="html_1926798d380943a1b068d04fd2058cd5" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: F</div>')[0];
popup_c599dfcaf0e142a7a7c173a60abcbd0e.setContent(html_1926798d380943a1b068d04fd2058cd5);
regular_polygon_marker_679c2eca3cf5454ba67ed3d206d82995.bindPopup(popup_c599dfcaf0e142a7a7c173a60abcbd0e);
var regular_polygon_marker_e1de46e2ae7d449ebfecbaf901843cba = new L.RegularPolygonMarker(
new L.LatLng(1.321561031827619,103.87155527397715),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4644f57136524d19991c706703d9b22e = L.popup({maxWidth: '300'});
var html_26c04096273e471cb112c51e6881d080 = $('<div id="html_26c04096273e471cb112c51e6881d080" style="width: 100.0%; height: 100.0%;">GEYLANG BAHRU MRT STATION / Exit: A</div>')[0];
popup_4644f57136524d19991c706703d9b22e.setContent(html_26c04096273e471cb112c51e6881d080);
regular_polygon_marker_e1de46e2ae7d449ebfecbaf901843cba.bindPopup(popup_4644f57136524d19991c706703d9b22e);
var regular_polygon_marker_a7a19f9cb3d0472594a63f381aa93537 = new L.RegularPolygonMarker(
new L.LatLng(1.3564600954017365,103.9545401072562),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4268ad524f5a468192a49f69398a39e8 = L.popup({maxWidth: '300'});
var html_edead86b990a4b488c2f5dcdadd1a895 = $('<div id="html_edead86b990a4b488c2f5dcdadd1a895" style="width: 100.0%; height: 100.0%;">TAMPINES EAST MRT STATION / Exit: A</div>')[0];
popup_4268ad524f5a468192a49f69398a39e8.setContent(html_edead86b990a4b488c2f5dcdadd1a895);
regular_polygon_marker_a7a19f9cb3d0472594a63f381aa93537.bindPopup(popup_4268ad524f5a468192a49f69398a39e8);
var regular_polygon_marker_a9a5fe3f53694f70a1a3dac3e7db5764 = new L.RegularPolygonMarker(
new L.LatLng(1.3349212235636096,103.90914594304027),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c4510fab98be4e0ea0663bbd3509309f = L.popup({maxWidth: '300'});
var html_9fb0025b014e443dacec10b92cb45da1 = $('<div id="html_9fb0025b014e443dacec10b92cb45da1" style="width: 100.0%; height: 100.0%;">KAKI BUKIT MRT STATION / Exit: B</div>')[0];
popup_c4510fab98be4e0ea0663bbd3509309f.setContent(html_9fb0025b014e443dacec10b92cb45da1);
regular_polygon_marker_a9a5fe3f53694f70a1a3dac3e7db5764.bindPopup(popup_c4510fab98be4e0ea0663bbd3509309f);
var regular_polygon_marker_59e0a54260db4994a90846f816fbe785 = new L.RegularPolygonMarker(
new L.LatLng(1.336554237007895,103.93348685622401),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_09579438edb54d969b93d5fa58328ca7 = L.popup({maxWidth: '300'});
var html_db789de6f33c4357ba581aabec01751c = $('<div id="html_db789de6f33c4357ba581aabec01751c" style="width: 100.0%; height: 100.0%;">BEDOK RESERVOIR MRT STATION / Exit: B</div>')[0];
popup_09579438edb54d969b93d5fa58328ca7.setContent(html_db789de6f33c4357ba581aabec01751c);
regular_polygon_marker_59e0a54260db4994a90846f816fbe785.bindPopup(popup_09579438edb54d969b93d5fa58328ca7);
var regular_polygon_marker_b19450eeadd9466fab88aa92232e47e0 = new L.RegularPolygonMarker(
new L.LatLng(1.297698451257575,103.84927137029517),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b5c7ac564cc2498d82a6de83e2dbc121 = L.popup({maxWidth: '300'});
var html_dc346b2f46a5470e92a120a0535faf5b = $('<div id="html_dc346b2f46a5470e92a120a0535faf5b" style="width: 100.0%; height: 100.0%;">BENCOOLEN MRT STATION / Exit: C</div>')[0];
popup_b5c7ac564cc2498d82a6de83e2dbc121.setContent(html_dc346b2f46a5470e92a120a0535faf5b);
regular_polygon_marker_b19450eeadd9466fab88aa92232e47e0.bindPopup(popup_b5c7ac564cc2498d82a6de83e2dbc121);
var regular_polygon_marker_0f161581c4274ff5a276c2865b796be7 = new L.RegularPolygonMarker(
new L.LatLng(1.299194529158939,103.85084305093513),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_238aed578e444495b8c8e0bc0157d227 = L.popup({maxWidth: '300'});
var html_eb6a374c2717433e93a8bcf2e83ca44b = $('<div id="html_eb6a374c2717433e93a8bcf2e83ca44b" style="width: 100.0%; height: 100.0%;">BENCOOLEN MRT STATION / Exit: A</div>')[0];
popup_238aed578e444495b8c8e0bc0157d227.setContent(html_eb6a374c2717433e93a8bcf2e83ca44b);
regular_polygon_marker_0f161581c4274ff5a276c2865b796be7.bindPopup(popup_238aed578e444495b8c8e0bc0157d227);
var regular_polygon_marker_05844435dcac495d9d7e6b51e867aaea = new L.RegularPolygonMarker(
new L.LatLng(1.3353105393148297,103.9094047652416),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_dabdc0419157480b9ac34b811d42e1f3 = L.popup({maxWidth: '300'});
var html_8ad0750c427c4c7695a95e367af0342d = $('<div id="html_8ad0750c427c4c7695a95e367af0342d" style="width: 100.0%; height: 100.0%;">KAKI BUKIT MRT STATION / Exit: A</div>')[0];
popup_dabdc0419157480b9ac34b811d42e1f3.setContent(html_8ad0750c427c4c7695a95e367af0342d);
regular_polygon_marker_05844435dcac495d9d7e6b51e867aaea.bindPopup(popup_dabdc0419157480b9ac34b811d42e1f3);
var regular_polygon_marker_a393b599acbc4f2b879c617f3b3f865e = new L.RegularPolygonMarker(
new L.LatLng(1.3449985310698418,103.93894817034057),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2dfc9d60fb854bac985a364bcf4c01d7 = L.popup({maxWidth: '300'});
var html_06ced43590e24c8db7a0883e6bacbf83 = $('<div id="html_06ced43590e24c8db7a0883e6bacbf83" style="width: 100.0%; height: 100.0%;">TAMPINES WEST MRT STATION / Exit: B</div>')[0];
popup_2dfc9d60fb854bac985a364bcf4c01d7.setContent(html_06ced43590e24c8db7a0883e6bacbf83);
regular_polygon_marker_a393b599acbc4f2b879c617f3b3f865e.bindPopup(popup_2dfc9d60fb854bac985a364bcf4c01d7);
var regular_polygon_marker_e4a21b0c2b56440d8bdde460377a6135 = new L.RegularPolygonMarker(
new L.LatLng(1.3048892276383985,103.85529579178154),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_78cd2f5c443d48f496e2f5c4c04c0c2e = L.popup({maxWidth: '300'});
var html_b8415ef17b7743c085e0595a0c942cdc = $('<div id="html_b8415ef17b7743c085e0595a0c942cdc" style="width: 100.0%; height: 100.0%;">JALAN BESAR MRT STATION / Exit: A</div>')[0];
popup_78cd2f5c443d48f496e2f5c4c04c0c2e.setContent(html_b8415ef17b7743c085e0595a0c942cdc);
regular_polygon_marker_e4a21b0c2b56440d8bdde460377a6135.bindPopup(popup_78cd2f5c443d48f496e2f5c4c04c0c2e);
var regular_polygon_marker_cdfedef95ca045689ffe821d2a90e1c3 = new L.RegularPolygonMarker(
new L.LatLng(1.3138518389912786,103.86307367292532),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_44ae28dacd804e05924fef6ba6d1afc0 = L.popup({maxWidth: '300'});
var html_72eb0a613a6d4dffba11afbc46269d54 = $('<div id="html_72eb0a613a6d4dffba11afbc46269d54" style="width: 100.0%; height: 100.0%;">BENDEMEER MRT STATION / Exit: A</div>')[0];
popup_44ae28dacd804e05924fef6ba6d1afc0.setContent(html_72eb0a613a6d4dffba11afbc46269d54);
regular_polygon_marker_cdfedef95ca045689ffe821d2a90e1c3.bindPopup(popup_44ae28dacd804e05924fef6ba6d1afc0);
var regular_polygon_marker_0bb2f0f66f214dffac5836df9dcb8355 = new L.RegularPolygonMarker(
new L.LatLng(1.3344219102485626,103.91781019218483),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3dddcf67fad845b58f125a104e296e9b = L.popup({maxWidth: '300'});
var html_b250643f2cdd42d09d4cd808aef3bccd = $('<div id="html_b250643f2cdd42d09d4cd808aef3bccd" style="width: 100.0%; height: 100.0%;">BEDOK NORTH MRT STATION / Exit: C</div>')[0];
popup_3dddcf67fad845b58f125a104e296e9b.setContent(html_b250643f2cdd42d09d4cd808aef3bccd);
regular_polygon_marker_0bb2f0f66f214dffac5836df9dcb8355.bindPopup(popup_3dddcf67fad845b58f125a104e296e9b);
var regular_polygon_marker_f624f4ec1a294207812aaf8e354972c7 = new L.RegularPolygonMarker(
new L.LatLng(1.3408398075697372,103.96104274675818),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3b3f00e7c1df450ebe5c6d593adc4267 = L.popup({maxWidth: '300'});
var html_6423273847324b62a79b405f83198a30 = $('<div id="html_6423273847324b62a79b405f83198a30" style="width: 100.0%; height: 100.0%;">UPPER CHANGI MRT STATION / Exit: D</div>')[0];
popup_3b3f00e7c1df450ebe5c6d593adc4267.setContent(html_6423273847324b62a79b405f83198a30);
regular_polygon_marker_f624f4ec1a294207812aaf8e354972c7.bindPopup(popup_3b3f00e7c1df450ebe5c6d593adc4267);
var regular_polygon_marker_02c002648f2748f69f584f97e107bbc5 = new L.RegularPolygonMarker(
new L.LatLng(1.3211084495381038,103.87179393804367),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d53879c3d2fa4e6bad318b7160347c9a = L.popup({maxWidth: '300'});
var html_c4fa9f8c9f69438e91ac2b81627279a2 = $('<div id="html_c4fa9f8c9f69438e91ac2b81627279a2" style="width: 100.0%; height: 100.0%;">GEYLANG BAHRU MRT STATION / Exit: B</div>')[0];
popup_d53879c3d2fa4e6bad318b7160347c9a.setContent(html_c4fa9f8c9f69438e91ac2b81627279a2);
regular_polygon_marker_02c002648f2748f69f584f97e107bbc5.bindPopup(popup_d53879c3d2fa4e6bad318b7160347c9a);
var regular_polygon_marker_c86a534b76a6487d8a7356e5fbf7c44f = new L.RegularPolygonMarker(
new L.LatLng(1.3548699079728201,103.94367784865193),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_5e66252927944637aba59c2655b614bc = L.popup({maxWidth: '300'});
var html_55b37ed98b7e4b84ab7254ec0f0a9283 = $('<div id="html_55b37ed98b7e4b84ab7254ec0f0a9283" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: D</div>')[0];
popup_5e66252927944637aba59c2655b614bc.setContent(html_55b37ed98b7e4b84ab7254ec0f0a9283);
regular_polygon_marker_c86a534b76a6487d8a7356e5fbf7c44f.bindPopup(popup_5e66252927944637aba59c2655b614bc);
var regular_polygon_marker_c07b75e490754372a1a36ce1b159bdd0 = new L.RegularPolygonMarker(
new L.LatLng(1.3545956723612864,103.94272316357564),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3d8f8eedeea747b590a6b955f78120a0 = L.popup({maxWidth: '300'});
var html_77c8a7a6ee1d40e78f9305a22a12a394 = $('<div id="html_77c8a7a6ee1d40e78f9305a22a12a394" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: G</div>')[0];
popup_3d8f8eedeea747b590a6b955f78120a0.setContent(html_77c8a7a6ee1d40e78f9305a22a12a394);
regular_polygon_marker_c07b75e490754372a1a36ce1b159bdd0.bindPopup(popup_3d8f8eedeea747b590a6b955f78120a0);
var regular_polygon_marker_2872b3ff7e7c431dad92cec24b6ee889 = new L.RegularPolygonMarker(
new L.LatLng(1.3359503046800993,103.96216068874449),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c3a97f6803344d79a64203fd45ff8992 = L.popup({maxWidth: '300'});
var html_5ba2da28e2df4b3cbcd2f4dc9d049204 = $('<div id="html_5ba2da28e2df4b3cbcd2f4dc9d049204" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: C</div>')[0];
popup_c3a97f6803344d79a64203fd45ff8992.setContent(html_5ba2da28e2df4b3cbcd2f4dc9d049204);
regular_polygon_marker_2872b3ff7e7c431dad92cec24b6ee889.bindPopup(popup_c3a97f6803344d79a64203fd45ff8992);
var regular_polygon_marker_bcdf462bac954239a483229c05d78d48 = new L.RegularPolygonMarker(
new L.LatLng(1.3363470940190367,103.93288648867173),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_43a4a5001c7845eb969b26c287bff637 = L.popup({maxWidth: '300'});
var html_45b89d8fdea545cf94ccb9eb68d784ad = $('<div id="html_45b89d8fdea545cf94ccb9eb68d784ad" style="width: 100.0%; height: 100.0%;">BEDOK RESERVOIR MRT STATION / Exit: A</div>')[0];
popup_43a4a5001c7845eb969b26c287bff637.setContent(html_45b89d8fdea545cf94ccb9eb68d784ad);
regular_polygon_marker_bcdf462bac954239a483229c05d78d48.bindPopup(popup_43a4a5001c7845eb969b26c287bff637);
var regular_polygon_marker_06e8a426f2de444084033be1ae3b38b1 = new L.RegularPolygonMarker(
new L.LatLng(1.2981987337757692,103.849560144252),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3d8ce8c283e345608f715f606cd22bc6 = L.popup({maxWidth: '300'});
var html_14b4f54d3bee4e3a94135b7bcb067568 = $('<div id="html_14b4f54d3bee4e3a94135b7bcb067568" style="width: 100.0%; height: 100.0%;">BENCOOLEN MRT STATION / Exit: B</div>')[0];
popup_3d8ce8c283e345608f715f606cd22bc6.setContent(html_14b4f54d3bee4e3a94135b7bcb067568);
regular_polygon_marker_06e8a426f2de444084033be1ae3b38b1.bindPopup(popup_3d8ce8c283e345608f715f606cd22bc6);
var regular_polygon_marker_00c2f252597343c19acb2be34affa347 = new L.RegularPolygonMarker(
new L.LatLng(1.3348342218564628,103.96310034836492),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4f13a035f04349dda7960f06596408d3 = L.popup({maxWidth: '300'});
var html_3929d2d0d83e46f19ee78ce16bdf6da6 = $('<div id="html_3929d2d0d83e46f19ee78ce16bdf6da6" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: D</div>')[0];
popup_4f13a035f04349dda7960f06596408d3.setContent(html_3929d2d0d83e46f19ee78ce16bdf6da6);
regular_polygon_marker_00c2f252597343c19acb2be34affa347.bindPopup(popup_4f13a035f04349dda7960f06596408d3);
var regular_polygon_marker_4222fb3bd6b44f418be63f45cd187b31 = new L.RegularPolygonMarker(
new L.LatLng(1.3555525049570138,103.95570437777991),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_057187df9bec4328809daa8fb293bc37 = L.popup({maxWidth: '300'});
var html_dff48c75224a40f0a204fa8c0c28d9d5 = $('<div id="html_dff48c75224a40f0a204fa8c0c28d9d5" style="width: 100.0%; height: 100.0%;">TAMPINES EAST MRT STATION / Exit: C</div>')[0];
popup_057187df9bec4328809daa8fb293bc37.setContent(html_dff48c75224a40f0a204fa8c0c28d9d5);
regular_polygon_marker_4222fb3bd6b44f418be63f45cd187b31.bindPopup(popup_057187df9bec4328809daa8fb293bc37);
var regular_polygon_marker_73feea58e9004356827ae1f00347290c = new L.RegularPolygonMarker(
new L.LatLng(1.327250747190433,103.88273173373898),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_442626cbc97f4b4cb7116a68faf46c87 = L.popup({maxWidth: '300'});
var html_9ec82194d5dc4502a9149ac0c0a600fa = $('<div id="html_9ec82194d5dc4502a9149ac0c0a600fa" style="width: 100.0%; height: 100.0%;">MATTAR MRT STATION / Exit: A</div>')[0];
popup_442626cbc97f4b4cb7116a68faf46c87.setContent(html_9ec82194d5dc4502a9149ac0c0a600fa);
regular_polygon_marker_73feea58e9004356827ae1f00347290c.bindPopup(popup_442626cbc97f4b4cb7116a68faf46c87);
var regular_polygon_marker_376107cb5ca0490aacba18551b0bd2db = new L.RegularPolygonMarker(
new L.LatLng(1.355852778248843,103.94265847703986),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9ad6453e3f504ee09fbe9f89aff47bf4 = L.popup({maxWidth: '300'});
var html_4255a2273d4b46c49f7448fee87a315c = $('<div id="html_4255a2273d4b46c49f7448fee87a315c" style="width: 100.0%; height: 100.0%;">TAMPINES MRT STATION / Exit: E</div>')[0];
popup_9ad6453e3f504ee09fbe9f89aff47bf4.setContent(html_4255a2273d4b46c49f7448fee87a315c);
regular_polygon_marker_376107cb5ca0490aacba18551b0bd2db.bindPopup(popup_9ad6453e3f504ee09fbe9f89aff47bf4);
var regular_polygon_marker_7653fa1074f64dbbbe26674a9e8bf224 = new L.RegularPolygonMarker(
new L.LatLng(1.3418605309255704,103.96132814720956),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_be0b4ad27b544bc18213d57f760fb30a = L.popup({maxWidth: '300'});
var html_c4d78b71f9424d9c8df5b07fdf7997bb = $('<div id="html_c4d78b71f9424d9c8df5b07fdf7997bb" style="width: 100.0%; height: 100.0%;">UPPER CHANGI MRT STATION / Exit: A</div>')[0];
popup_be0b4ad27b544bc18213d57f760fb30a.setContent(html_c4d78b71f9424d9c8df5b07fdf7997bb);
regular_polygon_marker_7653fa1074f64dbbbe26674a9e8bf224.bindPopup(popup_be0b4ad27b544bc18213d57f760fb30a);
var regular_polygon_marker_a3814302289a4941927f034c7679a2a2 = new L.RegularPolygonMarker(
new L.LatLng(1.3555875596162146,103.95516968025984),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_af5c2469f8bb423b8b4631b60800e184 = L.popup({maxWidth: '300'});
var html_13f5d54b52ba4ffb8146a1010fe87eb6 = $('<div id="html_13f5d54b52ba4ffb8146a1010fe87eb6" style="width: 100.0%; height: 100.0%;">TAMPINES EAST MRT STATION / Exit: B</div>')[0];
popup_af5c2469f8bb423b8b4631b60800e184.setContent(html_13f5d54b52ba4ffb8146a1010fe87eb6);
regular_polygon_marker_a3814302289a4941927f034c7679a2a2.bindPopup(popup_af5c2469f8bb423b8b4631b60800e184);
var regular_polygon_marker_04c0b865d03848e0bf83c77d1ecae679 = new L.RegularPolygonMarker(
new L.LatLng(1.305466613552394,103.8552442308346),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_51c142fa52de4eb190acbead7b87e4ec = L.popup({maxWidth: '300'});
var html_4d0562a8e4b24f9b945401197ade8796 = $('<div id="html_4d0562a8e4b24f9b945401197ade8796" style="width: 100.0%; height: 100.0%;">JALAN BESAR MRT STATION / Exit: B</div>')[0];
popup_51c142fa52de4eb190acbead7b87e4ec.setContent(html_4d0562a8e4b24f9b945401197ade8796);
regular_polygon_marker_04c0b865d03848e0bf83c77d1ecae679.bindPopup(popup_51c142fa52de4eb190acbead7b87e4ec);
var regular_polygon_marker_22ef497277254dc7a9772245a192909b = new L.RegularPolygonMarker(
new L.LatLng(1.3351255995700944,103.91804949086331),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2a1417cbb88c4d26bc6a11394c7d9886 = L.popup({maxWidth: '300'});
var html_071ce1a849da4118bd28972296197bcb = $('<div id="html_071ce1a849da4118bd28972296197bcb" style="width: 100.0%; height: 100.0%;">BEDOK NORTH MRT STATION / Exit: A</div>')[0];
popup_2a1417cbb88c4d26bc6a11394c7d9886.setContent(html_071ce1a849da4118bd28972296197bcb);
regular_polygon_marker_22ef497277254dc7a9772245a192909b.bindPopup(popup_2a1417cbb88c4d26bc6a11394c7d9886);
var regular_polygon_marker_0fff7fcc543a41dbb542605f8998559e = new L.RegularPolygonMarker(
new L.LatLng(1.3420058757686195,103.96096029708198),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_72d5b32827cf49bfbbcf0cf811d89d69 = L.popup({maxWidth: '300'});
var html_47e14a032faf4ab793117556774adc2c = $('<div id="html_47e14a032faf4ab793117556774adc2c" style="width: 100.0%; height: 100.0%;">UPPER CHANGI MRT STATION / Exit: A</div>')[0];
popup_72d5b32827cf49bfbbcf0cf811d89d69.setContent(html_47e14a032faf4ab793117556774adc2c);
regular_polygon_marker_0fff7fcc543a41dbb542605f8998559e.bindPopup(popup_72d5b32827cf49bfbbcf0cf811d89d69);
var regular_polygon_marker_b3668c46ab0e4194b49b5da54ebd3971 = new L.RegularPolygonMarker(
new L.LatLng(1.3341654080322607,103.91906249041145),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_521b033f63fd41bcb1f0f870d6c7ea6d = L.popup({maxWidth: '300'});
var html_43ed8f0e8d3849c4b9d4c628ce046c71 = $('<div id="html_43ed8f0e8d3849c4b9d4c628ce046c71" style="width: 100.0%; height: 100.0%;">BEDOK NORTH MRT STATION / Exit: B</div>')[0];
popup_521b033f63fd41bcb1f0f870d6c7ea6d.setContent(html_43ed8f0e8d3849c4b9d4c628ce046c71);
regular_polygon_marker_b3668c46ab0e4194b49b5da54ebd3971.bindPopup(popup_521b033f63fd41bcb1f0f870d6c7ea6d);
var regular_polygon_marker_980f235763c840c59e5112252259c683 = new L.RegularPolygonMarker(
new L.LatLng(1.3134800586582858,103.86321889805414),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_eaa0a3f1bf504b9292672e939dd44195 = L.popup({maxWidth: '300'});
var html_48bb8a57c5e54226b8ec3ac080369e56 = $('<div id="html_48bb8a57c5e54226b8ec3ac080369e56" style="width: 100.0%; height: 100.0%;">BENDEMEER MRT STATION / Exit: B</div>')[0];
popup_eaa0a3f1bf504b9292672e939dd44195.setContent(html_48bb8a57c5e54226b8ec3ac080369e56);
regular_polygon_marker_980f235763c840c59e5112252259c683.bindPopup(popup_eaa0a3f1bf504b9292672e939dd44195);
var regular_polygon_marker_f46887beed1f4db386856f7239ec2583 = new L.RegularPolygonMarker(
new L.LatLng(1.3456299209013358,103.93819640662532),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f0bb6a1343644062b5696333f83519d0 = L.popup({maxWidth: '300'});
var html_2812f3c61d0e432c9a33498ed905fda3 = $('<div id="html_2812f3c61d0e432c9a33498ed905fda3" style="width: 100.0%; height: 100.0%;">TAMPINES WEST MRT STATION / Exit: A</div>')[0];
popup_f0bb6a1343644062b5696333f83519d0.setContent(html_2812f3c61d0e432c9a33498ed905fda3);
regular_polygon_marker_f46887beed1f4db386856f7239ec2583.bindPopup(popup_f0bb6a1343644062b5696333f83519d0);
var regular_polygon_marker_28325cd01cad4fc4b81cc9d6e3ad2a53 = new L.RegularPolygonMarker(
new L.LatLng(1.3261921111828965,103.8886148781837),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bed3aef36a77462596037385728c486a = L.popup({maxWidth: '300'});
var html_b500b80fedb944e7a55ee88f4a505cc5 = $('<div id="html_b500b80fedb944e7a55ee88f4a505cc5" style="width: 100.0%; height: 100.0%;">MACPHERSON MRT STATION / Exit: E</div>')[0];
popup_bed3aef36a77462596037385728c486a.setContent(html_b500b80fedb944e7a55ee88f4a505cc5);
regular_polygon_marker_28325cd01cad4fc4b81cc9d6e3ad2a53.bindPopup(popup_bed3aef36a77462596037385728c486a);
var regular_polygon_marker_0377c0be622f4b7e82cd9e73a505c461 = new L.RegularPolygonMarker(
new L.LatLng(1.3298301037746452,103.89858523745295),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8623cb47bee34614ac9fd4dba6d5cac0 = L.popup({maxWidth: '300'});
var html_63321dfbbfa34403832fe403d09eb38d = $('<div id="html_63321dfbbfa34403832fe403d09eb38d" style="width: 100.0%; height: 100.0%;">UBI MRT STATION / Exit: B</div>')[0];
popup_8623cb47bee34614ac9fd4dba6d5cac0.setContent(html_63321dfbbfa34403832fe403d09eb38d);
regular_polygon_marker_0377c0be622f4b7e82cd9e73a505c461.bindPopup(popup_8623cb47bee34614ac9fd4dba6d5cac0);
var regular_polygon_marker_a2d4b0999b1d43aba8aeb06c47676476 = new L.RegularPolygonMarker(
new L.LatLng(1.2928296092815303,103.84442469780888),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_68b3fd2d65f34fc38395b47018efd494 = L.popup({maxWidth: '300'});
var html_a1882a7058364aaf85908d27c8a688bc = $('<div id="html_a1882a7058364aaf85908d27c8a688bc" style="width: 100.0%; height: 100.0%;">FORT CANNING MRT STATION / Exit: B</div>')[0];
popup_68b3fd2d65f34fc38395b47018efd494.setContent(html_a1882a7058364aaf85908d27c8a688bc);
regular_polygon_marker_a2d4b0999b1d43aba8aeb06c47676476.bindPopup(popup_68b3fd2d65f34fc38395b47018efd494);
var regular_polygon_marker_169cd3d631fa42d9945a7dad17137da1 = new L.RegularPolygonMarker(
new L.LatLng(1.3343718234547912,103.91913396921177),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_95def786d6af4ba28bd595d59904f68c = L.popup({maxWidth: '300'});
var html_db020bea645b4f35a8cec75dcd13a449 = $('<div id="html_db020bea645b4f35a8cec75dcd13a449" style="width: 100.0%; height: 100.0%;">BEDOK NORTH MRT STATION / Exit: B</div>')[0];
popup_95def786d6af4ba28bd595d59904f68c.setContent(html_db020bea645b4f35a8cec75dcd13a449);
regular_polygon_marker_169cd3d631fa42d9945a7dad17137da1.bindPopup(popup_95def786d6af4ba28bd595d59904f68c);
var regular_polygon_marker_aafccde637584997acfc1dd2fd70b6fa = new L.RegularPolygonMarker(
new L.LatLng(1.3348626472745382,103.96212304341572),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1d07f4d9eb7146dda5601aeaa0496698 = L.popup({maxWidth: '300'});
var html_3a40d4db89e3483dbaa2560d6c0d28b0 = $('<div id="html_3a40d4db89e3483dbaa2560d6c0d28b0" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: E</div>')[0];
popup_1d07f4d9eb7146dda5601aeaa0496698.setContent(html_3a40d4db89e3483dbaa2560d6c0d28b0);
regular_polygon_marker_aafccde637584997acfc1dd2fd70b6fa.bindPopup(popup_1d07f4d9eb7146dda5601aeaa0496698);
var regular_polygon_marker_a2edaf5a17d64e20abcdd17b3b907f1a = new L.RegularPolygonMarker(
new L.LatLng(1.3264628559139313,103.88374805400747),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b1482072d8c6411ab9c362ef6e9aea2e = L.popup({maxWidth: '300'});
var html_c7362a8ad1b44a36b7a2bd9718a21c8d = $('<div id="html_c7362a8ad1b44a36b7a2bd9718a21c8d" style="width: 100.0%; height: 100.0%;">MATTAR MRT STATION / Exit: B</div>')[0];
popup_b1482072d8c6411ab9c362ef6e9aea2e.setContent(html_c7362a8ad1b44a36b7a2bd9718a21c8d);
regular_polygon_marker_a2edaf5a17d64e20abcdd17b3b907f1a.bindPopup(popup_b1482072d8c6411ab9c362ef6e9aea2e);
var regular_polygon_marker_3cbf54fab79845bdbf281a9e4b1bc364 = new L.RegularPolygonMarker(
new L.LatLng(1.3251447918738761,103.88845450114229),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_065c66eda31449a68c5512189a813613 = L.popup({maxWidth: '300'});
var html_0b1877d8af7c4b94b625d49510359c58 = $('<div id="html_0b1877d8af7c4b94b625d49510359c58" style="width: 100.0%; height: 100.0%;">MACPHERSON MRT STATION / Exit: D</div>')[0];
popup_065c66eda31449a68c5512189a813613.setContent(html_0b1877d8af7c4b94b625d49510359c58);
regular_polygon_marker_3cbf54fab79845bdbf281a9e4b1bc364.bindPopup(popup_065c66eda31449a68c5512189a813613);
var regular_polygon_marker_87e8661833984408b975ea2cccdf305a = new L.RegularPolygonMarker(
new L.LatLng(1.2924054291660592,103.84416970082191),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9eb44a7186794101b728cbfcc72bfc93 = L.popup({maxWidth: '300'});
var html_1c0e3cd6cc8248b9837f89f34457d03f = $('<div id="html_1c0e3cd6cc8248b9837f89f34457d03f" style="width: 100.0%; height: 100.0%;">FORT CANNING MRT STATION / Exit: A</div>')[0];
popup_9eb44a7186794101b728cbfcc72bfc93.setContent(html_1c0e3cd6cc8248b9837f89f34457d03f);
regular_polygon_marker_87e8661833984408b975ea2cccdf305a.bindPopup(popup_9eb44a7186794101b728cbfcc72bfc93);
var regular_polygon_marker_735836f4d4044b7e861fe6d49575c499 = new L.RegularPolygonMarker(
new L.LatLng(1.3299501617019949,103.89987635747161),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d11a5e8829b843338d5aff3f5e9625d2 = L.popup({maxWidth: '300'});
var html_eb7a434265bc4ab48a899dc978d2cd99 = $('<div id="html_eb7a434265bc4ab48a899dc978d2cd99" style="width: 100.0%; height: 100.0%;">UBI MRT STATION / Exit: A</div>')[0];
popup_d11a5e8829b843338d5aff3f5e9625d2.setContent(html_eb7a434265bc4ab48a899dc978d2cd99);
regular_polygon_marker_735836f4d4044b7e861fe6d49575c499.bindPopup(popup_d11a5e8829b843338d5aff3f5e9625d2);
var regular_polygon_marker_82c43b2a44e64a35a4aae3ca3a5cd373 = new L.RegularPolygonMarker(
new L.LatLng(1.3350186538142603,103.96304867350955),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_10621d6d24634138ab58ea57c8d02241 = L.popup({maxWidth: '300'});
var html_f67728f6a90945ebbe80f5a1756a55a2 = $('<div id="html_f67728f6a90945ebbe80f5a1756a55a2" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: G</div>')[0];
popup_10621d6d24634138ab58ea57c8d02241.setContent(html_f67728f6a90945ebbe80f5a1756a55a2);
regular_polygon_marker_82c43b2a44e64a35a4aae3ca3a5cd373.bindPopup(popup_10621d6d24634138ab58ea57c8d02241);
var regular_polygon_marker_7325505a3a8e4ad0b64a0f84cde3172f = new L.RegularPolygonMarker(
new L.LatLng(1.3419920006926522,103.96161693952463),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_df9250ed0898424ca632d98af02b7993 = L.popup({maxWidth: '300'});
var html_367f4de8962d47e5b823b992c7871103 = $('<div id="html_367f4de8962d47e5b823b992c7871103" style="width: 100.0%; height: 100.0%;">UPPER CHANGI MRT STATION / Exit: C</div>')[0];
popup_df9250ed0898424ca632d98af02b7993.setContent(html_367f4de8962d47e5b823b992c7871103);
regular_polygon_marker_7325505a3a8e4ad0b64a0f84cde3172f.bindPopup(popup_df9250ed0898424ca632d98af02b7993);
var regular_polygon_marker_9098cf4464e04c69a045ce05e8f56644 = new L.RegularPolygonMarker(
new L.LatLng(1.3410370121888393,103.96147593500645),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_10f37202c8ef4e56a20b72a1d411ad55 = L.popup({maxWidth: '300'});
var html_4ed39712308547c5ad7cec49f7103ea4 = $('<div id="html_4ed39712308547c5ad7cec49f7103ea4" style="width: 100.0%; height: 100.0%;">UPPER CHANGI MRT STATION / Exit: B</div>')[0];
popup_10f37202c8ef4e56a20b72a1d411ad55.setContent(html_4ed39712308547c5ad7cec49f7103ea4);
regular_polygon_marker_9098cf4464e04c69a045ce05e8f56644.bindPopup(popup_10f37202c8ef4e56a20b72a1d411ad55);
var regular_polygon_marker_7b48fbfcf7374b569d3132911c0f8778 = new L.RegularPolygonMarker(
new L.LatLng(1.3354821553106837,103.96183646167849),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6028f05fc27f4fc684b2e97db2a959bf = L.popup({maxWidth: '300'});
var html_10ef0825385f4365bc20174f292255f3 = $('<div id="html_10ef0825385f4365bc20174f292255f3" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: A</div>')[0];
popup_6028f05fc27f4fc684b2e97db2a959bf.setContent(html_10ef0825385f4365bc20174f292255f3);
regular_polygon_marker_7b48fbfcf7374b569d3132911c0f8778.bindPopup(popup_6028f05fc27f4fc684b2e97db2a959bf);
var regular_polygon_marker_e5e2b898802a4dd9bd752b51850a5488 = new L.RegularPolygonMarker(
new L.LatLng(1.3569695271734856,103.95571710457533),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_69825ef38bae4bb0b0b9f5e770132fc7 = L.popup({maxWidth: '300'});
var html_1f76bc3818084f1ea9abc0291f421fe0 = $('<div id="html_1f76bc3818084f1ea9abc0291f421fe0" style="width: 100.0%; height: 100.0%;">TAMPINES EAST MRT STATION / Exit: D</div>')[0];
popup_69825ef38bae4bb0b0b9f5e770132fc7.setContent(html_1f76bc3818084f1ea9abc0291f421fe0);
regular_polygon_marker_e5e2b898802a4dd9bd752b51850a5488.bindPopup(popup_69825ef38bae4bb0b0b9f5e770132fc7);
var regular_polygon_marker_e1cfd44e20ed4740981d10643d63a98c = new L.RegularPolygonMarker(
new L.LatLng(1.3347112814901099,103.96286541250353),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6be5a56c84bd4e50a439388e988d4588 = L.popup({maxWidth: '300'});
var html_6be3d9e391fb4800914621c484cda380 = $('<div id="html_6be3d9e391fb4800914621c484cda380" style="width: 100.0%; height: 100.0%;">EXPO MRT STATION / Exit: F</div>')[0];
popup_6be5a56c84bd4e50a439388e988d4588.setContent(html_6be3d9e391fb4800914621c484cda380);
regular_polygon_marker_e1cfd44e20ed4740981d10643d63a98c.bindPopup(popup_6be5a56c84bd4e50a439388e988d4588);
var regular_polygon_marker_74fa3a0c114e4a81a332d6667a201ae4 = new L.RegularPolygonMarker(
new L.LatLng(1.3268570815987615,103.9457943940515),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_298afd4b4439436fb058882d911229fc = L.popup({maxWidth: '300'});
var html_68c3cad211fc4ffab1e417b329987c49 = $('<div id="html_68c3cad211fc4ffab1e417b329987c49" style="width: 100.0%; height: 100.0%;">TANAH MERAH MRT STATION / Exit: A</div>')[0];
popup_298afd4b4439436fb058882d911229fc.setContent(html_68c3cad211fc4ffab1e417b329987c49);
regular_polygon_marker_74fa3a0c114e4a81a332d6667a201ae4.bindPopup(popup_298afd4b4439436fb058882d911229fc);
var regular_polygon_marker_236d520c7026466abb617aecbaf18a64 = new L.RegularPolygonMarker(
new L.LatLng(1.3153728911629163,103.76498176942725),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bc2af9553ba1476184620f8fe05b5c6c = L.popup({maxWidth: '300'});
var html_df611012e15047e882b42dfbefd02a95 = $('<div id="html_df611012e15047e882b42dfbefd02a95" style="width: 100.0%; height: 100.0%;">CLEMENTI MRT STATION / Exit: A</div>')[0];
popup_bc2af9553ba1476184620f8fe05b5c6c.setContent(html_df611012e15047e882b42dfbefd02a95);
regular_polygon_marker_236d520c7026466abb617aecbaf18a64.bindPopup(popup_bc2af9553ba1476184620f8fe05b5c6c);
var regular_polygon_marker_8af7077e222d4b1e9292603a1ce94582 = new L.RegularPolygonMarker(
new L.LatLng(1.3154684623447264,103.76518523369442),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4600e56a16224e42981ac6418e39368b = L.popup({maxWidth: '300'});
var html_d1abd784a4c945f0be5e527721a3b317 = $('<div id="html_d1abd784a4c945f0be5e527721a3b317" style="width: 100.0%; height: 100.0%;">CLEMENTI MRT STATION / Exit: B</div>')[0];
popup_4600e56a16224e42981ac6418e39368b.setContent(html_d1abd784a4c945f0be5e527721a3b317);
regular_polygon_marker_8af7077e222d4b1e9292603a1ce94582.bindPopup(popup_4600e56a16224e42981ac6418e39368b);
var regular_polygon_marker_cdca972b2d474bbda1312206a49be6a8 = new L.RegularPolygonMarker(
new L.LatLng(1.3073087840631774,103.79044884163528),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4a1eb655060b4da99e6cc5a3a4edbfc3 = L.popup({maxWidth: '300'});
var html_49d3dca5024c416db0b2bedf931c18ca = $('<div id="html_49d3dca5024c416db0b2bedf931c18ca" style="width: 100.0%; height: 100.0%;">BUONA VISTA MRT STATION / Exit: A</div>')[0];
popup_4a1eb655060b4da99e6cc5a3a4edbfc3.setContent(html_49d3dca5024c416db0b2bedf931c18ca);
regular_polygon_marker_cdca972b2d474bbda1312206a49be6a8.bindPopup(popup_4a1eb655060b4da99e6cc5a3a4edbfc3);
var regular_polygon_marker_1c74225b29524bf888b16cadef69349e = new L.RegularPolygonMarker(
new L.LatLng(1.3071965904138951,103.79065628567028),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ff5a4fa91417489884b423b3233160ab = L.popup({maxWidth: '300'});
var html_1a5f6cd0afb84ea6880cff1c7de30303 = $('<div id="html_1a5f6cd0afb84ea6880cff1c7de30303" style="width: 100.0%; height: 100.0%;">BUONA VISTA MRT STATION / Exit: B</div>')[0];
popup_ff5a4fa91417489884b423b3233160ab.setContent(html_1a5f6cd0afb84ea6880cff1c7de30303);
regular_polygon_marker_1c74225b29524bf888b16cadef69349e.bindPopup(popup_ff5a4fa91417489884b423b3233160ab);
var regular_polygon_marker_abb912bc7c5f458f9f35d114191166ed = new L.RegularPolygonMarker(
new L.LatLng(1.3069122223742478,103.79059905681113),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0a29991016334f7c8c3f2537a24f342b = L.popup({maxWidth: '300'});
var html_bd3f7d9873ee488ebd596bc21d5eb6fe = $('<div id="html_bd3f7d9873ee488ebd596bc21d5eb6fe" style="width: 100.0%; height: 100.0%;">BUONA VISTA MRT STATION / Exit: C</div>')[0];
popup_0a29991016334f7c8c3f2537a24f342b.setContent(html_bd3f7d9873ee488ebd596bc21d5eb6fe);
regular_polygon_marker_abb912bc7c5f458f9f35d114191166ed.bindPopup(popup_0a29991016334f7c8c3f2537a24f342b);
var regular_polygon_marker_bfd3bc9f3e854699952078c493ee92a4 = new L.RegularPolygonMarker(
new L.LatLng(1.2943292421868728,103.80631113905629),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_525dff8db53742e9bd6524ec189399a8 = L.popup({maxWidth: '300'});
var html_5dc3612a2e624540923aece5c98e40f0 = $('<div id="html_5dc3612a2e624540923aece5c98e40f0" style="width: 100.0%; height: 100.0%;">QUEENSTOWN MRT STATION / Exit: B</div>')[0];
popup_525dff8db53742e9bd6524ec189399a8.setContent(html_5dc3612a2e624540923aece5c98e40f0);
regular_polygon_marker_bfd3bc9f3e854699952078c493ee92a4.bindPopup(popup_525dff8db53742e9bd6524ec189399a8);
var regular_polygon_marker_d9cb5c0bae894db1a61bcde5386925de = new L.RegularPolygonMarker(
new L.LatLng(1.3963725512429792,103.89368454106022),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d099a6f38a69493d89a2bea3061efc36 = L.popup({maxWidth: '300'});
var html_6d3a74f29230485caaa298e772860304 = $('<div id="html_6d3a74f29230485caaa298e772860304" style="width: 100.0%; height: 100.0%;">CHENG LIM LRT STATION / Exit: A</div>')[0];
popup_d099a6f38a69493d89a2bea3061efc36.setContent(html_6d3a74f29230485caaa298e772860304);
regular_polygon_marker_d9cb5c0bae894db1a61bcde5386925de.bindPopup(popup_d099a6f38a69493d89a2bea3061efc36);
var regular_polygon_marker_44ac4b10698144c3a4dc94cda9afe8d6 = new L.RegularPolygonMarker(
new L.LatLng(1.396186304398251,103.89391999845381),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d11b24271991499b949e29ccd8fdf245 = L.popup({maxWidth: '300'});
var html_63f57f08238144a99b8acae5a60defd5 = $('<div id="html_63f57f08238144a99b8acae5a60defd5" style="width: 100.0%; height: 100.0%;">CHENG LIM LRT STATION / Exit: B</div>')[0];
popup_d11b24271991499b949e29ccd8fdf245.setContent(html_63f57f08238144a99b8acae5a60defd5);
regular_polygon_marker_44ac4b10698144c3a4dc94cda9afe8d6.bindPopup(popup_d11b24271991499b949e29ccd8fdf245);
var regular_polygon_marker_98d76fdebcc148dfaa584fa8ab7657cd = new L.RegularPolygonMarker(
new L.LatLng(1.397197369544295,103.87556603098601),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f35022accdda460caac2c4554396b80e = L.popup({maxWidth: '300'});
var html_b269b0552fd24091b7c7677144a5c9ed = $('<div id="html_b269b0552fd24091b7c7677144a5c9ed" style="width: 100.0%; height: 100.0%;">THANGGAM LRT STATION / Exit: A</div>')[0];
popup_f35022accdda460caac2c4554396b80e.setContent(html_b269b0552fd24091b7c7677144a5c9ed);
regular_polygon_marker_98d76fdebcc148dfaa584fa8ab7657cd.bindPopup(popup_f35022accdda460caac2c4554396b80e);
var regular_polygon_marker_4f1261adf1bf4e649aca0968e0aa29ce = new L.RegularPolygonMarker(
new L.LatLng(1.3971917918691454,103.87568650349034),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_113e2bece6044dcc9ac9c953ae78a7e0 = L.popup({maxWidth: '300'});
var html_9a738e8c4a664b6d93a746a3c47cf6fe = $('<div id="html_9a738e8c4a664b6d93a746a3c47cf6fe" style="width: 100.0%; height: 100.0%;">THANGGAM LRT STATION / Exit: B</div>')[0];
popup_113e2bece6044dcc9ac9c953ae78a7e0.setContent(html_9a738e8c4a664b6d93a746a3c47cf6fe);
regular_polygon_marker_4f1261adf1bf4e649aca0968e0aa29ce.bindPopup(popup_113e2bece6044dcc9ac9c953ae78a7e0);
var regular_polygon_marker_017e685f7db949cfb97c4b9367e4d221 = new L.RegularPolygonMarker(
new L.LatLng(1.3982835310943853,103.88113883609283),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a375d944c5c0485385f2cbeb6766d820 = L.popup({maxWidth: '300'});
var html_510970efa9664a1ab642d4afbaa9e0b9 = $('<div id="html_510970efa9664a1ab642d4afbaa9e0b9" style="width: 100.0%; height: 100.0%;">KUPANG LRT STATION / Exit: A</div>')[0];
popup_a375d944c5c0485385f2cbeb6766d820.setContent(html_510970efa9664a1ab642d4afbaa9e0b9);
regular_polygon_marker_017e685f7db949cfb97c4b9367e4d221.bindPopup(popup_a375d944c5c0485385f2cbeb6766d820);
var regular_polygon_marker_27aa61c10ff84e3babf9e08cdae794be = new L.RegularPolygonMarker(
new L.LatLng(1.398158124685667,103.88113760263211),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_e3166deebf1f47e9bbb330ff86906e77 = L.popup({maxWidth: '300'});
var html_010194a5178848d69c0727cf926f9d39 = $('<div id="html_010194a5178848d69c0727cf926f9d39" style="width: 100.0%; height: 100.0%;">KUPANG LRT STATION / Exit: B</div>')[0];
popup_e3166deebf1f47e9bbb330ff86906e77.setContent(html_010194a5178848d69c0727cf926f9d39);
regular_polygon_marker_27aa61c10ff84e3babf9e08cdae794be.bindPopup(popup_e3166deebf1f47e9bbb330ff86906e77);
var regular_polygon_marker_89f6e38f9bf244f0ac1de39c7f44d52d = new L.RegularPolygonMarker(
new L.LatLng(1.3971996781558593,103.88940711469075),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_79f8268fbe6142688c0de9b4343ff9a1 = L.popup({maxWidth: '300'});
var html_4784ffe8e30446019a839d1f7ab04e1d = $('<div id="html_4784ffe8e30446019a839d1f7ab04e1d" style="width: 100.0%; height: 100.0%;">FARMWAY LRT STATION / Exit: A</div>')[0];
popup_79f8268fbe6142688c0de9b4343ff9a1.setContent(html_4784ffe8e30446019a839d1f7ab04e1d);
regular_polygon_marker_89f6e38f9bf244f0ac1de39c7f44d52d.bindPopup(popup_79f8268fbe6142688c0de9b4343ff9a1);
var regular_polygon_marker_6996eb7acbb449fb826d013c80681797 = new L.RegularPolygonMarker(
new L.LatLng(1.3971328107193455,103.88911468330117),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_cdadcd5a77b248b88d8bf351c9d142d2 = L.popup({maxWidth: '300'});
var html_cbb9f6456bcd4c588734b2f1857b2ee1 = $('<div id="html_cbb9f6456bcd4c588734b2f1857b2ee1" style="width: 100.0%; height: 100.0%;">FARMWAY LRT STATION / Exit: B</div>')[0];
popup_cdadcd5a77b248b88d8bf351c9d142d2.setContent(html_cbb9f6456bcd4c588734b2f1857b2ee1);
regular_polygon_marker_6996eb7acbb449fb826d013c80681797.bindPopup(popup_cdadcd5a77b248b88d8bf351c9d142d2);
var regular_polygon_marker_8ad762db06e14148ab51d14986702bb8 = new L.RegularPolygonMarker(
new L.LatLng(1.3920255058350368,103.88015939700311),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3fadfd0b35cb4ad4b44d7b9391737347 = L.popup({maxWidth: '300'});
var html_46479f46307a4a11bd41767c9ea30624 = $('<div id="html_46479f46307a4a11bd41767c9ea30624" style="width: 100.0%; height: 100.0%;">LAYAR LRT STATION / Exit: A</div>')[0];
popup_3fadfd0b35cb4ad4b44d7b9391737347.setContent(html_46479f46307a4a11bd41767c9ea30624);
regular_polygon_marker_8ad762db06e14148ab51d14986702bb8.bindPopup(popup_3fadfd0b35cb4ad4b44d7b9391737347);
var regular_polygon_marker_6ffbedf89eb04f679f9d5ddf9f3bf9a1 = new L.RegularPolygonMarker(
new L.LatLng(1.3921438707802518,103.88014246597825),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f034b187a6b140b4a7e8ab16d73bbe4d = L.popup({maxWidth: '300'});
var html_897af09f8f2744bc9cf236cc9ff4c9f1 = $('<div id="html_897af09f8f2744bc9cf236cc9ff4c9f1" style="width: 100.0%; height: 100.0%;">LAYAR LRT STATION / Exit: B</div>')[0];
popup_f034b187a6b140b4a7e8ab16d73bbe4d.setContent(html_897af09f8f2744bc9cf236cc9ff4c9f1);
regular_polygon_marker_6ffbedf89eb04f679f9d5ddf9f3bf9a1.bindPopup(popup_f034b187a6b140b4a7e8ab16d73bbe4d);
var regular_polygon_marker_306bbdb0ca014dcfa6304ce704481618 = new L.RegularPolygonMarker(
new L.LatLng(1.3893783415014989,103.88608402423637),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bcac41af211c448288d56d9ada0eb8d2 = L.popup({maxWidth: '300'});
var html_28cab4432efe4677b8963c1451c1db64 = $('<div id="html_28cab4432efe4677b8963c1451c1db64" style="width: 100.0%; height: 100.0%;">TONGKANG LRT STATION / Exit: B</div>')[0];
popup_bcac41af211c448288d56d9ada0eb8d2.setContent(html_28cab4432efe4677b8963c1451c1db64);
regular_polygon_marker_306bbdb0ca014dcfa6304ce704481618.bindPopup(popup_bcac41af211c448288d56d9ada0eb8d2);
var regular_polygon_marker_ce769762a4d84b67bb47c5fbd6d4026a = new L.RegularPolygonMarker(
new L.LatLng(1.3891794944878244,103.8859617805997),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_432437b62662451fbeef7cdeef5155bc = L.popup({maxWidth: '300'});
var html_8ef90f45c194425cb75ffaf685d6947b = $('<div id="html_8ef90f45c194425cb75ffaf685d6947b" style="width: 100.0%; height: 100.0%;">TONGKANG LRT STATION / Exit: A</div>')[0];
popup_432437b62662451fbeef7cdeef5155bc.setContent(html_8ef90f45c194425cb75ffaf685d6947b);
regular_polygon_marker_ce769762a4d84b67bb47c5fbd6d4026a.bindPopup(popup_432437b62662451fbeef7cdeef5155bc);
var regular_polygon_marker_c3a7b793d4b14f16a625a239bcdb2816 = new L.RegularPolygonMarker(
new L.LatLng(1.386697288886171,103.89040882858399),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_93e53bca1afe4f099716f315ed9d39a5 = L.popup({maxWidth: '300'});
var html_a35c751d882843b6a1b1358afde20de2 = $('<div id="html_a35c751d882843b6a1b1358afde20de2" style="width: 100.0%; height: 100.0%;">RENJONG LRT STATION / Exit: A</div>')[0];
popup_93e53bca1afe4f099716f315ed9d39a5.setContent(html_a35c751d882843b6a1b1358afde20de2);
regular_polygon_marker_c3a7b793d4b14f16a625a239bcdb2816.bindPopup(popup_93e53bca1afe4f099716f315ed9d39a5);
var regular_polygon_marker_93a066665fb74ddcb19d0691fea1e5fe = new L.RegularPolygonMarker(
new L.LatLng(1.3868134776760133,103.89043785897384),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_52c9ef8074bf4cf1925fe86baf8938e2 = L.popup({maxWidth: '300'});
var html_28183f013090476cb5e6e7af18eb4e3c = $('<div id="html_28183f013090476cb5e6e7af18eb4e3c" style="width: 100.0%; height: 100.0%;">RENJONG LRT STATION / Exit: B</div>')[0];
popup_52c9ef8074bf4cf1925fe86baf8938e2.setContent(html_28183f013090476cb5e6e7af18eb4e3c);
regular_polygon_marker_93a066665fb74ddcb19d0691fea1e5fe.bindPopup(popup_52c9ef8074bf4cf1925fe86baf8938e2);
var regular_polygon_marker_f09fb8136b454162ad7f3a6cf49a663e = new L.RegularPolygonMarker(
new L.LatLng(1.3841757195339632,103.89732139062933),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8fbf18562ef245838469233d527e21d5 = L.popup({maxWidth: '300'});
var html_c6a56b0f44e74d94a57b2d28d45f5321 = $('<div id="html_c6a56b0f44e74d94a57b2d28d45f5321" style="width: 100.0%; height: 100.0%;">RANGGUNG LRT STATION / Exit: A</div>')[0];
popup_8fbf18562ef245838469233d527e21d5.setContent(html_c6a56b0f44e74d94a57b2d28d45f5321);
regular_polygon_marker_f09fb8136b454162ad7f3a6cf49a663e.bindPopup(popup_8fbf18562ef245838469233d527e21d5);
var regular_polygon_marker_fd47a8e35a7a4c54825a390f27f1285b = new L.RegularPolygonMarker(
new L.LatLng(1.3841042165083204,103.89722360510416),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3e00cc4fcaf746f985275a38ef38dc2f = L.popup({maxWidth: '300'});
var html_46564226415745a19eacfaef006d961e = $('<div id="html_46564226415745a19eacfaef006d961e" style="width: 100.0%; height: 100.0%;">RANGGUNG LRT STATION / Exit: B</div>')[0];
popup_3e00cc4fcaf746f985275a38ef38dc2f.setContent(html_46564226415745a19eacfaef006d961e);
regular_polygon_marker_fd47a8e35a7a4c54825a390f27f1285b.bindPopup(popup_3e00cc4fcaf746f985275a38ef38dc2f);
var regular_polygon_marker_6b8894e03680447c9eeef159bb2d807f = new L.RegularPolygonMarker(
new L.LatLng(1.384073836047958,103.90214722492452),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9a236ba85ee64adfb8f08dea126f5b1c = L.popup({maxWidth: '300'});
var html_713bce6d6e854afabef53323b6d30c65 = $('<div id="html_713bce6d6e854afabef53323b6d30c65" style="width: 100.0%; height: 100.0%;">KANGKAR LRT STATION / Exit: A</div>')[0];
popup_9a236ba85ee64adfb8f08dea126f5b1c.setContent(html_713bce6d6e854afabef53323b6d30c65);
regular_polygon_marker_6b8894e03680447c9eeef159bb2d807f.bindPopup(popup_9a236ba85ee64adfb8f08dea126f5b1c);
var regular_polygon_marker_0daa219cdd9447e8a7630cd3432dd8f3 = new L.RegularPolygonMarker(
new L.LatLng(1.383764536698751,103.90227603489194),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4c536f559c4046628c26fde1b0bcd742 = L.popup({maxWidth: '300'});
var html_c687d8e72b9945ce863b6632e1214dc2 = $('<div id="html_c687d8e72b9945ce863b6632e1214dc2" style="width: 100.0%; height: 100.0%;">KANGKAR LRT STATION / Exit: B</div>')[0];
popup_4c536f559c4046628c26fde1b0bcd742.setContent(html_c687d8e72b9945ce863b6632e1214dc2);
regular_polygon_marker_0daa219cdd9447e8a7630cd3432dd8f3.bindPopup(popup_4c536f559c4046628c26fde1b0bcd742);
var regular_polygon_marker_b285f535f8434adaab9cf9dd357b914d = new L.RegularPolygonMarker(
new L.LatLng(1.3881847186050493,103.90544529751645),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0d15339472024f999841b416b2bf97fe = L.popup({maxWidth: '300'});
var html_448ca1dcee094adc8efbc70d3443b451 = $('<div id="html_448ca1dcee094adc8efbc70d3443b451" style="width: 100.0%; height: 100.0%;">BAKAU LRT STATION / Exit: A</div>')[0];
popup_0d15339472024f999841b416b2bf97fe.setContent(html_448ca1dcee094adc8efbc70d3443b451);
regular_polygon_marker_b285f535f8434adaab9cf9dd357b914d.bindPopup(popup_0d15339472024f999841b416b2bf97fe);
var regular_polygon_marker_cfff8bd5cb7e44bb860853452c28f713 = new L.RegularPolygonMarker(
new L.LatLng(1.3878401325404826,103.9054817908856),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_afb578a4014f438c959ead147e89c5b1 = L.popup({maxWidth: '300'});
var html_c05389f232e54943807ad23defa29e4b = $('<div id="html_c05389f232e54943807ad23defa29e4b" style="width: 100.0%; height: 100.0%;">BAKAU LRT STATION / Exit: B</div>')[0];
popup_afb578a4014f438c959ead147e89c5b1.setContent(html_c05389f232e54943807ad23defa29e4b);
regular_polygon_marker_cfff8bd5cb7e44bb860853452c28f713.bindPopup(popup_afb578a4014f438c959ead147e89c5b1);
var regular_polygon_marker_08c6855559da4ddc849965ffe701b31a = new L.RegularPolygonMarker(
new L.LatLng(1.3913398197633529,103.90601845796532),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7c003209e7e541448b5a50f8e44f2fc9 = L.popup({maxWidth: '300'});
var html_5cf596dde0a54e50aafae33dc64429d9 = $('<div id="html_5cf596dde0a54e50aafae33dc64429d9" style="width: 100.0%; height: 100.0%;">RUMBIA LRT STATION / Exit: A</div>')[0];
popup_7c003209e7e541448b5a50f8e44f2fc9.setContent(html_5cf596dde0a54e50aafae33dc64429d9);
regular_polygon_marker_08c6855559da4ddc849965ffe701b31a.bindPopup(popup_7c003209e7e541448b5a50f8e44f2fc9);
var regular_polygon_marker_9fef6d0fbd1f4da29e9611459e0456dd = new L.RegularPolygonMarker(
new L.LatLng(1.3914135750078116,103.90610548624373),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0c11c7711c014d488afcf416f3a6cae9 = L.popup({maxWidth: '300'});
var html_7e81f670644346f0897527dc8480d229 = $('<div id="html_7e81f670644346f0897527dc8480d229" style="width: 100.0%; height: 100.0%;">RUMBIA LRT STATION / Exit: B</div>')[0];
popup_0c11c7711c014d488afcf416f3a6cae9.setContent(html_7e81f670644346f0897527dc8480d229);
regular_polygon_marker_9fef6d0fbd1f4da29e9611459e0456dd.bindPopup(popup_0c11c7711c014d488afcf416f3a6cae9);
var regular_polygon_marker_e3cfb59f218b47539f6fc05bc026eaa2 = new L.RegularPolygonMarker(
new L.LatLng(1.3943268552685488,103.9006161366578),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9b32513d85f545ffaf6311883f49b901 = L.popup({maxWidth: '300'});
var html_0c0e34915cca451e9de31450d8b10a1d = $('<div id="html_0c0e34915cca451e9de31450d8b10a1d" style="width: 100.0%; height: 100.0%;">COMPASSVALE LRT STATION / Exit: A</div>')[0];
popup_9b32513d85f545ffaf6311883f49b901.setContent(html_0c0e34915cca451e9de31450d8b10a1d);
regular_polygon_marker_e3cfb59f218b47539f6fc05bc026eaa2.bindPopup(popup_9b32513d85f545ffaf6311883f49b901);
var regular_polygon_marker_0818b6be227042218552c219fc9ee412 = new L.RegularPolygonMarker(
new L.LatLng(1.3945335053698593,103.90070626421353),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7561d66b33f84169a47af714f3d38420 = L.popup({maxWidth: '300'});
var html_73ee38f235cb41c6a0a273da5ff1933b = $('<div id="html_73ee38f235cb41c6a0a273da5ff1933b" style="width: 100.0%; height: 100.0%;">COMPASSVALE LRT STATION / Exit: B</div>')[0];
popup_7561d66b33f84169a47af714f3d38420.setContent(html_73ee38f235cb41c6a0a273da5ff1933b);
regular_polygon_marker_0818b6be227042218552c219fc9ee412.bindPopup(popup_7561d66b33f84169a47af714f3d38420);
var regular_polygon_marker_3af0030650174311a4b56aa614c53fbc = new L.RegularPolygonMarker(
new L.LatLng(1.4166634015717334,103.90669297162444),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1f7fd9cac8ae4ab5b002efd408151960 = L.popup({maxWidth: '300'});
var html_bff3a0dd6f254ec0b20b38b5e4135724 = $('<div id="html_bff3a0dd6f254ec0b20b38b5e4135724" style="width: 100.0%; height: 100.0%;">PUNGGOL POINT LRT STATION / Exit: B</div>')[0];
popup_1f7fd9cac8ae4ab5b002efd408151960.setContent(html_bff3a0dd6f254ec0b20b38b5e4135724);
regular_polygon_marker_3af0030650174311a4b56aa614c53fbc.bindPopup(popup_1f7fd9cac8ae4ab5b002efd408151960);
var regular_polygon_marker_8ea48314eb1f41e5ae077d88b7e44b98 = new L.RegularPolygonMarker(
new L.LatLng(1.4169141011887258,103.90681745891527),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_94c562f2b839444ca3edc7b30e82b9cc = L.popup({maxWidth: '300'});
var html_5f4aa38f0a61499390498916e74d34a1 = $('<div id="html_5f4aa38f0a61499390498916e74d34a1" style="width: 100.0%; height: 100.0%;">PUNGGOL POINT LRT STATION / Exit: A</div>')[0];
popup_94c562f2b839444ca3edc7b30e82b9cc.setContent(html_5f4aa38f0a61499390498916e74d34a1);
regular_polygon_marker_8ea48314eb1f41e5ae077d88b7e44b98.bindPopup(popup_94c562f2b839444ca3edc7b30e82b9cc);
var regular_polygon_marker_d273f1f944334a9fa123ed3a52e02ffe = new L.RegularPolygonMarker(
new L.LatLng(1.4117721067446234,103.90007347464172),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ae24d89a9f2541499c759fb2474dc95c = L.popup({maxWidth: '300'});
var html_346fe5875fcc490b8d95a62a6689cda5 = $('<div id="html_346fe5875fcc490b8d95a62a6689cda5" style="width: 100.0%; height: 100.0%;">NIBONG LRT STATION / Exit: A</div>')[0];
popup_ae24d89a9f2541499c759fb2474dc95c.setContent(html_346fe5875fcc490b8d95a62a6689cda5);
regular_polygon_marker_d273f1f944334a9fa123ed3a52e02ffe.bindPopup(popup_ae24d89a9f2541499c759fb2474dc95c);
var regular_polygon_marker_941383252244499ca2f958f562d87d4b = new L.RegularPolygonMarker(
new L.LatLng(1.4119096572876466,103.90053122122512),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_215f6484403b4082aecc90e5723e5244 = L.popup({maxWidth: '300'});
var html_3d9daf7803a34833889bfe35711ea22c = $('<div id="html_3d9daf7803a34833889bfe35711ea22c" style="width: 100.0%; height: 100.0%;">NIBONG LRT STATION / Exit: B</div>')[0];
popup_215f6484403b4082aecc90e5723e5244.setContent(html_3d9daf7803a34833889bfe35711ea22c);
regular_polygon_marker_941383252244499ca2f958f562d87d4b.bindPopup(popup_215f6484403b4082aecc90e5723e5244);
var regular_polygon_marker_72c2c4d63086434994d94217896f866a = new L.RegularPolygonMarker(
new L.LatLng(1.4083677645128991,103.89833534705333),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8bf5aa87f5864547b4f9c70e644e491a = L.popup({maxWidth: '300'});
var html_3b0fe7ed550f497b927a9f9ac45da879 = $('<div id="html_3b0fe7ed550f497b927a9f9ac45da879" style="width: 100.0%; height: 100.0%;">SUMANG LRT STATION / Exit: A</div>')[0];
popup_8bf5aa87f5864547b4f9c70e644e491a.setContent(html_3b0fe7ed550f497b927a9f9ac45da879);
regular_polygon_marker_72c2c4d63086434994d94217896f866a.bindPopup(popup_8bf5aa87f5864547b4f9c70e644e491a);
var regular_polygon_marker_011568a553f1440eb0f3580505bf7693 = new L.RegularPolygonMarker(
new L.LatLng(1.4084872350439306,103.89875679091408),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7eb12a28cca24d7d8669352039977934 = L.popup({maxWidth: '300'});
var html_dc56d2ba1b324ec5b6698da404f37c45 = $('<div id="html_dc56d2ba1b324ec5b6698da404f37c45" style="width: 100.0%; height: 100.0%;">SUMANG LRT STATION / Exit: B</div>')[0];
popup_7eb12a28cca24d7d8669352039977934.setContent(html_dc56d2ba1b324ec5b6698da404f37c45);
regular_polygon_marker_011568a553f1440eb0f3580505bf7693.bindPopup(popup_7eb12a28cca24d7d8669352039977934);
var regular_polygon_marker_b1c6c699c290463fbbacd81593264888 = new L.RegularPolygonMarker(
new L.LatLng(1.4050142584880538,103.89702958857336),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7d6b7f21ea414d59bb61f28e1845f48b = L.popup({maxWidth: '300'});
var html_458701508a1d4f0ead1ce5180b892231 = $('<div id="html_458701508a1d4f0ead1ce5180b892231" style="width: 100.0%; height: 100.0%;">SOO TECK LRT STATION / Exit: A</div>')[0];
popup_7d6b7f21ea414d59bb61f28e1845f48b.setContent(html_458701508a1d4f0ead1ce5180b892231);
regular_polygon_marker_b1c6c699c290463fbbacd81593264888.bindPopup(popup_7d6b7f21ea414d59bb61f28e1845f48b);
var regular_polygon_marker_d81adfa88eb644f1a58219a018ce310c = new L.RegularPolygonMarker(
new L.LatLng(1.405244232992812,103.89740823875424),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1421ae47302c467f887accaaefa9cebc = L.popup({maxWidth: '300'});
var html_6fea0f3dc45246c6ad331dfeab98edc1 = $('<div id="html_6fea0f3dc45246c6ad331dfeab98edc1" style="width: 100.0%; height: 100.0%;">SOO TECK LRT STATION / Exit: B</div>')[0];
popup_1421ae47302c467f887accaaefa9cebc.setContent(html_6fea0f3dc45246c6ad331dfeab98edc1);
regular_polygon_marker_d81adfa88eb644f1a58219a018ce310c.bindPopup(popup_1421ae47302c467f887accaaefa9cebc);
var regular_polygon_marker_ffcdb38a7e5645b28f1db247a0d93579 = new L.RegularPolygonMarker(
new L.LatLng(1.4052839471195577,103.90879189381232),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_609ea60062a74946ba0d8432883bb1b3 = L.popup({maxWidth: '300'});
var html_9a9e0a7a75e54060a3cf9af0f092c7d4 = $('<div id="html_9a9e0a7a75e54060a3cf9af0f092c7d4" style="width: 100.0%; height: 100.0%;">DAMAI LRT STATION / Exit: A</div>')[0];
popup_609ea60062a74946ba0d8432883bb1b3.setContent(html_9a9e0a7a75e54060a3cf9af0f092c7d4);
regular_polygon_marker_ffcdb38a7e5645b28f1db247a0d93579.bindPopup(popup_609ea60062a74946ba0d8432883bb1b3);
var regular_polygon_marker_69b319be1c1740f390cc98d4983e5c7a = new L.RegularPolygonMarker(
new L.LatLng(1.4025064649452743,103.91264579927028),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1f357f1f5ff44a259f74936e2f651f03 = L.popup({maxWidth: '300'});
var html_d491d968ed7444eaa31b4e60516321e1 = $('<div id="html_d491d968ed7444eaa31b4e60516321e1" style="width: 100.0%; height: 100.0%;">OASIS LRT STATION / Exit: A</div>')[0];
popup_1f357f1f5ff44a259f74936e2f651f03.setContent(html_d491d968ed7444eaa31b4e60516321e1);
regular_polygon_marker_69b319be1c1740f390cc98d4983e5c7a.bindPopup(popup_1f357f1f5ff44a259f74936e2f651f03);
var regular_polygon_marker_03579f42c75d4f40a2ca7ebce8222e2a = new L.RegularPolygonMarker(
new L.LatLng(1.399808596499778,103.9163871249991),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4ffd0add3ac7456a90280504ae56b2d9 = L.popup({maxWidth: '300'});
var html_36714c4b7cf048009083af32e02448c3 = $('<div id="html_36714c4b7cf048009083af32e02448c3" style="width: 100.0%; height: 100.0%;">KADALOOR LRT STATION / Exit: A</div>')[0];
popup_4ffd0add3ac7456a90280504ae56b2d9.setContent(html_36714c4b7cf048009083af32e02448c3);
regular_polygon_marker_03579f42c75d4f40a2ca7ebce8222e2a.bindPopup(popup_4ffd0add3ac7456a90280504ae56b2d9);
var regular_polygon_marker_04c2f975eb2641c1911fbefcdc27ffc8 = new L.RegularPolygonMarker(
new L.LatLng(1.3966803830772025,103.90896549937557),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c333a3a1907c43c09decc59be4e97bea = L.popup({maxWidth: '300'});
var html_8b9f46c0480a4b10afe531333502d882 = $('<div id="html_8b9f46c0480a4b10afe531333502d882" style="width: 100.0%; height: 100.0%;">MERIDIAN LRT STATION / Exit: A</div>')[0];
popup_c333a3a1907c43c09decc59be4e97bea.setContent(html_8b9f46c0480a4b10afe531333502d882);
regular_polygon_marker_04c2f975eb2641c1911fbefcdc27ffc8.bindPopup(popup_c333a3a1907c43c09decc59be4e97bea);
var regular_polygon_marker_2b920e07739c4ce6972c9b235b730c0d = new L.RegularPolygonMarker(
new L.LatLng(1.3971210227428776,103.90886916299922),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2a32892e31ee4dc0aed27489a900108b = L.popup({maxWidth: '300'});
var html_19ec81374775412fbbbf600b11f938c2 = $('<div id="html_19ec81374775412fbbbf600b11f938c2" style="width: 100.0%; height: 100.0%;">MERIDIAN LRT STATION / Exit: B</div>')[0];
popup_2a32892e31ee4dc0aed27489a900108b.setContent(html_19ec81374775412fbbbf600b11f938c2);
regular_polygon_marker_2b920e07739c4ce6972c9b235b730c0d.bindPopup(popup_2a32892e31ee4dc0aed27489a900108b);
var regular_polygon_marker_14b5c748f34e401685b80722dd98be5e = new L.RegularPolygonMarker(
new L.LatLng(1.3991237269130152,103.90592840259006),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_874100469bd74ee8824061042228fba6 = L.popup({maxWidth: '300'});
var html_d64eb6fe4ea64a98a3a85a5d750834ac = $('<div id="html_d64eb6fe4ea64a98a3a85a5d750834ac" style="width: 100.0%; height: 100.0%;">COVE LRT STATION / Exit: A</div>')[0];
popup_874100469bd74ee8824061042228fba6.setContent(html_d64eb6fe4ea64a98a3a85a5d750834ac);
regular_polygon_marker_14b5c748f34e401685b80722dd98be5e.bindPopup(popup_874100469bd74ee8824061042228fba6);
var regular_polygon_marker_53d3332e754e4847aadeec0bc0fe7b01 = new L.RegularPolygonMarker(
new L.LatLng(1.380316990486364,103.74510079759948),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a60300f7e3f445f685d90b42eb32b81b = L.popup({maxWidth: '300'});
var html_665f11d62dbd4a94af279648c68a9d23 = $('<div id="html_665f11d62dbd4a94af279648c68a9d23" style="width: 100.0%; height: 100.0%;">SOUTH VIEW LRT STATION / Exit: A</div>')[0];
popup_a60300f7e3f445f685d90b42eb32b81b.setContent(html_665f11d62dbd4a94af279648c68a9d23);
regular_polygon_marker_53d3332e754e4847aadeec0bc0fe7b01.bindPopup(popup_a60300f7e3f445f685d90b42eb32b81b);
var regular_polygon_marker_3013068c6042405db446487c68741eb4 = new L.RegularPolygonMarker(
new L.LatLng(1.3110688171777192,103.79576877501472),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_801645c58b87481f97311e4e237bb2e8 = L.popup({maxWidth: '300'});
var html_5a9233f1971a49668535cd95a97a1e17 = $('<div id="html_5a9233f1971a49668535cd95a97a1e17" style="width: 100.0%; height: 100.0%;">HOLLAND VILLAGE MRT STATION / Exit: B</div>')[0];
popup_801645c58b87481f97311e4e237bb2e8.setContent(html_5a9233f1971a49668535cd95a97a1e17);
regular_polygon_marker_3013068c6042405db446487c68741eb4.bindPopup(popup_801645c58b87481f97311e4e237bb2e8);
var regular_polygon_marker_914a7dac43fb4bcea470fd52dba90ad8 = new L.RegularPolygonMarker(
new L.LatLng(1.3003588270918691,103.78792747298353),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_910b7830b5104d42832301fa8bb3dc49 = L.popup({maxWidth: '300'});
var html_5f64b06311ac4c3e916f29882e3710ca = $('<div id="html_5f64b06311ac4c3e916f29882e3710ca" style="width: 100.0%; height: 100.0%;">ONE-NORTH MRT STATION / Exit: B</div>')[0];
popup_910b7830b5104d42832301fa8bb3dc49.setContent(html_5f64b06311ac4c3e916f29882e3710ca);
regular_polygon_marker_914a7dac43fb4bcea470fd52dba90ad8.bindPopup(popup_910b7830b5104d42832301fa8bb3dc49);
var regular_polygon_marker_b41e69f7ed6d4fbcb55a3bc51d04a09f = new L.RegularPolygonMarker(
new L.LatLng(1.2990268323254968,103.78690713313364),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_eb0e616945fb4ee88f55d6eb2a3bd8c8 = L.popup({maxWidth: '300'});
var html_69114445a32245b7853f9f5c7be021fc = $('<div id="html_69114445a32245b7853f9f5c7be021fc" style="width: 100.0%; height: 100.0%;">ONE-NORTH MRT STATION / Exit: A</div>')[0];
popup_eb0e616945fb4ee88f55d6eb2a3bd8c8.setContent(html_69114445a32245b7853f9f5c7be021fc);
regular_polygon_marker_b41e69f7ed6d4fbcb55a3bc51d04a09f.bindPopup(popup_eb0e616945fb4ee88f55d6eb2a3bd8c8);
var regular_polygon_marker_92f162c4bcab41b5b6cb8a5aff8cb4fc = new L.RegularPolygonMarker(
new L.LatLng(1.2924274496879946,103.78480929900279),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_636ef42a44944936b1644490b515fe86 = L.popup({maxWidth: '300'});
var html_23f0058155f549f7ad74313d765e7a48 = $('<div id="html_23f0058155f549f7ad74313d765e7a48" style="width: 100.0%; height: 100.0%;">KENT RIDGE MRT STATION / Exit: B</div>')[0];
popup_636ef42a44944936b1644490b515fe86.setContent(html_23f0058155f549f7ad74313d765e7a48);
regular_polygon_marker_92f162c4bcab41b5b6cb8a5aff8cb4fc.bindPopup(popup_636ef42a44944936b1644490b515fe86);
var regular_polygon_marker_d9c6d772dc9944c5a8c592b69abe5974 = new L.RegularPolygonMarker(
new L.LatLng(1.29431521993637,103.78446556233698),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_200794aa76d146d2aa806dfb1c909d5c = L.popup({maxWidth: '300'});
var html_22c0319de4b64b89aa86c0a55b3b893d = $('<div id="html_22c0319de4b64b89aa86c0a55b3b893d" style="width: 100.0%; height: 100.0%;">KENT RIDGE MRT STATION / Exit: A</div>')[0];
popup_200794aa76d146d2aa806dfb1c909d5c.setContent(html_22c0319de4b64b89aa86c0a55b3b893d);
regular_polygon_marker_d9c6d772dc9944c5a8c592b69abe5974.bindPopup(popup_200794aa76d146d2aa806dfb1c909d5c);
var regular_polygon_marker_bfd8ef483b304b66a8c6047f61f3da17 = new L.RegularPolygonMarker(
new L.LatLng(1.283054606634092,103.78200606390399),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1d0fb21c8bab4fc19c0214ba128a849d = L.popup({maxWidth: '300'});
var html_20383330377b4f5a9250dda3dba72b73 = $('<div id="html_20383330377b4f5a9250dda3dba72b73" style="width: 100.0%; height: 100.0%;">HAW PAR VILLA MRT STATION / Exit: A</div>')[0];
popup_1d0fb21c8bab4fc19c0214ba128a849d.setContent(html_20383330377b4f5a9250dda3dba72b73);
regular_polygon_marker_bfd8ef483b304b66a8c6047f61f3da17.bindPopup(popup_1d0fb21c8bab4fc19c0214ba128a849d);
var regular_polygon_marker_97456e2f3f2a4b8792851adbb805f34c = new L.RegularPolygonMarker(
new L.LatLng(1.276002566565121,103.792029853163),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a75faf2f2954472eb20ccf9c130c2a15 = L.popup({maxWidth: '300'});
var html_5d0436ee2bda43d4bb9e84132be6ad77 = $('<div id="html_5d0436ee2bda43d4bb9e84132be6ad77" style="width: 100.0%; height: 100.0%;">PASIR PANJANG MRT STATION / Exit: A</div>')[0];
popup_a75faf2f2954472eb20ccf9c130c2a15.setContent(html_5d0436ee2bda43d4bb9e84132be6ad77);
regular_polygon_marker_97456e2f3f2a4b8792851adbb805f34c.bindPopup(popup_a75faf2f2954472eb20ccf9c130c2a15);
var regular_polygon_marker_b32c023ea704491f99995fd50f0832c1 = new L.RegularPolygonMarker(
new L.LatLng(1.2721062916617547,103.80235522022248),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c6862b15eab74cb6b89dcb2f402576c5 = L.popup({maxWidth: '300'});
var html_ed427539a3d24eb1bebf340bcceee183 = $('<div id="html_ed427539a3d24eb1bebf340bcceee183" style="width: 100.0%; height: 100.0%;">LABRADOR PARK MRT STATION / Exit: A</div>')[0];
popup_c6862b15eab74cb6b89dcb2f402576c5.setContent(html_ed427539a3d24eb1bebf340bcceee183);
regular_polygon_marker_b32c023ea704491f99995fd50f0832c1.bindPopup(popup_c6862b15eab74cb6b89dcb2f402576c5);
var regular_polygon_marker_f4f11af6c17e4c659fc75d06b507b77c = new L.RegularPolygonMarker(
new L.LatLng(1.27072055915732,103.80988339782661),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_007cd5747b37442fbe287462cb4642ac = L.popup({maxWidth: '300'});
var html_3f89511d11e0488d8bb78f7d1ecacad4 = $('<div id="html_3f89511d11e0488d8bb78f7d1ecacad4" style="width: 100.0%; height: 100.0%;">TELOK BLANGAH MRT STATION / Exit: A</div>')[0];
popup_007cd5747b37442fbe287462cb4642ac.setContent(html_3f89511d11e0488d8bb78f7d1ecacad4);
regular_polygon_marker_f4f11af6c17e4c659fc75d06b507b77c.bindPopup(popup_007cd5747b37442fbe287462cb4642ac);
var regular_polygon_marker_81a9837fe7c040ee8c50e039dd4cd2aa = new L.RegularPolygonMarker(
new L.LatLng(1.3253324026931883,103.80779878593931),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_ff69f02a0d944252893d57ca2d9d52bf = L.popup({maxWidth: '300'});
var html_7cebe5b5cb33430d80bdc8dc817ae2f7 = $('<div id="html_7cebe5b5cb33430d80bdc8dc817ae2f7" style="width: 100.0%; height: 100.0%;">TAN KAH KEE MRT STATION / Exit: A</div>')[0];
popup_ff69f02a0d944252893d57ca2d9d52bf.setContent(html_7cebe5b5cb33430d80bdc8dc817ae2f7);
regular_polygon_marker_81a9837fe7c040ee8c50e039dd4cd2aa.bindPopup(popup_ff69f02a0d944252893d57ca2d9d52bf);
var regular_polygon_marker_5ccf76c17f9f41cba4d0d7a27275c491 = new L.RegularPolygonMarker(
new L.LatLng(1.3698326519179265,103.76423414727884),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_63c1c37c1b6443dd83fb6f95bc4d84e5 = L.popup({maxWidth: '300'});
var html_3b53f40ac9df4157bc4bf7a417ae11e7 = $('<div id="html_3b53f40ac9df4157bc4bf7a417ae11e7" style="width: 100.0%; height: 100.0%;">CASHEW MRT STATION / Exit: A</div>')[0];
popup_63c1c37c1b6443dd83fb6f95bc4d84e5.setContent(html_3b53f40ac9df4157bc4bf7a417ae11e7);
regular_polygon_marker_5ccf76c17f9f41cba4d0d7a27275c491.bindPopup(popup_63c1c37c1b6443dd83fb6f95bc4d84e5);
var regular_polygon_marker_90fe30ddf6994e0089310e4c10a395eb = new L.RegularPolygonMarker(
new L.LatLng(1.3307798033164318,103.79656574914598),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7b09b43aa9224c828ea7fa19a76841e1 = L.popup({maxWidth: '300'});
var html_cfe863b75430492abf3fb6a2271626a0 = $('<div id="html_cfe863b75430492abf3fb6a2271626a0" style="width: 100.0%; height: 100.0%;">SIXTH AVENUE MRT STATION / Exit: A</div>')[0];
popup_7b09b43aa9224c828ea7fa19a76841e1.setContent(html_cfe863b75430492abf3fb6a2271626a0);
regular_polygon_marker_90fe30ddf6994e0089310e4c10a395eb.bindPopup(popup_7b09b43aa9224c828ea7fa19a76841e1);
var regular_polygon_marker_3d3c2cb903f54fc5becb4dbcb4fd0fef = new L.RegularPolygonMarker(
new L.LatLng(1.3355364112528942,103.7830299264658),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_68443e55173348d2afe0e83ea7fcc4b9 = L.popup({maxWidth: '300'});
var html_1ff1f886430e4ee89313e04b6673df79 = $('<div id="html_1ff1f886430e4ee89313e04b6673df79" style="width: 100.0%; height: 100.0%;">KING ALBERT PARK MRT STATION / Exit: A</div>')[0];
popup_68443e55173348d2afe0e83ea7fcc4b9.setContent(html_1ff1f886430e4ee89313e04b6673df79);
regular_polygon_marker_3d3c2cb903f54fc5becb4dbcb4fd0fef.bindPopup(popup_68443e55173348d2afe0e83ea7fcc4b9);
var regular_polygon_marker_1aaddca037b249aea5590979a099273a = new L.RegularPolygonMarker(
new L.LatLng(1.3620836734823176,103.76710812682384),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f844cadb201f444aa97be83677f5598f = L.popup({maxWidth: '300'});
var html_94d71fbb0d624c5fb12c4f5a77a85c51 = $('<div id="html_94d71fbb0d624c5fb12c4f5a77a85c51" style="width: 100.0%; height: 100.0%;">HILLVIEW MRT STATION / Exit: B</div>')[0];
popup_f844cadb201f444aa97be83677f5598f.setContent(html_94d71fbb0d624c5fb12c4f5a77a85c51);
regular_polygon_marker_1aaddca037b249aea5590979a099273a.bindPopup(popup_f844cadb201f444aa97be83677f5598f);
var regular_polygon_marker_6bcef31832b843a191844bf0c1dde4d3 = new L.RegularPolygonMarker(
new L.LatLng(1.3790073034940509,103.76192260101296),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#0055ff',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3e3fe34fc2924abbb1e26cc4ffd167c5 = L.popup({maxWidth: '300'});
var html_80ea26afd9b540c595b041546cc43a66 = $('<div id="html_80ea26afd9b540c595b041546cc43a66" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG MRT STATION / Exit: A1</div>')[0];
popup_3e3fe34fc2924abbb1e26cc4ffd167c5.setContent(html_80ea26afd9b540c595b041546cc43a66);
regular_polygon_marker_6bcef31832b843a191844bf0c1dde4d3.bindPopup(popup_3e3fe34fc2924abbb1e26cc4ffd167c5);
var regular_polygon_marker_0285ef74ad7546a7a240231315d42e89 = new L.RegularPolygonMarker(
new L.LatLng(1.3034034397855536,103.85237468808698),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b325c91b9c2e428aa87c25d00296ac7c = L.popup({maxWidth: '300'});
var html_58cbb5a11f154189b84900fdec00cf5d = $('<div id="html_58cbb5a11f154189b84900fdec00cf5d" style="width: 100.0%; height: 100.0%;">ROCHOR MRT STATION / Exit: A</div>')[0];
popup_b325c91b9c2e428aa87c25d00296ac7c.setContent(html_58cbb5a11f154189b84900fdec00cf5d);
regular_polygon_marker_0285ef74ad7546a7a240231315d42e89.bindPopup(popup_b325c91b9c2e428aa87c25d00296ac7c);
var regular_polygon_marker_7f5df6b21e1544c59db655c5faf87f4a = new L.RegularPolygonMarker(
new L.LatLng(1.2797955731469308,103.85242741336187),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_cba1fc72807348b2abacffe0093a379b = L.popup({maxWidth: '300'});
var html_426bc8a9ca93405196a1a1e8cb4b14af = $('<div id="html_426bc8a9ca93405196a1a1e8cb4b14af" style="width: 100.0%; height: 100.0%;">DOWNTOWN MRT STATION / Exit: F</div>')[0];
popup_cba1fc72807348b2abacffe0093a379b.setContent(html_426bc8a9ca93405196a1a1e8cb4b14af);
regular_polygon_marker_7f5df6b21e1544c59db655c5faf87f4a.bindPopup(popup_cba1fc72807348b2abacffe0093a379b);
var regular_polygon_marker_6d3a8d12f27a4f919bb3cde8decff545 = new L.RegularPolygonMarker(
new L.LatLng(1.2818867228270592,103.84850621063502),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_93a955915496424d858e85e21b462d14 = L.popup({maxWidth: '300'});
var html_e7e5215f18794e69b767be3ebcbcf730 = $('<div id="html_e7e5215f18794e69b767be3ebcbcf730" style="width: 100.0%; height: 100.0%;">TELOK AYER MRT STATION / Exit: A</div>')[0];
popup_93a955915496424d858e85e21b462d14.setContent(html_e7e5215f18794e69b767be3ebcbcf730);
regular_polygon_marker_6d3a8d12f27a4f919bb3cde8decff545.bindPopup(popup_93a955915496424d858e85e21b462d14);
var regular_polygon_marker_f6ccd6ee17b14650b378b7de0a8d5341 = new L.RegularPolygonMarker(
new L.LatLng(1.3373439599499461,103.69715504001145),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_13d16642ecbd4348902a08b45ede3216 = L.popup({maxWidth: '300'});
var html_dd4b5cda505647fa92872a7f75faf21f = $('<div id="html_dd4b5cda505647fa92872a7f75faf21f" style="width: 100.0%; height: 100.0%;">PIONEER MRT STATION / Exit: A</div>')[0];
popup_13d16642ecbd4348902a08b45ede3216.setContent(html_dd4b5cda505647fa92872a7f75faf21f);
regular_polygon_marker_f6ccd6ee17b14650b378b7de0a8d5341.bindPopup(popup_13d16642ecbd4348902a08b45ede3216);
var regular_polygon_marker_fe658f02f52c4098a933f7bb26f2eed8 = new L.RegularPolygonMarker(
new L.LatLng(1.3378309609167771,103.69712912011043),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7208b28bc8b3456389cf301c038cb623 = L.popup({maxWidth: '300'});
var html_2a511c3118c0471eae1f35bef4c1eb79 = $('<div id="html_2a511c3118c0471eae1f35bef4c1eb79" style="width: 100.0%; height: 100.0%;">PIONEER MRT STATION / Exit: B</div>')[0];
popup_7208b28bc8b3456389cf301c038cb623.setContent(html_2a511c3118c0471eae1f35bef4c1eb79);
regular_polygon_marker_fe658f02f52c4098a933f7bb26f2eed8.bindPopup(popup_7208b28bc8b3456389cf301c038cb623);
var regular_polygon_marker_4157109920004a01a6634576b0e0b0b3 = new L.RegularPolygonMarker(
new L.LatLng(1.276447301677985,103.84565567071816),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff55',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9d98c151ecda4b08a8384ed4070e44ad = L.popup({maxWidth: '300'});
var html_72ef4c80b4a64827a4e57a8bea3ee4dc = $('<div id="html_72ef4c80b4a64827a4e57a8bea3ee4dc" style="width: 100.0%; height: 100.0%;">TANJONG PAGAR MRT STATION / Exit: I</div>')[0];
popup_9d98c151ecda4b08a8384ed4070e44ad.setContent(html_72ef4c80b4a64827a4e57a8bea3ee4dc);
regular_polygon_marker_4157109920004a01a6634576b0e0b0b3.bindPopup(popup_9d98c151ecda4b08a8384ed4070e44ad);
var regular_polygon_marker_dbc3a7caef5e48039268e2483505a6ed = new L.RegularPolygonMarker(
new L.LatLng(1.3062974753841474,103.79092973195425),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_744439d755c6452091bf54e6e85d7a63 = L.popup({maxWidth: '300'});
var html_c23ade2ccdf8436587c5e983631431d3 = $('<div id="html_c23ade2ccdf8436587c5e983631431d3" style="width: 100.0%; height: 100.0%;">BUONA VISTA MRT STATION / Exit: D</div>')[0];
popup_744439d755c6452091bf54e6e85d7a63.setContent(html_c23ade2ccdf8436587c5e983631431d3);
regular_polygon_marker_dbc3a7caef5e48039268e2483505a6ed.bindPopup(popup_744439d755c6452091bf54e6e85d7a63);
var regular_polygon_marker_9c66685d63d941b19f5d4d61f6b7ef8e = new L.RegularPolygonMarker(
new L.LatLng(1.2941020897688895,103.86023615114712),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_794e188e5cb047d59ad214d072272730 = L.popup({maxWidth: '300'});
var html_9676c818454742fc818df2046e429fb5 = $('<div id="html_9676c818454742fc818df2046e429fb5" style="width: 100.0%; height: 100.0%;">PROMENADE MRT STATION / Exit: C</div>')[0];
popup_794e188e5cb047d59ad214d072272730.setContent(html_9676c818454742fc818df2046e429fb5);
regular_polygon_marker_9c66685d63d941b19f5d4d61f6b7ef8e.bindPopup(popup_794e188e5cb047d59ad214d072272730);
var regular_polygon_marker_245b533c0ac54479ace43f0843a67d7f = new L.RegularPolygonMarker(
new L.LatLng(1.2774556376939536,103.85431192642783),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c4cda06cf3fb40508cf4403648e00658 = L.popup({maxWidth: '300'});
var html_c89f0112c8e946a9a754039edad72a5e = $('<div id="html_c89f0112c8e946a9a754039edad72a5e" style="width: 100.0%; height: 100.0%;">MARINA BAY MRT STATION / Exit: B</div>')[0];
popup_c4cda06cf3fb40508cf4403648e00658.setContent(html_c89f0112c8e946a9a754039edad72a5e);
regular_polygon_marker_245b533c0ac54479ace43f0843a67d7f.bindPopup(popup_c4cda06cf3fb40508cf4403648e00658);
var regular_polygon_marker_0e2d49d9939045afbd0043e08b48c3b1 = new L.RegularPolygonMarker(
new L.LatLng(1.417868370129979,103.83323068705766),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6a706857cbcb4cf9a620c4ca550734da = L.popup({maxWidth: '300'});
var html_c168f1cb959945769faec10505dc20a4 = $('<div id="html_c168f1cb959945769faec10505dc20a4" style="width: 100.0%; height: 100.0%;">KHATIB MRT STATION / Exit: D</div>')[0];
popup_6a706857cbcb4cf9a620c4ca550734da.setContent(html_c168f1cb959945769faec10505dc20a4);
regular_polygon_marker_0e2d49d9939045afbd0043e08b48c3b1.bindPopup(popup_6a706857cbcb4cf9a620c4ca550734da);
var regular_polygon_marker_da684923c3704d938e2943781819580a = new L.RegularPolygonMarker(
new L.LatLng(1.342661127792792,103.95381834293846),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3615d9e6fa7c45289560b640b19e29d2 = L.popup({maxWidth: '300'});
var html_fda8b197ad714d88904dd50aa2f68ec6 = $('<div id="html_fda8b197ad714d88904dd50aa2f68ec6" style="width: 100.0%; height: 100.0%;">SIMEI MRT STATION / Exit: A</div>')[0];
popup_3615d9e6fa7c45289560b640b19e29d2.setContent(html_fda8b197ad714d88904dd50aa2f68ec6);
regular_polygon_marker_da684923c3704d938e2943781819580a.bindPopup(popup_3615d9e6fa7c45289560b640b19e29d2);
var regular_polygon_marker_8abfffde4cfb499a91a210cc6d2a7eae = new L.RegularPolygonMarker(
new L.LatLng(1.3240739789053728,103.9294039459844),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_64a8a98d636a4892befb222499ed132d = L.popup({maxWidth: '300'});
var html_42b884c9b0bd454297e3d960f4ca7fa0 = $('<div id="html_42b884c9b0bd454297e3d960f4ca7fa0" style="width: 100.0%; height: 100.0%;">BEDOK MRT STATION / Exit: C</div>')[0];
popup_64a8a98d636a4892befb222499ed132d.setContent(html_42b884c9b0bd454297e3d960f4ca7fa0);
regular_polygon_marker_8abfffde4cfb499a91a210cc6d2a7eae.bindPopup(popup_64a8a98d636a4892befb222499ed132d);
var regular_polygon_marker_38653000f3524d7796f6837496637c77 = new L.RegularPolygonMarker(
new L.LatLng(1.2990781818497144,103.85689032150053),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_74696b4616b14a1bb5ca3d971e2a67fe = L.popup({maxWidth: '300'});
var html_6074d6d6fbd541aab83b42a5e18c8234 = $('<div id="html_6074d6d6fbd541aab83b42a5e18c8234" style="width: 100.0%; height: 100.0%;">BUGIS MRT STATION / Exit: D</div>')[0];
popup_74696b4616b14a1bb5ca3d971e2a67fe.setContent(html_6074d6d6fbd541aab83b42a5e18c8234);
regular_polygon_marker_38653000f3524d7796f6837496637c77.bindPopup(popup_74696b4616b14a1bb5ca3d971e2a67fe);
var regular_polygon_marker_5ae5ecdfe99240d59db7017df622583e = new L.RegularPolygonMarker(
new L.LatLng(1.2930411810163114,103.85297995456953),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c7209124fead4833abe3fe03bdcd8a66 = L.popup({maxWidth: '300'});
var html_37dead8f4d4c4bb0b48fddd258827674 = $('<div id="html_37dead8f4d4c4bb0b48fddd258827674" style="width: 100.0%; height: 100.0%;">CITY HALL MRT STATION / Exit: C</div>')[0];
popup_c7209124fead4833abe3fe03bdcd8a66.setContent(html_37dead8f4d4c4bb0b48fddd258827674);
regular_polygon_marker_5ae5ecdfe99240d59db7017df622583e.bindPopup(popup_c7209124fead4833abe3fe03bdcd8a66);
var regular_polygon_marker_d5994a90e9e549cea16188937d05da47 = new L.RegularPolygonMarker(
new L.LatLng(1.2954455894153423,103.80558439622747),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_8c169d3cc48841fdb731fae0718e859e = L.popup({maxWidth: '300'});
var html_fb128ddfeecb4d8f94b1425f85aa6007 = $('<div id="html_fb128ddfeecb4d8f94b1425f85aa6007" style="width: 100.0%; height: 100.0%;">QUEENSTOWN MRT STATION / Exit: C</div>')[0];
popup_8c169d3cc48841fdb731fae0718e859e.setContent(html_fb128ddfeecb4d8f94b1425f85aa6007);
regular_polygon_marker_d5994a90e9e549cea16188937d05da47.bindPopup(popup_8c169d3cc48841fdb731fae0718e859e);
var regular_polygon_marker_d846f37f42c7473faba9bf9399032e82 = new L.RegularPolygonMarker(
new L.LatLng(1.2953822635070198,103.80549187157462),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b53732554faa4383917ec1679bd18ac4 = L.popup({maxWidth: '300'});
var html_0227d7c37a7d44da94ffb86387dd260f = $('<div id="html_0227d7c37a7d44da94ffb86387dd260f" style="width: 100.0%; height: 100.0%;">QUEENSTOWN MRT STATION / Exit: D</div>')[0];
popup_b53732554faa4383917ec1679bd18ac4.setContent(html_0227d7c37a7d44da94ffb86387dd260f);
regular_polygon_marker_d846f37f42c7473faba9bf9399032e82.bindPopup(popup_b53732554faa4383917ec1679bd18ac4);
var regular_polygon_marker_4f7213873d694bb89bc8df9e21a5a709 = new L.RegularPolygonMarker(
new L.LatLng(1.302076378702938,103.79877823921566),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1cc35b4fff0c454d84efb57f826e6be6 = L.popup({maxWidth: '300'});
var html_016953b8b4eb462692e73ee51fd4fb81 = $('<div id="html_016953b8b4eb462692e73ee51fd4fb81" style="width: 100.0%; height: 100.0%;">COMMONWEALTH MRT STATION / Exit: C</div>')[0];
popup_1cc35b4fff0c454d84efb57f826e6be6.setContent(html_016953b8b4eb462692e73ee51fd4fb81);
regular_polygon_marker_4f7213873d694bb89bc8df9e21a5a709.bindPopup(popup_1cc35b4fff0c454d84efb57f826e6be6);
var regular_polygon_marker_4407a41aec4649b8a8a556f2e171c364 = new L.RegularPolygonMarker(
new L.LatLng(1.302012052711983,103.79871992506523),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_6fc57dc0d515495b9aad53fdd3f96616 = L.popup({maxWidth: '300'});
var html_b333adfbc30d48a98947594197a89736 = $('<div id="html_b333adfbc30d48a98947594197a89736" style="width: 100.0%; height: 100.0%;">COMMONWEALTH MRT STATION / Exit: D</div>')[0];
popup_6fc57dc0d515495b9aad53fdd3f96616.setContent(html_b333adfbc30d48a98947594197a89736);
regular_polygon_marker_4407a41aec4649b8a8a556f2e171c364.bindPopup(popup_6fc57dc0d515495b9aad53fdd3f96616);
var regular_polygon_marker_98f2024f5af5409384f6a35ed8a872bb = new L.RegularPolygonMarker(
new L.LatLng(1.3140777476796481,103.76556978287275),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_584a8198355048f095eef9a1e9567685 = L.popup({maxWidth: '300'});
var html_ce969e275e8749a985c8ab4d3407fc65 = $('<div id="html_ce969e275e8749a985c8ab4d3407fc65" style="width: 100.0%; height: 100.0%;">CLEMENTI MRT STATION / Exit: D</div>')[0];
popup_584a8198355048f095eef9a1e9567685.setContent(html_ce969e275e8749a985c8ab4d3407fc65);
regular_polygon_marker_98f2024f5af5409384f6a35ed8a872bb.bindPopup(popup_584a8198355048f095eef9a1e9567685);
var regular_polygon_marker_03dd5d02d98d4fb4b981dbc825724e4c = new L.RegularPolygonMarker(
new L.LatLng(1.3141616318910685,103.76574948247125),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fe578a4c2a624c84a01829a3003d4751 = L.popup({maxWidth: '300'});
var html_670f8e06b15946168ab5b20ba3bfeae0 = $('<div id="html_670f8e06b15946168ab5b20ba3bfeae0" style="width: 100.0%; height: 100.0%;">CLEMENTI MRT STATION / Exit: C</div>')[0];
popup_fe578a4c2a624c84a01829a3003d4751.setContent(html_670f8e06b15946168ab5b20ba3bfeae0);
regular_polygon_marker_03dd5d02d98d4fb4b981dbc825724e4c.bindPopup(popup_fe578a4c2a624c84a01829a3003d4751);
var regular_polygon_marker_3ca5470e85c24b678ff5762d98db20bf = new L.RegularPolygonMarker(
new L.LatLng(1.333580664592209,103.74229786044377),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_4a776d2121414b9c9910a95254b424f8 = L.popup({maxWidth: '300'});
var html_65921b8e5f1241c7958dc26e60e491f5 = $('<div id="html_65921b8e5f1241c7958dc26e60e491f5" style="width: 100.0%; height: 100.0%;">JURONG EAST MRT STATION / Exit: D</div>')[0];
popup_4a776d2121414b9c9910a95254b424f8.setContent(html_65921b8e5f1241c7958dc26e60e491f5);
regular_polygon_marker_3ca5470e85c24b678ff5762d98db20bf.bindPopup(popup_4a776d2121414b9c9910a95254b424f8);
var regular_polygon_marker_f7b48077bc9d4f32b23622c7893ede1e = new L.RegularPolygonMarker(
new L.LatLng(1.3698817085284165,103.84982423933437),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_df5f5597397345ffa5734abdb645477b = L.popup({maxWidth: '300'});
var html_82920160069749abba6c10bac59409c4 = $('<div id="html_82920160069749abba6c10bac59409c4" style="width: 100.0%; height: 100.0%;">ANG MO KIO MRT STATION / Exit: D</div>')[0];
popup_df5f5597397345ffa5734abdb645477b.setContent(html_82920160069749abba6c10bac59409c4);
regular_polygon_marker_f7b48077bc9d4f32b23622c7893ede1e.bindPopup(popup_df5f5597397345ffa5734abdb645477b);
var regular_polygon_marker_0d1ff9d6fdfa4c1e8d4d939c542f2117 = new L.RegularPolygonMarker(
new L.LatLng(1.3004355542755128,103.8387652512864),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b817b2758f11480f92cb53b2cc46a670 = L.popup({maxWidth: '300'});
var html_092c6eb72ce24a43b714a3974203b52a = $('<div id="html_092c6eb72ce24a43b714a3974203b52a" style="width: 100.0%; height: 100.0%;">SOMERSET MRT STATION / Exit: C</div>')[0];
popup_b817b2758f11480f92cb53b2cc46a670.setContent(html_092c6eb72ce24a43b714a3974203b52a);
regular_polygon_marker_0d1ff9d6fdfa4c1e8d4d939c542f2117.bindPopup(popup_b817b2758f11480f92cb53b2cc46a670);
var regular_polygon_marker_f47caffe4e9b420bb572d8c79b7291bc = new L.RegularPolygonMarker(
new L.LatLng(1.3002404716156597,103.83973381465512),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1c6cd484c111459abde1b4e93a662945 = L.popup({maxWidth: '300'});
var html_bc642dd05e954bc587b67c96457a8477 = $('<div id="html_bc642dd05e954bc587b67c96457a8477" style="width: 100.0%; height: 100.0%;">SOMERSET MRT STATION / Exit: D</div>')[0];
popup_1c6cd484c111459abde1b4e93a662945.setContent(html_bc642dd05e954bc587b67c96457a8477);
regular_polygon_marker_f47caffe4e9b420bb572d8c79b7291bc.bindPopup(popup_1c6cd484c111459abde1b4e93a662945);
var regular_polygon_marker_ec9dca27ba2e4debb2066dcd22e14a0d = new L.RegularPolygonMarker(
new L.LatLng(1.2705293230327213,103.86232971761319),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_384007416012435f858cae22b2b52ed5 = L.popup({maxWidth: '300'});
var html_237eb1c1512840cd8e4c03e350b7bf8a = $('<div id="html_237eb1c1512840cd8e4c03e350b7bf8a" style="width: 100.0%; height: 100.0%;">MARINA SOUTH PIER MRT STATION / Exit: A</div>')[0];
popup_384007416012435f858cae22b2b52ed5.setContent(html_237eb1c1512840cd8e4c03e350b7bf8a);
regular_polygon_marker_ec9dca27ba2e4debb2066dcd22e14a0d.bindPopup(popup_384007416012435f858cae22b2b52ed5);
var regular_polygon_marker_eb33e88f61394789b6e217c2839ea741 = new L.RegularPolygonMarker(
new L.LatLng(1.2714371707538987,103.86357933613372),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fb351315c04a4aecb0055e92433f8c47 = L.popup({maxWidth: '300'});
var html_7ec82773712f41bb9f9cd564dc76b8d4 = $('<div id="html_7ec82773712f41bb9f9cd564dc76b8d4" style="width: 100.0%; height: 100.0%;">MARINA SOUTH PIER MRT STATION / Exit: B</div>')[0];
popup_fb351315c04a4aecb0055e92433f8c47.setContent(html_7ec82773712f41bb9f9cd564dc76b8d4);
regular_polygon_marker_eb33e88f61394789b6e217c2839ea741.bindPopup(popup_fb351315c04a4aecb0055e92433f8c47);
var regular_polygon_marker_21d9640f92be4680975b09aa67b25c5e = new L.RegularPolygonMarker(
new L.LatLng(1.2847354168586667,103.84445820795247),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#00ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_37ceb893ba6544609cb83586a5b9d4ef = L.popup({maxWidth: '300'});
var html_5ce05de9de4d462c8f66a87e0bb396ce = $('<div id="html_5ce05de9de4d462c8f66a87e0bb396ce" style="width: 100.0%; height: 100.0%;">CHINATOWN MRT STATION / Exit: G</div>')[0];
popup_37ceb893ba6544609cb83586a5b9d4ef.setContent(html_5ce05de9de4d462c8f66a87e0bb396ce);
regular_polygon_marker_21d9640f92be4680975b09aa67b25c5e.bindPopup(popup_37ceb893ba6544609cb83586a5b9d4ef);
var regular_polygon_marker_cda420ee86fe47648e912880541a5161 = new L.RegularPolygonMarker(
new L.LatLng(1.284274109170002,103.84546219810514),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b0df4f0e71fe4c909c761a39b1a89967 = L.popup({maxWidth: '300'});
var html_1642dc41b9b8432aabae18adeb27e6d2 = $('<div id="html_1642dc41b9b8432aabae18adeb27e6d2" style="width: 100.0%; height: 100.0%;">CHINATOWN MRT STATION / Exit: F</div>')[0];
popup_b0df4f0e71fe4c909c761a39b1a89967.setContent(html_1642dc41b9b8432aabae18adeb27e6d2);
regular_polygon_marker_cda420ee86fe47648e912880541a5161.bindPopup(popup_b0df4f0e71fe4c909c761a39b1a89967);
var regular_polygon_marker_b7de15aa9c8a416fab36930615e92b1b = new L.RegularPolygonMarker(
new L.LatLng(1.3786182273913474,103.76137017185336),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_08a05332b26043c7a736aaf1b69a2594 = L.popup({maxWidth: '300'});
var html_b662bc8080354d10928ac3cbda55ed43 = $('<div id="html_b662bc8080354d10928ac3cbda55ed43" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG MRT STATION / Exit: B</div>')[0];
popup_08a05332b26043c7a736aaf1b69a2594.setContent(html_b662bc8080354d10928ac3cbda55ed43);
regular_polygon_marker_b7de15aa9c8a416fab36930615e92b1b.bindPopup(popup_08a05332b26043c7a736aaf1b69a2594);
var regular_polygon_marker_4a5c72acf92143a4983178fdc4bdcdaa = new L.RegularPolygonMarker(
new L.LatLng(1.362473571447457,103.76768795699665),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_aef73f0c2a88442e811fede772c4eddc = L.popup({maxWidth: '300'});
var html_3a6fc7ac10964fb8a1cfb3e5268228a1 = $('<div id="html_3a6fc7ac10964fb8a1cfb3e5268228a1" style="width: 100.0%; height: 100.0%;">HILLVIEW MRT STATION / Exit: A</div>')[0];
popup_aef73f0c2a88442e811fede772c4eddc.setContent(html_3a6fc7ac10964fb8a1cfb3e5268228a1);
regular_polygon_marker_4a5c72acf92143a4983178fdc4bdcdaa.bindPopup(popup_aef73f0c2a88442e811fede772c4eddc);
var regular_polygon_marker_848b45ec730640b89bae7b896f96cb2a = new L.RegularPolygonMarker(
new L.LatLng(1.3416954836398682,103.77598396252294),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_713e38db39a3449086b401c667152c95 = L.popup({maxWidth: '300'});
var html_0614191a6ef246d99531b779dca23c96 = $('<div id="html_0614191a6ef246d99531b779dca23c96" style="width: 100.0%; height: 100.0%;">BEAUTY WORLD MRT STATION / Exit: A</div>')[0];
popup_713e38db39a3449086b401c667152c95.setContent(html_0614191a6ef246d99531b779dca23c96);
regular_polygon_marker_848b45ec730640b89bae7b896f96cb2a.bindPopup(popup_713e38db39a3449086b401c667152c95);
var regular_polygon_marker_9ad10773331f495d92444d6ec81e5ddd = new L.RegularPolygonMarker(
new L.LatLng(1.3399812074460704,103.7757612122689),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_46ec3692087a4edd820fae672779b91c = L.popup({maxWidth: '300'});
var html_232d5ef10578446aac8f0fbad7a669ca = $('<div id="html_232d5ef10578446aac8f0fbad7a669ca" style="width: 100.0%; height: 100.0%;">BEAUTY WORLD MRT STATION / Exit: C</div>')[0];
popup_46ec3692087a4edd820fae672779b91c.setContent(html_232d5ef10578446aac8f0fbad7a669ca);
regular_polygon_marker_9ad10773331f495d92444d6ec81e5ddd.bindPopup(popup_46ec3692087a4edd820fae672779b91c);
var regular_polygon_marker_d9c062dacbd4428ea7c8bff34f047dd9 = new L.RegularPolygonMarker(
new L.LatLng(1.3359753787822877,103.78456125114613),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b9b3931b48dd4bf5af1c454fdca69b27 = L.popup({maxWidth: '300'});
var html_280d517870ac4c06960bdc80dddc935b = $('<div id="html_280d517870ac4c06960bdc80dddc935b" style="width: 100.0%; height: 100.0%;">KING ALBERT PARK MRT STATION / Exit: B</div>')[0];
popup_b9b3931b48dd4bf5af1c454fdca69b27.setContent(html_280d517870ac4c06960bdc80dddc935b);
regular_polygon_marker_d9c062dacbd4428ea7c8bff34f047dd9.bindPopup(popup_b9b3931b48dd4bf5af1c454fdca69b27);
var regular_polygon_marker_37077e8edbc64c168161215e6ab3723f = new L.RegularPolygonMarker(
new L.LatLng(1.3315206349493498,103.79684784492835),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_f2be2a0e12f9432abf015e4832976e15 = L.popup({maxWidth: '300'});
var html_31de507fac9746f48013460a18728a5f = $('<div id="html_31de507fac9746f48013460a18728a5f" style="width: 100.0%; height: 100.0%;">SIXTH AVENUE MRT STATION / Exit: B</div>')[0];
popup_f2be2a0e12f9432abf015e4832976e15.setContent(html_31de507fac9746f48013460a18728a5f);
regular_polygon_marker_37077e8edbc64c168161215e6ab3723f.bindPopup(popup_f2be2a0e12f9432abf015e4832976e15);
var regular_polygon_marker_1ec8395953184645800e457da33d8f62 = new L.RegularPolygonMarker(
new L.LatLng(1.3261454919649789,103.80780054063814),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fda9cab75e7a42718c3b0fc7065c4fdc = L.popup({maxWidth: '300'});
var html_e72328a4b3be40de99e0de5d902065cc = $('<div id="html_e72328a4b3be40de99e0de5d902065cc" style="width: 100.0%; height: 100.0%;">TAN KAH KEE MRT STATION / Exit: B</div>')[0];
popup_fda9cab75e7a42718c3b0fc7065c4fdc.setContent(html_e72328a4b3be40de99e0de5d902065cc);
regular_polygon_marker_1ec8395953184645800e457da33d8f62.bindPopup(popup_fda9cab75e7a42718c3b0fc7065c4fdc);
var regular_polygon_marker_f85977bcb16c425b8b1ab073584b3533 = new L.RegularPolygonMarker(
new L.LatLng(1.3226839459938773,103.8159138120921),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7d9e94f27c1d40ea89a451f3f95ff936 = L.popup({maxWidth: '300'});
var html_141690428275405590f594c9712891de = $('<div id="html_141690428275405590f594c9712891de" style="width: 100.0%; height: 100.0%;">BOTANIC GARDENS MRT STATION / Exit: B</div>')[0];
popup_7d9e94f27c1d40ea89a451f3f95ff936.setContent(html_141690428275405590f594c9712891de);
regular_polygon_marker_f85977bcb16c425b8b1ab073584b3533.bindPopup(popup_7d9e94f27c1d40ea89a451f3f95ff936);
var regular_polygon_marker_e3a883d3c81f4984905314ae8391a93a = new L.RegularPolygonMarker(
new L.LatLng(1.320350178435401,103.82567779491661),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_44474130ed9c4de29c1698ba8436e157 = L.popup({maxWidth: '300'});
var html_185dd01328924391857c172f3d7f9981 = $('<div id="html_185dd01328924391857c172f3d7f9981" style="width: 100.0%; height: 100.0%;">STEVENS MRT STATION / Exit: A</div>')[0];
popup_44474130ed9c4de29c1698ba8436e157.setContent(html_185dd01328924391857c172f3d7f9981);
regular_polygon_marker_e3a883d3c81f4984905314ae8391a93a.bindPopup(popup_44474130ed9c4de29c1698ba8436e157);
var regular_polygon_marker_f751ca8b17f044f8a1cb2146e457ab4a = new L.RegularPolygonMarker(
new L.LatLng(1.3136166024358873,103.83824204836564),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_55026304a7d24096bfd1c2c04da4808c = L.popup({maxWidth: '300'});
var html_3c265f4603134342a9837e1ba2d3225b = $('<div id="html_3c265f4603134342a9837e1ba2d3225b" style="width: 100.0%; height: 100.0%;">NEWTON MRT STATION / Exit: C</div>')[0];
popup_55026304a7d24096bfd1c2c04da4808c.setContent(html_3c265f4603134342a9837e1ba2d3225b);
regular_polygon_marker_f751ca8b17f044f8a1cb2146e457ab4a.bindPopup(popup_55026304a7d24096bfd1c2c04da4808c);
var regular_polygon_marker_49a8a34544284ae78b0013e3bf0f09e5 = new L.RegularPolygonMarker(
new L.LatLng(1.3076828702742491,103.84830406623172),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#55ff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bc02e4e146f04ec484230f3bdb39bc3a = L.popup({maxWidth: '300'});
var html_895ab39c30784cefa055dbe28807f25f = $('<div id="html_895ab39c30784cefa055dbe28807f25f" style="width: 100.0%; height: 100.0%;">LITTLE INDIA MRT STATION / Exit: F</div>')[0];
popup_bc02e4e146f04ec484230f3bdb39bc3a.setContent(html_895ab39c30784cefa055dbe28807f25f);
regular_polygon_marker_49a8a34544284ae78b0013e3bf0f09e5.bindPopup(popup_bc02e4e146f04ec484230f3bdb39bc3a);
var regular_polygon_marker_c611110924e8493ea416e8d1b3214db1 = new L.RegularPolygonMarker(
new L.LatLng(1.3042141103956588,103.85310400229676),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_fc1719de0b4c4ac18abfc61ee6d7de25 = L.popup({maxWidth: '300'});
var html_81ccd685a9504ffcb88071c6865a355f = $('<div id="html_81ccd685a9504ffcb88071c6865a355f" style="width: 100.0%; height: 100.0%;">ROCHOR MRT STATION / Exit: B</div>')[0];
popup_fc1719de0b4c4ac18abfc61ee6d7de25.setContent(html_81ccd685a9504ffcb88071c6865a355f);
regular_polygon_marker_c611110924e8493ea416e8d1b3214db1.bindPopup(popup_fc1719de0b4c4ac18abfc61ee6d7de25);
var regular_polygon_marker_50bdf3db239f4f77ace122f477483791 = new L.RegularPolygonMarker(
new L.LatLng(1.2797727888376416,103.852646226533),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2cab1bf8cdfd466f9b2b4d6acef066c8 = L.popup({maxWidth: '300'});
var html_912e4653859e4fe088b534818331735f = $('<div id="html_912e4653859e4fe088b534818331735f" style="width: 100.0%; height: 100.0%;">DOWNTOWN MRT STATION / Exit: A</div>')[0];
popup_2cab1bf8cdfd466f9b2b4d6acef066c8.setContent(html_912e4653859e4fe088b534818331735f);
regular_polygon_marker_50bdf3db239f4f77ace122f477483791.bindPopup(popup_2cab1bf8cdfd466f9b2b4d6acef066c8);
var regular_polygon_marker_f7b8f54203154ebba7ec03c93482548c = new L.RegularPolygonMarker(
new L.LatLng(1.279527243681386,103.85247771326623),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1960823931b041a78563aa225e61a381 = L.popup({maxWidth: '300'});
var html_a86bcd354b25491d9231cccf261dd22c = $('<div id="html_a86bcd354b25491d9231cccf261dd22c" style="width: 100.0%; height: 100.0%;">DOWNTOWN MRT STATION / Exit: E</div>')[0];
popup_1960823931b041a78563aa225e61a381.setContent(html_a86bcd354b25491d9231cccf261dd22c);
regular_polygon_marker_f7b8f54203154ebba7ec03c93482548c.bindPopup(popup_1960823931b041a78563aa225e61a381);
var regular_polygon_marker_bbb0580198284d42848f92121c403100 = new L.RegularPolygonMarker(
new L.LatLng(1.2796006512372533,103.85290779519147),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d09e41fe8eaf4ba2a832ac59046722a5 = L.popup({maxWidth: '300'});
var html_69c9ae4ce27a475fa9d17adf83960142 = $('<div id="html_69c9ae4ce27a475fa9d17adf83960142" style="width: 100.0%; height: 100.0%;">DOWNTOWN MRT STATION / Exit: B</div>')[0];
popup_d09e41fe8eaf4ba2a832ac59046722a5.setContent(html_69c9ae4ce27a475fa9d17adf83960142);
regular_polygon_marker_bbb0580198284d42848f92121c403100.bindPopup(popup_d09e41fe8eaf4ba2a832ac59046722a5);
var regular_polygon_marker_947f86ab9ca945b7a9c9c90dad9271f5 = new L.RegularPolygonMarker(
new L.LatLng(1.279443702147879,103.85315175828597),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_2a970082f9a44a6da22cbf44d721c4a2 = L.popup({maxWidth: '300'});
var html_934a6f2f24a3443ba62df52e23004a90 = $('<div id="html_934a6f2f24a3443ba62df52e23004a90" style="width: 100.0%; height: 100.0%;">DOWNTOWN MRT STATION / Exit: C</div>')[0];
popup_2a970082f9a44a6da22cbf44d721c4a2.setContent(html_934a6f2f24a3443ba62df52e23004a90);
regular_polygon_marker_947f86ab9ca945b7a9c9c90dad9271f5.bindPopup(popup_2a970082f9a44a6da22cbf44d721c4a2);
var regular_polygon_marker_be9dbd76851a4c48ba4c744f9cf8e6c2 = new L.RegularPolygonMarker(
new L.LatLng(1.2791753741313632,103.85301342594919),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7e8076ff012a4255903be7333d8ac3e9 = L.popup({maxWidth: '300'});
var html_34b6b453c19145b792075bc84635b474 = $('<div id="html_34b6b453c19145b792075bc84635b474" style="width: 100.0%; height: 100.0%;">DOWNTOWN MRT STATION / Exit: D</div>')[0];
popup_7e8076ff012a4255903be7333d8ac3e9.setContent(html_34b6b453c19145b792075bc84635b474);
regular_polygon_marker_be9dbd76851a4c48ba4c744f9cf8e6c2.bindPopup(popup_7e8076ff012a4255903be7333d8ac3e9);
var regular_polygon_marker_51f37eff72e34f178de0720759a5a5ab = new L.RegularPolygonMarker(
new L.LatLng(1.2822499972478316,103.84884132300294),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_37cec18c87ea4af790f304b1b4fe1d2f = L.popup({maxWidth: '300'});
var html_589e95bda6b04df3abbdb8d842974cd4 = $('<div id="html_589e95bda6b04df3abbdb8d842974cd4" style="width: 100.0%; height: 100.0%;">TELOK AYER MRT STATION / Exit: C</div>')[0];
popup_37cec18c87ea4af790f304b1b4fe1d2f.setContent(html_589e95bda6b04df3abbdb8d842974cd4);
regular_polygon_marker_51f37eff72e34f178de0720759a5a5ab.bindPopup(popup_37cec18c87ea4af790f304b1b4fe1d2f);
var regular_polygon_marker_a00500b379b042f5afb931e12c02ce61 = new L.RegularPolygonMarker(
new L.LatLng(1.2824966084498548,103.84877299511751),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a234176408164dcead7b2fead7cee915 = L.popup({maxWidth: '300'});
var html_113a6e37abf4452eb9b1b62013db6d7b = $('<div id="html_113a6e37abf4452eb9b1b62013db6d7b" style="width: 100.0%; height: 100.0%;">TELOK AYER MRT STATION / Exit: B</div>')[0];
popup_a234176408164dcead7b2fead7cee915.setContent(html_113a6e37abf4452eb9b1b62013db6d7b);
regular_polygon_marker_a00500b379b042f5afb931e12c02ce61.bindPopup(popup_a234176408164dcead7b2fead7cee915);
var regular_polygon_marker_41527bf3315b493388866d62521dc893 = new L.RegularPolygonMarker(
new L.LatLng(1.3000740364666206,103.78778447752703),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_0288a7ac1bb048c48de5c13528e47fad = L.popup({maxWidth: '300'});
var html_c7492a5107b542f0999cab2e73b6b3f3 = $('<div id="html_c7492a5107b542f0999cab2e73b6b3f3" style="width: 100.0%; height: 100.0%;">ONE-NORTH MRT STATION / Exit: D</div>')[0];
popup_0288a7ac1bb048c48de5c13528e47fad.setContent(html_c7492a5107b542f0999cab2e73b6b3f3);
regular_polygon_marker_41527bf3315b493388866d62521dc893.bindPopup(popup_0288a7ac1bb048c48de5c13528e47fad);
var regular_polygon_marker_a57ae359c84149bba1a62582d67e8c51 = new L.RegularPolygonMarker(
new L.LatLng(1.2939841182056757,103.78449011872863),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_3b3bfbb472b148e7a1fc9f3f472c3de9 = L.popup({maxWidth: '300'});
var html_5c2cc3a9ee5e4ee7b43adb40de7fbff4 = $('<div id="html_5c2cc3a9ee5e4ee7b43adb40de7fbff4" style="width: 100.0%; height: 100.0%;">KENT RIDGE MRT STATION / Exit: C</div>')[0];
popup_3b3bfbb472b148e7a1fc9f3f472c3de9.setContent(html_5c2cc3a9ee5e4ee7b43adb40de7fbff4);
regular_polygon_marker_a57ae359c84149bba1a62582d67e8c51.bindPopup(popup_3b3bfbb472b148e7a1fc9f3f472c3de9);
var regular_polygon_marker_e150db90ed024753b6475650cef83824 = new L.RegularPolygonMarker(
new L.LatLng(1.2932181362580275,103.78453432344853),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_922efeee2c564c6fa426b06eb7de6762 = L.popup({maxWidth: '300'});
var html_02ea99c017f14510a5b3efd841979f88 = $('<div id="html_02ea99c017f14510a5b3efd841979f88" style="width: 100.0%; height: 100.0%;">KENT RIDGE MRT STATION / Exit: D</div>')[0];
popup_922efeee2c564c6fa426b06eb7de6762.setContent(html_02ea99c017f14510a5b3efd841979f88);
regular_polygon_marker_e150db90ed024753b6475650cef83824.bindPopup(popup_922efeee2c564c6fa426b06eb7de6762);
var regular_polygon_marker_c52f47c73e224417ba1fd928bfcf2db8 = new L.RegularPolygonMarker(
new L.LatLng(1.306854070625553,103.84899964867472),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a7b117c65293418fad33b3cc2010de6b = L.popup({maxWidth: '300'});
var html_bee01a320f3b4ef98702fc283a042229 = $('<div id="html_bee01a320f3b4ef98702fc283a042229" style="width: 100.0%; height: 100.0%;">LITTLE INDIA MRT STATION / Exit: D</div>')[0];
popup_a7b117c65293418fad33b3cc2010de6b.setContent(html_bee01a320f3b4ef98702fc283a042229);
regular_polygon_marker_c52f47c73e224417ba1fd928bfcf2db8.bindPopup(popup_a7b117c65293418fad33b3cc2010de6b);
var regular_polygon_marker_aef03234b6c845f7bb799333130702cb = new L.RegularPolygonMarker(
new L.LatLng(1.3787655707019553,103.76203402784274),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#0000ff',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_98187e9cb1e845a99815848171fbb205 = L.popup({maxWidth: '300'});
var html_188e8aca6dd94c4fb8839cde817fca35 = $('<div id="html_188e8aca6dd94c4fb8839cde817fca35" style="width: 100.0%; height: 100.0%;">BUKIT PANJANG MRT STATION / Exit: A2</div>')[0];
popup_98187e9cb1e845a99815848171fbb205.setContent(html_188e8aca6dd94c4fb8839cde817fca35);
regular_polygon_marker_aef03234b6c845f7bb799333130702cb.bindPopup(popup_98187e9cb1e845a99815848171fbb205);
var regular_polygon_marker_3b1ead3c7c9c4cb0aebb14488455e8d4 = new L.RegularPolygonMarker(
new L.LatLng(1.3853993333505912,103.74455966672987),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d8f0a76282944f74944d67601db8cb17 = L.popup({maxWidth: '300'});
var html_7ae394d216024563b72b3fa23e005921 = $('<div id="html_7ae394d216024563b72b3fa23e005921" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG LRT STATION / Exit: A</div>')[0];
popup_d8f0a76282944f74944d67601db8cb17.setContent(html_7ae394d216024563b72b3fa23e005921);
regular_polygon_marker_3b1ead3c7c9c4cb0aebb14488455e8d4.bindPopup(popup_d8f0a76282944f74944d67601db8cb17);
var regular_polygon_marker_6918d16080bf4ddbbc73afe4ad5d0e40 = new L.RegularPolygonMarker(
new L.LatLng(1.384599333357486,103.74446966675181),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_b697baf4afc14e37ae7d675884b64cc2 = L.popup({maxWidth: '300'});
var html_a05ae73d2d7f4d0fa1852050d1228544 = $('<div id="html_a05ae73d2d7f4d0fa1852050d1228544" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG LRT STATION / Exit: B</div>')[0];
popup_b697baf4afc14e37ae7d675884b64cc2.setContent(html_a05ae73d2d7f4d0fa1852050d1228544);
regular_polygon_marker_6918d16080bf4ddbbc73afe4ad5d0e40.bindPopup(popup_b697baf4afc14e37ae7d675884b64cc2);
var regular_polygon_marker_8884d8aa071a4a4d8bdf6e7b11036373 = new L.RegularPolygonMarker(
new L.LatLng(1.385729333311591,103.7444696667693),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff0000',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_1351b6427bc94ccabbcf23f24de34954 = L.popup({maxWidth: '300'});
var html_981920e162d64137b20a0cf4104d36c8 = $('<div id="html_981920e162d64137b20a0cf4104d36c8" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG LRT STATION / Exit: C</div>')[0];
popup_1351b6427bc94ccabbcf23f24de34954.setContent(html_981920e162d64137b20a0cf4104d36c8);
regular_polygon_marker_8884d8aa071a4a4d8bdf6e7b11036373.bindPopup(popup_1351b6427bc94ccabbcf23f24de34954);
var regular_polygon_marker_a8b7065e3c79455d99c9cbfe05c6cf05 = new L.RegularPolygonMarker(
new L.LatLng(1.3853693333485586,103.74410966678187),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ff5500',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c4922ac886fb42288901e652f43ee422 = L.popup({maxWidth: '300'});
var html_0f7c53598b4b4f07b153be708587891b = $('<div id="html_0f7c53598b4b4f07b153be708587891b" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG LRT STATION / Exit: D</div>')[0];
popup_c4922ac886fb42288901e652f43ee422.setContent(html_0f7c53598b4b4f07b153be708587891b);
regular_polygon_marker_a8b7065e3c79455d99c9cbfe05c6cf05.bindPopup(popup_c4922ac886fb42288901e652f43ee422);
var regular_polygon_marker_77796250c264415c90bba48e07dca53c = new L.RegularPolygonMarker(
new L.LatLng(1.3849993333122919,103.7446196667784),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffaa00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_c4e73d38ac07436c9b2a97ae43076d26 = L.popup({maxWidth: '300'});
var html_d3ff04a66e194236ab77667526967267 = $('<div id="html_d3ff04a66e194236ab77667526967267" style="width: 100.0%; height: 100.0%;">CHOA CHU KANG LRT STATION / Exit: E</div>')[0];
popup_c4e73d38ac07436c9b2a97ae43076d26.setContent(html_d3ff04a66e194236ab77667526967267);
regular_polygon_marker_77796250c264415c90bba48e07dca53c.bindPopup(popup_c4e73d38ac07436c9b2a97ae43076d26);
var regular_polygon_marker_8790392fa3294bf4a31b7afafa7a52bd = new L.RegularPolygonMarker(
new L.LatLng(1.3190315997839228,103.6604438108816),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_de1cb4314d614b30878834dbb1e6730e = L.popup({maxWidth: '300'});
var html_979d11d68ce8463d933fe8a55740d0ac = $('<div id="html_979d11d68ce8463d933fe8a55740d0ac" style="width: 100.0%; height: 100.0%;">GUL CIRCLE MRT STATION / Exit: A</div>')[0];
popup_de1cb4314d614b30878834dbb1e6730e.setContent(html_979d11d68ce8463d933fe8a55740d0ac);
regular_polygon_marker_8790392fa3294bf4a31b7afafa7a52bd.bindPopup(popup_de1cb4314d614b30878834dbb1e6730e);
var regular_polygon_marker_eda06a69d2cd4e06b66c89d138aa9a47 = new L.RegularPolygonMarker(
new L.LatLng(1.3188365164984428,103.6594346129751),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_d9635eeff0394b2481bceedb4fe9ceb5 = L.popup({maxWidth: '300'});
var html_48a7072adc614634a2c5a5e7615722f8 = $('<div id="html_48a7072adc614634a2c5a5e7615722f8" style="width: 100.0%; height: 100.0%;">GUL CIRCLE MRT STATION / Exit: B</div>')[0];
popup_d9635eeff0394b2481bceedb4fe9ceb5.setContent(html_48a7072adc614634a2c5a5e7615722f8);
regular_polygon_marker_eda06a69d2cd4e06b66c89d138aa9a47.bindPopup(popup_d9635eeff0394b2481bceedb4fe9ceb5);
var regular_polygon_marker_aa8e7cb020ae4deb9ad9c62d2d73b57e = new L.RegularPolygonMarker(
new L.LatLng(1.3207631504410158,103.64895840892319),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_39d87dbba0294cfbb1d7c8c0df687ef8 = L.popup({maxWidth: '300'});
var html_1d58647e087845cf9357bf4f5a8a17ba = $('<div id="html_1d58647e087845cf9357bf4f5a8a17ba" style="width: 100.0%; height: 100.0%;">TUAS CRESCENT / Exit: A</div>')[0];
popup_39d87dbba0294cfbb1d7c8c0df687ef8.setContent(html_1d58647e087845cf9357bf4f5a8a17ba);
regular_polygon_marker_aa8e7cb020ae4deb9ad9c62d2d73b57e.bindPopup(popup_39d87dbba0294cfbb1d7c8c0df687ef8);
var regular_polygon_marker_a1effb1caf2248b48d8a666e3fb72c61 = new L.RegularPolygonMarker(
new L.LatLng(1.321242929449144,103.64928645649103),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_7014ac438d0b444caccea3e309ef80fb = L.popup({maxWidth: '300'});
var html_b36f115bd9bc4ccba00a2a7ed73bfc0a = $('<div id="html_b36f115bd9bc4ccba00a2a7ed73bfc0a" style="width: 100.0%; height: 100.0%;">TUAS CRESCENT STATION / Exit: B</div>')[0];
popup_7014ac438d0b444caccea3e309ef80fb.setContent(html_b36f115bd9bc4ccba00a2a7ed73bfc0a);
regular_polygon_marker_a1effb1caf2248b48d8a666e3fb72c61.bindPopup(popup_7014ac438d0b444caccea3e309ef80fb);
var regular_polygon_marker_bee01aad236a478384b5717c65a222e6 = new L.RegularPolygonMarker(
new L.LatLng(1.3298717571833862,103.63928401210549),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_bba5797261af4e14802bc2c2ce517f5c = L.popup({maxWidth: '300'});
var html_6208681b7c334b76b462461d1bc53cf5 = $('<div id="html_6208681b7c334b76b462461d1bc53cf5" style="width: 100.0%; height: 100.0%;">TUAS WEST MRT STATION / Exit: A</div>')[0];
popup_bba5797261af4e14802bc2c2ce517f5c.setContent(html_6208681b7c334b76b462461d1bc53cf5);
regular_polygon_marker_bee01aad236a478384b5717c65a222e6.bindPopup(popup_bba5797261af4e14802bc2c2ce517f5c);
var regular_polygon_marker_4f7045b2a0f247adbc8680001aa93599 = new L.RegularPolygonMarker(
new L.LatLng(1.330181663356605,103.63979037839748),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_a3c280bb4b2a443d9e4522f24c25e2cc = L.popup({maxWidth: '300'});
var html_05d7850ee57e449d8eed23b5092eaaff = $('<div id="html_05d7850ee57e449d8eed23b5092eaaff" style="width: 100.0%; height: 100.0%;">TUAS WEST MRT STATION / Exit: B</div>')[0];
popup_a3c280bb4b2a443d9e4522f24c25e2cc.setContent(html_05d7850ee57e449d8eed23b5092eaaff);
regular_polygon_marker_4f7045b2a0f247adbc8680001aa93599.bindPopup(popup_a3c280bb4b2a443d9e4522f24c25e2cc);
var regular_polygon_marker_110bfe4ea11b4becb3a00c37a05335cb = new L.RegularPolygonMarker(
new L.LatLng(1.3404262323595695,103.6372453875461),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#ffff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_9221b81e26b94378a8b277c9ecec8cce = L.popup({maxWidth: '300'});
var html_643793da113d4e2f8585495eaf1ea308 = $('<div id="html_643793da113d4e2f8585495eaf1ea308" style="width: 100.0%; height: 100.0%;">TUAS LINK MRT STATION / Exit: A</div>')[0];
popup_9221b81e26b94378a8b277c9ecec8cce.setContent(html_643793da113d4e2f8585495eaf1ea308);
regular_polygon_marker_110bfe4ea11b4becb3a00c37a05335cb.bindPopup(popup_9221b81e26b94378a8b277c9ecec8cce);
var regular_polygon_marker_b1c8f2af5d1648499c1b67f883a0eb52 = new L.RegularPolygonMarker(
new L.LatLng(1.3409394058120674,103.63684033475339),
{
icon : new L.Icon.Default(),
color: 'black',
opacity: 1,
weight: 2,
fillColor: '#aaff00',
fillOpacity: 1,
numberOfSides: 20,
rotation: 0,
radius: 8
}
)
.addTo(map_ea3829b929f04e0b934a96fc7f8838cc);
var popup_07dee61be4d24d74978f8ea500b4e075 = L.popup({maxWidth: '300'});
var html_9c17161011de40eb945ddfc2e1061e65 = $('<div id="html_9c17161011de40eb945ddfc2e1061e65" style="width: 100.0%; height: 100.0%;">TUAS LINK MRT STATION / Exit: B</div>')[0];
popup_07dee61be4d24d74978f8ea500b4e075.setContent(html_9c17161011de40eb945ddfc2e1061e65);
regular_polygon_marker_b1c8f2af5d1648499c1b67f883a0eb52.bindPopup(popup_07dee61be4d24d74978f8ea500b4e075);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment