@@ -91,7 +91,7 @@ export const LocationSources = [
91
91
92
92
export class MapCenterType {
93
93
static readonly Other :string = 'Others' ;
94
- static readonly Region :string = 'Region ' ;
94
+ static readonly Region :string = 'Regions ' ;
95
95
static readonly Country :string = 'Countries' ;
96
96
static readonly City :string = 'Cities' ;
97
97
}
@@ -124,25 +124,6 @@ export const MapCenters = [
124
124
type : MapCenterType . Other ,
125
125
} ,
126
126
127
- {
128
- id : 'Belgium' ,
129
- label : 'Belgium' ,
130
- type : MapCenterType . Country ,
131
- data : { mapCenterLatitude : 50.53665 , mapCenterLongitude : 4.39851 , initialZoom : 7 } ,
132
- } ,
133
- {
134
- id : 'Germany' ,
135
- label : 'Germany' ,
136
- type : MapCenterType . Country ,
137
- data : { mapCenterLatitude : 51.35149 , mapCenterLongitude : 10.45412 , initialZoom : 5 } ,
138
- } ,
139
- {
140
- id : 'Sweden' ,
141
- label : 'Sweden' ,
142
- type : MapCenterType . Country ,
143
- data : { mapCenterLatitude : 62.91154 , mapCenterLongitude : 17.38539 , initialZoom : 4 } ,
144
- } ,
145
-
146
127
{
147
128
id : 'Europe' ,
148
129
label : 'Europe' ,
@@ -168,6 +149,25 @@ export const MapCenters = [
168
149
data : { mapCenterLatitude : 26 , mapCenterLongitude : 53 , initialZoom : 4 } ,
169
150
} ,
170
151
152
+ {
153
+ id : 'Belgium' ,
154
+ label : 'Belgium' ,
155
+ type : MapCenterType . Country ,
156
+ data : { mapCenterLatitude : 50.53665 , mapCenterLongitude : 4.39851 , initialZoom : 7 } ,
157
+ } ,
158
+ {
159
+ id : 'Germany' ,
160
+ label : 'Germany' ,
161
+ type : MapCenterType . Country ,
162
+ data : { mapCenterLatitude : 51.35149 , mapCenterLongitude : 10.45412 , initialZoom : 5 } ,
163
+ } ,
164
+ {
165
+ id : 'Sweden' ,
166
+ label : 'Sweden' ,
167
+ type : MapCenterType . Country ,
168
+ data : { mapCenterLatitude : 62.91154 , mapCenterLongitude : 17.38539 , initialZoom : 4 } ,
169
+ } ,
170
+
171
171
{
172
172
id : 'Berlin' ,
173
173
label : 'Berlin' ,
0 commit comments