Subway Map Javascript: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
[[Image:JquerySubwayMap.png|400px]] | [[Image:JquerySubwayMap.png|400px]] | ||
==Using== | |||
To use this, you just need to drop in jquery and the jquery map plugin: | |||
<pre> | |||
<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script> | |||
<script src="jquery.subwayMap-0.5.0.js" type="text/javascript"> | |||
</pre> | |||
Link to the file on github: https://github.com/techbubble/subwayMap | |||
[[Category:Maps]] | [[Category:Maps]] | ||
[[Category:Javascript]] | [[Category:Javascript]] | ||
Revision as of 00:53, 17 April 2017
This is pretty neato:
http://kalyani.com/2010/10/subway-map-visualization-jquery-plugin/
Enables making subway maps with Javascript, like the following:
Using
To use this, you just need to drop in jquery and the jquery map plugin:
<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="jquery.subwayMap-0.5.0.js" type="text/javascript">
Link to the file on github: https://github.com/techbubble/subwayMap