diff --git a/tutorials/basic/index.pug b/tutorials/basic/index.pug index fec9673b61..026c39c06d 100644 --- a/tutorials/basic/index.pug +++ b/tutorials/basic/index.pug @@ -9,8 +9,8 @@ block mainTutorial
- + @@ -19,7 +19,8 @@ block mainTutorial :markdown-it The second script, ``geo.ext.min.js``, is optional. It adds support - for svg elements and touch interaction. + for svg elements and touch interaction. It needs to be added before + ``geo.min.js``. Some CSS will make our map fill the page: diff --git a/tutorials/common/tutorials.js b/tutorials/common/tutorials.js index ea521dcadb..243f58a5de 100644 --- a/tutorials/common/tutorials.js +++ b/tutorials/common/tutorials.js @@ -13,8 +13,8 @@ var processBlockInfo = { /* We could also load from the CDN: * https://cdnjs.cloudflare.com/ajax/libs/geojs/0.12.2/geo.min.js * or the non-minified versions to make debug easier. */ - ' \n' + ' \n' + + ' \n' + '\n' + '\n' + ' \n' +