Skip to content

Commit

Permalink
Correct typo for Linux users
Browse files Browse the repository at this point in the history
  • Loading branch information
MatRouillard committed Nov 28, 2024
1 parent 942baf1 commit 25a54fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dialog/saveCarte.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import StoryMap from '../StoryMap';
import Carte from '../Carte'
import md2html from '../md/md2html';
import team from '../api/team';
import { storyV4 } from '../format/version/tov4'
import { storyV4 } from '../format/version/toV4'

const html = `
<ul>
Expand Down
2 changes: 1 addition & 1 deletion format/Carte.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fromLonLat, toLonLat } from 'ol/proj';
import GeoportailFormat from './layer/Geoportail'
import EdugeoFormat from './layer/Edugeo'
import VectorStyleFormat from './layer/VectorStyle';
import GeoImageFormat from './layer/Geoimage';
import GeoImageFormat from './layer/GeoImage';
import StatisticFormat from './layer/Statistic';
import WMS from './layer/WMS';
import WMTS from './layer/WMTS';
Expand Down
2 changes: 1 addition & 1 deletion format/StoryMap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { unByKey } from 'ol/observable';
import { unByKey } from 'ol/Observable';
import { fromLonLat } from 'ol/proj';
import Carte from '../Carte';
import BaseFormat from './Base';
Expand Down
2 changes: 1 addition & 1 deletion format/layer/Statistic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@author Jean-Marc VIGLINO [email protected]
*/
import LayerFormat from './Layer';
import VectorSource from 'ol/source/vector';
import VectorSource from 'ol/source/Vector';
import Feature from 'ol/Feature';
import StatisticLayer from '../../layer/Statistic'
import GeoJSONXFormat from 'ol-ext/format/GeoJSONX'
Expand Down
2 changes: 1 addition & 1 deletion format/version/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @description Convert to V4 format
*/

import { carteV4 } from './tov4'
import { carteV4 } from './toV4'
import { carteGPF } from './toGPF'

/** Update carte format
Expand Down

0 comments on commit 25a54fb

Please sign in to comment.