README
ArcNearby
Generates a bounding box around a center point, queries an ArcGIS REST service to get the features within it, and sorts the results by distance from the center point
Generate bounding box around center point and search ArcGIS REST service for features within it, sorted by distance
<script type="module">
import arcnearby from 'https://cdn.skypack.dev/arcnearby';
</script>
Generates a bounding box around a center point, queries an ArcGIS REST service to get the features within it, and sorts the results by distance from the center point