fix streets between s/,/from/g

This commit is contained in:
2019-09-11 16:52:45 -07:00
parent eb6a249e25
commit ca38f81ce8
6 changed files with 24 additions and 24 deletions

View File

@@ -34,10 +34,10 @@ class _NorthEastStreetsState extends State<NorthEastStreets> {
modaCenter(),
rockyButteDrive(),
rockyButteHike(),
cardTwo('NE Alberta, 9th to 32nd','https://www.google.com/maps/@45.5591051,-122.6447643,16z','alberta'),
cardTwo('NE Freemont, 40th to 51st','https://www.google.com/maps/@45.5483097,-122.6163709,17z','freemont'),
cardTwo('NE Sandy, 40th to 75th','https://www.google.com/maps/@45.5422545,-122.6045048,16z','sandy'),
cardTwo('NE Weidler-Broadway, MLK to 28th','https://www.google.com/maps/@45.534722,-122.6490053,16z','weidler-broadway'),
cardTwo('NE Alberta from 9th to 32nd','https://www.google.com/maps/@45.5591051,-122.6447643,16z','alberta'),
cardTwo('NE Freemont from 40th to 51st','https://www.google.com/maps/@45.5483097,-122.6163709,17z','freemont'),
cardTwo('NE Sandy from 40th to 75th','https://www.google.com/maps/@45.5422545,-122.6045048,16z','sandy'),
cardTwo('NE Weidler-Broadway from MLK to 28th','https://www.google.com/maps/@45.534722,-122.6490053,16z','weidler-broadway'),
],
),
),

View File

@@ -34,9 +34,9 @@ class _NorthStreetsState extends State<NorthStreets> {
modaCenter(),
waudBluff(),
peninsulaPark(),
cardTwo('N Williams, Cook to Skidmore','https://www.google.com/maps/@45.55075,-122.6666716,16z','williams'),
cardTwo('N Mississippi, Fremont to Alberta','https://www.google.com/maps/@45.5526726,-122.6752348,16z','mississippi'),
cardTwo('N Denver, Schofield to Interstate','https://www.google.com/maps/@45.5827784,-122.687082,18z','north lombard'),
cardTwo('N Williams from Cook to Skidmore','https://www.google.com/maps/@45.55075,-122.6666716,16z','williams'),
cardTwo('N Mississippi from Fremont to Alberta','https://www.google.com/maps/@45.5526726,-122.6752348,16z','mississippi'),
cardTwo('N Denver from Schofield to Interstate','https://www.google.com/maps/@45.5827784,-122.687082,18z','north lombard'),
],
),
),

View File

@@ -31,8 +31,8 @@ class _NorthWestStreetsState extends State<NorthWestStreets> {
padding: EdgeInsets.only(bottom: 6.0,),
child: Column(
children: <Widget>[
cardTwo('NW 23rd, Burnside to Thurman','https://www.google.com/maps/@45.5295226,-122.6984339,16z','23rd'),
cardTwo('NW 21st, Burnside to Raleigh','https://www.google.com/maps/@45.5291143,-122.6945136,16z','21st'),
cardTwo('NW 23rd from Burnside to Thurman','https://www.google.com/maps/@45.5295226,-122.6984339,16z','23rd'),
cardTwo('NW 21st from Burnside to Raleigh','https://www.google.com/maps/@45.5291143,-122.6945136,16z','21st'),
InkWell(
onTap: () async {
await Navigator.push(context, MaterialPageRoute(builder: (context) => NorthWestStreetsSights()));

View File

@@ -45,7 +45,7 @@ class _SellwoodStreetsState extends State<SellwoodStreets> {
'springwater-on-the-willamette-trail-map'
),
cardTwo('SE Woodstock from 42nd to 50th','https://www.google.com/maps/@45.4791687,-122.6158324,18z','woodstock'),
cardTwo('SE Milwaukie, Tolman to Knapp','https://www.google.com/maps/@45.4741145,-122.6483169,17z','milwaukie'),
cardTwo('SE Milwaukie from Tolman to Knapp','https://www.google.com/maps/@45.4741145,-122.6483169,17z','milwaukie'),
cardTwo('SE 13th from Umatilla to Malden','https://www.google.com/maps/@45.4662368,-122.6532889,17z','13th'),
],
),

View File

@@ -37,7 +37,7 @@ class _StJohnsStreetsState extends State<StJohnsStreets> {
'https://www.google.com/maps/@45.5883,-122.75799,17z',
'cathedral-park'
),
cardTwo('N Lombard, Richmond to St Louis','https://www.google.com/maps/@45.5902882,-122.7536259,17z','lombard-ivanhoe'),
cardTwo('N Lombard from Richmond to St Louis','https://www.google.com/maps/@45.5902882,-122.7536259,17z','lombard-ivanhoe'),
],
),
),