Skip to content

Commit

Permalink
Merge pull request #461 from wearepal/update-kew-samples
Browse files Browse the repository at this point in the history
Implement updated Kew Samples dataset
  • Loading branch information
paulthatjazz authored Dec 3, 2024
2 parents 0487472 + f606fee commit 7e59086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/projects/layer_palette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const LayerPalette = ({ addLayer, hide, dbModels, getTeamDatasets, teamNa
prototype={{
type: "KewPointLayer",
name: "Wakehurst Soil",
identifier: "kew:wakehurst_soil_rp3857",
identifier: "kew:wakehurst_soil_rp3857_v2",
fill: "hsv",
metric: KewPointOptions.indexOf(KewPointOptions.find(option => option.value === "ph")!),
visible: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function retrieveKewSamples(projectProps: ProjectProperties) : Promise<any
{
outputFormat: 'application/json',
request: 'GetFeature',
typeName: 'kew:wakehurst_soil_rp3857',
typeName: 'kew:wakehurst_soil_rp3857_v2',
srsName: 'EPSG:3857',
bbox : bboxFromExtent(projectProps.extent),
}
Expand Down

0 comments on commit 7e59086

Please sign in to comment.