Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
piMoll committed Nov 15, 2024
1 parent a88f344 commit a5e0f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/SearchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


import yaml from 'js-yaml';
import CoordinatesUtils from '../qwc2/utils/CoordinatesUtils';
import IdentifyUtils from '../qwc2/utils/IdentifyUtils';
import CoordinatesUtils from '../../qwc2/utils/CoordinatesUtils';
import IdentifyUtils from '../../qwc2/utils/IdentifyUtils';

function coordinatesSearch(text, searchParams, callback) {
const displaycrs = searchParams.displaycrs || "EPSG:4326";
Expand Down
1 change: 1 addition & 0 deletions app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ module.exports = (env, argv) => {
{
test: /\.js$/,
enforce: "pre",
include: '/qwc2/node_modules',
use: ["source-map-loader"]
}
]
Expand Down

0 comments on commit a5e0f22

Please sign in to comment.