chore(maps): update banzone display when alarm
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
export const DEFAULT_NAME = 'Umi Max';
|
||||
export const TOKEN = 'token';
|
||||
export const BASE_URL = 'https://sgw-device.gms.vn';
|
||||
export const MAP_TRACKPOINTS_ID = 'ship-trackpoints';
|
||||
export const MAP_POLYLINE_BAN = 'ban-polyline';
|
||||
export const MAP_POLYGON_BAN = 'ban-polygon';
|
||||
|
||||
// Global Constants
|
||||
|
||||
// Route Constants
|
||||
@@ -22,3 +26,5 @@ export const API_GET_GPS = '/api/sgw/gps';
|
||||
export const API_GET_FISH = '/api/sgw/fishspecies';
|
||||
export const API_UPDATE_FISHING_LOGS = '/api/sgw/fishingLog';
|
||||
export const API_SOS = '/api/sgw/sos';
|
||||
export const API_PATH_SHIP_TRACK_POINTS = '/api/sgw/trackpoints';
|
||||
export const API_GET_ALL_BANZONES = '/api/sgw/banzones';
|
||||
|
||||
Reference in New Issue
Block a user