Skip to content

Commit

Permalink
Changed checkgeojson to a maintained alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Jul 25, 2024
1 parent 3678ef4 commit d9f03a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
"@geosolutions/react-joyride": "1.10.2",
"@geosolutions/wkt-parser": "1.2.2",
"@googlemaps/js-api-loader": "1.12.9",
"@mapbox/geojsonhint": "3.3.0",
"@mapbox/togeojson": "0.16.2",
"@mapstore/patcher": "https://github.com/geosolutions-it/Patcher/tarball/master",
"@placemarkio/check-geojson": "^0.1.12",
"@turf/along": "6.5.0",
"@turf/area": "6.5.0",
"@turf/bbox": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion web/client/utils/FileUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import JSZip from 'jszip';
import { Promise } from 'es6-promise';
const parser = new DOMParser();
import assign from 'object-assign';
import { hint as geojsonhint } from '@mapbox/geojsonhint/lib/object';
import { check as geojsonhint } from '@placemarkio/check-geojson';
import { toMapConfig } from './ogc/WMC';

const cleanStyleFromKml = (xml) => {
Expand Down

0 comments on commit d9f03a0

Please sign in to comment.