mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
CR/LF correction
This commit is contained in:
33
front/lib/AdminLTE/bower_components/jvectormap/tests/us.json
vendored
Normal file
33
front/lib/AdminLTE/bower_components/jvectormap/tests/us.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"input_file": "/Users/kirilllebedev/Maps/ne_10m_admin_1_states_provinces_lakes/ne_10m_admin_1_states_provinces_lakes.shp",
|
||||
"output_file": "tests/assets/jquery-jvectormap-data-us-lcc-en.js",
|
||||
"name_field": "name",
|
||||
"code_field": "iso_3166_2",
|
||||
"projection": "lcc",
|
||||
"name": "us",
|
||||
"longitude0": -100,
|
||||
"where": "iso_a2 = 'US'",
|
||||
"minimal_area": 4000000,
|
||||
"insets": [{
|
||||
"codes": ["US-AK"],
|
||||
"width": 220,
|
||||
"left": 0,
|
||||
"top": 440
|
||||
},{
|
||||
"codes": ["US-HI"],
|
||||
"width": 80,
|
||||
"left": 245,
|
||||
"top": 460
|
||||
}],
|
||||
"for_each": {
|
||||
"input_file": "/Users/kirilllebedev/Maps/us-counties/countyp010g.shp",
|
||||
"output_file": "tests/assets/us/jquery-jvectormap-data-{{code}}-lcc-en.js",
|
||||
"width": 1000,
|
||||
"name_field": "ADMIN_NAME",
|
||||
"code_field": "ADMIN_FIPS",
|
||||
"where": "STATE = SUBSTR('{{code}}', 4)",
|
||||
"projection": "lcc",
|
||||
"name": "{{code}}",
|
||||
"longitude0": -100
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user