mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
4235d9f994
source to augment the ones in OSM. For https://github.com/cyipt/actdev/issues/53 -- sometimes the buildings just haven't been mapped in OSM yet, other times the buildings are part of a future development site. In either case, we can procedurally generate some houses, so this is a way to include them in the map. Start doing this for Chapelford. But first, adjust the generated house sizes -- they were WAY too tiny. Also prep for [rebuild] [release]
19 lines
438 B
TOML
19 lines
438 B
TOML
[package]
|
|
name = "convert_osm"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstio = { path = "../abstio" }
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.38"
|
|
byteorder = "1.4.2"
|
|
geojson = "0.21.0"
|
|
geom = { path = "../geom" }
|
|
kml = { path = "../kml" }
|
|
log = "0.4.14"
|
|
map_model = { path = "../map_model" }
|
|
roxmltree = { version = "0.14.0", features=["std"] }
|
|
serde = "1.0.123"
|