Skip to content

Commit

Permalink
Merge pull request #228 from ConservationInternational/client/fix/226…
Browse files Browse the repository at this point in the history
…_xyz_tileset_layer_display

Fix XYZ Tileset layer display
  • Loading branch information
funkycoda authored Jan 30, 2024
2 parents 7e60bdb + c85cbc2 commit b2d178d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"redux-form": "^8.2.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"resilience-layer-manager": "https://github.com/ConservationInternational/resilienceatlas-layermanager.git#1.0.4",
"resilience-layer-manager": "github:ConservationInternational/resilienceatlas-layermanager#1.0.4",
"sass": "^1.58.3",
"slick-carousel": "^1.8.1",
"use-debounce": "^9.0.4",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/state/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const layer = new schema.Entity(
'xyz tileset': {
type: 'tileLayer',
body: {
url: l.attributes.query,
url: layerConfig?.body?.url,
},
},
gee: {
Expand Down
4 changes: 2 additions & 2 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5326,9 +5326,9 @@ reselect@^4.0.0:
resolved "https://registry.npmjs.org/reselect/-/reselect-4.1.7.tgz"
integrity sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==

"resilience-layer-manager@https://github.com/ConservationInternational/resilienceatlas-layermanager.git#1.0.4":
"resilience-layer-manager@github:ConservationInternational/resilienceatlas-layermanager#1.0.4":
version "1.0.4"
resolved "git+ssh://git@github.com/ConservationInternational/resilienceatlas-layermanager.git#71310fb9e4a5da227e754cfb8e29b74a4b4e35de"
resolved "https://codeload.github.com/ConservationInternational/resilienceatlas-layermanager/tar.gz/71310fb9e4a5da227e754cfb8e29b74a4b4e35de"
dependencies:
axios "^0.18.0"
lodash "^4.17.11"
Expand Down

0 comments on commit b2d178d

Please sign in to comment.