mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 08:04:19 -07:00
feat: show tribal layer on open-source map
This commit is contained in:
parent
c9ee594211
commit
bc9a58f342
12 changed files with 111 additions and 361 deletions
|
@ -1,6 +1,10 @@
|
|||
path = require('path');
|
||||
|
||||
// https://github.com/maplibre/maplibre-gl-js/issues/83#issuecomment-877012839
|
||||
// This is require to use react-map-gl 6.x with maplibre
|
||||
// See: https://github.com/visgl/react-map-gl/blob/v6.1.21/docs/get-started/get-started.md#using-with-a-mapbox-gl-fork
|
||||
//
|
||||
// In react-map-gl 7.x this is no longer needed: https://visgl.github.io/react-map-gl/docs/get-started
|
||||
//
|
||||
exports.onCreateWebpackConfig = ({stage, loaders, actions}) => {
|
||||
actions.setWebpackConfig({
|
||||
devtool: 'eval-source-map',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue