Broadband Layers in ArcGIS
Walkthrough on how to integrate ArcGIS with Broadbandmapping layers.
Last updated
Walkthrough on how to integrate ArcGIS with Broadbandmapping layers.
Last updated
This page has steps on how to configure ArcGIS to pull our map information from https://broadbandmapping.com in GeoJSON format.
To be able to generate a GeoJSON with the data you want, you first need to generate a link with all filters set. These filters work the same way as if you were browsing through BroadbandMapping.
To help you generate it, go to our API documentation. It has an interactive UI that lets you try the API, and it has the benefit of generating a URL with all filters applied for you.
Select /arcgis-geojson
endpoint card, it will open a form that you can enable by pressing the "Try it out" button.
Fill in the form and click on the "Execute" button.
Once it finishes loading (it could take a few seconds), it will return you a response, with either the generated GeoJSON, or an error message stating that something you've input was wrong. If you see the generated GeoJSON, it means that this link works, and so you can copy the "Request URL" to use it next in ArcGIS.
If you want to filter by an ISP, you'll notice the API has a field called asn_id
. This field requires you to pick the internal ID we give to each ISP. For that, you have to go through one extra step, and use our "List ASNs" API. It works the same way as explained in ArcGIS-GeoJSON. Put the name of the ISP you wish to browse, hit execute, and grab the Organization ID to use in the asn_id
input.
With the generated URL copied, proceed to ArcGIS, go to the Map Viewer application, select "Add", and pick the "Add Layer from URL" option.
In the view that opens up, paste the URL, and pick "GeoJSON" for Type.
And that's it! Now you have access to our Layers and their data in ArcGIS, you can style it as you like.