Skip to content

Commit fadf0ca

Browse files
committed
Ajuste em def. osm-codes/SV#1
1 parent 97e3836 commit fadf0ca

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

resources/js/def.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ var countries = {
278278
current_zoom: 6,
279279
defaultBase: 'base32',
280280
scientificBase: 'base16h',
281-
postalcodeBase: 'base16h',
281+
postalcodeBase: 'base16h2',
282282
isocode: 'SV',
283283
isocoden: 222,
284-
jurisdictionPlaceholder: 'SV-',
284+
jurisdictionPlaceholder: 'SV-SA-SantaAna',
285285
selectedBases: ['base16h'],
286286
bases:
287287
{
@@ -299,6 +299,20 @@ var countries = {
299299
placeholderList: 'b,a,c',
300300
selectGrid: [2,4,8,16],
301301
},
302+
base16h2:
303+
{
304+
iniLevel: 0,
305+
endLevel: 32,
306+
modLevel: 1,
307+
iniDigit: 1,
308+
maxLength: 9,
309+
diffl0br: 8,
310+
symbol: '+',
311+
placeholderDecode: 'SV+a',
312+
placeholderEncode: '13,6,-89,1;u=10',
313+
placeholderList: 'b,a,c',
314+
selectGrid: [2,4,8,16],
315+
},
302316
}
303317
}
304318
};

0 commit comments

Comments
 (0)