Skip to content
Prev 29250 / 29559 Next

Adding Census polygons to OSM map?

And I just realized an easier way to get a bounding box for the basemap is to use the spatial information
you already have in the polygon:

basem <- read_osm(bb(rw_tract, ext = 1.5))

The 'ext' option allows you to expand a certain amount beyond the neighborhood polygon.
You can modify it to your liking.  And skip the lat/lon shenanigans.

Cheers,
Tim
Message-ID: <SA1PR09MB7792FC9FB55D621C40C4D5FBA850A@SA1PR09MB7792.namprd09.prod.outlook.com>
In-Reply-To: <SA1PR09MB7792F505B00FFA2E2E84BD5EA850A@SA1PR09MB7792.namprd09.prod.outlook.com>