fix middlesoutheaststreets.dart

This commit is contained in:
Trent Palmer 2019-09-01 13:00:11 -07:00
parent bed1279624
commit 427d7ee768
2 changed files with 7 additions and 7 deletions

View File

@ -31,12 +31,12 @@ class _MiddleSouthEastStreetsState extends State<MiddleSouthEastStreets> {
padding: EdgeInsets.only(bottom: 6.0,),
child: Column(
children: <Widget>[
cardTwo('Glisan','https://example.com','glisan'),
cardTwo('Burnside','https://example.com','burnside'),
cardTwo('Stark','https://example.com','stark'),
cardTwo('Morrison-Belmont','https://example.com','morrison-belmont'),
cardTwo('Hawthorne','https://example.com','hawthorne'),
cardTwo('SE Division between 11th and 60th','https://www.google.com/maps/@45.5048718,-122.6326215,18z','division'),
cardTwo('NE Glisan from 22nd to 30th','https://www.google.com/maps/@45.5265333,-122.6390832,18z','glisan'),
cardTwo('East Burnside from Grand Ave to 32nd','https://www.google.com/maps/@45.5229846,-122.6464803,16z','burnside'),
cardTwo('SE Morrison-Belmont from Grand Ave to 11th','https://www.google.com/maps/@45.5168686,-122.6573149,18z','morrison-belmont'),
cardTwo('SE Belmont from 23rd to 47th','https://www.google.com/maps/@45.5164842,-122.6281218,16z','belmont'),
cardTwo('SE Hawthorne from 9th to 49th','https://www.google.com/maps/@45.5119538,-122.6358274,15z','hawthorne'),
cardTwo('SE Division between 10th and 50th','https://www.google.com/maps/@45.5047459,-122.634429,15z','division'),
mtTabor(),
],
),

View File

@ -46,7 +46,7 @@ Card mtTabor() {
'https://www.oregonhikers.org/field_guide/Mount_Tabor_Hike',
'mt-tabor-hike',
'Hike or Walk on Mt Tabor in South East PDX.',
'https://www.google.com/maps/@45.50894,-122.5996687,17z',
'https://www.google.com/maps/@45.50894,-122.5996687,16z',
'lincoln-street-trailhead'
);
}