You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For the street map, here's what I'm looking for:
data-internal
. Probably juststreets.geojson
is fine?type
contains (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.
The text was updated successfully, but these errors were encountered: