endpointjs
Version:
Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre
20 lines (16 loc) • 687 B
HTML
<script type="text/template" id="custom-layers-api-template">
<div id='tools'>
<form>
<div class="form-group">
<label for="point-x">X</label>
<input type="text" class="form-control" id="point-x" placeholder="33">
</div>
<div class="form-group">
<label for="point-y">Y</label>
<input type="text" class="form-control" id="point-y" placeholder="44">
</div>
<button type="button" id='plot-button' class="btn btn-default">Plot</button>
</form>
</div>
</script>
<script type="text/javascript" src="plot-point.js"></script>