Since January 20, 2014 Byungkwan Jang, an intern from Illinois Institute of Technology and South Korea has been attempting to update the Asset Map pages of the Tutor/Mentor Program locator, which is a map based directory showing tutor/mentor programs in Chicago, and assets that could be supporting them.
Below is progress through Feb. 3, 2014
I erased Park National Bank and added Wintrust Bank.
After that, I searched every important bank in Chicago,
check their address, latitude, longitude, and so on...
Made them excel files and xml files.
You can see what I did in here.
https://tutormentorconnection.ning.com/profiles/blogs/3rd-week-wendsday?xg_source=activity
So, this is a final chkbox. It's related to AssetMap.aspx file.
This is an original map.
I added wintrust banks on the map.
This is a final map. At the first time, I thought to show something on the map, it is only related to
ProgramMap.js file but it is also related to AssetMap.aspx, too.
In that file, around 1600 lines, if we want to show something on the map, we have to add these codes.
This is an example for showing 53bank on the assetmap.
</span><span id="imgpnl53Bank" style="width: 110px; display: none; padding-left: 3px;">
<img id="imgpnl53Bank1" src="Images/53Bankimg.png.ashx" runat="server" />
<%-- <input type="image" src="images/53Bank.png.ashx"
id="imgpnl53Bank1" />--%>
<a id="inp53Bank">53Bank</a><br />
Comments