Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. {
  2. "use": true,
  3. "updateLog": false,
  4. "layerName": "Factions",
  5. "layerVisible": true,
  6. "layerPriority": 2,
  7. "layerMinimumZoom": 0,
  8. "description": "<div class=\"infowindow\">\n<span style=\"font-weight: bold; font-size: 150%;\">%name%</span></br>\n<span style=\"font-style: italic; font-size: 110%;\">%description%</span></br>\n</br>\n<span style=\"font-weight: bold;\">Leader:</span> %players.leader%</br>\n<span style=\"font-weight: bold;\">Officers:</span> %players.officers.count%</br>\n<span style=\"font-weight: bold;\">Members:</span> %players.members.count%</br>\n<span style=\"font-weight: bold;\">Recruits:</span> %players.recruits.count%</br>\n<span style=\"font-weight: bold;\">TOTAL:</span> %players.count%</br>\n</br>\n<span style=\"font-weight: bold;\">Age:</span> %age%</br>\n<span style=\"font-weight: bold;\">Bank:</span> %money%</br>\n</br>\n<span style=\"font-weight: bold;\">Flags:</span></br>\n%flags.table3%\n</div>",
  9. "descriptionMoney": false,
  10. "visibilityByFaction": true,
  11. "visibleFactions": [],
  12. "hiddenFactions": [],
  13. "defaultStyle": {
  14. "lineColor": "#00FF00",
  15. "lineOpacity": 0.8,
  16. "lineWeight": 3,
  17. "fillColor": "#00FF00",
  18. "fillOpacity": 0.35,
  19. "homeMarker": "greenflag",
  20. "boost": false
  21. },
  22. "factionStyles": {
  23. "SafeZone": {
  24. "lineColor": "#FF00FF",
  25. "fillColor": "#FF00FF",
  26. "boost": false
  27. },
  28. "WarZone": {
  29. "lineColor": "#FF0000",
  30. "fillColor": "#FF0000",
  31. "boost": false
  32. },
  33. "Sweden": {
  34. "lineColor": "#000000",
  35. "fillColor": "#5b9aff",
  36. "boost": false
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement