Skip to content

Commit

Permalink
🚧 [feat/maps] #3 add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jan 6, 2021
1 parent 4b87ba3 commit 7a55233
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/_maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ const TILES_REMOTE_HOST = 'https://ets2.jagfx.fr';

// ----

/**
* TODO: Add logs for init of config, init of tiles location and init of map
* TODO: Add verification for the min map version and the min map version allowed by the dash
* FIXME: Correct the CORS not allowed with the remote tile location
* TODO: Add an automation to extract json files, compress into a tar.gz and publish it on server
*/

const initConfig = ( game ) => {
const type = store.getters[ 'config/get' ]( 'maps_map_activeMap' );
const tilesLocation = store.getters[ 'config/get' ]( 'maps_map_tilesLocations' );
Expand Down

0 comments on commit 7a55233

Please sign in to comment.