Skip to content
Snippets Groups Projects
Commit f15515a9 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add map bounds

parent 4e480f0a
No related branches found
No related tags found
1 merge request!533NCM Geophysical Updates
......@@ -52,6 +52,7 @@ export function webServices(baseUrl: string): WebServices {
services: {
geologicFramework: '/geologic-framework',
geophysical: '/geophysical',
mapBounds: '/map',
mineral: '/mineral',
swagger: '/swagger',
thermalModel: '/thermal-model',
......
......@@ -132,6 +132,8 @@ export interface NcmServices {
geologicFramework: string;
/** Geophysical endpoint */
geophysical: string;
/** Map bounds endpoint */
mapBounds: string;
/** Mineral endpoint */
mineral: string;
/** Swagger endpoint */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment