I am new to programming and need to include one of Mapael's maps to my code.
Mapael's maps
But I don't exactly know how to do it.
Put this in the head portion of your code:
<script src="js/jquery.mapael.js" charset="utf-8"></script>
Just change the location where the javascript file is located.
Then you can simply use the class likewise:
<div class="mapcontainer"> <div class="map"> </div> </div>
Refer to the code of the examples here, where you can actually see how it is implemented.
Put this in the head portion of your code:
Just change the location where the javascript file is located.
Then you can simply use the class likewise:
Refer to the code of the examples here, where you can actually see how it is implemented.