Setting up TerriaJS for NFWF - neracoos-open/NFWF GitHub Wiki

Useful links

TerriaJS tips

{
   /* Names of init files (in wwwroot/init), without the .json extension, to load by default */
   initializationUrls: [
       "terria",
       "test"
   ],
   parameters: {
       autoPlay: false,