Coming Soon
-+
Coming soon
+ {:else if $location} -Coming Soon
- {#await getCurrentLocation()} + {#await getNearestStations()}Fetching Location
- {:then location} -Lat: {location.latitude}, Long: {location.longitude}
+ {:then stations} + {#each stations as station} + {station.NLCDESC} - {station.miles}mi + {/each} {:catch err}Error: {err.message}
{/await} {/if}