For the street map, here's what I'm looking for:
- data stored in GeoJSON format in
data-internal. Probably just streets.geojson is fine?
- WGS84 datum (EPSG:4326)
- Need fields for at least the following:
type contains (motorway, primary, or secondary, major, minor, rail). Or something like that, I just want to make sure I can stylize everything appropriately (as well as hide small streets when zoomed out).
name - not every street needs a name, but at least the major ones should!
id - some sort of autoincrementing ID or something for data management.
The big priority is major roads (see issue #1). Minor roads can wait, and that's largely what this issue is for.
For the street map, here's what I'm looking for:
data-internal. Probably juststreets.geojsonis fine?typecontains (motorway,primary, orsecondary,major,minor,rail). Or something like that, I just want to make sure I can stylize everything appropriately (as well as hide small streets when zoomed out).name- not every street needs a name, but at least the major ones should!id- some sort of autoincrementing ID or something for data management.The big priority is major roads (see issue #1). Minor roads can wait, and that's largely what this issue is for.