<title>Wialon Playground - Create geofence</title>
<script type="text/javascript" src="//code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="https://hst-api.wialon.com/wsdk/script/wialon.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.2/leaflet.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.2/leaflet.js"></script>
<tr><td>Resource</td><td><select id="res"><option></option></select></td></tr>
<tr><td>Name</td><td><input type="text" id="n" placeholder="Name"/></td></tr>
<tr><td>Radius</td><td><input type="number" id="r" min="1" value="500" placeholder="Radius"/></td></tr>
<tr><td colspan="2" style="text-align:center;">
<input type="button" value="New circle" id="new_btn"/>
<input type="button" value="Save" id="save_btn"/>