Skip to content
Saku Kaarakainen edited this page Feb 4, 2021 · 3 revisions

This pages introduces what is needed to be done in order to set the environment. I haven't done this since the beginning, so the introduction how to build the app first time is missing.

Leaflet

In order to use the styles of leaflet, you need to do one extra step:

  1. install the leaftlet with Npm at {path-to-project}/mapline/src.
  2. Copy {path-to-project}/mapline/src/dist/lealeft.css to C:\Users\sakub\Google Drive\mapline\src\ClientApp\public\lib - folder
    • There's something wrong it it's initializing, hence this workaround. This should have better solution, that you don't need to update the file everytime Leaflet updates.
Clone this wiki locally