us.json 867 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "input_file": "/Users/kirilllebedev/Maps/ne_10m_admin_1_states_provinces_lakes/ne_10m_admin_1_states_provinces_lakes.shp",
  3. "output_file": "tests/assets/jquery-jvectormap-data-us-lcc-en.js",
  4. "name_field": "name",
  5. "code_field": "iso_3166_2",
  6. "projection": "lcc",
  7. "name": "us",
  8. "longitude0": -100,
  9. "where": "iso_a2 = 'US'",
  10. "minimal_area": 4000000,
  11. "insets": [{
  12. "codes": ["US-AK"],
  13. "width": 220,
  14. "left": 0,
  15. "top": 440
  16. },{
  17. "codes": ["US-HI"],
  18. "width": 80,
  19. "left": 245,
  20. "top": 460
  21. }],
  22. "for_each": {
  23. "input_file": "/Users/kirilllebedev/Maps/us-counties/countyp010g.shp",
  24. "output_file": "tests/assets/us/jquery-jvectormap-data-{{code}}-lcc-en.js",
  25. "width": 1000,
  26. "name_field": "ADMIN_NAME",
  27. "code_field": "ADMIN_FIPS",
  28. "where": "STATE = SUBSTR('{{code}}', 4)",
  29. "projection": "lcc",
  30. "name": "{{code}}",
  31. "longitude0": -100
  32. }
  33. }