-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
78a6cef
commit adf48bb
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,6 +179,23 @@ class MapControls extends React.Component { | |
|
||
</AccordionPanel> | ||
</Accordion> | ||
|
||
{/* TEMPORARY: please see https://github.com/zooniverse/classroom/issues/838 */} | ||
<Accordion> | ||
<AccordionPanel heading="Notice" className="map-controls-notice"> | ||
<Box className="map-controls-notice-message" pad="small"> | ||
<p> | ||
We've recently had reports of teachers and students encountering intermittent issues with the Map Explorer. | ||
If you can't see any orange circles on the map, or download data, or the "Loading..." message stays there for more than a minute, then it's likely that the <a href="https://classroom-maps-api.zooniverse.org/">Maps API server</a> is temporarily down. | ||
The dev team is currently looking into the problem, and we apologise for the disruption to your classroom, research, and/or personal exploration. | ||
To follow the dev team's progress, please check <a href="https://github.com/zooniverse/classroom/issues/838">Github issue 838 on the Zooniverse Classroom repo</a>. | ||
If you have any queries, or wish to report additional problems, please contact the Zooniverse team at <a href="mailto:[email protected]">[email protected]</a> | ||
(Last updated 2023.11.07) | ||
</p> | ||
</Box> | ||
</AccordionPanel> | ||
</Accordion> | ||
|
||
<Accordion | ||
openMulti={true} | ||
active={[0]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters