File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ and show the information in two views: a table, and a map.
55
66You'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
1015What 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
172178You'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
You can’t perform that action at this time.
0 commit comments