Skip to content

Commit

Permalink
[VER]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Nov 30, 2023
1 parent c602646 commit acf04c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/ol-ext.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ol-ext - A set of cool extensions for OpenLayers (ol) in node modules structure
* @description ol3,openlayers,popup,menu,symbol,renderer,filter,canvas,interaction,split,statistic,charts,pie,LayerSwitcher,toolbar,animation
* @version v4.0.12
* @version v4.0.13
* @author Jean-Marc Viglino
* @see https://github.com/Viglino/ol-ext#,
* @license BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion dist/ol-ext.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-ext",
"version": "4.0.12",
"version": "4.0.13",
"description": "A set of cool extensions for OpenLayers (ol) in node modules structure",
"main": "dist/ol-ext.js",
"style": "dist/ol-ext.css",
Expand Down
2 changes: 1 addition & 1 deletion src/geom/DFCI.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import {get as ol_proj_get} from 'ol/proj.js';
import {transform as ol_proj_transform} from 'ol/proj.js';
import {register as ol_proj_proj4_register} from 'ol/proj/proj4.js';
import proj4 from 'proj4.js';
import proj4 from 'proj4';

/** Convert coordinate to French DFCI grid
* @param {ol/coordinate} coord
Expand Down
2 changes: 1 addition & 1 deletion src/render/InseeGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt).
*/

import proj4 from 'proj4.js'
import proj4 from 'proj4'
import ol_Object from 'ol/Object.js'
import {register as ol_proj_proj4_register} from 'ol/proj/proj4.js';
import {transform as ol_proj_transform} from 'ol/proj.js'
Expand Down
2 changes: 1 addition & 1 deletion src/source/DFCI.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ol_source_Vector from 'ol/source/Vector.js'
import {ol_coordinate_toDFCI} from '../geom/DFCI.js'
import {transformExtent as ol_proj_transformExtent} from 'ol/proj.js'
import {register as ol_proj_proj4_register} from 'ol/proj/proj4.js';
import proj4 from 'proj4.js';
import proj4 from 'proj4';

/** DFCI source: a source to display the French DFCI grid on a map
* @see http://ccffpeynier.free.fr/Files/dfci.pdf
Expand Down

0 comments on commit acf04c5

Please sign in to comment.