Skip to content

Commit a544f1f

Browse files
committed
Earthquakes Lab documentation has html issue #7164
1 parent af58515 commit a544f1f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

learn/tutorials/Earthquakes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ and show the information in two views: a table, and a map.
55

66
You'll do this in a series of labs.
77

8+
<span style='color: red;'>
9+
Important: The labs inside this Tutorial cannot run currently, since the Google Maps API changed
10+
and our addon needs adjustments. The chapters still contain valuable input.
11+
</span>
12+
813
## Goals
914

1015
What are the goals of this lengthy topic?
@@ -167,7 +172,8 @@ If you look in `neo-config.json` you should see this content. Note the `mainThre
167172
"mainPath" : "../node_modules/neo.mjs/src/Main.mjs",
168173
"mainThreadAddons": ["DragDrop", "Navigator", "Stylesheet"],
169174
"workerBasePath" : "../../node_modules/neo.mjs/src/worker/"
170-
}```
175+
}
176+
```
171177

172178
You're free to edit `neo-config.json` if you were to change your mind later about the theme or need for other add-ons.
173179

0 commit comments

Comments
 (0)