Skip to content

Commit

Permalink
Update const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
s1smart committed Jun 3, 2024
1 parent 9561955 commit 6364c02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const MUNICIPALITY_CITIES_ARR = [
'香港特别行政区',
'澳门特别行政区',
];

const MAP_LAYER_LIST = [
'road-label',
'waterway-label',
Expand All @@ -37,7 +36,6 @@ const LINE_OPACITY = 0.4;
// styling: map height
const MAP_HEIGHT = 600;
//set to `false` if you want to hide the road label characters

const ROAD_LABEL_DISPLAY = true;
//set to `true` if you want to display only the routes without showing the map.
const PRIVACY_MODE = false;
Expand Down

0 comments on commit 6364c02

Please sign in to comment.