├── LICENSE ├── README.md └── sources └── us ├── co └── douglas.json ├── dc └── city_of_washington.json ├── ga └── city_of_sandy_springs.json ├── md ├── md-interstates.json ├── md-local-other-roads.json ├── md-md-routes.json ├── md-umd-roads.json └── md-us-routes.json ├── mi └── state_of_michigan.json ├── ny └── city_of_new_york.json ├── oh ├── adams.json ├── allen.json ├── ashland.json ├── ashtabula.json ├── athens.json ├── auglaize.json ├── brown.json ├── butler.json ├── carroll.json ├── champaign.json ├── clark.json ├── clermont.json ├── clinton.json ├── columbiana.json ├── coshocton.json ├── crawford.json ├── cuyahoga.json ├── darke.json ├── defiance.json ├── delaware.json ├── erie.json ├── fairfield.json ├── fayette.json ├── franklin.json ├── fulton.json ├── gallia.json ├── greene.json ├── guernsey.json ├── hamilton.json ├── hancock.json ├── hardin.json ├── harrison.json ├── henry.json ├── highland.json ├── hocking.json ├── holmes.json ├── huron.json ├── jackson.json ├── jefferson.json ├── knox.json ├── lake.json ├── lawrence.json ├── licking.json ├── logan.json ├── lorain.json ├── lucas.json ├── madison.json ├── mahoning.json ├── marion.json ├── meigs.json ├── mercer.json ├── miami.json ├── monroe.json ├── montgomery.json ├── morgan.json ├── morrow.json ├── muskingum.json ├── noble.json ├── ottawa.json ├── paulding.json ├── perry.json ├── pickaway.json ├── pike.json ├── portage.json ├── preble.json ├── putnam.json ├── richland.json ├── ross.json ├── sandusky.json ├── scioto.json ├── seneca.json ├── shelby.json ├── stark.json ├── summit.json ├── trumbull.json ├── tuscarawas.json ├── van_wert.json ├── vinton.json ├── washington.json ├── wayne.json ├── williams.json ├── wood.json └── wyandot.json ├── pa └── cumberland.json ├── ut └── utah.json └── va └── state_of_virginia.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/README.md -------------------------------------------------------------------------------- /sources/us/co/douglas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/co/douglas.json -------------------------------------------------------------------------------- /sources/us/dc/city_of_washington.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/dc/city_of_washington.json -------------------------------------------------------------------------------- /sources/us/ga/city_of_sandy_springs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/ga/city_of_sandy_springs.json -------------------------------------------------------------------------------- /sources/us/md/md-interstates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/md/md-interstates.json -------------------------------------------------------------------------------- /sources/us/md/md-local-other-roads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/md/md-local-other-roads.json -------------------------------------------------------------------------------- /sources/us/md/md-md-routes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/md/md-md-routes.json -------------------------------------------------------------------------------- /sources/us/md/md-umd-roads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/md/md-umd-roads.json -------------------------------------------------------------------------------- /sources/us/md/md-us-routes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/md/md-us-routes.json -------------------------------------------------------------------------------- /sources/us/mi/state_of_michigan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/mi/state_of_michigan.json -------------------------------------------------------------------------------- /sources/us/ny/city_of_new_york.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/ny/city_of_new_york.json -------------------------------------------------------------------------------- /sources/us/oh/adams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/adams.json -------------------------------------------------------------------------------- /sources/us/oh/allen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/allen.json -------------------------------------------------------------------------------- /sources/us/oh/ashland.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/ashland.json -------------------------------------------------------------------------------- /sources/us/oh/ashtabula.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/ashtabula.json -------------------------------------------------------------------------------- /sources/us/oh/athens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/athens.json -------------------------------------------------------------------------------- /sources/us/oh/auglaize.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/auglaize.json -------------------------------------------------------------------------------- /sources/us/oh/brown.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/brown.json -------------------------------------------------------------------------------- /sources/us/oh/butler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/butler.json -------------------------------------------------------------------------------- /sources/us/oh/carroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/carroll.json -------------------------------------------------------------------------------- /sources/us/oh/champaign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/champaign.json -------------------------------------------------------------------------------- /sources/us/oh/clark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/clark.json -------------------------------------------------------------------------------- /sources/us/oh/clermont.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/clermont.json -------------------------------------------------------------------------------- /sources/us/oh/clinton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/clinton.json -------------------------------------------------------------------------------- /sources/us/oh/columbiana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/columbiana.json -------------------------------------------------------------------------------- /sources/us/oh/coshocton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/coshocton.json -------------------------------------------------------------------------------- /sources/us/oh/crawford.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/crawford.json -------------------------------------------------------------------------------- /sources/us/oh/cuyahoga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/cuyahoga.json -------------------------------------------------------------------------------- /sources/us/oh/darke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/darke.json -------------------------------------------------------------------------------- /sources/us/oh/defiance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/defiance.json -------------------------------------------------------------------------------- /sources/us/oh/delaware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/delaware.json -------------------------------------------------------------------------------- /sources/us/oh/erie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/erie.json -------------------------------------------------------------------------------- /sources/us/oh/fairfield.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/fairfield.json -------------------------------------------------------------------------------- /sources/us/oh/fayette.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/fayette.json -------------------------------------------------------------------------------- /sources/us/oh/franklin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/franklin.json -------------------------------------------------------------------------------- /sources/us/oh/fulton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/fulton.json -------------------------------------------------------------------------------- /sources/us/oh/gallia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/gallia.json -------------------------------------------------------------------------------- /sources/us/oh/greene.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/greene.json -------------------------------------------------------------------------------- /sources/us/oh/guernsey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/guernsey.json -------------------------------------------------------------------------------- /sources/us/oh/hamilton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/hamilton.json -------------------------------------------------------------------------------- /sources/us/oh/hancock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/hancock.json -------------------------------------------------------------------------------- /sources/us/oh/hardin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/hardin.json -------------------------------------------------------------------------------- /sources/us/oh/harrison.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/harrison.json -------------------------------------------------------------------------------- /sources/us/oh/henry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/henry.json -------------------------------------------------------------------------------- /sources/us/oh/highland.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/highland.json -------------------------------------------------------------------------------- /sources/us/oh/hocking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/hocking.json -------------------------------------------------------------------------------- /sources/us/oh/holmes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/holmes.json -------------------------------------------------------------------------------- /sources/us/oh/huron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/huron.json -------------------------------------------------------------------------------- /sources/us/oh/jackson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/jackson.json -------------------------------------------------------------------------------- /sources/us/oh/jefferson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/jefferson.json -------------------------------------------------------------------------------- /sources/us/oh/knox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/knox.json -------------------------------------------------------------------------------- /sources/us/oh/lake.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/lake.json -------------------------------------------------------------------------------- /sources/us/oh/lawrence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/lawrence.json -------------------------------------------------------------------------------- /sources/us/oh/licking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/licking.json -------------------------------------------------------------------------------- /sources/us/oh/logan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/logan.json -------------------------------------------------------------------------------- /sources/us/oh/lorain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/lorain.json -------------------------------------------------------------------------------- /sources/us/oh/lucas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/lucas.json -------------------------------------------------------------------------------- /sources/us/oh/madison.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/madison.json -------------------------------------------------------------------------------- /sources/us/oh/mahoning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/mahoning.json -------------------------------------------------------------------------------- /sources/us/oh/marion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/marion.json -------------------------------------------------------------------------------- /sources/us/oh/meigs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/meigs.json -------------------------------------------------------------------------------- /sources/us/oh/mercer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/mercer.json -------------------------------------------------------------------------------- /sources/us/oh/miami.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/miami.json -------------------------------------------------------------------------------- /sources/us/oh/monroe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/monroe.json -------------------------------------------------------------------------------- /sources/us/oh/montgomery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/montgomery.json -------------------------------------------------------------------------------- /sources/us/oh/morgan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/morgan.json -------------------------------------------------------------------------------- /sources/us/oh/morrow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/morrow.json -------------------------------------------------------------------------------- /sources/us/oh/muskingum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/muskingum.json -------------------------------------------------------------------------------- /sources/us/oh/noble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/noble.json -------------------------------------------------------------------------------- /sources/us/oh/ottawa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/ottawa.json -------------------------------------------------------------------------------- /sources/us/oh/paulding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/paulding.json -------------------------------------------------------------------------------- /sources/us/oh/perry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/perry.json -------------------------------------------------------------------------------- /sources/us/oh/pickaway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/pickaway.json -------------------------------------------------------------------------------- /sources/us/oh/pike.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/pike.json -------------------------------------------------------------------------------- /sources/us/oh/portage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/portage.json -------------------------------------------------------------------------------- /sources/us/oh/preble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/preble.json -------------------------------------------------------------------------------- /sources/us/oh/putnam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/putnam.json -------------------------------------------------------------------------------- /sources/us/oh/richland.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/richland.json -------------------------------------------------------------------------------- /sources/us/oh/ross.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/ross.json -------------------------------------------------------------------------------- /sources/us/oh/sandusky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/sandusky.json -------------------------------------------------------------------------------- /sources/us/oh/scioto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/scioto.json -------------------------------------------------------------------------------- /sources/us/oh/seneca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/seneca.json -------------------------------------------------------------------------------- /sources/us/oh/shelby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/shelby.json -------------------------------------------------------------------------------- /sources/us/oh/stark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/stark.json -------------------------------------------------------------------------------- /sources/us/oh/summit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/summit.json -------------------------------------------------------------------------------- /sources/us/oh/trumbull.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/trumbull.json -------------------------------------------------------------------------------- /sources/us/oh/tuscarawas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/tuscarawas.json -------------------------------------------------------------------------------- /sources/us/oh/van_wert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/van_wert.json -------------------------------------------------------------------------------- /sources/us/oh/vinton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/vinton.json -------------------------------------------------------------------------------- /sources/us/oh/washington.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/washington.json -------------------------------------------------------------------------------- /sources/us/oh/wayne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/wayne.json -------------------------------------------------------------------------------- /sources/us/oh/williams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/williams.json -------------------------------------------------------------------------------- /sources/us/oh/wood.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/wood.json -------------------------------------------------------------------------------- /sources/us/oh/wyandot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/oh/wyandot.json -------------------------------------------------------------------------------- /sources/us/pa/cumberland.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/pa/cumberland.json -------------------------------------------------------------------------------- /sources/us/ut/utah.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/ut/utah.json -------------------------------------------------------------------------------- /sources/us/va/state_of_virginia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openaddresses/centerlines/HEAD/sources/us/va/state_of_virginia.json --------------------------------------------------------------------------------