Skip to content

Commit

Permalink
fix: location map default shape extension url
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang committed Oct 10, 2024
1 parent 2737b5e commit b17515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ let config: AppConfig = {
locationMap: {
enabled: false,
extensions: {
locationShapeUrl: 'https://terminology.eds.aphp.fr/fhir/profile/location/extension/position',
locationShapeUrl: 'https://terminology.eds.aphp.fr/fhir/profile/location/extension/shape',
locationCount: 'https://terminology.eds.aphp.fr/fhir/profile/location/extension/count'
}
},
Expand Down

0 comments on commit b17515f

Please sign in to comment.