MS4 - Mastering MapStore Development¶
With this part of the training we will learn how to develop with MapStore.
The first section, dedicated to the technological stack, will explain the basic information that a JavaScript developer need to know to understand and work with MapStore.
Then the second section explains the architecture of MapStore in general, clarifying the various parts of back-end and front-end parts, and how they can be build.
The last section is dedicated to the development on MapStore. It this section we will learn how to debug, what are the main files to edit and how to develop a simple plugin.
Useful Resources¶
Here a set of useful links:
Main MapStore repo : Official GitHub repository for MapStore
MapStore 2 Dev guide : Official developers documentation
MapStore Projects : Section of the developer guide dedicated to the MapStore projects
Sample playground project : A sample project with examples of plugins, with incremental difficulty.
Extensions: Section of the developers guide dedicated to the development of Extensions
Extension Project: Template project on GitHub with a sample extension