Subway Map Javascript: Difference between revisions
From charlesreid1
(Created page with "http://kalyani.com/2010/10/subway-map-visualization-jquery-plugin/ Category:Maps Category:Javascript") |
(→Using) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This is pretty neato: | |||
http://kalyani.com/2010/10/subway-map-visualization-jquery-plugin/ | http://kalyani.com/2010/10/subway-map-visualization-jquery-plugin/ | ||
Enables making subway maps with Javascript, like the following: | |||
[[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 | |||
==Examples== | |||
Here is a link to a map by Github user @beiduo of the Bangkok subway: | |||
https://github.com/beiduo/subwayMap/blob/32d87b6861195f104ef6f54781270f2af951fba7/bangkok.htm | |||
[[Category:Maps]] | [[Category:Maps]] | ||
[[Category:Javascript]] | [[Category:Javascript]] | ||
Latest revision as of 00:56, 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
Examples
Here is a link to a map by Github user @beiduo of the Bangkok subway:
https://github.com/beiduo/subwayMap/blob/32d87b6861195f104ef6f54781270f2af951fba7/bangkok.htm